Read more

Building Gem 'RedCloth' with Bundler and GCC 4.6

Andreas Robecke
April 16, 2012Software engineer

If you cannot install the gem 'RedCloth' via bundle install you might want to try the following.

Illustration web development

Do you need DevOps-experts?

Your development team has a full backlog? No time for infrastructure architecture? Our DevOps team is ready to support you!

  • We build reliable cloud solutions with Infrastructure as code
  • We are experts in security, Linux and databases
  • We support your dev team to perform
Read more Show archive.org snapshot

Specifying extra build options for bundler which will only be applied when building RedCloth:

bundle config build.RedCloth --with-cflags=-w

Posted by Andreas Robecke to makandra dev (2012-04-16 11:23)