So, I was updating ruby etc on my Lion box, and I ran into a few issues.
First off, I’m using Apple’s commandline tools. I found that I needed to export CC=/usr/bin/gcc
before RVM would work.
Then it tossed an “rvm requires autoreconf to install the selected ruby interpreter however autoreconf was not found in the PATH.
” error.
Well, brew install automake
seem to fix that little kink. (Wait, you don’t have homebrew? Well, go get it!)
So, now I’m fully updated on RVM and ruby.