Created
December 25, 2010 21:44
-
-
Save wingrunr21/755062 to your computer and use it in GitHub Desktop.
Output for rvm install rbx configure.log
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
[2010-12-25 16:43:48] Configuring Rubinius... | |
[2010-12-25 16:43:48] Configuring LLVM... | |
[2010-12-25 16:43:48] Checking for existing LLVM tree: | |
[2010-12-25 16:43:48] not found. | |
[2010-12-25 16:43:48] Checking for prebuilt LLVM package... | |
[2010-12-25 16:43:48] Downloading llvm-2.8-x86_64-apple-darwin10.5.0.tar.bz2... | |
[2010-12-25 16:43:59] : done! | |
[2010-12-25 16:43:59] Downloading llvm-2.8-x86_64-apple-darwin10.5.0.tar.bz2.md5... | |
[2010-12-25 16:43:59] : done! | |
[2010-12-25 16:43:59] MD5 checksum for prebuilt LLVM verified. | |
[2010-12-25 16:43:59] Prebuilt packages updated. | |
[2010-12-25 16:43:59] Unpacking prebuilt LLVM: llvm-2.8-x86_64-apple-darwin10.5.0.tar.bz2: | |
[2010-12-25 16:44:01] done! | |
[2010-12-25 16:44:01] | |
[2010-12-25 16:44:01] Checking sizeof(long): | |
[2010-12-25 16:44:01] int main() { return sizeof(long); } | |
[2010-12-25 16:44:01] g++ -lstdc++ -lm -o rbx-configure-test rbx-configure-test.cpp >>/Users/wingrunr21/.rvm/src/rbx-head/configure.log 2>&1 | |
[2010-12-25 16:44:01] 8 bytes | |
[2010-12-25 16:44:01] Checking platform endianness: | |
[2010-12-25 16:44:01] int main() { int one = 1; return (*((char*)&one)) == 1 ? 0 : 1; } | |
[2010-12-25 16:44:01] g++ -lstdc++ -lm -o rbx-configure-test rbx-configure-test.cpp >>/Users/wingrunr21/.rvm/src/rbx-head/configure.log 2>&1 | |
[2010-12-25 16:44:01] little endian | |
[2010-12-25 16:44:01] Checking tr1/hash definition: | |
[2010-12-25 16:44:01] --- | |
#include <stdint.h> | |
#include <tr1/unordered_map> | |
typedef std::tr1::unordered_map<uint64_t, void*> X; | |
int main() { X x; return 0; } | |
--- | |
[2010-12-25 16:44:01] g++ -lstdc++ -lm -o rbx-configure-test rbx-configure-test.cpp >>/Users/wingrunr21/.rvm/src/rbx-head/configure.log 2>&1 | |
[2010-12-25 16:44:01] found | |
[2010-12-25 16:44:01] Checking for function 'backtrace': | |
[2010-12-25 16:44:01] #include <execinfo.h> | |
[2010-12-25 16:44:01] int main() { void* ptr = &backtrace; } | |
.text | |
.globl _main | |
_main: | |
LFB2: | |
pushq %rbp | |
LCFI0: | |
movq %rsp, %rbp | |
LCFI1: | |
movq _backtrace@GOTPCREL(%rip), %rax | |
movq %rax, -8(%rbp) | |
leave | |
ret | |
LFE2: | |
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support | |
EH_frame1: | |
.set L$set$0,LECIE1-LSCIE1 | |
.long L$set$0 | |
LSCIE1: | |
.long 0x0 | |
.byte 0x1 | |
.ascii "zR\0" | |
.byte 0x1 | |
.byte 0x78 | |
.byte 0x10 | |
.byte 0x1 | |
.byte 0x10 | |
.byte 0xc | |
.byte 0x7 | |
.byte 0x8 | |
.byte 0x90 | |
.byte 0x1 | |
.align 3 | |
LECIE1: | |
.globl _main.eh | |
_main.eh: | |
LSFDE1: | |
.set L$set$1,LEFDE1-LASFDE1 | |
.long L$set$1 | |
LASFDE1: | |
.long LASFDE1-EH_frame1 | |
.quad LFB2-. | |
.set L$set$2,LFE2-LFB2 | |
.quad L$set$2 | |
.byte 0x0 | |
.byte 0x4 | |
.set L$set$3,LCFI0-LFB2 | |
.long L$set$3 | |
.byte 0xe | |
.byte 0x10 | |
.byte 0x86 | |
.byte 0x2 | |
.byte 0x4 | |
.set L$set$4,LCFI1-LCFI0 | |
.long L$set$4 | |
.byte 0xd | |
.byte 0x6 | |
.align 3 | |
LEFDE1: | |
.subsections_via_symbols | |
[2010-12-25 16:44:01] found! | |
[2010-12-25 16:44:01] Checking for function 'readline': | |
[2010-12-25 16:44:01] #include <stdio.h> | |
[2010-12-25 16:44:01] #include <stdlib.h> | |
[2010-12-25 16:44:01] #include <readline/readline.h> | |
[2010-12-25 16:44:01] int main() { void* ptr = &readline; } | |
.text | |
.globl _main | |
_main: | |
LFB7: | |
pushq %rbp | |
LCFI0: | |
movq %rsp, %rbp | |
LCFI1: | |
movq _readline@GOTPCREL(%rip), %rax | |
movq %rax, -8(%rbp) | |
leave | |
ret | |
LFE7: | |
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support | |
EH_frame1: | |
.set L$set$0,LECIE1-LSCIE1 | |
.long L$set$0 | |
LSCIE1: | |
.long 0x0 | |
.byte 0x1 | |
.ascii "zR\0" | |
.byte 0x1 | |
.byte 0x78 | |
.byte 0x10 | |
.byte 0x1 | |
.byte 0x10 | |
.byte 0xc | |
.byte 0x7 | |
.byte 0x8 | |
.byte 0x90 | |
.byte 0x1 | |
.align 3 | |
LECIE1: | |
.globl _main.eh | |
_main.eh: | |
LSFDE1: | |
.set L$set$1,LEFDE1-LASFDE1 | |
.long L$set$1 | |
LASFDE1: | |
.long LASFDE1-EH_frame1 | |
.quad LFB7-. | |
.set L$set$2,LFE7-LFB7 | |
.quad L$set$2 | |
.byte 0x0 | |
.byte 0x4 | |
.set L$set$3,LCFI0-LFB7 | |
.long L$set$3 | |
.byte 0xe | |
.byte 0x10 | |
.byte 0x86 | |
.byte 0x2 | |
.byte 0x4 | |
.set L$set$4,LCFI1-LCFI0 | |
.long L$set$4 | |
.byte 0xd | |
.byte 0x6 | |
.align 3 | |
LEFDE1: | |
.subsections_via_symbols | |
[2010-12-25 16:44:01] found! | |
[2010-12-25 16:44:01] Checking curses library: | |
[2010-12-25 16:44:01] --- | |
#include <curses.h> | |
#include <term.h> | |
int main() { return tgetnum(""); } | |
--- | |
[2010-12-25 16:44:01] g++ -lstdc++ -lm -lcurses -o rbx-configure-test rbx-configure-test.cpp >>/Users/wingrunr21/.rvm/src/rbx-head/configure.log 2>&1 | |
rbx-configure-test.cpp: In function ‘int main()’: | |
rbx-configure-test.cpp:4: warning: deprecated conversion from string constant to ‘char*’ | |
[2010-12-25 16:44:02] curses | |
[2010-12-25 16:44:02] --- | |
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