Issue installing Ruby by rvm (error while running configure)
这是我的,有没有人有一个想法,使其正确配置?
MacBook-Air-de-Remy-Thellier:~ remythellier$ rvm install 1.9.2 /Users/remythellier/.rvm/rubies/ruby-1.9.2-p0, this may take a while depending on your cpu(s)... ruby-1.9.2-p0 - #fetching ruby-1.9.2-p0 - #extracted to /Users/remythellier/.rvm/src/ruby-1.9.2-p0 (already extracted) ruby-1.9.2-p0 - #configuring Error running './configure --prefix=/Users/remythellier/.rvm/rubies/ruby-1.9.2-p0 --enable-shared ', please read /Users/remythellier/.rvm/log/ruby-1.9.2-p0/configure.log There has been an error while running configure. Halting the installation.
Install XCode from your OSX cd. That will give you gcc
and everything you need to compile the rubies you want to install.
edit
Mountain Lion no longer ships gcc
with XCode, you have to explicitly install it from Preferences -> Downloads -> "Install Command Line Tools" as @boulder_ruby mentioned
If you have just recently installed Xcode, like me, remember that you have to open it first, which starts the installation wizard.
** Also, make sure you specify the installation of command line tools, which, at least in my case, were not included by default. (key here is the C compiler) - inside of Xcode, go to preferences (cmd+,), Downloads, then install command line tools
除了boulder_ruby的回答外,我还必须更新到RVM的最新稳定版本才能安装Ruby。
链接地址: http://www.djcxy.com/p/59198.html上一篇: 在使用RVM安装Ruby时遇到问题