私はRubyとRubyonRailsを初めて使用し、現在MichaelHartlのRubyonRailsチュートリアルを受講しています。または、少なくとも私は、いくつかのオープンソースコードをロードインストールしようとする前に、暗い旅に出ました。どういうわけか、コンピューターからRubyのバージョンを削除できましたが、RVMではrvm install 1.9.3を使用して(またはJewelry Boxを使用して)再インストールできません。また、Xcodeをアンインストールし、osx-gcc-installerを他の手順に従ってインストールしようとしましたが、役に立ちませんでした。
追加されたコンテキスト:ruby -vを実行すると、システムがハングします。
エラーは次のとおりです。
ruby-1.9.3-p194 - #configuring
Error running 'env LDFLAGS=-L/opt/sm/pkg/active/lib CFLAGS=-I/opt/sm/pkg/active/include CPATH=/opt/sm/pkg/active/include -L/usr/local/rvm/usr/lib ./configure --enable-shared -- disable-install-doc --prefix=/usr/local/rvm/rubies/ruby-1.9.3-p194', please read /usr/local/rvm/log/ruby-1.9.3-p194/configure.log
There has been an error while running configure. Halting the installation.
ログの関連部分は次のとおりです。
checking build system type... x86_64-apple-darwin12.2.0
checking host system type... x86_64-apple-darwin12.2.0
checking target system type... x86_64-apple-darwin12.2.0
checking whether the C compiler works... no
configure: error: in `/usr/local/rvm/src/ruby-1.9.3-p194':
configure: error: C compiler cannot create executables
See `config.log' for more details
どんな助けでも大歓迎です!