Skip to content

Instantly share code, notes, and snippets.

@wevtimoteo
Last active August 29, 2015 14:07
Show Gist options
  • Save wevtimoteo/c8a05d95d8bf2f6275df to your computer and use it in GitHub Desktop.
Save wevtimoteo/c8a05d95d8bf2f6275df to your computer and use it in GitHub Desktop.
rbenv_install_1_9_2_on_yosemite
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.
@wevtimoteo
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment