1

MacのレールにRubyを初めてインストールしようとしています。

ターミナルウィンドウで次のコマンドを実行しました-

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
4

1 に答える 1

5

以下は、XCode 用のコマンド ライン ツールをインストールする方法のスクリーンショットです (Mac AppStore から XCode をインストールできます)。

  1. http://d.pr/i/YJJp
  2. http://d.pr/i/ntLu
  3. http://d.pr/i/cOFv

コマンド ライン ツールをインストールすると、C/C++ コンパイラがマシンにインストールされます。

于 2013-03-15T11:48:35.333 に答える