【发布时间】:2011-12-29 15:53:32
【问题描述】:
我正在尝试安装 Ruby 1.9.3,但遇到了问题。 我安装了 RVM,然后输入:
rvm install 1.9.3
输出显示:
ERROR: Error running ' ./configure....
日志说:
configure: WARNING: unrecognized options: --with-libyaml-dir
checking build system type... x86_64-apple-darwin11.2.0
checking host system type... x86_64-apple-darwin11.2.0
checking target system type...x86_64-apple-darwin11.2.0
checking whether the C compiler works... no
configure: error: in `/Users/myuser/.rvm/src/ruby-1.9.3-p0':
configure: error: C compiler cannot create executables See `config.log' for more details
我从 App Store 下载了新的 XCode 并安装了它。
【问题讨论】:
-
这可能是相关的,用户似乎和你有同样的问题:stackoverflow.com/questions/8032824/…