简体   繁体   中英

troubles with installing ruby using rbenv

I just don't know what to do here , I tried to install ruby using rbenv and this what I got

Nabils-MacBook-Pro:~ nabil$ rbenv install 2.0.0-p247
Downloading yaml-0.1.6.tar.gz...
-> http://dqw8nmjcqpjn7.cloudfront.net/7da6971b4bd08a986dd2a61353bc422362bd0edcc67d7ebaac68c95f74182749
Installing yaml-0.1.6...

BUILD FAILED

Inspect or clean up the working tree at /var/folders/0b/06_fg2050hd71mhwvfnzd6wh0000gn/T/ruby-build.20140825020354.5714
Results logged to /var/folders/0b/06_fg2050hd71mhwvfnzd6wh0000gn/T/ruby-build.20140825020354.5714.log

Last 10 log lines:

checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/var/folders/0b/06_fg2050hd71mhwvfnzd6wh0000gn/T/ruby-build.20140825020354.5714/yaml-0.1.6':
configure: error: C compiler cannot create executables
See `config.log' for more details

BUILD FAILED

Inspect or clean up the working tree at /var/folders/0b/06_fg2050hd71mhwvfnzd6wh0000gn/T/ruby-build.20140825020354.5714
Results logged to /var/folders/0b/06_fg2050hd71mhwvfnzd6wh0000gn/T/ruby-build.20140825020354.5714.log

Last 10 log lines:
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/var/folders/0b/06_fg2050hd71mhwvfnzd6wh0000gn/T/ruby-build.20140825020354.5714/yaml-0.1.6':
configure: error: C compiler cannot create executables
See `config.log' for more details
make: *** No targets specified and no makefile found.  Stop.

You'll need to install XCode Command line tools to properly use rbenv. You can follow this guide to install it on your version of XCode and OS X.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM