From James Fryman:
The default compiler on Lion doesn't play nice with Ruby 1.8.7. To get around this, run the following...
rvm uninstall 1.8.7 && CC=/usr/bin/gcc-4.2 rvm install 1.8.7
🌟 Was this page helpful? Please let me know with this quick, 3 question survey.