Ruby2.0.0をインストール

Ruby2.0.0-p195をインストール.
makeすると

gcc: installation problem, cannot exec '/usr/local/bin/i686-apple-darwin9-gcc-4.0.1': No such file or directory
dtrace: failed to compile script probes.d: Preprocessor failed to process input program
make: *** [probes.h] Error 1

という謎のエラーが出るので

ln -s /usr/local/bin/i386-apple-darwin9.8.0-gcc /usr/local/bin/i686-apple-darwin9-gcc-4.0.1

してmakeしたったら無事makeできた.make testもOK.