Xcode 4.2 をインストールした環境で rbenv を使って Ruby をインストールをしようとしたら、こんなメッセージが表示された。 $ rbenv install 1.9.3-p0 ERROR: This package must be compiled with GCC, and we couldn't find a suitable `gcc' binary on your system. Please install GCC and try again. As of version 4.2, Xcode is LLVM-only and no longer includes GCC. You can install GCC with these binary packages on Mac OS X: https://github.com/kennethreitz/osx-