Cowell Computer Consulting

Installing rmagick on OS X

For some reason the gem tries to build against a PPC library, which on my intel machine, doesn't not work.

sudo su -
ARCHFLAGS='-arch i386' gem install rmagick

Note: you might need to fix the quotes.

Posted by Luke Cowell on June 01, 2009 at 09:59 PM

Comments: 1 (view/add your own) Tags: OSX, ruby