2012-04-29 19 views
1

OS X LionにRailsをインストールしようとしていますが、以下のメッセージが表示されます。私はRubyをインストールして、rubyGemsバージョン1.8.5にも更新しました。Railsをインストールできない

Building native extensions. This could take a while... 
ERROR: Error installing rails: 
ERROR: Failed to build gem native extension. 

/opt/local/bin/ruby extconf.rb 
creating Makefile 
make 
/usr/bin/gcc-4.2 -I. -I/opt/local/lib/ruby/1.8/i686-darwin10 -I/opt/local/lib/ruby/1.8/i686-darwin10 -I. -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -arch x86_64 -fno-common -pipe -fno-common -O3 -Wall -arch x86_64 -c parser.c 
make: /usr/bin/gcc-4.2: No such file or directory 
make: *** [parser.o] Error 1 

Gem files will remain installed in /opt/local/lib/ruby/gems/1.8/gems/json-1.7.0 for inspection. 
Results logged to /opt/local/lib/ruby/gems/1.8/gems/json-1.7.0/ext/json/ext/parser/gem_make.out 

答えて

1

あなたのgccが見つからないようです。ライオンで起こっているようだ。 XCodeとコマンドラインツールを再インストールしてみるか、Homebrew

関連する問題