【发布时间】:2012-04-10 15:28:18
【问题描述】:
有人知道这个错误是什么意思吗?我正在尝试安装 Ruby 1.9.3
Error running ' ./configure --prefix=/Users/coreycallahan/.rvm/rubies/ruby-1.9.3-p125 --enable-shared --disable-install-doc --with-libyaml --with-opt-dir=/Users/coreycallahan/.rvm/usr ', please read /Users/coreycallahan/.rvm/log/ruby-1.9.3-p125/configure.log
There has been an error while running configure. Halting the installation.
$ cat /Users/coreycallahan/.rvm/log/ruby-1.9.3-p125/configure.log
[2012-04-10 11:10:33] ./configure --prefix=/Users/coreycallahan/.rvm/rubies/ruby-1.9.3-p125 --enable-shared --disable-install-doc --with-libyaml --with-opt-dir=/Users/coreycallahan/.rvm/usr
configure: WARNING: unrecognized options: --with-libyaml
checking build system type... i386-apple-darwin11.3.0
checking host system type... i386-apple-darwin11.3.0
checking target system type... i386-apple-darwin11.3.0
checking whether the C compiler works... no
configure: error: in `/Users/coreycallahan/.rvm/src/ruby-1.9.3-p125':
configure: error: C compiler cannot create executables
See `config.log' for more details
【问题讨论】:
-
您使用的是什么操作系统?
-
Mac OS X Lion 10.7.3 (11D50d)
-
您可能应该执行
cat /Users/coreycallahan/.rvm/log/ruby-1.9.3-p125/configure.log并将该输出也打印到问题中。或者,cat /Users/coreycallahan/.rvm/log/ruby-1.9.3-p125/configure.log|pbcopy,这样您就不必复制它了。 -
试试看this
标签: ruby