yoink@tumblr ~ % urlview 1311866429.html
Cant install Ruby Enterprise Edition with RVM on OSX Lion - Stack OverflowI’ve been using RVM for awhile. It’s great for keeping things tidy and I love the ability to switch between rubies.
Lion and XCode 4 switch the default compiler to LLVM. Cool, but this breaks the installation for ruby. Stack Overflow had the answer as usual.
$ rvm remove ree # if you had it installed
CC=/usr/bin/gcc-4.2 rvm install ree