Last active
August 29, 2015 14:07
-
-
Save wevtimoteo/c8a05d95d8bf2f6275df to your computer and use it in GitHub Desktop.
rbenv_install_1_9_2_on_yosemite
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rbenv install 1.9.2-p330 | |
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer//usr --with-gxx-include-dir=/usr/include/c++/4.2.1 | |
Downloading ruby-1.9.2-p330.tar.gz... | |
-> http://dqw8nmjcqpjn7.cloudfront.net/23ef45fdaecc5d6c7b4e9e2d51b23817fc6aa8225a20f123f7fa98760e8b5ca9 | |
Installing ruby-1.9.2-p330... | |
BUILD FAILED (OS X 10.10 using ruby-build 20140919) | |
Inspect or clean up the working tree at /var/folders/ns/3sn8y8fn1k5crc9l0f1_dqvr0000gp/T/ruby-build.20141021173322.89970 | |
Results logged to /var/folders/ns/3sn8y8fn1k5crc9l0f1_dqvr0000gp/T/ruby-build.20141021173322.89970.log | |
Last 10 log lines: | |
/var/folders/ns/3sn8y8fn1k5crc9l0f1_dqvr0000gp/T/ruby-build.20141021173322.89970/ruby-1.9.2-p330 /var/folders/ns/3sn8y8fn1k5crc9l0f1_dqvr0000gp/T/ruby-build.20141021173322.89970 ~/Sites/ | |
configure: WARNING: unrecognized options: --with-libyaml-dir, --with-readline-dir | |
checking build system type... i386-apple-darwin14.0.0 | |
checking host system type... i386-apple-darwin14.0.0 | |
checking target system type... i386-apple-darwin14.0.0 | |
checking whether the C compiler works... no | |
configure: error: in `/var/folders/ns/3sn8y8fn1k5crc9l0f1_dqvr0000gp/T/ruby-build.20141021173322.89970/ruby-1.9.2-p330': | |
configure: error: C compiler cannot create executables | |
See `config.log' for more details | |
make: *** No targets specified and no makefile found. Stop. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you can go to
1.9.3-p547
without problems, check this changelog:Source: Be Prepared for Ruby 1.9.3 and 1.9.4: What’s New and What’s Different