我是 Ruby 和 Ruby on Rails 的新手,目前正在阅读 Michael Hartl 的 Ruby on Rails 教程。或者至少我在尝试加载安装一些开源代码之前让我走上了一段黑暗的旅程。我设法从我的计算机中删除了任何版本的 Ruby,而 RVM 不允许我使用 rvm install 1.9.3(或使用珠宝盒)重新安装它。我还尝试按照我发现无济于事的其他说明卸载 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
任何帮助将不胜感激!