Installing rmagick on OS X
Posted by Luke Cowell on June 01, 2009 at 09:59 PM
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.