2013-03-15 133 views
1

我想在我的Mac上第一次在rails上安装Ruby。在Mac上安装Ruby on Rails失败

我跑我的终端窗口下面的命令 -

rvm install 2.0.0 

,但我不断收到此错误。

Error running './configure --prefix=/Users/tusharmathur/.rvm/rubies/ruby-2.0.0-p0 --with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libxml2:/usr/local/opt/libxslt:/usr/local/opt/libksba:/usr/local/opt/openssl:/usr/local/opt/sqlite --disable-install-doc --without-tcl --without-tk --enable-shared', 
please read /Users/tusharmathur/.rvm/log/ruby-2.0.0-p0/configure.log 
There has been an error while running configure. Halting the installation. 

只见configure.log也,这里是信息 -

[2013-03-15 01:11:06] ./configure 
configure: WARNING: unrecognized options: --without-tcl, --without-tk 
checking build system type... i386-apple-darwin12.2.1 
checking host system type... i386-apple-darwin12.2.1 
checking target system type... i386-apple-darwin12.2.1 
checking whether the C compiler works... no 
configure: error: in `/Users/tusharmathur/.rvm/src/ruby-2.0.0-p0': 
configure: error: C compiler cannot create executables 
See `config.log' for more details 
+3

您使用的是什么OSX版本?尝试从应用程序商店安装最新版本的XCode(然后安装开发人员工具.. Xcode /文件/首选项/下载/单击命令行工具旁边的“安装”) – Jamsi 2013-03-15 11:30:30

+0

如果您使用的是OSX 10.8,则可以尝试[本指南](http://simonewebdesign.it/blog/how-to-setup-osx-for-ruby-on-rails/) – Simone 2013-03-15 11:50:37

回答