Last active
December 14, 2015 04:08
-
-
Save codeblooded/5025595 to your computer and use it in GitHub Desktop.
Attempt to Install Ruby 2.0.0-p0 on OS X fails with GCC.
Using updated rbenv and ruby-build installed and upgraded through Homebrew.
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
$ export CC=gcc | |
$ rbenv install 2.0.0-p0 | |
Downloading openssl-1.0.1e.tar.gz... | |
-> https://www.openssl.org/source/openssl-1.0.1e.tar.gz | |
Installing openssl-1.0.1e... | |
Installed openssl-1.0.1e to /Users/benvreed/.rbenv/versions/2.0.0-p0 | |
Downloading ruby-2.0.0-p0.tar.gz... | |
-> http://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p0.tar.gz | |
Installing ruby-2.0.0-p0... | |
BUILD FAILED | |
Inspect or clean up the working tree at /var/folders/df/dbln26g125q85msgf45_xph80000gn/T/ruby-build.20130224143503.5245 | |
Results logged to /var/folders/df/dbln26g125q85msgf45_xph80000gn/T/ruby-build.20130224143503.5245.log | |
Last 10 log lines: | |
0 enumerator.so | |
[NOTE] | |
You may have encountered a bug in the Ruby interpreter or extension libraries. | |
Bug reports are welcome. | |
For details: http://www.ruby-lang.org/bugreport.html | |
make: *** [encdb.h] Abort trap: 6 | |
make: *** Waiting for unfinished jobs.... | |
make: *** [.rbconfig.time] Abort trap: 6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment