Created
December 25, 2010 21:58
-
-
Save wingrunr21/755069 to your computer and use it in GitHub Desktop.
./configure --prefix=/Users/wingrunr21/.rvm/rubies/rbx-head --skip-system
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
~/.rvm/src/rbx-head > ./configure --prefix=/Users/wingrunr21/.rvm/rubies/rbx-head --skip-system | |
Configuring LLVM... | |
Checking for existing LLVM tree: ./configure:302: command not found: /Users/wingrunr21/.rvm/src/rbx-head/vm/external_libs/llvm/Release/bin/llvm-config --version | |
outdated (version ) | |
Removing outdated tree... | |
Checking for prebuilt LLVM package... | |
Unpacking prebuilt LLVM: llvm-2.8-x86_64-apple-darwin10.5.0.tar.bz2: done! | |
Checking sizeof(long): 8 bytes | |
Checking platform endianness: little endian | |
Checking tr1/hash definition: found | |
Checking for function 'backtrace': found! | |
Checking for function 'readline': found! | |
Checking curses library: curses | |
Configured. Run 'rake install' to install Rubinius. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment