Skip to content

Instantly share code, notes, and snippets.

@hron84
Created December 8, 2012 20:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hron84/37263e6e61cff40aff7c to your computer and use it in GitHub Desktop.
Save hron84/37263e6e61cff40aff7c to your computer and use it in GitHub Desktop.
[Rubinius] ./configure --enable-version=20
[2012-12-08 18:56:12] Configuring Rubinius...
[2012-12-08 18:56:12] Command line: "--enable-version=20"
[2012-12-08 18:56:12] Checking gcc:
[2012-12-08 18:56:12] found
[2012-12-08 18:56:12] Checking g++:
[2012-12-08 18:56:12] found
[2012-12-08 18:56:12] Checking bison:
[2012-12-08 18:56:12] found
[2012-12-08 18:56:12] Configuring LLVM...
[2012-12-08 18:56:12] Checking for existing LLVM library tree:
[2012-12-08 18:56:12] not found.
[2012-12-08 18:56:12] Checking for 'llvm-config':
[2012-12-08 18:56:12] not found
[2012-12-08 18:56:12] Checking for prebuilt LLVM package...
[2012-12-08 18:56:12] Downloading llvm-3.0-x86_64-apple-darwin12.2.0.tar.bz2...
[2012-12-08 18:56:12] Not found.
[2012-12-08 18:56:12] Downloading llvm-3.0-x86_64-apple-darwin12.tar.bz2...
[2012-12-08 18:56:19] : done!
[2012-12-08 18:56:19] Downloading llvm-3.0-x86_64-apple-darwin12.tar.bz2.md5...
[2012-12-08 18:56:19] : done!
[2012-12-08 18:56:19] MD5 checksum for prebuilt LLVM verified.
[2012-12-08 18:56:19] Prebuilt packages updated.
[2012-12-08 18:56:19] Unpacking prebuilt LLVM: llvm-3.0-x86_64-apple-darwin12.tar.bz2:
[2012-12-08 18:56:21] done!
[2012-12-08 18:56:21]
[2012-12-08 18:56:21] Checking sizeof(short):
[2012-12-08 18:56:21] ---
#include <stddef.h>
int main() { return sizeof(short); }
---
[2012-12-08 18:56:21] ---
#include <stddef.h>
int main() { return sizeof(short); }
---
[2012-12-08 18:56:21] g++ -o rbx-configure-test rbx-configure-test.cpp -I/usr/local/include -L/usr/local/lib -lstdc++ -lm >>/Users/hron/build/rubinius/configure.log 2>&1
[2012-12-08 18:56:21] 2 bytes
[2012-12-08 18:56:21] Checking sizeof(int):
[2012-12-08 18:56:21] ---
#include <stddef.h>
int main() { return sizeof(int); }
---
[2012-12-08 18:56:21] ---
#include <stddef.h>
int main() { return sizeof(int); }
---
[2012-12-08 18:56:21] g++ -o rbx-configure-test rbx-configure-test.cpp -I/usr/local/include -L/usr/local/lib -lstdc++ -lm >>/Users/hron/build/rubinius/configure.log 2>&1
[2012-12-08 18:56:21] 4 bytes
[2012-12-08 18:56:21] Checking sizeof(void*):
[2012-12-08 18:56:21] ---
#include <stddef.h>
int main() { return sizeof(void*); }
---
[2012-12-08 18:56:21] ---
#include <stddef.h>
int main() { return sizeof(void*); }
---
[2012-12-08 18:56:21] g++ -o rbx-configure-test rbx-configure-test.cpp -I/usr/local/include -L/usr/local/lib -lstdc++ -lm >>/Users/hron/build/rubinius/configure.log 2>&1
[2012-12-08 18:56:21] 8 bytes
[2012-12-08 18:56:21] Checking sizeof(size_t):
[2012-12-08 18:56:21] ---
#include <stddef.h>
int main() { return sizeof(size_t); }
---
[2012-12-08 18:56:21] ---
#include <stddef.h>
int main() { return sizeof(size_t); }
---
[2012-12-08 18:56:21] g++ -o rbx-configure-test rbx-configure-test.cpp -I/usr/local/include -L/usr/local/lib -lstdc++ -lm >>/Users/hron/build/rubinius/configure.log 2>&1
[2012-12-08 18:56:21] 8 bytes
[2012-12-08 18:56:21] Checking sizeof(long):
[2012-12-08 18:56:21] ---
#include <stddef.h>
int main() { return sizeof(long); }
---
[2012-12-08 18:56:21] ---
#include <stddef.h>
int main() { return sizeof(long); }
---
[2012-12-08 18:56:21] g++ -o rbx-configure-test rbx-configure-test.cpp -I/usr/local/include -L/usr/local/lib -lstdc++ -lm >>/Users/hron/build/rubinius/configure.log 2>&1
[2012-12-08 18:56:21] 8 bytes
[2012-12-08 18:56:21] Checking sizeof(long long):
[2012-12-08 18:56:21] ---
#include <stddef.h>
int main() { return sizeof(long long); }
---
[2012-12-08 18:56:21] ---
#include <stddef.h>
int main() { return sizeof(long long); }
---
[2012-12-08 18:56:21] g++ -o rbx-configure-test rbx-configure-test.cpp -I/usr/local/include -L/usr/local/lib -lstdc++ -lm >>/Users/hron/build/rubinius/configure.log 2>&1
[2012-12-08 18:56:21] 8 bytes
[2012-12-08 18:56:21] Checking sizeof(float):
[2012-12-08 18:56:21] ---
#include <stddef.h>
int main() { return sizeof(float); }
---
[2012-12-08 18:56:21] ---
#include <stddef.h>
int main() { return sizeof(float); }
---
[2012-12-08 18:56:21] g++ -o rbx-configure-test rbx-configure-test.cpp -I/usr/local/include -L/usr/local/lib -lstdc++ -lm >>/Users/hron/build/rubinius/configure.log 2>&1
[2012-12-08 18:56:21] 4 bytes
[2012-12-08 18:56:21] Checking sizeof(double):
[2012-12-08 18:56:21] ---
#include <stddef.h>
int main() { return sizeof(double); }
---
[2012-12-08 18:56:21] ---
#include <stddef.h>
int main() { return sizeof(double); }
---
[2012-12-08 18:56:21] g++ -o rbx-configure-test rbx-configure-test.cpp -I/usr/local/include -L/usr/local/lib -lstdc++ -lm >>/Users/hron/build/rubinius/configure.log 2>&1
[2012-12-08 18:56:21] 8 bytes
[2012-12-08 18:56:21] Checking sizeof(off_t):
[2012-12-08 18:56:21] ---
#include <unistd.h>#include <stddef.h>
int main() { return sizeof(off_t); }
---
[2012-12-08 18:56:21] ---
#include <unistd.h>#include <stddef.h>
int main() { return sizeof(off_t); }
---
[2012-12-08 18:56:21] g++ -o rbx-configure-test rbx-configure-test.cpp -I/usr/local/include -L/usr/local/lib -lstdc++ -lm >>/Users/hron/build/rubinius/configure.log 2>&1
[2012-12-08 18:56:21] 8 bytes
[2012-12-08 18:56:21] Checking sizeof(time_t):
[2012-12-08 18:56:21] ---
#include <time.h>#include <stddef.h>
int main() { return sizeof(time_t); }
---
[2012-12-08 18:56:21] ---
#include <time.h>#include <stddef.h>
int main() { return sizeof(time_t); }
---
[2012-12-08 18:56:21] g++ -o rbx-configure-test rbx-configure-test.cpp -I/usr/local/include -L/usr/local/lib -lstdc++ -lm >>/Users/hron/build/rubinius/configure.log 2>&1
[2012-12-08 18:56:22] 8 bytes
[2012-12-08 18:56:22] Checking for libc version:
[2012-12-08 18:56:22] libc.dylib found!
[2012-12-08 18:56:22] Checking platform endianness:
[2012-12-08 18:56:22] int main() { int one = 1; return (*((char*)&one)) == 1 ? 0 : 1; }
[2012-12-08 18:56:22] ---
int main() { int one = 1; return (*((char*)&one)) == 1 ? 0 : 1; }
---
[2012-12-08 18:56:22] g++ -o rbx-configure-test rbx-configure-test.cpp -I/usr/local/include -L/usr/local/lib -lstdc++ -lm >>/Users/hron/build/rubinius/configure.log 2>&1
[2012-12-08 18:56:22] little endian
[2012-12-08 18:56:22] Checking tr1/hash definition:
[2012-12-08 18:56:22] ---
#include <stdint.h>
#include <tr1/unordered_map>
typedef std::tr1::unordered_map<uint64_t, void*> X;
int main() { X x; return 0; }
---
[2012-12-08 18:56:22] ---
#include <stdint.h>
#include <tr1/unordered_map>
typedef std::tr1::unordered_map<uint64_t, void*> X;
int main() { X x; return 0; }
---
[2012-12-08 18:56:22] g++ -o rbx-configure-test rbx-configure-test.cpp -I/usr/local/include -L/usr/local/lib -lstdc++ -lm >>/Users/hron/build/rubinius/configure.log 2>&1
[2012-12-08 18:56:22] found
[2012-12-08 18:56:22] ---
int main() {
#if defined(__x86_64) || defined(__x86_64__)
return 1;
#else
return 0;
#endif
}
---
[2012-12-08 18:56:22] ---
int main() {
#if defined(__x86_64) || defined(__x86_64__)
return 1;
#else
return 0;
#endif
}
---
[2012-12-08 18:56:22] g++ -o rbx-configure-test rbx-configure-test.cpp -I/usr/local/include -L/usr/local/lib -lstdc++ -lm >>/Users/hron/build/rubinius/configure.log 2>&1
[2012-12-08 18:56:22] Checking for function 'backtrace':
[2012-12-08 18:56:22] ---
#include <execinfo.h>
int main() { void* ptr = &backtrace; }
---
[2012-12-08 18:56:22] g++ -S -o - -x c -I/usr/local/include -L/usr/local/lib /var/folders/b1/ctvdcv8561z05f11xq9pf4dh0000gn/T/rbx-test20121208-67520-19g4s31 >>/Users/hron/build/rubinius/configure.log 2>&1
.section __TEXT,__text,regular,pure_instructions
.globl _main
.align 4, 0x90
_main:
Leh_func_begin1:
pushq %rbp
Ltmp0:
movq %rsp, %rbp
Ltmp1:
movq _backtrace@GOTPCREL(%rip), %rax
leaq (%rax), %rax
movq %rax, -16(%rbp)
movl -4(%rbp), %eax
popq %rbp
ret
Leh_func_end1:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame0:
Lsection_eh_frame:
Leh_frame_common:
Lset0 = Leh_frame_common_end-Leh_frame_common_begin
.long Lset0
Leh_frame_common_begin:
.long 0
.byte 1
.asciz "zR"
.byte 1
.byte 120
.byte 16
.byte 1
.byte 16
.byte 12
.byte 7
.byte 8
.byte 144
.byte 1
.align 3
Leh_frame_common_end:
.globl _main.eh
_main.eh:
Lset1 = Leh_frame_end1-Leh_frame_begin1
.long Lset1
Leh_frame_begin1:
Lset2 = Leh_frame_begin1-Leh_frame_common
.long Lset2
Ltmp2:
.quad Leh_func_begin1-Ltmp2
Lset3 = Leh_func_end1-Leh_func_begin1
.quad Lset3
.byte 0
.byte 4
Lset4 = Ltmp0-Leh_func_begin1
.long Lset4
.byte 14
.byte 16
.byte 134
.byte 2
.byte 4
Lset5 = Ltmp1-Ltmp0
.long Lset5
.byte 13
.byte 6
.align 3
Leh_frame_end1:
.subsections_via_symbols
[2012-12-08 18:56:22] found!
[2012-12-08 18:56:22] Checking for function 'readline':
[2012-12-08 18:56:22] ---
#include <stdio.h>
#include <stdlib.h>
#include <readline/readline.h>
int main() { void* ptr = &readline; }
---
[2012-12-08 18:56:22] g++ -S -o - -x c -I/usr/local/include -L/usr/local/lib /var/folders/b1/ctvdcv8561z05f11xq9pf4dh0000gn/T/rbx-test20121208-67520-2s6ghl >>/Users/hron/build/rubinius/configure.log 2>&1
.section __TEXT,__text,regular,pure_instructions
.globl _main
.align 4, 0x90
_main:
Leh_func_begin1:
pushq %rbp
Ltmp0:
movq %rsp, %rbp
Ltmp1:
movq _readline@GOTPCREL(%rip), %rax
leaq (%rax), %rax
movq %rax, -16(%rbp)
movl -4(%rbp), %eax
popq %rbp
ret
Leh_func_end1:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame0:
Lsection_eh_frame:
Leh_frame_common:
Lset0 = Leh_frame_common_end-Leh_frame_common_begin
.long Lset0
Leh_frame_common_begin:
.long 0
.byte 1
.asciz "zR"
.byte 1
.byte 120
.byte 16
.byte 1
.byte 16
.byte 12
.byte 7
.byte 8
.byte 144
.byte 1
.align 3
Leh_frame_common_end:
.globl _main.eh
_main.eh:
Lset1 = Leh_frame_end1-Leh_frame_begin1
.long Lset1
Leh_frame_begin1:
Lset2 = Leh_frame_begin1-Leh_frame_common
.long Lset2
Ltmp2:
.quad Leh_func_begin1-Ltmp2
Lset3 = Leh_func_end1-Leh_func_begin1
.quad Lset3
.byte 0
.byte 4
Lset4 = Ltmp0-Leh_func_begin1
.long Lset4
.byte 14
.byte 16
.byte 134
.byte 2
.byte 4
Lset5 = Ltmp1-Ltmp0
.long Lset5
.byte 13
.byte 6
.align 3
Leh_frame_end1:
.subsections_via_symbols
[2012-12-08 18:56:22] found!
[2012-12-08 18:56:22] Checking for library: libyaml:
[2012-12-08 18:56:22] ---
#include <yaml.h>
int main() { void* ptr = (void*)(&yaml_parser_initialize); return 0; }
---
[2012-12-08 18:56:22] g++ -o rbx-configure-test rbx-configure-test.cpp -I/usr/local/include -L/usr/local/lib -lstdc++ -lm -lyaml >>/Users/hron/build/rubinius/configure.log 2>&1
[2012-12-08 18:56:23] found!
[2012-12-08 18:56:23] Checking for function 'clock_gettime':
[2012-12-08 18:56:23] ---
#include <time.h>
int main() { void* ptr = &clock_gettime; }
---
[2012-12-08 18:56:23] g++ -S -o - -x c -I/usr/local/include -L/usr/local/lib /var/folders/b1/ctvdcv8561z05f11xq9pf4dh0000gn/T/rbx-test20121208-67520-8k3rli >>/Users/hron/build/rubinius/configure.log 2>&1
/var/folders/b1/ctvdcv8561z05f11xq9pf4dh0000gn/T/rbx-test20121208-67520-8k3rli: In function ‘main’:
/var/folders/b1/ctvdcv8561z05f11xq9pf4dh0000gn/T/rbx-test20121208-67520-8k3rli:2: error: ‘clock_gettime’ undeclared (first use in this function)
/var/folders/b1/ctvdcv8561z05f11xq9pf4dh0000gn/T/rbx-test20121208-67520-8k3rli:2: error: (Each undeclared identifier is reported only once
/var/folders/b1/ctvdcv8561z05f11xq9pf4dh0000gn/T/rbx-test20121208-67520-8k3rli:2: error: for each function it appears in.)
[2012-12-08 18:56:23] not found
[2012-12-08 18:56:23] Checking for function 'nl_langinfo':
[2012-12-08 18:56:23] ---
#include <langinfo.h>
int main() { void* ptr = &nl_langinfo; }
---
[2012-12-08 18:56:23] g++ -S -o - -x c -I/usr/local/include -L/usr/local/lib /var/folders/b1/ctvdcv8561z05f11xq9pf4dh0000gn/T/rbx-test20121208-67520-1bgcz >>/Users/hron/build/rubinius/configure.log 2>&1
.section __TEXT,__text,regular,pure_instructions
.globl _main
.align 4, 0x90
_main:
Leh_func_begin1:
pushq %rbp
Ltmp0:
movq %rsp, %rbp
Ltmp1:
movq _nl_langinfo@GOTPCREL(%rip), %rax
leaq (%rax), %rax
movq %rax, -16(%rbp)
movl -4(%rbp), %eax
popq %rbp
ret
Leh_func_end1:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame0:
Lsection_eh_frame:
Leh_frame_common:
Lset0 = Leh_frame_common_end-Leh_frame_common_begin
.long Lset0
Leh_frame_common_begin:
.long 0
.byte 1
.asciz "zR"
.byte 1
.byte 120
.byte 16
.byte 1
.byte 16
.byte 12
.byte 7
.byte 8
.byte 144
.byte 1
.align 3
Leh_frame_common_end:
.globl _main.eh
_main.eh:
Lset1 = Leh_frame_end1-Leh_frame_begin1
.long Lset1
Leh_frame_begin1:
Lset2 = Leh_frame_begin1-Leh_frame_common
.long Lset2
Ltmp2:
.quad Leh_func_begin1-Ltmp2
Lset3 = Leh_func_end1-Leh_func_begin1
.quad Lset3
.byte 0
.byte 4
Lset4 = Ltmp0-Leh_func_begin1
.long Lset4
.byte 14
.byte 16
.byte 134
.byte 2
.byte 4
Lset5 = Ltmp1-Ltmp0
.long Lset5
.byte 13
.byte 6
.align 3
Leh_frame_end1:
.subsections_via_symbols
[2012-12-08 18:56:23] found!
[2012-12-08 18:56:23] Checking for function 'setproctitle':
[2012-12-08 18:56:23] ---
#include <sys/types.h>
#include <unistd.h>
int main() { void* ptr = &setproctitle; }
---
[2012-12-08 18:56:23] g++ -S -o - -x c -I/usr/local/include -L/usr/local/lib /var/folders/b1/ctvdcv8561z05f11xq9pf4dh0000gn/T/rbx-test20121208-67520-1og43a2 >>/Users/hron/build/rubinius/configure.log 2>&1
/var/folders/b1/ctvdcv8561z05f11xq9pf4dh0000gn/T/rbx-test20121208-67520-1og43a2: In function ‘main’:
/var/folders/b1/ctvdcv8561z05f11xq9pf4dh0000gn/T/rbx-test20121208-67520-1og43a2:3: error: ‘setproctitle’ undeclared (first use in this function)
/var/folders/b1/ctvdcv8561z05f11xq9pf4dh0000gn/T/rbx-test20121208-67520-1og43a2:3: error: (Each undeclared identifier is reported only once
/var/folders/b1/ctvdcv8561z05f11xq9pf4dh0000gn/T/rbx-test20121208-67520-1og43a2:3: error: for each function it appears in.)
[2012-12-08 18:56:23] not found
[2012-12-08 18:56:23] Checking for function 'posix_fadvise':
[2012-12-08 18:56:23] ---
#include <fcntl.h>
int main() { void* ptr = &posix_fadvise; }
---
[2012-12-08 18:56:23] g++ -S -o - -x c -I/usr/local/include -L/usr/local/lib /var/folders/b1/ctvdcv8561z05f11xq9pf4dh0000gn/T/rbx-test20121208-67520-ddylg >>/Users/hron/build/rubinius/configure.log 2>&1
/var/folders/b1/ctvdcv8561z05f11xq9pf4dh0000gn/T/rbx-test20121208-67520-ddylg: In function ‘main’:
/var/folders/b1/ctvdcv8561z05f11xq9pf4dh0000gn/T/rbx-test20121208-67520-ddylg:2: error: ‘posix_fadvise’ undeclared (first use in this function)
/var/folders/b1/ctvdcv8561z05f11xq9pf4dh0000gn/T/rbx-test20121208-67520-ddylg:2: error: (Each undeclared identifier is reported only once
/var/folders/b1/ctvdcv8561z05f11xq9pf4dh0000gn/T/rbx-test20121208-67520-ddylg:2: error: for each function it appears in.)
[2012-12-08 18:56:23] not found
[2012-12-08 18:56:23] Checking for struct tm has member tm_gmtoff:
[2012-12-08 18:56:23] ---
#include <time.h>
int main() { struct tm st; st.tm_gmtoff; }
---
[2012-12-08 18:56:23] g++ -S -o - -x c -I/usr/local/include -L/usr/local/lib /var/folders/b1/ctvdcv8561z05f11xq9pf4dh0000gn/T/rbx-test20121208-67520-1k35r5z >>/Users/hron/build/rubinius/configure.log 2>&1
.section __TEXT,__text,regular,pure_instructions
.globl _main
.align 4, 0x90
_main:
Leh_func_begin1:
pushq %rbp
Ltmp0:
movq %rsp, %rbp
Ltmp1:
movl -4(%rbp), %eax
popq %rbp
ret
Leh_func_end1:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame0:
Lsection_eh_frame:
Leh_frame_common:
Lset0 = Leh_frame_common_end-Leh_frame_common_begin
.long Lset0
Leh_frame_common_begin:
.long 0
.byte 1
.asciz "zR"
.byte 1
.byte 120
.byte 16
.byte 1
.byte 16
.byte 12
.byte 7
.byte 8
.byte 144
.byte 1
.align 3
Leh_frame_common_end:
.globl _main.eh
_main.eh:
Lset1 = Leh_frame_end1-Leh_frame_begin1
.long Lset1
Leh_frame_begin1:
Lset2 = Leh_frame_begin1-Leh_frame_common
.long Lset2
Ltmp2:
.quad Leh_func_begin1-Ltmp2
Lset3 = Leh_func_end1-Leh_func_begin1
.quad Lset3
.byte 0
.byte 4
Lset4 = Ltmp0-Leh_func_begin1
.long Lset4
.byte 14
.byte 16
.byte 134
.byte 2
.byte 4
Lset5 = Ltmp1-Ltmp0
.long Lset5
.byte 13
.byte 6
.align 3
Leh_frame_end1:
.subsections_via_symbols
[2012-12-08 18:56:23] found!
[2012-12-08 18:56:23] Checking for struct tm has member tm_zone:
[2012-12-08 18:56:23] ---
#include <time.h>
int main() { struct tm st; st.tm_zone; }
---
[2012-12-08 18:56:23] g++ -S -o - -x c -I/usr/local/include -L/usr/local/lib /var/folders/b1/ctvdcv8561z05f11xq9pf4dh0000gn/T/rbx-test20121208-67520-xhnl6i >>/Users/hron/build/rubinius/configure.log 2>&1
.section __TEXT,__text,regular,pure_instructions
.globl _main
.align 4, 0x90
_main:
Leh_func_begin1:
pushq %rbp
Ltmp0:
movq %rsp, %rbp
Ltmp1:
movl -4(%rbp), %eax
popq %rbp
ret
Leh_func_end1:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame0:
Lsection_eh_frame:
Leh_frame_common:
Lset0 = Leh_frame_common_end-Leh_frame_common_begin
.long Lset0
Leh_frame_common_begin:
.long 0
.byte 1
.asciz "zR"
.byte 1
.byte 120
.byte 16
.byte 1
.byte 16
.byte 12
.byte 7
.byte 8
.byte 144
.byte 1
.align 3
Leh_frame_common_end:
.globl _main.eh
_main.eh:
Lset1 = Leh_frame_end1-Leh_frame_begin1
.long Lset1
Leh_frame_begin1:
Lset2 = Leh_frame_begin1-Leh_frame_common
.long Lset2
Ltmp2:
.quad Leh_func_begin1-Ltmp2
Lset3 = Leh_func_end1-Leh_func_begin1
.quad Lset3
.byte 0
.byte 4
Lset4 = Ltmp0-Leh_func_begin1
.long Lset4
.byte 14
.byte 16
.byte 134
.byte 2
.byte 4
Lset5 = Ltmp1-Ltmp0
.long Lset5
.byte 13
.byte 6
.align 3
Leh_frame_end1:
.subsections_via_symbols
[2012-12-08 18:56:23] found!
[2012-12-08 18:56:23] Checking for global 'timezone':
[2012-12-08 18:56:23] ---
#include <time.h>
int main() { timezone; }
---
[2012-12-08 18:56:23] g++ -S -o - -x c -I/usr/local/include -L/usr/local/lib /var/folders/b1/ctvdcv8561z05f11xq9pf4dh0000gn/T/rbx-test20121208-67520-q9g4rk >>/Users/hron/build/rubinius/configure.log 2>&1
.section __TEXT,__text,regular,pure_instructions
.globl _main
.align 4, 0x90
_main:
Leh_func_begin1:
pushq %rbp
Ltmp0:
movq %rsp, %rbp
Ltmp1:
movl -4(%rbp), %eax
popq %rbp
ret
Leh_func_end1:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame0:
Lsection_eh_frame:
Leh_frame_common:
Lset0 = Leh_frame_common_end-Leh_frame_common_begin
.long Lset0
Leh_frame_common_begin:
.long 0
.byte 1
.asciz "zR"
.byte 1
.byte 120
.byte 16
.byte 1
.byte 16
.byte 12
.byte 7
.byte 8
.byte 144
.byte 1
.align 3
Leh_frame_common_end:
.globl _main.eh
_main.eh:
Lset1 = Leh_frame_end1-Leh_frame_begin1
.long Lset1
Leh_frame_begin1:
Lset2 = Leh_frame_begin1-Leh_frame_common
.long Lset2
Ltmp2:
.quad Leh_func_begin1-Ltmp2
Lset3 = Leh_func_end1-Leh_func_begin1
.quad Lset3
.byte 0
.byte 4
Lset4 = Ltmp0-Leh_func_begin1
.long Lset4
.byte 14
.byte 16
.byte 134
.byte 2
.byte 4
Lset5 = Ltmp1-Ltmp0
.long Lset5
.byte 13
.byte 6
.align 3
Leh_frame_end1:
.subsections_via_symbols
[2012-12-08 18:56:23] found!
[2012-12-08 18:56:23] Checking for global 'tzname':
[2012-12-08 18:56:23] ---
#include <time.h>
int main() { tzname; }
---
[2012-12-08 18:56:23] g++ -S -o - -x c -I/usr/local/include -L/usr/local/lib /var/folders/b1/ctvdcv8561z05f11xq9pf4dh0000gn/T/rbx-test20121208-67520-1uuolji >>/Users/hron/build/rubinius/configure.log 2>&1
.section __TEXT,__text,regular,pure_instructions
.globl _main
.align 4, 0x90
_main:
Leh_func_begin1:
pushq %rbp
Ltmp0:
movq %rsp, %rbp
Ltmp1:
movl -4(%rbp), %eax
popq %rbp
ret
Leh_func_end1:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame0:
Lsection_eh_frame:
Leh_frame_common:
Lset0 = Leh_frame_common_end-Leh_frame_common_begin
.long Lset0
Leh_frame_common_begin:
.long 0
.byte 1
.asciz "zR"
.byte 1
.byte 120
.byte 16
.byte 1
.byte 16
.byte 12
.byte 7
.byte 8
.byte 144
.byte 1
.align 3
Leh_frame_common_end:
.globl _main.eh
_main.eh:
Lset1 = Leh_frame_end1-Leh_frame_begin1
.long Lset1
Leh_frame_begin1:
Lset2 = Leh_frame_begin1-Leh_frame_common
.long Lset2
Ltmp2:
.quad Leh_func_begin1-Ltmp2
Lset3 = Leh_func_end1-Leh_func_begin1
.quad Lset3
.byte 0
.byte 4
Lset4 = Ltmp0-Leh_func_begin1
.long Lset4
.byte 14
.byte 16
.byte 134
.byte 2
.byte 4
Lset5 = Ltmp1-Ltmp0
.long Lset5
.byte 13
.byte 6
.align 3
Leh_frame_end1:
.subsections_via_symbols
[2012-12-08 18:56:23] found!
[2012-12-08 18:56:23] Checking for global 'daylight':
[2012-12-08 18:56:23] ---
#include <time.h>
int main() { daylight; }
---
[2012-12-08 18:56:23] g++ -S -o - -x c -I/usr/local/include -L/usr/local/lib /var/folders/b1/ctvdcv8561z05f11xq9pf4dh0000gn/T/rbx-test20121208-67520-8n27g1 >>/Users/hron/build/rubinius/configure.log 2>&1
.section __TEXT,__text,regular,pure_instructions
.globl _main
.align 4, 0x90
_main:
Leh_func_begin1:
pushq %rbp
Ltmp0:
movq %rsp, %rbp
Ltmp1:
movl -4(%rbp), %eax
popq %rbp
ret
Leh_func_end1:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame0:
Lsection_eh_frame:
Leh_frame_common:
Lset0 = Leh_frame_common_end-Leh_frame_common_begin
.long Lset0
Leh_frame_common_begin:
.long 0
.byte 1
.asciz "zR"
.byte 1
.byte 120
.byte 16
.byte 1
.byte 16
.byte 12
.byte 7
.byte 8
.byte 144
.byte 1
.align 3
Leh_frame_common_end:
.globl _main.eh
_main.eh:
Lset1 = Leh_frame_end1-Leh_frame_begin1
.long Lset1
Leh_frame_begin1:
Lset2 = Leh_frame_begin1-Leh_frame_common
.long Lset2
Ltmp2:
.quad Leh_func_begin1-Ltmp2
Lset3 = Leh_func_end1-Leh_func_begin1
.quad Lset3
.byte 0
.byte 4
Lset4 = Ltmp0-Leh_func_begin1
.long Lset4
.byte 14
.byte 16
.byte 134
.byte 2
.byte 4
Lset5 = Ltmp1-Ltmp0
.long Lset5
.byte 13
.byte 6
.align 3
Leh_frame_end1:
.subsections_via_symbols
[2012-12-08 18:56:23] found!
[2012-12-08 18:56:23] Checking for header 'alloca.h':
[2012-12-08 18:56:23] ---
#include <alloca.h>
int main() {return 0;}
---
[2012-12-08 18:56:23] g++ -S -o - -x c -I/usr/local/include -L/usr/local/lib /var/folders/b1/ctvdcv8561z05f11xq9pf4dh0000gn/T/rbx-test20121208-67520-12pfbgo >>/Users/hron/build/rubinius/configure.log 2>&1
.section __TEXT,__text,regular,pure_instructions
.globl _main
.align 4, 0x90
_main:
Leh_func_begin1:
pushq %rbp
Ltmp0:
movq %rsp, %rbp
Ltmp1:
movl $0, -8(%rbp)
movl -8(%rbp), %eax
movl %eax, -4(%rbp)
movl -4(%rbp), %eax
popq %rbp
ret
Leh_func_end1:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame0:
Lsection_eh_frame:
Leh_frame_common:
Lset0 = Leh_frame_common_end-Leh_frame_common_begin
.long Lset0
Leh_frame_common_begin:
.long 0
.byte 1
.asciz "zR"
.byte 1
.byte 120
.byte 16
.byte 1
.byte 16
.byte 12
.byte 7
.byte 8
.byte 144
.byte 1
.align 3
Leh_frame_common_end:
.globl _main.eh
_main.eh:
Lset1 = Leh_frame_end1-Leh_frame_begin1
.long Lset1
Leh_frame_begin1:
Lset2 = Leh_frame_begin1-Leh_frame_common
.long Lset2
Ltmp2:
.quad Leh_func_begin1-Ltmp2
Lset3 = Leh_func_end1-Leh_func_begin1
.quad Lset3
.byte 0
.byte 4
Lset4 = Ltmp0-Leh_func_begin1
.long Lset4
.byte 14
.byte 16
.byte 134
.byte 2
.byte 4
Lset5 = Ltmp1-Ltmp0
.long Lset5
.byte 13
.byte 6
.align 3
Leh_frame_end1:
.subsections_via_symbols
[2012-12-08 18:56:23] found!
[2012-12-08 18:56:23] Checking for header 'string.h':
[2012-12-08 18:56:23] ---
#include <string.h>
int main() {return 0;}
---
[2012-12-08 18:56:23] g++ -S -o - -x c -I/usr/local/include -L/usr/local/lib /var/folders/b1/ctvdcv8561z05f11xq9pf4dh0000gn/T/rbx-test20121208-67520-1robiza >>/Users/hron/build/rubinius/configure.log 2>&1
.section __TEXT,__text,regular,pure_instructions
.globl _main
.align 4, 0x90
_main:
Leh_func_begin1:
pushq %rbp
Ltmp0:
movq %rsp, %rbp
Ltmp1:
movl $0, -8(%rbp)
movl -8(%rbp), %eax
movl %eax, -4(%rbp)
movl -4(%rbp), %eax
popq %rbp
ret
Leh_func_end1:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame0:
Lsection_eh_frame:
Leh_frame_common:
Lset0 = Leh_frame_common_end-Leh_frame_common_begin
.long Lset0
Leh_frame_common_begin:
.long 0
.byte 1
.asciz "zR"
.byte 1
.byte 120
.byte 16
.byte 1
.byte 16
.byte 12
.byte 7
.byte 8
.byte 144
.byte 1
.align 3
Leh_frame_common_end:
.globl _main.eh
_main.eh:
Lset1 = Leh_frame_end1-Leh_frame_begin1
.long Lset1
Leh_frame_begin1:
Lset2 = Leh_frame_begin1-Leh_frame_common
.long Lset2
Ltmp2:
.quad Leh_func_begin1-Ltmp2
Lset3 = Leh_func_end1-Leh_func_begin1
.quad Lset3
.byte 0
.byte 4
Lset4 = Ltmp0-Leh_func_begin1
.long Lset4
.byte 14
.byte 16
.byte 134
.byte 2
.byte 4
Lset5 = Ltmp1-Ltmp0
.long Lset5
.byte 13
.byte 6
.align 3
Leh_frame_end1:
.subsections_via_symbols
[2012-12-08 18:56:23] found!
[2012-12-08 18:56:23] Checking for header 'sys/time.h':
[2012-12-08 18:56:23] ---
#include <sys/time.h>
int main() {return 0;}
---
[2012-12-08 18:56:23] g++ -S -o - -x c -I/usr/local/include -L/usr/local/lib /var/folders/b1/ctvdcv8561z05f11xq9pf4dh0000gn/T/rbx-test20121208-67520-1gb1qa4 >>/Users/hron/build/rubinius/configure.log 2>&1
.section __TEXT,__text,regular,pure_instructions
.globl _main
.align 4, 0x90
_main:
Leh_func_begin1:
pushq %rbp
Ltmp0:
movq %rsp, %rbp
Ltmp1:
movl $0, -8(%rbp)
movl -8(%rbp), %eax
movl %eax, -4(%rbp)
movl -4(%rbp), %eax
popq %rbp
ret
Leh_func_end1:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame0:
Lsection_eh_frame:
Leh_frame_common:
Lset0 = Leh_frame_common_end-Leh_frame_common_begin
.long Lset0
Leh_frame_common_begin:
.long 0
.byte 1
.asciz "zR"
.byte 1
.byte 120
.byte 16
.byte 1
.byte 16
.byte 12
.byte 7
.byte 8
.byte 144
.byte 1
.align 3
Leh_frame_common_end:
.globl _main.eh
_main.eh:
Lset1 = Leh_frame_end1-Leh_frame_begin1
.long Lset1
Leh_frame_begin1:
Lset2 = Leh_frame_begin1-Leh_frame_common
.long Lset2
Ltmp2:
.quad Leh_func_begin1-Ltmp2
Lset3 = Leh_func_end1-Leh_func_begin1
.quad Lset3
.byte 0
.byte 4
Lset4 = Ltmp0-Leh_func_begin1
.long Lset4
.byte 14
.byte 16
.byte 134
.byte 2
.byte 4
Lset5 = Ltmp1-Ltmp0
.long Lset5
.byte 13
.byte 6
.align 3
Leh_frame_end1:
.subsections_via_symbols
[2012-12-08 18:56:23] found!
[2012-12-08 18:56:23] Checking for header 'sys/times.h':
[2012-12-08 18:56:23] ---
#include <sys/times.h>
int main() {return 0;}
---
[2012-12-08 18:56:23] g++ -S -o - -x c -I/usr/local/include -L/usr/local/lib /var/folders/b1/ctvdcv8561z05f11xq9pf4dh0000gn/T/rbx-test20121208-67520-16zyyq3 >>/Users/hron/build/rubinius/configure.log 2>&1
.section __TEXT,__text,regular,pure_instructions
.globl _main
.align 4, 0x90
_main:
Leh_func_begin1:
pushq %rbp
Ltmp0:
movq %rsp, %rbp
Ltmp1:
movl $0, -8(%rbp)
movl -8(%rbp), %eax
movl %eax, -4(%rbp)
movl -4(%rbp), %eax
popq %rbp
ret
Leh_func_end1:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame0:
Lsection_eh_frame:
Leh_frame_common:
Lset0 = Leh_frame_common_end-Leh_frame_common_begin
.long Lset0
Leh_frame_common_begin:
.long 0
.byte 1
.asciz "zR"
.byte 1
.byte 120
.byte 16
.byte 1
.byte 16
.byte 12
.byte 7
.byte 8
.byte 144
.byte 1
.align 3
Leh_frame_common_end:
.globl _main.eh
_main.eh:
Lset1 = Leh_frame_end1-Leh_frame_begin1
.long Lset1
Leh_frame_begin1:
Lset2 = Leh_frame_begin1-Leh_frame_common
.long Lset2
Ltmp2:
.quad Leh_func_begin1-Ltmp2
Lset3 = Leh_func_end1-Leh_func_begin1
.quad Lset3
.byte 0
.byte 4
Lset4 = Ltmp0-Leh_func_begin1
.long Lset4
.byte 14
.byte 16
.byte 134
.byte 2
.byte 4
Lset5 = Ltmp1-Ltmp0
.long Lset5
.byte 13
.byte 6
.align 3
Leh_frame_end1:
.subsections_via_symbols
[2012-12-08 18:56:23] found!
[2012-12-08 18:56:23] Checking for header 'sys/types.h':
[2012-12-08 18:56:23] ---
#include <sys/types.h>
int main() {return 0;}
---
[2012-12-08 18:56:23] g++ -S -o - -x c -I/usr/local/include -L/usr/local/lib /var/folders/b1/ctvdcv8561z05f11xq9pf4dh0000gn/T/rbx-test20121208-67520-n2ancq >>/Users/hron/build/rubinius/configure.log 2>&1
.section __TEXT,__text,regular,pure_instructions
.globl _main
.align 4, 0x90
_main:
Leh_func_begin1:
pushq %rbp
Ltmp0:
movq %rsp, %rbp
Ltmp1:
movl $0, -8(%rbp)
movl -8(%rbp), %eax
movl %eax, -4(%rbp)
movl -4(%rbp), %eax
popq %rbp
ret
Leh_func_end1:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame0:
Lsection_eh_frame:
Leh_frame_common:
Lset0 = Leh_frame_common_end-Leh_frame_common_begin
.long Lset0
Leh_frame_common_begin:
.long 0
.byte 1
.asciz "zR"
.byte 1
.byte 120
.byte 16
.byte 1
.byte 16
.byte 12
.byte 7
.byte 8
.byte 144
.byte 1
.align 3
Leh_frame_common_end:
.globl _main.eh
_main.eh:
Lset1 = Leh_frame_end1-Leh_frame_begin1
.long Lset1
Leh_frame_begin1:
Lset2 = Leh_frame_begin1-Leh_frame_common
.long Lset2
Ltmp2:
.quad Leh_func_begin1-Ltmp2
Lset3 = Leh_func_end1-Leh_func_begin1
.quad Lset3
.byte 0
.byte 4
Lset4 = Ltmp0-Leh_func_begin1
.long Lset4
.byte 14
.byte 16
.byte 134
.byte 2
.byte 4
Lset5 = Ltmp1-Ltmp0
.long Lset5
.byte 13
.byte 6
.align 3
Leh_frame_end1:
.subsections_via_symbols
[2012-12-08 18:56:23] found!
[2012-12-08 18:56:23] Checking for header 'unistd.h':
[2012-12-08 18:56:23] ---
#include <unistd.h>
int main() {return 0;}
---
[2012-12-08 18:56:23] g++ -S -o - -x c -I/usr/local/include -L/usr/local/lib /var/folders/b1/ctvdcv8561z05f11xq9pf4dh0000gn/T/rbx-test20121208-67520-1kg09z6 >>/Users/hron/build/rubinius/configure.log 2>&1
.section __TEXT,__text,regular,pure_instructions
.globl _main
.align 4, 0x90
_main:
Leh_func_begin1:
pushq %rbp
Ltmp0:
movq %rsp, %rbp
Ltmp1:
movl $0, -8(%rbp)
movl -8(%rbp), %eax
movl %eax, -4(%rbp)
movl -4(%rbp), %eax
popq %rbp
ret
Leh_func_end1:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame0:
Lsection_eh_frame:
Leh_frame_common:
Lset0 = Leh_frame_common_end-Leh_frame_common_begin
.long Lset0
Leh_frame_common_begin:
.long 0
.byte 1
.asciz "zR"
.byte 1
.byte 120
.byte 16
.byte 1
.byte 16
.byte 12
.byte 7
.byte 8
.byte 144
.byte 1
.align 3
Leh_frame_common_end:
.globl _main.eh
_main.eh:
Lset1 = Leh_frame_end1-Leh_frame_begin1
.long Lset1
Leh_frame_begin1:
Lset2 = Leh_frame_begin1-Leh_frame_common
.long Lset2
Ltmp2:
.quad Leh_func_begin1-Ltmp2
Lset3 = Leh_func_end1-Leh_func_begin1
.quad Lset3
.byte 0
.byte 4
Lset4 = Ltmp0-Leh_func_begin1
.long Lset4
.byte 14
.byte 16
.byte 134
.byte 2
.byte 4
Lset5 = Ltmp1-Ltmp0
.long Lset5
.byte 13
.byte 6
.align 3
Leh_frame_end1:
.subsections_via_symbols
[2012-12-08 18:56:23] found!
[2012-12-08 18:56:23] Checking for header 'stdarg.h':
[2012-12-08 18:56:23] ---
#include <stdarg.h>
int main() {return 0;}
---
[2012-12-08 18:56:23] g++ -S -o - -x c -I/usr/local/include -L/usr/local/lib /var/folders/b1/ctvdcv8561z05f11xq9pf4dh0000gn/T/rbx-test20121208-67520-1rw4fjl >>/Users/hron/build/rubinius/configure.log 2>&1
.section __TEXT,__text,regular,pure_instructions
.globl _main
.align 4, 0x90
_main:
Leh_func_begin1:
pushq %rbp
Ltmp0:
movq %rsp, %rbp
Ltmp1:
movl $0, -8(%rbp)
movl -8(%rbp), %eax
movl %eax, -4(%rbp)
movl -4(%rbp), %eax
popq %rbp
ret
Leh_func_end1:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame0:
Lsection_eh_frame:
Leh_frame_common:
Lset0 = Leh_frame_common_end-Leh_frame_common_begin
.long Lset0
Leh_frame_common_begin:
.long 0
.byte 1
.asciz "zR"
.byte 1
.byte 120
.byte 16
.byte 1
.byte 16
.byte 12
.byte 7
.byte 8
.byte 144
.byte 1
.align 3
Leh_frame_common_end:
.globl _main.eh
_main.eh:
Lset1 = Leh_frame_end1-Leh_frame_begin1
.long Lset1
Leh_frame_begin1:
Lset2 = Leh_frame_begin1-Leh_frame_common
.long Lset2
Ltmp2:
.quad Leh_func_begin1-Ltmp2
Lset3 = Leh_func_end1-Leh_func_begin1
.quad Lset3
.byte 0
.byte 4
Lset4 = Ltmp0-Leh_func_begin1
.long Lset4
.byte 14
.byte 16
.byte 134
.byte 2
.byte 4
Lset5 = Ltmp1-Ltmp0
.long Lset5
.byte 13
.byte 6
.align 3
Leh_frame_end1:
.subsections_via_symbols
[2012-12-08 18:56:23] found!
[2012-12-08 18:56:23] Checking for header 'sys/pstat.h':
[2012-12-08 18:56:23] ---
#include <sys/pstat.h>
int main() {return 0;}
---
[2012-12-08 18:56:23] g++ -S -o - -x c -I/usr/local/include -L/usr/local/lib /var/folders/b1/ctvdcv8561z05f11xq9pf4dh0000gn/T/rbx-test20121208-67520-jcr58a >>/Users/hron/build/rubinius/configure.log 2>&1
/var/folders/b1/ctvdcv8561z05f11xq9pf4dh0000gn/T/rbx-test20121208-67520-jcr58a:1:23: error: sys/pstat.h: No such file or directory
.section __TEXT,__text,regular,pure_instructions
.globl _main
.align 4, 0x90
_main:
Leh_func_begin1:
pushq %rbp
Ltmp0:
movq %rsp, %rbp
Ltmp1:
movl $0, -8(%rbp)
movl -8(%rbp), %eax
movl %eax, -4(%rbp)
movl -4(%rbp), %eax
popq %rbp
ret
Leh_func_end1:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame0:
Lsection_eh_frame:
Leh_frame_common:
Lset0 = Leh_frame_common_end-Leh_frame_common_begin
.long Lset0
Leh_frame_common_begin:
.long 0
.byte 1
.asciz "zR"
.byte 1
.byte 120
.byte 16
.byte 1
.byte 16
.byte 12
.byte 7
.byte 8
.byte 144
.byte 1
.align 3
Leh_frame_common_end:
.globl _main.eh
_main.eh:
Lset1 = Leh_frame_end1-Leh_frame_begin1
.long Lset1
Leh_frame_begin1:
Lset2 = Leh_frame_begin1-Leh_frame_common
.long Lset2
Ltmp2:
.quad Leh_func_begin1-Ltmp2
Lset3 = Leh_func_end1-Leh_func_begin1
.quad Lset3
.byte 0
.byte 4
Lset4 = Ltmp0-Leh_func_begin1
.long Lset4
.byte 14
.byte 16
.byte 134
.byte 2
.byte 4
Lset5 = Ltmp1-Ltmp0
.long Lset5
.byte 13
.byte 6
.align 3
Leh_frame_end1:
.subsections_via_symbols
[2012-12-08 18:56:23] not found
[2012-12-08 18:56:23] Checking for header 'valgrind/valgrind.h':
[2012-12-08 18:56:23] ---
#include <valgrind/valgrind.h>
int main() {return 0;}
---
[2012-12-08 18:56:23] g++ -S -o - -x c -I/usr/local/include -L/usr/local/lib /var/folders/b1/ctvdcv8561z05f11xq9pf4dh0000gn/T/rbx-test20121208-67520-1meu877 >>/Users/hron/build/rubinius/configure.log 2>&1
.section __TEXT,__text,regular,pure_instructions
.align 4, 0x90
_VALGRIND_PRINTF:
Leh_func_begin1:
pushq %rbp
Ltmp0:
movq %rsp, %rbp
Ltmp1:
subq $336, %rsp
Ltmp2:
testb %al, %al
movq %r8, -296(%rbp)
movq %r9, -304(%rbp)
movq %rcx, -312(%rbp)
movq %rdi, -320(%rbp)
movq %rdx, -328(%rbp)
movq %rsi, -336(%rbp)
movaps %xmm0, -352(%rbp)
movaps %xmm1, -368(%rbp)
movaps %xmm2, -384(%rbp)
movaps %xmm3, -400(%rbp)
movaps %xmm4, -416(%rbp)
movaps %xmm5, -432(%rbp)
movaps %xmm6, -448(%rbp)
movaps %xmm7, -464(%rbp)
je LBB1_3
movaps -352(%rbp), %xmm0
movaps %xmm0, -240(%rbp)
movaps -368(%rbp), %xmm1
movaps %xmm1, -224(%rbp)
movaps -384(%rbp), %xmm2
movaps %xmm2, -208(%rbp)
movaps -400(%rbp), %xmm3
movaps %xmm3, -192(%rbp)
movaps -416(%rbp), %xmm4
movaps %xmm4, -176(%rbp)
movaps -432(%rbp), %xmm5
movaps %xmm5, -160(%rbp)
movaps -448(%rbp), %xmm6
movaps %xmm6, -144(%rbp)
movaps -464(%rbp), %xmm7
movaps %xmm7, -128(%rbp)
LBB1_3:
movq -304(%rbp), %rax
movq %rax, -248(%rbp)
movq -296(%rbp), %rcx
movq %rcx, -256(%rbp)
movq -312(%rbp), %rdx
movq %rdx, -264(%rbp)
movq -328(%rbp), %rsi
movq %rsi, -272(%rbp)
movq -336(%rbp), %rdi
movq %rdi, -280(%rbp)
movq -320(%rbp), %r8
movq %r8, %r9
movq %r9, -8(%rbp)
leaq -56(%rbp), %r9
movq %r9, %r10
leaq -288(%rbp), %r11
movq %r11, 16(%r10)
leaq 16(%rbp), %r11
movq %r11, 8(%r10)
movl $48, 4(%r10)
movl $8, (%r10)
movq $5123, -104(%rbp)
movq -8(%rbp), %r10
movq %r10, -96(%rbp)
movq %r9, -88(%rbp)
movq $0, -80(%rbp)
movq $0, -72(%rbp)
movq $0, -64(%rbp)
leaq -104(%rbp), %r9
xorl %r10d, %r10d
movq %r9, %rax
movq %r10, %rdx
## InlineAsm Start
rolq $3, %rdi ; rolq $13, %rdi
rolq $61, %rdi ; rolq $51, %rdi
xchgq %rbx,%rbx
## InlineAsm End
movq %rdx, -112(%rbp)
movq -112(%rbp), %rax
movq %rax, -24(%rbp)
movq -24(%rbp), %rax
movq %rax, -32(%rbp)
movq -32(%rbp), %rax
movl %eax, -16(%rbp)
movl -16(%rbp), %eax
movl %eax, -12(%rbp)
movl -12(%rbp), %eax
addq $336, %rsp
popq %rbp
ret
Leh_func_end1:
.align 4, 0x90
_VALGRIND_PRINTF_BACKTRACE:
Leh_func_begin2:
pushq %rbp
Ltmp3:
movq %rsp, %rbp
Ltmp4:
subq $336, %rsp
Ltmp5:
testb %al, %al
movq %r8, -296(%rbp)
movq %r9, -304(%rbp)
movq %rcx, -312(%rbp)
movq %rdi, -320(%rbp)
movq %rdx, -328(%rbp)
movq %rsi, -336(%rbp)
movaps %xmm0, -352(%rbp)
movaps %xmm1, -368(%rbp)
movaps %xmm2, -384(%rbp)
movaps %xmm3, -400(%rbp)
movaps %xmm4, -416(%rbp)
movaps %xmm5, -432(%rbp)
movaps %xmm6, -448(%rbp)
movaps %xmm7, -464(%rbp)
je LBB2_3
movaps -352(%rbp), %xmm0
movaps %xmm0, -240(%rbp)
movaps -368(%rbp), %xmm1
movaps %xmm1, -224(%rbp)
movaps -384(%rbp), %xmm2
movaps %xmm2, -208(%rbp)
movaps -400(%rbp), %xmm3
movaps %xmm3, -192(%rbp)
movaps -416(%rbp), %xmm4
movaps %xmm4, -176(%rbp)
movaps -432(%rbp), %xmm5
movaps %xmm5, -160(%rbp)
movaps -448(%rbp), %xmm6
movaps %xmm6, -144(%rbp)
movaps -464(%rbp), %xmm7
movaps %xmm7, -128(%rbp)
LBB2_3:
movq -304(%rbp), %rax
movq %rax, -248(%rbp)
movq -296(%rbp), %rcx
movq %rcx, -256(%rbp)
movq -312(%rbp), %rdx
movq %rdx, -264(%rbp)
movq -328(%rbp), %rsi
movq %rsi, -272(%rbp)
movq -336(%rbp), %rdi
movq %rdi, -280(%rbp)
movq -320(%rbp), %r8
movq %r8, %r9
movq %r9, -8(%rbp)
leaq -56(%rbp), %r9
movq %r9, %r10
leaq -288(%rbp), %r11
movq %r11, 16(%r10)
leaq 16(%rbp), %r11
movq %r11, 8(%r10)
movl $48, 4(%r10)
movl $8, (%r10)
movq $5124, -104(%rbp)
movq -8(%rbp), %r10
movq %r10, -96(%rbp)
movq %r9, -88(%rbp)
movq $0, -80(%rbp)
movq $0, -72(%rbp)
movq $0, -64(%rbp)
leaq -104(%rbp), %r9
xorl %r10d, %r10d
movq %r9, %rax
movq %r10, %rdx
## InlineAsm Start
rolq $3, %rdi ; rolq $13, %rdi
rolq $61, %rdi ; rolq $51, %rdi
xchgq %rbx,%rbx
## InlineAsm End
movq %rdx, -112(%rbp)
movq -112(%rbp), %rax
movq %rax, -24(%rbp)
movq -24(%rbp), %rax
movq %rax, -32(%rbp)
movq -32(%rbp), %rax
movl %eax, -16(%rbp)
movl -16(%rbp), %eax
movl %eax, -12(%rbp)
movl -12(%rbp), %eax
addq $336, %rsp
popq %rbp
ret
Leh_func_end2:
.globl _main
.align 4, 0x90
_main:
Leh_func_begin3:
pushq %rbp
Ltmp6:
movq %rsp, %rbp
Ltmp7:
movl $0, -8(%rbp)
movl -8(%rbp), %eax
movl %eax, -4(%rbp)
movl -4(%rbp), %eax
popq %rbp
ret
Leh_func_end3:
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EH_frame0:
Lsection_eh_frame:
Leh_frame_common:
Lset0 = Leh_frame_common_end-Leh_frame_common_begin
.long Lset0
Leh_frame_common_begin:
.long 0
.byte 1
.asciz "zR"
.byte 1
.byte 120
.byte 16
.byte 1
.byte 16
.byte 12
.byte 7
.byte 8
.byte 144
.byte 1
.align 3
Leh_frame_common_end:
_VALGRIND_PRINTF.eh:
Lset1 = Leh_frame_end1-Leh_frame_begin1
.long Lset1
Leh_frame_begin1:
Lset2 = Leh_frame_begin1-Leh_frame_common
.long Lset2
Ltmp8:
.quad Leh_func_begin1-Ltmp8
Lset3 = Leh_func_end1-Leh_func_begin1
.quad Lset3
.byte 0
.byte 4
Lset4 = Ltmp0-Leh_func_begin1
.long Lset4
.byte 14
.byte 16
.byte 134
.byte 2
.byte 4
Lset5 = Ltmp1-Ltmp0
.long Lset5
.byte 13
.byte 6
.align 3
Leh_frame_end1:
_VALGRIND_PRINTF_BACKTRACE.eh:
Lset6 = Leh_frame_end2-Leh_frame_begin2
.long Lset6
Leh_frame_begin2:
Lset7 = Leh_frame_begin2-Leh_frame_common
.long Lset7
Ltmp9:
.quad Leh_func_begin2-Ltmp9
Lset8 = Leh_func_end2-Leh_func_begin2
.quad Lset8
.byte 0
.byte 4
Lset9 = Ltmp3-Leh_func_begin2
.long Lset9
.byte 14
.byte 16
.byte 134
.byte 2
.byte 4
Lset10 = Ltmp4-Ltmp3
.long Lset10
.byte 13
.byte 6
.align 3
Leh_frame_end2:
.globl _main.eh
_main.eh:
Lset11 = Leh_frame_end3-Leh_frame_begin3
.long Lset11
Leh_frame_begin3:
Lset12 = Leh_frame_begin3-Leh_frame_common
.long Lset12
Ltmp10:
.quad Leh_func_begin3-Ltmp10
Lset13 = Leh_func_end3-Leh_func_begin3
.quad Lset13
.byte 0
.byte 4
Lset14 = Ltmp6-Leh_func_begin3
.long Lset14
.byte 14
.byte 16
.byte 134
.byte 2
.byte 4
Lset15 = Ltmp7-Ltmp6
.long Lset15
.byte 13
.byte 6
.align 3
Leh_frame_end3:
.subsections_via_symbols
[2012-12-08 18:56:23] found!
[2012-12-08 18:56:23] Checking curses library:
[2012-12-08 18:56:23] ---
#include <curses.h>
#include <term.h>
int main() { return tgetnum(""); }
---
[2012-12-08 18:56:23] ---
#include <curses.h>
#include <term.h>
int main() { return tgetnum(""); }
---
[2012-12-08 18:56:23] g++ -o rbx-configure-test rbx-configure-test.cpp -I/usr/local/include -L/usr/local/lib -lstdc++ -lm -lcurses >>/Users/hron/build/rubinius/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*’
[2012-12-08 18:56:23] curses
[2012-12-08 18:56:23] ---
------------------------------------------------------------------
Rubinius has been configured.
Run 'rake' to build and test Rubinius.
After building, you may add
'/Users/hron/build/rubinius/bin'
to your PATH or run commands directly from that directory.
Available commands are:
ruby, rake, gem, irb, rdoc, ri, rbx
------------------------------------------------------------------
---
Using the following configuration to build
------------------------------------------
module Rubinius
# Make this reload friendly without silly constant defined warnings.
BUILD_CONFIG = {
:command_line => "--enable-version=20",
:which_ruby => :ruby,
:build_ruby => "/Users/hron/.rvm/rubies/ruby-1.9.3-p327/bin/ruby",
:build_rake => "rake",
:build_perl => "perl",
:llvm => :prebuilt,
:llvm_configure => "perl /Users/hron/build/rubinius/vendor/llvm/Release/bin/llvm-config",
:llvm_version => "3.0",
:cc => "gcc",
:cxx => "g++",
:gcc_major => "4.2",
:user_cflags => "",
:user_cppflags => "",
:user_ldflags => "",
:include_dirs => ["/usr/local/include"],
:lib_dirs => ["/usr/local/lib"],
:defines => ["HAS_EXECINFO", "HAVE_SPT_REUSEARGV", "HAVE_NL_LANGINFO", "HAVE_TM_GMTOFF", "HAVE_TM_ZONE", "HAVE_TIMEZONE", "HAVE_TZNAME", "HAVE_DAYLIGHT", "HAVE_ALLOCA_H", "HAVE_STRING_H", "HAVE_SYS_TIME_H", "HAVE_SYS_TIMES_H", "HAVE_SYS_TYPES_H", "HAVE_UNISTD_H", "HAVE_STDARG_H", "HAVE_VALGRIND_H"],
:curses => "curses",
:host => "x86_64-apple-darwin12.2.0",
:cpu => "x86_64",
:vendor => "apple",
:os => "darwin12.2.0",
:little_endian => true,
:sizeof_long => 8,
:x86_32 => false,
:x86_64 => true,
:fibers => true,
:sourcedir => "/Users/hron/build/rubinius",
:stagingdir => nil,
:prefixdir => "/Users/hron/build/rubinius",
:bindir => "/bin",
:libdir => "/lib",
:runtimedir => "/runtime",
:kerneldir => "/kernel",
:sitedir => "/site",
:vendordir => "/vendor",
:include18dir => "/vm/capi/18/include",
:include19dir => "/vm/capi/19/include",
:include20dir => "/vm/capi/19/include",
:mandir => "/man",
:gemsdir => "/gems",
:program_name => "rbx",
:bin_links => ["ruby", "rake", "gem", "irb", "rdoc", "ri"],
:use_bin_links => true,
:version => "2.0.0rc1",
:libversion => "2.0",
:release_date => "2012-11-02",
:config_version => 163,
:windows => false,
:darwin => true,
:bsd => false,
:linux => false,
:version_list => ["20"],
:default_version => "20",
:vendor_zlib => false,
:readline => :c_readline,
}
end
Setting the following defines for the VM
----------------------------------------
#define RBX_HOST "x86_64-apple-darwin12.2.0"
#define RBX_CPU "x86_64"
#define RBX_VENDOR "apple"
#define RBX_OS "darwin12.2.0"
#define RBX_PREFIX_PATH "/Users/hron/build/rubinius"
#define RBX_BIN_PATH "/bin"
#define RBX_GEMS_PATH "/gems"
#define RBX_RUNTIME_PATH "/runtime"
#define RBX_KERNEL_PATH "/kernel"
#define RBX_LIB_PATH "/lib"
#define RBX_HDR18_PATH "/vm/capi/18/include"
#define RBX_HDR19_PATH "/vm/capi/19/include"
#define RBX_HDR20_PATH "/vm/capi/19/include"
#define RBX_SITE_PATH "/site"
#define RBX_VENDOR_PATH "/vendor"
#define RBX_VERSION "2.0.0rc1"
#define RBX_LIB_VERSION "2.0"
#define RBX_LDSHARED "gcc -bundle -undefined suppress -flat_namespace"
#define RBX_RELEASE_DATE "2012-11-02"
#define RBX_SIZEOF_LONG 8
#define RBX_LLVM_API_VER 300
#define RBX_LIBC "libc.dylib"
#define RBX_DEFAULT_18 false
#define RBX_DEFAULT_19 false
#define RBX_DEFAULT_20 true
#define RBX_ENABLED_20 1
#define RBX_LITTLE_ENDIAN 1
#define RBX_HAVE_TR1_HASH 1
#define RBX_DARWIN 1
#define RBX_FIBER_ENABLED 1
#define HAS_EXECINFO 1
#define HAVE_SPT_REUSEARGV 1
#define HAVE_NL_LANGINFO 1
#define HAVE_TM_GMTOFF 1
#define HAVE_TM_ZONE 1
#define HAVE_TIMEZONE 1
#define HAVE_TZNAME 1
#define HAVE_DAYLIGHT 1
#define HAVE_ALLOCA_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TIMES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_STDARG_H 1
#define HAVE_VALGRIND_H 1
/Users/hron/.rvm/rubies/ruby-1.9.3-p327/bin/ruby vm/codegen/config_vars.rb vm/gen/config_variables.h
GEN vm/gen/config_variables.h
/Users/hron/.rvm/rubies/ruby-1.9.3-p327/bin/ruby vm/codegen/encoding_extract.rb /Users/hron/build/rubinius/vendor/oniguruma vm/gen/encoding_database.cpp
GEN lib/compiler/opcodes.rb
GEN lib/compiler/generator_methods.rb
mkdir -p /Users/hron/build/rubinius/lib/19/encoding/converter
/Users/hron/.rvm/rubies/ruby-1.9.3-p327/bin/ruby vm/codegen/transcoders_extract.rb /Users/hron/build/rubinius/vendor/oniguruma/enc/trans vm/gen/transcoder_database.cpp
/Users/hron/.rvm/rubies/ruby-1.9.3-p327/bin/ruby vm/codegen/field_extract.rb vm/builtin/basicobject.hpp vm/builtin/object.hpp vm/builtin/integer.hpp vm/builtin/fixnum.hpp vm/builtin/array.hpp vm/builtin/bignum.hpp vm/builtin/executable.hpp vm/builtin/access_variable.hpp vm/builtin/alias.hpp vm/builtin/block_environment.hpp vm/builtin/block_as_method.hpp vm/builtin/bytearray.hpp vm/builtin/io.hpp vm/builtin/channel.hpp vm/builtin/module.hpp vm/builtin/class.hpp vm/builtin/compiledcode.hpp vm/builtin/data.hpp vm/builtin/dir.hpp vm/builtin/exception.hpp vm/builtin/float.hpp vm/builtin/immediates.hpp vm/builtin/iseq.hpp vm/builtin/list.hpp vm/builtin/lookuptable.hpp vm/builtin/ffi_pointer.hpp vm/builtin/methodtable.hpp vm/builtin/nativefunction.hpp vm/builtin/packed_object.hpp vm/builtin/randomizer.hpp vm/builtin/regexp.hpp vm/builtin/constantscope.hpp vm/builtin/encoding.hpp vm/builtin/string.hpp vm/builtin/symbol.hpp vm/builtin/thread.hpp vm/builtin/tuple.hpp vm/builtin/compactlookuptable.hpp vm/builtin/time.hpp vm/builtin/nativemethod.hpp vm/builtin/system.hpp vm/builtin/autoload.hpp vm/builtin/proc.hpp vm/builtin/variable_scope.hpp vm/builtin/location.hpp vm/builtin/global_cache_entry.hpp vm/builtin/weakref.hpp vm/builtin/fiber.hpp vm/builtin/thunk.hpp vm/builtin/call_unit.hpp vm/builtin/call_unit_adapter.hpp vm/builtin/cache.hpp vm/builtin/atomic.hpp vm/builtin/character.hpp
GEN vm/gen/instruction_names.cpp
GEN vm/gen/instruction_names.hpp
GEN vm/gen/instruction_sizes.hpp
GEN vm/gen/instruction_prototypes.hpp
GEN vm/gen/instruction_defines.hpp
GEN vm/gen/instruction_locations.hpp
GEN vm/gen/instruction_implementations.hpp
GEN vm/gen/instruction_visitors.hpp
GEN vm/gen/instruction_effects.hpp
1: LB vendor/libffi
checking build system type... x86_64-apple-darwin12.2.0
checking host system type... x86_64-apple-darwin12.2.0
checking target system type... x86_64-apple-darwin12.2.0
checking for gsed... sed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin12.2.0 file names to x86_64-apple-darwin12.2.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin12.2.0 file names to toolchain format... func_convert_file_noop
checking for /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin12.2.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for C compiler vendor... gnu
checking CFLAGS for maximum warnings... -Wall
checking whether to enable maintainer-specific portions of Makefiles... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for mmap... yes
checking for sys/mman.h... (cached) yes
checking for mmap... (cached) yes
checking whether read-only mmap of a plain file works... yes
checking whether mmap from /dev/zero works... no
checking for MAP_ANON(YMOUS)... yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking for ANSI C header files... (cached) yes
checking for memcpy... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking size of double... 8
checking size of long double... 16
checking whether byte ordering is bigendian... no
checking assembler .cfi pseudo-op support... no
checking whether .eh_frame section should be read-only... no
checking for __attribute__((visibility("hidden")))... no
configure: creating ./config.status
config.status: creating include/Makefile
config.status: creating include/ffi.h
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating man/Makefile
config.status: creating libffi.pc
config.status: creating fficonfig.h
config.status: linking src/x86/ffitarget.h to include/ffitarget.h
config.status: executing buildir commands
config.status: skipping top_srcdir/Makefile - not created
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing include commands
config.status: executing src commands
make "AR_FLAGS=" "CC_FOR_BUILD=" "CFLAGS=-Ivm/capi -Wall -fexceptions" "CXXFLAGS=" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=" "LIBCFLAGS_FOR_TARGET=" "MAKE=make" "MAKEINFO=/bin/sh /Users/hron/build/rubinius/vendor/libffi/missing --run makeinfo " "PICFLAG=" "PICFLAG_FOR_TARGET=" "RUNTESTFLAGS=" "SHELL=/bin/sh" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "mandir=/usr/local/share/man" "prefix=/usr/local" "AR=ar" "AS=as" "CC=gcc" "CXX=g++" "LD=/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld" "NM=/usr/bin/nm" "RANLIB=ranlib" "DESTDIR=" all-recursive
Making all in include
make[2]: Nothing to be done for `all'.
Making all in testsuite
make[2]: Nothing to be done for `all'.
Making all in man
make[2]: Nothing to be done for `all'.
depbase=`echo src/prep_cif.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DFFI_BUILDING -g -Ivm/capi -Wall -fexceptions -MT src/prep_cif.lo -MD -MP -MF $depbase.Tpo -c -o src/prep_cif.lo src/prep_cif.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DFFI_BUILDING -g -Ivm/capi -Wall -fexceptions -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c src/prep_cif.c -fno-common -DPIC -o src/.libs/prep_cif.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DFFI_BUILDING -g -Ivm/capi -Wall -fexceptions -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c src/prep_cif.c -o src/prep_cif.o >/dev/null 2>&1
depbase=`echo src/types.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DFFI_BUILDING -g -Ivm/capi -Wall -fexceptions -MT src/types.lo -MD -MP -MF $depbase.Tpo -c -o src/types.lo src/types.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DFFI_BUILDING -g -Ivm/capi -Wall -fexceptions -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c src/types.c -fno-common -DPIC -o src/.libs/types.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DFFI_BUILDING -g -Ivm/capi -Wall -fexceptions -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c src/types.c -o src/types.o >/dev/null 2>&1
depbase=`echo src/raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DFFI_BUILDING -g -Ivm/capi -Wall -fexceptions -MT src/raw_api.lo -MD -MP -MF $depbase.Tpo -c -o src/raw_api.lo src/raw_api.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DFFI_BUILDING -g -Ivm/capi -Wall -fexceptions -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c src/raw_api.c -fno-common -DPIC -o src/.libs/raw_api.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DFFI_BUILDING -g -Ivm/capi -Wall -fexceptions -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c src/raw_api.c -o src/raw_api.o >/dev/null 2>&1
depbase=`echo src/java_raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DFFI_BUILDING -g -Ivm/capi -Wall -fexceptions -MT src/java_raw_api.lo -MD -MP -MF $depbase.Tpo -c -o src/java_raw_api.lo src/java_raw_api.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DFFI_BUILDING -g -Ivm/capi -Wall -fexceptions -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c src/java_raw_api.c -fno-common -DPIC -o src/.libs/java_raw_api.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DFFI_BUILDING -g -Ivm/capi -Wall -fexceptions -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c src/java_raw_api.c -o src/java_raw_api.o >/dev/null 2>&1
depbase=`echo src/closures.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DFFI_BUILDING -g -Ivm/capi -Wall -fexceptions -MT src/closures.lo -MD -MP -MF $depbase.Tpo -c -o src/closures.lo src/closures.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DFFI_BUILDING -g -Ivm/capi -Wall -fexceptions -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c src/closures.c -fno-common -DPIC -o src/.libs/closures.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DFFI_BUILDING -g -Ivm/capi -Wall -fexceptions -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c src/closures.c -o src/closures.o >/dev/null 2>&1
depbase=`echo src/x86/ffi.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DFFI_BUILDING -g -Ivm/capi -Wall -fexceptions -MT src/x86/ffi.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/ffi.lo src/x86/ffi.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DFFI_BUILDING -g -Ivm/capi -Wall -fexceptions -MT src/x86/ffi.lo -MD -MP -MF src/x86/.deps/ffi.Tpo -c src/x86/ffi.c -fno-common -DPIC -o src/x86/.libs/ffi.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DFFI_BUILDING -g -Ivm/capi -Wall -fexceptions -MT src/x86/ffi.lo -MD -MP -MF src/x86/.deps/ffi.Tpo -c src/x86/ffi.c -o src/x86/ffi.o >/dev/null 2>&1
depbase=`echo src/x86/darwin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DFFI_BUILDING -I. -I./include -Iinclude -I./src -DFFI_BUILDING -g -Ivm/capi -MT src/x86/darwin.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/darwin.lo src/x86/darwin.S &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DFFI_BUILDING -I. -I./include -Iinclude -I./src -DFFI_BUILDING -g -Ivm/capi -MT src/x86/darwin.lo -MD -MP -MF src/x86/.deps/darwin.Tpo -c src/x86/darwin.S -fno-common -DPIC -o src/x86/.libs/darwin.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DFFI_BUILDING -I. -I./include -Iinclude -I./src -DFFI_BUILDING -g -Ivm/capi -MT src/x86/darwin.lo -MD -MP -MF src/x86/.deps/darwin.Tpo -c src/x86/darwin.S -o src/x86/darwin.o >/dev/null 2>&1
depbase=`echo src/x86/ffi64.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DFFI_BUILDING -g -Ivm/capi -Wall -fexceptions -MT src/x86/ffi64.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/ffi64.lo src/x86/ffi64.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DFFI_BUILDING -g -Ivm/capi -Wall -fexceptions -MT src/x86/ffi64.lo -MD -MP -MF src/x86/.deps/ffi64.Tpo -c src/x86/ffi64.c -fno-common -DPIC -o src/x86/.libs/ffi64.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DFFI_BUILDING -g -Ivm/capi -Wall -fexceptions -MT src/x86/ffi64.lo -MD -MP -MF src/x86/.deps/ffi64.Tpo -c src/x86/ffi64.c -o src/x86/ffi64.o >/dev/null 2>&1
depbase=`echo src/x86/darwin64.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DFFI_BUILDING -I. -I./include -Iinclude -I./src -DFFI_BUILDING -g -Ivm/capi -MT src/x86/darwin64.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/darwin64.lo src/x86/darwin64.S &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DFFI_BUILDING -I. -I./include -Iinclude -I./src -DFFI_BUILDING -g -Ivm/capi -MT src/x86/darwin64.lo -MD -MP -MF src/x86/.deps/darwin64.Tpo -c src/x86/darwin64.S -fno-common -DPIC -o src/x86/.libs/darwin64.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -DFFI_BUILDING -I. -I./include -Iinclude -I./src -DFFI_BUILDING -g -Ivm/capi -MT src/x86/darwin64.lo -MD -MP -MF src/x86/.deps/darwin64.Tpo -c src/x86/darwin64.S -o src/x86/darwin64.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=link gcc -g -Ivm/capi -Wall -fexceptions -version-info `grep -v '^#' ./libtool-version` -o libffi.la -rpath /usr/local/lib src/prep_cif.lo src/types.lo src/raw_api.lo src/java_raw_api.lo src/closures.lo src/x86/ffi.lo src/x86/darwin.lo src/x86/ffi64.lo src/x86/darwin64.lo
libtool: link: gcc -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libffi.6.dylib src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/x86/.libs/ffi.o src/x86/.libs/darwin.o src/x86/.libs/ffi64.o src/x86/.libs/darwin64.o -install_name /usr/local/lib/libffi.6.dylib -compatibility_version 7 -current_version 7.0 -Wl,-single_module
ld: warning: could not create compact unwind for _ffi_call_unix64: does not use RBP or RSP based frame
libtool: link: (cd ".libs" && rm -f "libffi.dylib" && ln -s "libffi.6.dylib" "libffi.dylib")
libtool: link: ar cru .libs/libffi.a src/prep_cif.o src/types.o src/raw_api.o src/java_raw_api.o src/closures.o src/x86/ffi.o src/x86/darwin.o src/x86/ffi64.o src/x86/darwin64.o
/usr/bin/ranlib: file: .libs/libffi.a(ffi.o) has no symbols
/usr/bin/ranlib: file: .libs/libffi.a(darwin.o) has no symbols
libtool: link: ranlib .libs/libffi.a
ranlib: file: .libs/libffi.a(ffi.o) has no symbols
ranlib: file: .libs/libffi.a(darwin.o) has no symbols
libtool: link: ( cd ".libs" && rm -f "libffi.la" && ln -s "../libffi.la" "libffi.la" )
/bin/sh ./libtool --tag=CC --mode=link gcc -g -Ivm/capi -Wall -fexceptions -o libffi_convenience.la src/prep_cif.lo src/types.lo src/raw_api.lo src/java_raw_api.lo src/closures.lo src/x86/ffi.lo src/x86/darwin.lo src/x86/ffi64.lo src/x86/darwin64.lo
libtool: link: ar cru .libs/libffi_convenience.a src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/x86/.libs/ffi.o src/x86/.libs/darwin.o src/x86/.libs/ffi64.o src/x86/.libs/darwin64.o
/usr/bin/ranlib: file: .libs/libffi_convenience.a(ffi.o) has no symbols
/usr/bin/ranlib: file: .libs/libffi_convenience.a(darwin.o) has no symbols
libtool: link: ranlib .libs/libffi_convenience.a
ranlib: file: .libs/libffi_convenience.a(ffi.o) has no symbols
ranlib: file: .libs/libffi_convenience.a(darwin.o) has no symbols
libtool: link: ( cd ".libs" && rm -f "libffi_convenience.la" && ln -s "../libffi_convenience.la" "libffi_convenience.la" )
1: LB vendor/libgdtoa
gcc -o check_prog -Wall -g -fno-strict-aliasing -fPIC -DMULTIPLE_THREADS arithchk.c || gcc -o check_prog -DNO_LONG_LONG -Wall -g -fno-strict-aliasing -fPIC -DMULTIPLE_THREADS arithchk.c
arithchk.c: In function ‘ccheck’:
arithchk.c:109: warning: format not a string literal and no format arguments
arithchk.c:109: warning: format not a string literal and no format arguments
./check_prog >arith.h
rm -f check_prog arithchk.o
gcc -o check_prog -Wall -g -fno-strict-aliasing -fPIC -DMULTIPLE_THREADS qnan.c
qnan.c: In function ‘main’:
qnan.c:99: warning: zero-length printf format string
qnan.c:99: warning: zero-length printf format string
./check_prog >gd_qnan.h
rm -f check_prog qnan.o
CC dmisc.o
CC dtoa.o
CC g_Qfmt.o
CC g__fmt.o
CC g_ddfmt.o
CC g_dfmt.o
CC g_ffmt.o
CC g_xLfmt.o
CC g_xfmt.o
CC gdtoa.o
CC gethex.o
CC gmisc.o
CC hd_init.o
CC hexnan.o
CC misc.o
CC smisc.o
CC strtoIQ.o
CC strtoId.o
CC strtoIdd.o
CC strtoIf.o
CC strtoIg.o
CC strtoIx.o
CC strtoIxL.o
CC strtod.o
CC strtodI.o
CC strtodg.o
CC strtof.o
CC strtopQ.o
CC strtopd.o
CC strtopdd.o
CC strtopf.o
CC strtopx.o
CC strtopxL.o
CC strtorQ.o
CC strtord.o
CC strtordd.o
CC strtorf.o
CC strtorx.o
CC strtorxL.o
CC sum.o
CC ulp.o
ar cru libgdtoa.a dmisc.o dtoa.o g_Qfmt.o g__fmt.o g_ddfmt.o g_dfmt.o g_ffmt.o g_xLfmt.o g_xfmt.o gdtoa.o gethex.o gmisc.o hd_init.o hexnan.o misc.o smisc.o strtoIQ.o strtoId.o strtoIdd.o strtoIf.o strtoIg.o strtoIx.o strtoIxL.o strtod.o strtodI.o strtodg.o strtof.o strtopQ.o strtopd.o strtopdd.o strtopf.o strtopx.o strtopxL.o strtorQ.o strtord.o strtordd.o strtorf.o strtorx.o strtorxL.o sum.o ulp.o
ranlib libgdtoa.a
1: LB vendor/libtommath
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bncore.o bncore.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_init.o bn_mp_init.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_clear.o bn_mp_clear.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_exch.o bn_mp_exch.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_grow.o bn_mp_grow.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_shrink.o bn_mp_shrink.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_clamp.o bn_mp_clamp.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_zero.o bn_mp_zero.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_set.o bn_mp_set.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_set_int.o bn_mp_set_int.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_init_size.o bn_mp_init_size.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_copy.o bn_mp_copy.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_init_copy.o bn_mp_init_copy.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_abs.o bn_mp_abs.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_neg.o bn_mp_neg.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_cmp_mag.o bn_mp_cmp_mag.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_cmp.o bn_mp_cmp.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_cmp_d.o bn_mp_cmp_d.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_rshd.o bn_mp_rshd.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_lshd.o bn_mp_lshd.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_mod_2d.o bn_mp_mod_2d.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_div_2d.o bn_mp_div_2d.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_mul_2d.o bn_mp_mul_2d.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_div_2.o bn_mp_div_2.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_mul_2.o bn_mp_mul_2.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_s_mp_add.o bn_s_mp_add.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_s_mp_sub.o bn_s_mp_sub.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_fast_s_mp_mul_digs.o bn_fast_s_mp_mul_digs.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_s_mp_mul_digs.o bn_s_mp_mul_digs.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_fast_s_mp_mul_high_digs.o bn_fast_s_mp_mul_high_digs.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_s_mp_mul_high_digs.o bn_s_mp_mul_high_digs.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_fast_s_mp_sqr.o bn_fast_s_mp_sqr.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_s_mp_sqr.o bn_s_mp_sqr.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_add.o bn_mp_add.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_sub.o bn_mp_sub.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_karatsuba_mul.o bn_mp_karatsuba_mul.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_mul.o bn_mp_mul.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_karatsuba_sqr.o bn_mp_karatsuba_sqr.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_sqr.o bn_mp_sqr.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_div.o bn_mp_div.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_mod.o bn_mp_mod.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_add_d.o bn_mp_add_d.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_sub_d.o bn_mp_sub_d.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_mul_d.o bn_mp_mul_d.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_div_d.o bn_mp_div_d.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_mod_d.o bn_mp_mod_d.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_expt_d.o bn_mp_expt_d.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_addmod.o bn_mp_addmod.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_submod.o bn_mp_submod.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_mulmod.o bn_mp_mulmod.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_sqrmod.o bn_mp_sqrmod.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_gcd.o bn_mp_gcd.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_lcm.o bn_mp_lcm.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_fast_mp_invmod.o bn_fast_mp_invmod.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_invmod.o bn_mp_invmod.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_reduce.o bn_mp_reduce.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_montgomery_setup.o bn_mp_montgomery_setup.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_fast_mp_montgomery_reduce.o bn_fast_mp_montgomery_reduce.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_montgomery_reduce.o bn_mp_montgomery_reduce.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_exptmod_fast.o bn_mp_exptmod_fast.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_exptmod.o bn_mp_exptmod.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_2expt.o bn_mp_2expt.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_n_root.o bn_mp_n_root.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_jacobi.o bn_mp_jacobi.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_reverse.o bn_reverse.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_count_bits.o bn_mp_count_bits.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_read_unsigned_bin.o bn_mp_read_unsigned_bin.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_read_signed_bin.o bn_mp_read_signed_bin.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_to_unsigned_bin.o bn_mp_to_unsigned_bin.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_to_signed_bin.o bn_mp_to_signed_bin.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_unsigned_bin_size.o bn_mp_unsigned_bin_size.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_signed_bin_size.o bn_mp_signed_bin_size.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_xor.o bn_mp_xor.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_and.o bn_mp_and.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_or.o bn_mp_or.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_rand.o bn_mp_rand.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_montgomery_calc_normalization.o bn_mp_montgomery_calc_normalization.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_prime_is_divisible.o bn_mp_prime_is_divisible.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_prime_tab.o bn_prime_tab.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_prime_fermat.o bn_mp_prime_fermat.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_prime_miller_rabin.o bn_mp_prime_miller_rabin.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_prime_is_prime.o bn_mp_prime_is_prime.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_prime_next_prime.o bn_mp_prime_next_prime.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_dr_reduce.o bn_mp_dr_reduce.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_dr_is_modulus.o bn_mp_dr_is_modulus.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_dr_setup.o bn_mp_dr_setup.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_reduce_setup.o bn_mp_reduce_setup.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_toom_mul.o bn_mp_toom_mul.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_toom_sqr.o bn_mp_toom_sqr.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_div_3.o bn_mp_div_3.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_s_mp_exptmod.o bn_s_mp_exptmod.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_reduce_2k.o bn_mp_reduce_2k.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_reduce_is_2k.o bn_mp_reduce_is_2k.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_reduce_2k_setup.o bn_mp_reduce_2k_setup.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_reduce_2k_l.o bn_mp_reduce_2k_l.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_reduce_is_2k_l.o bn_mp_reduce_is_2k_l.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_reduce_2k_setup_l.o bn_mp_reduce_2k_setup_l.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_radix_smap.o bn_mp_radix_smap.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_read_radix.o bn_mp_read_radix.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_toradix.o bn_mp_toradix.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_radix_size.o bn_mp_radix_size.c
bn_mp_radix_size.c: In function ‘mp_radix_size’:
bn_mp_radix_size.c:19: warning: unused parameter ‘__state’
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_radix_bits_size.o bn_mp_radix_bits_size.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_fread.o bn_mp_fread.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_fwrite.o bn_mp_fwrite.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_cnt_lsb.o bn_mp_cnt_lsb.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_error.o bn_error.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_init_multi.o bn_mp_init_multi.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_clear_multi.o bn_mp_clear_multi.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_exteuclid.o bn_mp_exteuclid.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_toradix_n.o bn_mp_toradix_n.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_toradix_nd.o bn_mp_toradix_nd.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_prime_random_ex.o bn_mp_prime_random_ex.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_get_int.o bn_mp_get_int.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_sqrt.o bn_mp_sqrt.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_is_square.o bn_mp_is_square.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_init_set.o bn_mp_init_set.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_init_set_int.o bn_mp_init_set_int.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_invmod_slow.o bn_mp_invmod_slow.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_prime_rabin_miller_trials.o bn_mp_prime_rabin_miller_trials.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_to_signed_bin_n.o bn_mp_to_signed_bin_n.c
gcc -Ivm/capi -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_to_unsigned_bin_n.o bn_mp_to_unsigned_bin_n.c
ar rv libtommath.a bncore.o bn_mp_init.o bn_mp_clear.o bn_mp_exch.o bn_mp_grow.o bn_mp_shrink.o bn_mp_clamp.o bn_mp_zero.o bn_mp_set.o bn_mp_set_int.o bn_mp_init_size.o bn_mp_copy.o bn_mp_init_copy.o bn_mp_abs.o bn_mp_neg.o bn_mp_cmp_mag.o bn_mp_cmp.o bn_mp_cmp_d.o bn_mp_rshd.o bn_mp_lshd.o bn_mp_mod_2d.o bn_mp_div_2d.o bn_mp_mul_2d.o bn_mp_div_2.o bn_mp_mul_2.o bn_s_mp_add.o bn_s_mp_sub.o bn_fast_s_mp_mul_digs.o bn_s_mp_mul_digs.o bn_fast_s_mp_mul_high_digs.o bn_s_mp_mul_high_digs.o bn_fast_s_mp_sqr.o bn_s_mp_sqr.o bn_mp_add.o bn_mp_sub.o bn_mp_karatsuba_mul.o bn_mp_mul.o bn_mp_karatsuba_sqr.o bn_mp_sqr.o bn_mp_div.o bn_mp_mod.o bn_mp_add_d.o bn_mp_sub_d.o bn_mp_mul_d.o bn_mp_div_d.o bn_mp_mod_d.o bn_mp_expt_d.o bn_mp_addmod.o bn_mp_submod.o bn_mp_mulmod.o bn_mp_sqrmod.o bn_mp_gcd.o bn_mp_lcm.o bn_fast_mp_invmod.o bn_mp_invmod.o bn_mp_reduce.o bn_mp_montgomery_setup.o bn_fast_mp_montgomery_reduce.o bn_mp_montgomery_reduce.o bn_mp_exptmod_fast.o bn_mp_exptmod.o bn_mp_2expt.o bn_mp_n_root.o bn_mp_jacobi.o bn_reverse.o bn_mp_count_bits.o bn_mp_read_unsigned_bin.o bn_mp_read_signed_bin.o bn_mp_to_unsigned_bin.o bn_mp_to_signed_bin.o bn_mp_unsigned_bin_size.o bn_mp_signed_bin_size.o bn_mp_xor.o bn_mp_and.o bn_mp_or.o bn_mp_rand.o bn_mp_montgomery_calc_normalization.o bn_mp_prime_is_divisible.o bn_prime_tab.o bn_mp_prime_fermat.o bn_mp_prime_miller_rabin.o bn_mp_prime_is_prime.o bn_mp_prime_next_prime.o bn_mp_dr_reduce.o bn_mp_dr_is_modulus.o bn_mp_dr_setup.o bn_mp_reduce_setup.o bn_mp_toom_mul.o bn_mp_toom_sqr.o bn_mp_div_3.o bn_s_mp_exptmod.o bn_mp_reduce_2k.o bn_mp_reduce_is_2k.o bn_mp_reduce_2k_setup.o bn_mp_reduce_2k_l.o bn_mp_reduce_is_2k_l.o bn_mp_reduce_2k_setup_l.o bn_mp_radix_smap.o bn_mp_read_radix.o bn_mp_toradix.o bn_mp_radix_size.o bn_mp_radix_bits_size.o bn_mp_fread.o bn_mp_fwrite.o bn_mp_cnt_lsb.o bn_error.o bn_mp_init_multi.o bn_mp_clear_multi.o bn_mp_exteuclid.o bn_mp_toradix_n.o bn_mp_toradix_nd.o bn_mp_prime_random_ex.o bn_mp_get_int.o bn_mp_sqrt.o bn_mp_is_square.o bn_mp_init_set.o bn_mp_init_set_int.o bn_mp_invmod_slow.o bn_mp_prime_rabin_miller_trials.o bn_mp_to_signed_bin_n.o bn_mp_to_unsigned_bin_n.o
ar: creating archive libtommath.a
a - bncore.o
a - bn_mp_init.o
a - bn_mp_clear.o
a - bn_mp_exch.o
a - bn_mp_grow.o
a - bn_mp_shrink.o
a - bn_mp_clamp.o
a - bn_mp_zero.o
a - bn_mp_set.o
a - bn_mp_set_int.o
a - bn_mp_init_size.o
a - bn_mp_copy.o
a - bn_mp_init_copy.o
a - bn_mp_abs.o
a - bn_mp_neg.o
a - bn_mp_cmp_mag.o
a - bn_mp_cmp.o
a - bn_mp_cmp_d.o
a - bn_mp_rshd.o
a - bn_mp_lshd.o
a - bn_mp_mod_2d.o
a - bn_mp_div_2d.o
a - bn_mp_mul_2d.o
a - bn_mp_div_2.o
a - bn_mp_mul_2.o
a - bn_s_mp_add.o
a - bn_s_mp_sub.o
a - bn_fast_s_mp_mul_digs.o
a - bn_s_mp_mul_digs.o
a - bn_fast_s_mp_mul_high_digs.o
a - bn_s_mp_mul_high_digs.o
a - bn_fast_s_mp_sqr.o
a - bn_s_mp_sqr.o
a - bn_mp_add.o
a - bn_mp_sub.o
a - bn_mp_karatsuba_mul.o
a - bn_mp_mul.o
a - bn_mp_karatsuba_sqr.o
a - bn_mp_sqr.o
a - bn_mp_div.o
a - bn_mp_mod.o
a - bn_mp_add_d.o
a - bn_mp_sub_d.o
a - bn_mp_mul_d.o
a - bn_mp_div_d.o
a - bn_mp_mod_d.o
a - bn_mp_expt_d.o
a - bn_mp_addmod.o
a - bn_mp_submod.o
a - bn_mp_mulmod.o
a - bn_mp_sqrmod.o
a - bn_mp_gcd.o
a - bn_mp_lcm.o
a - bn_fast_mp_invmod.o
a - bn_mp_invmod.o
a - bn_mp_reduce.o
a - bn_mp_montgomery_setup.o
a - bn_fast_mp_montgomery_reduce.o
a - bn_mp_montgomery_reduce.o
a - bn_mp_exptmod_fast.o
a - bn_mp_exptmod.o
a - bn_mp_2expt.o
a - bn_mp_n_root.o
a - bn_mp_jacobi.o
a - bn_reverse.o
a - bn_mp_count_bits.o
a - bn_mp_read_unsigned_bin.o
a - bn_mp_read_signed_bin.o
a - bn_mp_to_unsigned_bin.o
a - bn_mp_to_signed_bin.o
a - bn_mp_unsigned_bin_size.o
a - bn_mp_signed_bin_size.o
a - bn_mp_xor.o
a - bn_mp_and.o
a - bn_mp_or.o
a - bn_mp_rand.o
a - bn_mp_montgomery_calc_normalization.o
a - bn_mp_prime_is_divisible.o
a - bn_prime_tab.o
a - bn_mp_prime_fermat.o
a - bn_mp_prime_miller_rabin.o
a - bn_mp_prime_is_prime.o
a - bn_mp_prime_next_prime.o
a - bn_mp_dr_reduce.o
a - bn_mp_dr_is_modulus.o
a - bn_mp_dr_setup.o
a - bn_mp_reduce_setup.o
a - bn_mp_toom_mul.o
a - bn_mp_toom_sqr.o
a - bn_mp_div_3.o
a - bn_s_mp_exptmod.o
a - bn_mp_reduce_2k.o
a - bn_mp_reduce_is_2k.o
a - bn_mp_reduce_2k_setup.o
a - bn_mp_reduce_2k_l.o
a - bn_mp_reduce_is_2k_l.o
a - bn_mp_reduce_2k_setup_l.o
a - bn_mp_radix_smap.o
a - bn_mp_read_radix.o
a - bn_mp_toradix.o
a - bn_mp_radix_size.o
a - bn_mp_radix_bits_size.o
a - bn_mp_fread.o
a - bn_mp_fwrite.o
a - bn_mp_cnt_lsb.o
a - bn_error.o
a - bn_mp_init_multi.o
a - bn_mp_clear_multi.o
a - bn_mp_exteuclid.o
a - bn_mp_toradix_n.o
a - bn_mp_toradix_nd.o
a - bn_mp_prime_random_ex.o
a - bn_mp_get_int.o
a - bn_mp_sqrt.o
a - bn_mp_is_square.o
a - bn_mp_init_set.o
a - bn_mp_init_set_int.o
a - bn_mp_invmod_slow.o
a - bn_mp_prime_rabin_miller_trials.o
a - bn_mp_to_signed_bin_n.o
a - bn_mp_to_unsigned_bin_n.o
ranlib libtommath.a
1: CC regcomp.c
1: CC regenc.c
1: CC regerror.c
1: CC regexec.c
1: CC regparse.c
1: CC regsyntax.c
1: CC regtrav.c
1: CC regversion.c
1: CC st.c
1: CC transcoder.c
1: CC enc/ascii.c
1: CC enc/big5.c
1: CC enc/cp949.c
1: CC enc/emacs_mule.c
1: CC enc/euc_jp.c
1: CC enc/euc_kr.c
1: CC enc/euc_tw.c
1: CC enc/gb18030.c
1: CC enc/gbk.c
1: CC enc/iso_8859_1.c
1: CC enc/iso_8859_10.c
1: CC enc/iso_8859_11.c
1: CC enc/iso_8859_13.c
1: CC enc/iso_8859_14.c
1: CC enc/iso_8859_15.c
1: CC enc/iso_8859_16.c
1: CC enc/iso_8859_2.c
1: CC enc/iso_8859_3.c
1: CC enc/iso_8859_4.c
1: CC enc/iso_8859_5.c
1: CC enc/iso_8859_6.c
1: CC enc/iso_8859_7.c
1: CC enc/iso_8859_8.c
1: CC enc/iso_8859_9.c
1: CC enc/koi8_r.c
1: CC enc/koi8_u.c
1: CC enc/mktable.c
1: CC enc/shift_jis.c
1: CC enc/unicode.c
1: CC enc/us_ascii.c
1: CC enc/utf_16be.c
1: CC enc/utf_16le.c
1: CC enc/utf_32be.c
1: CC enc/utf_32le.c
1: CC enc/utf_8.c
1: CC enc/windows_1251.c
1: AR ./libonig.a
ar: creating archive ./libonig.a
a - ./artifacts/regcomp.c.o
a - ./artifacts/regenc.c.o
a - ./artifacts/regerror.c.o
a - ./artifacts/regexec.c.o
a - ./artifacts/regparse.c.o
a - ./artifacts/regsyntax.c.o
a - ./artifacts/regtrav.c.o
a - ./artifacts/regversion.c.o
a - ./artifacts/st.c.o
a - ./artifacts/transcoder.c.o
a - enc/artifacts/ascii.c.o
a - enc/artifacts/big5.c.o
a - enc/artifacts/cp949.c.o
a - enc/artifacts/emacs_mule.c.o
a - enc/artifacts/euc_jp.c.o
a - enc/artifacts/euc_kr.c.o
a - enc/artifacts/euc_tw.c.o
a - enc/artifacts/gb18030.c.o
a - enc/artifacts/gbk.c.o
a - enc/artifacts/iso_8859_1.c.o
a - enc/artifacts/iso_8859_10.c.o
a - enc/artifacts/iso_8859_11.c.o
a - enc/artifacts/iso_8859_13.c.o
a - enc/artifacts/iso_8859_14.c.o
a - enc/artifacts/iso_8859_15.c.o
a - enc/artifacts/iso_8859_16.c.o
a - enc/artifacts/iso_8859_2.c.o
a - enc/artifacts/iso_8859_3.c.o
a - enc/artifacts/iso_8859_4.c.o
a - enc/artifacts/iso_8859_5.c.o
a - enc/artifacts/iso_8859_6.c.o
a - enc/artifacts/iso_8859_7.c.o
a - enc/artifacts/iso_8859_8.c.o
a - enc/artifacts/iso_8859_9.c.o
a - enc/artifacts/koi8_r.c.o
a - enc/artifacts/koi8_u.c.o
a - enc/artifacts/mktable.c.o
a - enc/artifacts/shift_jis.c.o
a - enc/artifacts/unicode.c.o
a - enc/artifacts/us_ascii.c.o
a - enc/artifacts/utf_16be.c.o
a - enc/artifacts/utf_16le.c.o
a - enc/artifacts/utf_32be.c.o
a - enc/artifacts/utf_32le.c.o
a - enc/artifacts/utf_8.c.o
a - enc/artifacts/windows_1251.c.o
1: CC enc/trans/big5.c
1: LDSHARED enc/trans/big5.bundle
1: CC enc/trans/chinese.c
1: LDSHARED enc/trans/chinese.bundle
1: CC enc/trans/emoji.c
1: LDSHARED enc/trans/emoji.bundle
1: CC enc/trans/emoji_iso2022_kddi.c
1: LDSHARED enc/trans/emoji_iso2022_kddi.bundle
1: CC enc/trans/emoji_sjis_docomo.c
1: LDSHARED enc/trans/emoji_sjis_docomo.bundle
1: CC enc/trans/emoji_sjis_kddi.c
1: LDSHARED enc/trans/emoji_sjis_kddi.bundle
1: CC enc/trans/emoji_sjis_softbank.c
1: LDSHARED enc/trans/emoji_sjis_softbank.bundle
1: CC enc/trans/escape.c
1: LDSHARED enc/trans/escape.bundle
1: CC enc/trans/gb18030.c
1: LDSHARED enc/trans/gb18030.bundle
1: CC enc/trans/gbk.c
1: LDSHARED enc/trans/gbk.bundle
1: CC enc/trans/iso2022.c
1: LDSHARED enc/trans/iso2022.bundle
1: CC enc/trans/japanese.c
1: LDSHARED enc/trans/japanese.bundle
1: CC enc/trans/japanese_euc.c
1: LDSHARED enc/trans/japanese_euc.bundle
1: CC enc/trans/japanese_sjis.c
1: LDSHARED enc/trans/japanese_sjis.bundle
1: CC enc/trans/korean.c
1: LDSHARED enc/trans/korean.bundle
1: CC enc/trans/newline.c
1: LDSHARED enc/trans/newline.bundle
1: CC enc/trans/single_byte.c
1: LDSHARED enc/trans/single_byte.bundle
1: CC enc/trans/utf8_mac.c
1: LDSHARED enc/trans/utf8_mac.bundle
1: CC enc/trans/utf_16_32.c
1: LDSHARED enc/trans/utf_16_32.bundle
1: LB vendor/udis86
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-apple-darwin12.2.0
checking host system type... x86_64-apple-darwin12.2.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ld used by gcc... /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no
checking for /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 196608
checking command to parse /usr/bin/nm output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fno-common
checking if gcc PIC flag -fno-common works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin12.2.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
rm: conftest.dSYM: is a directory
checking for ld used by g++... /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no
checking whether the g++ linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fno-common
checking if g++ PIC flag -fno-common works... rm: conftest.dSYM: is a directory
yes
checking if g++ static flag -static works... rm: conftest.dSYM: is a directory
no
checking if g++ supports -c -o file.o... rm: conftest.dSYM: is a directory
yes
checking whether the g++ linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin12.2.0 dyld
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libudis86/Makefile
config.status: creating udcli/Makefile
config.status: creating tests/Makefile
config.status: creating docs/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make all-recursive
Making all in libudis86
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Ivm/capi -Wall -MT itab.lo -MD -MP -MF .deps/itab.Tpo -c -o itab.lo itab.c
gcc -DHAVE_CONFIG_H -I. -I.. -Ivm/capi -Wall -MT itab.lo -MD -MP -MF .deps/itab.Tpo -c itab.c -o itab.o
mv -f .deps/itab.Tpo .deps/itab.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Ivm/capi -Wall -MT input.lo -MD -MP -MF .deps/input.Tpo -c -o input.lo input.c
gcc -DHAVE_CONFIG_H -I. -I.. -Ivm/capi -Wall -MT input.lo -MD -MP -MF .deps/input.Tpo -c input.c -o input.o
mv -f .deps/input.Tpo .deps/input.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Ivm/capi -Wall -MT decode.lo -MD -MP -MF .deps/decode.Tpo -c -o decode.lo decode.c
gcc -DHAVE_CONFIG_H -I. -I.. -Ivm/capi -Wall -MT decode.lo -MD -MP -MF .deps/decode.Tpo -c decode.c -o decode.o
mv -f .deps/decode.Tpo .deps/decode.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Ivm/capi -Wall -MT syn.lo -MD -MP -MF .deps/syn.Tpo -c -o syn.lo syn.c
gcc -DHAVE_CONFIG_H -I. -I.. -Ivm/capi -Wall -MT syn.lo -MD -MP -MF .deps/syn.Tpo -c syn.c -o syn.o
mv -f .deps/syn.Tpo .deps/syn.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Ivm/capi -Wall -MT syn-intel.lo -MD -MP -MF .deps/syn-intel.Tpo -c -o syn-intel.lo syn-intel.c
gcc -DHAVE_CONFIG_H -I. -I.. -Ivm/capi -Wall -MT syn-intel.lo -MD -MP -MF .deps/syn-intel.Tpo -c syn-intel.c -o syn-intel.o
mv -f .deps/syn-intel.Tpo .deps/syn-intel.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Ivm/capi -Wall -MT syn-att.lo -MD -MP -MF .deps/syn-att.Tpo -c -o syn-att.lo syn-att.c
gcc -DHAVE_CONFIG_H -I. -I.. -Ivm/capi -Wall -MT syn-att.lo -MD -MP -MF .deps/syn-att.Tpo -c syn-att.c -o syn-att.o
mv -f .deps/syn-att.Tpo .deps/syn-att.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Ivm/capi -Wall -MT udis86.lo -MD -MP -MF .deps/udis86.Tpo -c -o udis86.lo udis86.c
gcc -DHAVE_CONFIG_H -I. -I.. -Ivm/capi -Wall -MT udis86.lo -MD -MP -MF .deps/udis86.Tpo -c udis86.c -o udis86.o
mv -f .deps/udis86.Tpo .deps/udis86.Plo
/bin/sh ../libtool --tag=CC --mode=link gcc -Ivm/capi -Wall -o libudis86.la -rpath /usr/local/lib itab.lo input.lo decode.lo syn.lo syn-intel.lo syn-att.lo udis86.lo
mkdir .libs
ar cru .libs/libudis86.a itab.o input.o decode.o syn.o syn-intel.o syn-att.o udis86.o
ranlib .libs/libudis86.a
creating libudis86.la
(cd .libs && rm -f libudis86.la && ln -s ../libudis86.la libudis86.la)
Making all in .
make[2]: Nothing to be done for `all-am'.
Making all in udcli
gcc -DHAVE_CONFIG_H -I. -I.. -I../libudis86 -I.. -Ivm/capi -Wall -MT udcli-udcli.o -MD -MP -MF .deps/udcli-udcli.Tpo -c -o udcli-udcli.o `test -f 'udcli.c' || echo './'`udcli.c
udcli.c: In function ‘main’:
udcli.c:119: warning: format ‘%ld’ expects type ‘long int *’, but argument 3 has type ‘uint64_t *’
udcli.c:119: warning: format ‘%ld’ expects type ‘long int *’, but argument 3 has type ‘uint64_t *’
udcli.c:130: warning: format ‘%ld’ expects type ‘long int *’, but argument 3 has type ‘uint64_t *’
udcli.c:130: warning: format ‘%ld’ expects type ‘long int *’, but argument 3 has type ‘uint64_t *’
udcli.c:151: warning: format ‘%lx’ expects type ‘long unsigned int *’, but argument 3 has type ‘uint64_t *’
udcli.c:151: warning: format ‘%lx’ expects type ‘long unsigned int *’, but argument 3 has type ‘uint64_t *’
udcli.c:193: warning: format ‘%016lx’ expects type ‘long unsigned int’, but argument 2 has type ‘uint64_t’
udcli.c:193: warning: format ‘%016lx’ expects type ‘long unsigned int’, but argument 2 has type ‘uint64_t’
mv -f .deps/udcli-udcli.Tpo .deps/udcli-udcli.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -I../libudis86 -I.. -Ivm/capi -Wall -o udcli udcli-udcli.o ../libudis86/libudis86.la
mkdir .libs
gcc -I../libudis86 -I.. -Ivm/capi -Wall -o udcli udcli-udcli.o ../libudis86/.libs/libudis86.a
Making all in .
make[2]: Nothing to be done for `all-am'.
Making all in tests
make[2]: Nothing to be done for `all'.
Making all in .
make[2]: Nothing to be done for `all-am'.
Making all in docs
make[2]: Nothing to be done for `all'.
Running 185 tasks using 3 parallel threads
2: CC vm/agent.cpp
3: CC vm/agent_components.cpp
4: CC vm/accessor_primitives.cpp
3: CC vm/arguments.cpp
2: CC vm/auxiliary_threads.cpp
2: CC vm/builtin/access_variable.cpp
3: CC vm/builtin/alias.cpp
2: CC vm/builtin/array.cpp
3: CC vm/builtin/atomic.cpp
3: CC vm/builtin/autoload.cpp
2: CC vm/builtin/basicobject.cpp
4: CC vm/builtin/bignum.cpp
2: CC vm/builtin/block_as_method.cpp
3: CC vm/builtin/block_environment.cpp
4: CC vm/builtin/bytearray.cpp
2: CC vm/builtin/cache.cpp
2: CC vm/builtin/call_unit.cpp
4: CC vm/builtin/call_unit_adapter.cpp
3: CC vm/builtin/channel.cpp
2: CC vm/builtin/class.cpp
4: CC vm/builtin/character.cpp
3: CC vm/builtin/compactlookuptable.cpp
4: CC vm/builtin/compiledcode.cpp
2: CC vm/builtin/constantscope.cpp
3: CC vm/builtin/data.cpp
2: CC vm/builtin/dir.cpp
3: CC vm/builtin/encoding.cpp
4: CC vm/builtin/exception.cpp
2: CC vm/builtin/executable.cpp
3: CC vm/builtin/ffi_pointer.cpp
2: CC vm/builtin/fiber.cpp
4: CC vm/builtin/find_object.cpp
3: CC vm/builtin/fixnum.cpp
2: CC vm/builtin/float.cpp
4: CC vm/builtin/global_cache_entry.cpp
3: CC vm/builtin/heap_dump.cpp
4: CC vm/builtin/immediates.cpp
2: CC vm/builtin/integer.cpp
4: CC vm/builtin/io.cpp
2: CC vm/builtin/iseq.cpp
3: CC vm/builtin/list.cpp
2: CC vm/builtin/location.cpp
4: CC vm/builtin/lookuptable.cpp
3: CC vm/builtin/methodtable.cpp
2: CC vm/builtin/module.cpp
4: CC vm/builtin/nativefunction.cpp
3: CC vm/builtin/nativemethod.cpp
2: CC vm/builtin/object.cpp
4: CC vm/builtin/pack18.cpp
3: CC vm/builtin/pack19.cpp
2: CC vm/builtin/packed_object.cpp
2: CC vm/builtin/proc.cpp
2: CC vm/builtin/randomizer.cpp
4: CC vm/builtin/regexp.cpp
2: CC vm/builtin/string.cpp
4: CC vm/builtin/symbol.cpp
4: CC vm/builtin/system.cpp
2: CC vm/builtin/thread.cpp
2: CC vm/builtin/thunk.cpp
3: CC vm/builtin/time.cpp
2: CC vm/builtin/tuple.cpp
4: CC vm/builtin/unpack18.cpp
3: CC vm/builtin/unpack19.cpp
2: CC vm/builtin/variable_scope.cpp
2: CC vm/builtin/weakref.cpp
2: CC vm/call_frame.cpp
4: CC vm/bytecode_verification.cpp
2: CC vm/capi/bignum.cpp
4: CC vm/capi/array.cpp
3: CC vm/capi/capi.cpp
2: CC vm/capi/class.cpp
4: CC vm/capi/class19.cpp
3: CC vm/capi/data.cpp
2: CC vm/capi/encoding.cpp
4: CC vm/capi/enumerator.cpp
4: CC vm/capi/file.cpp
3: CC vm/capi/exception.cpp
2: CC vm/capi/file19.cpp
4: CC vm/capi/float.cpp
3: CC vm/capi/gc.cpp
2: CC vm/capi/globals.cpp
4: CC vm/capi/handle.cpp
3: CC vm/capi/handles.cpp
2: CC vm/capi/hash.cpp
2: CC vm/capi/io.cpp
4: CC vm/capi/kernel.cpp
3: CC vm/capi/marshal.cpp
3: CC vm/capi/module.cpp
2: CC vm/capi/numeric.cpp
4: CC vm/capi/object.cpp
2: CC vm/capi/proc.cpp
3: CC vm/capi/range.cpp
4: CC vm/capi/rational.cpp
3: CC vm/capi/regexp.cpp
4: CC vm/capi/string.cpp
2: CC vm/capi/string19.cpp
3: CC vm/capi/struct.cpp
2: CC vm/capi/symbol.cpp
4: CC vm/capi/symbol19.cpp
3: CC vm/capi/thread.cpp
2: CC vm/capi/time.cpp
4: CC vm/capi/util.cpp
2: CC vm/compiled_file.cpp
3: CC vm/config_parser.cpp
4: CC vm/dispatch.cpp
3: CC vm/drivers/cli.cpp
2: CC vm/environment.cpp
4: CC vm/exception.cpp
3: CC vm/exception_point.cpp
4: CC vm/ffi.cpp
3: CC vm/ffi_util.cpp
3: CC vm/fiber_data.cpp
4: CC vm/fiber_stack.cpp
3: CC vm/gc/baker.cpp
2: CC vm/gc/code_manager.cpp
4: CC vm/gc/debug.cpp
2: CC vm/gc/gc.cpp
4: CC vm/gc/heap.cpp
3: CC vm/gc/immix.cpp
4: CC vm/gc/inflated_headers.cpp
2: CC vm/gc/managed.cpp
4: CC vm/gc/marksweep.cpp
2: CC vm/gc/object_mark.cpp
3: CC vm/gc/root.cpp
4: CC vm/gc/walker.cpp
2: CC vm/gc/write_barrier.cpp
3: CC vm/global_cache.cpp
4: CC vm/helpers.cpp
2: CC vm/inline_cache.cpp
3: CC vm/instructions.cpp
4: CC vm/instruments/rbxti.cpp
2: CC vm/instruments/tooling.cpp
4: CC vm/invoke_primitives.cpp
2: CC vm/jit_primitives.cpp
4: CC vm/kcode.cpp
2: CC vm/linkedlist.cpp
2: CC vm/llvm/autotypes.cpp
4: CC vm/llvm/disassembler.cpp
3: CC vm/llvm/inline.cpp
2: CC vm/llvm/inline_block.cpp
4: CC vm/llvm/inline_primitive.cpp
2: CC vm/llvm/jit_block.cpp
3: CC vm/llvm/jit_builder.cpp
4: CC vm/llvm/jit_compiler.cpp
2: CC vm/llvm/jit_context.cpp
4: CC vm/llvm/jit_inline_block.cpp
2: CC vm/llvm/jit_inline_method.cpp
4: CC vm/llvm/jit_method.cpp
2: CC vm/llvm/jit_runtime.cpp
3: CC vm/llvm/jit_util.cpp
2: CC vm/llvm/method_info.cpp
4: CC vm/llvm/passes.cpp
3: CC vm/llvm/types.cpp
2: CC vm/llvm/state.cpp
4: CC vm/lock.cpp
4: CC vm/machine_code.cpp
3: CC vm/marshal.cpp
3: CC vm/missing/crypt.c
2: CC vm/method_primitives.cpp
3: CC vm/missing/setproctitle.c
4: CC vm/missing/windows.cpp
4: CC vm/objectmemory.cpp
3: CC vm/ontology.cpp
3: CC vm/oop.cpp
4: CC vm/park.cpp
4: CC vm/shared_state.cpp
3: CC vm/signal.cpp
3: CC vm/stack_variables.cpp
3: CC vm/state.cpp
3: CC vm/symboltable.cpp
4: CC vm/thread_state.cpp
3: CC vm/type_info.cpp
4: CC vm/unwind_info.cpp
4: CC vm/util/dlmalloc.c
4: CC vm/util/murmur_hash3.cpp
4: CC vm/util/random.c
4: CC vm/util/sha1.c
4: CC vm/util/siphash.c
4: CC vm/util/spinlock.cpp
4: CC vm/util/strftime.c
4: CC vm/util/strlcat.cpp
4: CC vm/util/strlcpy.cpp
4: CC vm/util/time64.c
4: CC vm/virtual.cpp
4: CC vm/vm.cpp
Build time: 145.640556 seconds
1: LD vm/vm
ld: warning: could not create compact unwind for _ffi_call_unix64: does not use RBP or RSP based frame
/Users/hron/.rvm/rubies/ruby-1.9.3-p327/bin/ruby -S rake -r /Users/hron/build/rubinius/config.rb -r /Users/hron/build/rubinius/rakelib/ext_helper.rb -r /Users/hron/build/rubinius/rakelib/dependency_grapher.rb build:build
Building bootstrap Melbourne for MRI
CXX bstrlib.c
CXX encoding_compat.cpp
CXX grammar18.cpp
CXX grammar19.cpp
CXX melbourne.cpp
CXX node_types18.cpp
CXX node_types19.cpp
CXX quark.cpp
CXX symbols.cpp
CXX var_table18.cpp
CXX var_table19.cpp
CXX visitor18.cpp
CXX visitor19.cpp
LDSHARED build/melbourne20.bundle
mkdir -p runtime
GEN runtime/platform.conf
mkdir -p runtime/20
mkdir -p runtime/20/bootstrap
mkdir -p runtime/20/platform
mkdir -p runtime/20/common
mkdir -p runtime/20/delta
GEN runtime/20/signature
RBC 2.0 kernel/bootstrap/basicobject.rb
RBC 2.0 kernel/bootstrap/alias.rb
RBC 2.0 kernel/bootstrap/array.rb
RBC 2.0 kernel/bootstrap/array19.rb
RBC 2.0 kernel/bootstrap/atomic.rb
RBC 2.0 kernel/bootstrap/bignum.rb
RBC 2.0 kernel/bootstrap/block_environment.rb
RBC 2.0 kernel/bootstrap/bytearray.rb
RBC 2.0 kernel/bootstrap/channel.rb
RBC 2.0 kernel/bootstrap/character.rb
RBC 2.0 kernel/bootstrap/class.rb
RBC 2.0 kernel/bootstrap/compactlookuptable.rb
RBC 2.0 kernel/bootstrap/compiled_code.rb
RBC 2.0 kernel/bootstrap/configuration.rb
RBC 2.0 kernel/bootstrap/dir.rb
RBC 2.0 kernel/bootstrap/encoding.rb
RBC 2.0 kernel/bootstrap/exception.rb
RBC 2.0 kernel/bootstrap/executable.rb
RBC 2.0 kernel/bootstrap/false.rb
RBC 2.0 kernel/bootstrap/fixnum.rb
RBC 2.0 kernel/bootstrap/gc.rb
RBC 2.0 kernel/bootstrap/io.rb
RBC 2.0 kernel/bootstrap/iseq.rb
RBC 2.0 kernel/bootstrap/kernel19.rb
RBC 2.0 kernel/bootstrap/kernel.rb
RBC 2.0 kernel/bootstrap/lookuptable.rb
RBC 2.0 kernel/bootstrap/method_table.rb
RBC 2.0 kernel/bootstrap/nil.rb
RBC 2.0 kernel/bootstrap/proc.rb
RBC 2.0 kernel/bootstrap/process.rb
RBC 2.0 kernel/bootstrap/regexp.rb
RBC 2.0 kernel/bootstrap/regexp19.rb
RBC 2.0 kernel/bootstrap/rubinius.rb
RBC 2.0 kernel/bootstrap/constant_scope.rb
RBC 2.0 kernel/bootstrap/string.rb
RBC 2.0 kernel/bootstrap/string19.rb
RBC 2.0 kernel/bootstrap/symbol.rb
RBC 2.0 kernel/bootstrap/symbol19.rb
RBC 2.0 kernel/bootstrap/thread.rb
RBC 2.0 kernel/bootstrap/thread19.rb
RBC 2.0 kernel/bootstrap/thunk.rb
RBC 2.0 kernel/bootstrap/time.rb
RBC 2.0 kernel/bootstrap/true.rb
RBC 2.0 kernel/bootstrap/tuple.rb
RBC 2.0 kernel/bootstrap/type.rb
RBC 2.0 kernel/bootstrap/type19.rb
RBC 2.0 kernel/bootstrap/variable_scope.rb
RBC 2.0 kernel/bootstrap/vm.rb
RBC 2.0 kernel/bootstrap/weakref.rb
RBC 2.0 kernel/bootstrap/weakref19.rb
RBC 2.0 kernel/platform/ffi.rb
RBC 2.0 kernel/platform/enum.rb
RBC 2.0 kernel/platform/library.rb
RBC 2.0 kernel/platform/pointer_accessors.rb
RBC 2.0 kernel/platform/pointer.rb
RBC 2.0 kernel/platform/env.rb
RBC 2.0 kernel/platform/file.rb
RBC 2.0 kernel/platform/math.rb
RBC 2.0 kernel/platform/math19.rb
RBC 2.0 kernel/platform/posix.rb
RBC 2.0 kernel/platform/struct.rb
RBC 2.0 kernel/platform/union.rb
RBC 2.0 kernel/common/basicobject.rb
RBC 2.0 kernel/common/mirror.rb
RBC 2.0 kernel/common/string_mirror.rb
RBC 2.0 kernel/common/class.rb
RBC 2.0 kernel/common/class19.rb
RBC 2.0 kernel/common/binding.rb
RBC 2.0 kernel/common/proc.rb
RBC 2.0 kernel/common/proc19.rb
RBC 2.0 kernel/common/autoload.rb
RBC 2.0 kernel/common/module.rb
RBC 2.0 kernel/common/module19.rb
RBC 2.0 kernel/common/enumerable19.rb
RBC 2.0 kernel/common/enumerable.rb
RBC 2.0 kernel/common/enumerator.rb
RBC 2.0 kernel/common/enumerator19.rb
RBC 2.0 kernel/common/argf.rb
RBC 2.0 kernel/common/argf19.rb
RBC 2.0 kernel/common/tuple.rb
RBC 2.0 kernel/common/exception.rb
RBC 2.0 kernel/common/exception19.rb
RBC 2.0 kernel/common/undefined.rb
RBC 2.0 kernel/common/hash.rb
RBC 2.0 kernel/common/hash19.rb
RBC 2.0 kernel/common/hash_hamt.rb
RBC 2.0 kernel/common/type.rb
RBC 2.0 kernel/common/type19.rb
RBC 2.0 kernel/common/kernel.rb
RBC 2.0 kernel/common/kernel19.rb
RBC 2.0 kernel/common/identitymap.rb
RBC 2.0 kernel/common/array.rb
RBC 2.0 kernel/common/array19.rb
RBC 2.0 kernel/common/loadedfeatures.rb
RBC 2.0 kernel/common/global.rb
RBC 2.0 kernel/common/backtrace.rb
RBC 2.0 kernel/common/comparable.rb
RBC 2.0 kernel/common/comparable19.rb
RBC 2.0 kernel/common/numeric.rb
RBC 2.0 kernel/common/numeric19.rb
RBC 2.0 kernel/common/ctype.rb
RBC 2.0 kernel/common/precision.rb
RBC 2.0 kernel/common/integer.rb
RBC 2.0 kernel/common/integer19.rb
RBC 2.0 kernel/common/bignum.rb
RBC 2.0 kernel/common/bignum19.rb
RBC 2.0 kernel/common/block_environment.rb
RBC 2.0 kernel/common/bytearray.rb
RBC 2.0 kernel/common/bytearray19.rb
RBC 2.0 kernel/common/channel.rb
RBC 2.0 kernel/common/executable.rb
RBC 2.0 kernel/common/constant_scope.rb
RBC 2.0 kernel/common/constant_scope19.rb
RBC 2.0 kernel/common/hook.rb
RBC 2.0 kernel/common/codeloader.rb
RBC 2.0 kernel/common/codeloader19.rb
RBC 2.0 kernel/common/compiled_code.rb
RBC 2.0 kernel/common/continuation.rb
RBC 2.0 kernel/common/delegated_method.rb
RBC 2.0 kernel/common/fixnum.rb
RBC 2.0 kernel/common/fixnum19.rb
RBC 2.0 kernel/common/dir.rb
RBC 2.0 kernel/common/lrucache.rb
RBC 2.0 kernel/common/dir_glob.rb
RBC 2.0 kernel/common/encoding.rb
RBC 2.0 kernel/common/env.rb
RBC 2.0 kernel/common/env19.rb
RBC 2.0 kernel/common/errno.rb
RBC 2.0 kernel/common/eval.rb
RBC 2.0 kernel/common/eval19.rb
RBC 2.0 kernel/common/false.rb
RBC 2.0 kernel/common/fiber.rb
RBC 2.0 kernel/common/fiber19.rb
RBC 2.0 kernel/common/io.rb
RBC 2.0 kernel/common/io19.rb
RBC 2.0 kernel/common/file.rb
RBC 2.0 kernel/common/file19.rb
RBC 2.0 kernel/common/dir19.rb
RBC 2.0 kernel/common/filetest.rb
RBC 2.0 kernel/common/float.rb
RBC 2.0 kernel/common/float19.rb
RBC 2.0 kernel/common/immediate.rb
RBC 2.0 kernel/common/location.rb
RBC 2.0 kernel/common/lookuptable.rb
RBC 2.0 kernel/common/main.rb
RBC 2.0 kernel/common/marshal.rb
RBC 2.0 kernel/common/marshal19.rb
RBC 2.0 kernel/common/math.rb
RBC 2.0 kernel/common/math19.rb
RBC 2.0 kernel/common/method.rb
RBC 2.0 kernel/common/method_equality.rb
RBC 2.0 kernel/common/method19.rb
RBC 2.0 kernel/common/method_table.rb
RBC 2.0 kernel/common/missing_method.rb
RBC 2.0 kernel/common/native_method.rb
RBC 2.0 kernel/common/nil.rb
RBC 2.0 kernel/common/nil19.rb
RBC 2.0 kernel/common/objectspace.rb
RBC 2.0 kernel/common/string.rb
RBC 2.0 kernel/common/string19.rb
RBC 2.0 kernel/common/range.rb
RBC 2.0 kernel/common/range19.rb
RBC 2.0 kernel/common/struct.rb
RBC 2.0 kernel/common/struct19.rb
RBC 2.0 kernel/common/process.rb
RBC 2.0 kernel/common/process19.rb
RBC 2.0 kernel/common/random.rb
RBC 2.0 kernel/common/random19.rb
RBC 2.0 kernel/common/regexp.rb
RBC 2.0 kernel/common/regexp19.rb
RBC 2.0 kernel/common/signal.rb
RBC 2.0 kernel/common/splitter.rb
RBC 2.0 kernel/common/splitter19.rb
RBC 2.0 kernel/common/sprinter.rb
RBC 2.0 kernel/common/sprinter19.rb
RBC 2.0 kernel/common/symbol.rb
RBC 2.0 kernel/common/symbol19.rb
RBC 2.0 kernel/common/thread.rb
RBC 2.0 kernel/common/thread_group.rb
RBC 2.0 kernel/common/mutex.rb
RBC 2.0 kernel/common/thread19.rb
RBC 2.0 kernel/common/throw_catch.rb
RBC 2.0 kernel/common/throw_catch19.rb
RBC 2.0 kernel/common/time.rb
RBC 2.0 kernel/common/time19.rb
RBC 2.0 kernel/common/true.rb
RBC 2.0 kernel/common/variable_scope.rb
RBC 2.0 kernel/common/capi.rb
RBC 2.0 kernel/common/rational.rb
RBC 2.0 kernel/common/rationalizer.rb
RBC 2.0 kernel/common/complex.rb
RBC 2.0 kernel/common/complexifier.rb
RBC 2.0 kernel/common/gc19.rb
RBC 2.0 kernel/delta/agent.rb
RBC 2.0 kernel/delta/ctype19.rb
RBC 2.0 kernel/delta/ctype.rb
RBC 2.0 kernel/delta/class.rb
RBC 2.0 kernel/delta/exception.rb
RBC 2.0 kernel/delta/file.rb
RBC 2.0 kernel/delta/rubinius.rb
RBC 2.0 kernel/delta/rubinius19.rb
RBC 2.0 kernel/delta/module.rb
RBC 2.0 kernel/delta/filetest.rb
RBC 2.0 kernel/delta/kernel.rb
RBC 2.0 kernel/delta/math.rb
RBC 2.0 kernel/delta/math19.rb
RBC 2.0 kernel/delta/options.rb
RBC 2.0 kernel/delta/stats.rb
RBC 2.0 kernel/delta/signal.rb
RBC 2.0 kernel/delta/struct.rb
RBC 2.0 kernel/delta/thread.rb
RBC 2.0 kernel/delta/codeloader.rb
RBC 2.0 kernel/delta/ffi.rb
RBC 2.0 kernel/delta/ruby_constants20.rb
RBC 2.0 kernel/delta/ruby_constants.rb
RBC 2.0 kernel/delta/pack.rb
RBC 2.0 kernel/delta/pack19.rb
RBC 2.0 kernel/signature.rb
RBC 2.0 kernel/alpha.rb
RBC 2.0 kernel/loader.rb
RBC 2.0 kernel/delta/converter_paths.rb
RBC 2.0 lib/compiler.rb
RBC 2.0 lib/compiler/ast.rb
RBC 2.0 lib/compiler/ast/constants.rb
RBC 2.0 lib/compiler/ast/control_flow.rb
RBC 2.0 lib/compiler/ast/data.rb
RBC 2.0 lib/compiler/ast/definitions.rb
RBC 2.0 lib/compiler/ast/encoding.rb
RBC 2.0 lib/compiler/ast/exceptions.rb
RBC 2.0 lib/compiler/ast/file.rb
RBC 2.0 lib/compiler/ast/grapher.rb
RBC 2.0 lib/compiler/ast/literals.rb
RBC 2.0 lib/compiler/ast/node.rb
RBC 2.0 lib/compiler/ast/operators.rb
RBC 2.0 lib/compiler/ast/self.rb
RBC 2.0 lib/compiler/ast/sends.rb
RBC 2.0 lib/compiler/ast/transforms.rb
RBC 2.0 lib/compiler/ast/values.rb
RBC 2.0 lib/compiler/ast/variables.rb/Users/hron/.rvm/rubies/ruby-1.9.3-p327/bin/ruby -S rake -r /Users/hron/build/rubinius/config.rb -r /Users/hron/build/rubinius/rakelib/ext_helper.rb -r /Users/hron/build/rubinius/rakelib/dependency_grapher.rb build:rbx
RBC 2.0 lib/compiler/compiled_file.rb
RBC 2.0 lib/compiler/compiler.rb
RBC 2.0 lib/compiler/evaluator.rb
RBC 2.0 lib/compiler/generator.rb
RBC 2.0 lib/compiler/iseq.rb
RBC 2.0 lib/compiler/locals.rb
RBC 2.0 lib/compiler/printers.rb
RBC 2.0 lib/compiler/runtime.rb
RBC 2.0 lib/compiler/stages.rb
RBC 2.0 lib/compiler/opcodes.rb
RBC 2.0 lib/compiler/generator_methods.rb
RBC 2.0 lib/melbourne.rb
RBC 2.0 lib/melbourne/processor.rb
Building Melbourne for Rubinius
CXX bstrlib.c
CXX encoding_compat.cpp
CXX grammar18.cpp
CXX grammar19.cpp
CXX melbourne.cpp
CXX node_types18.cpp
CXX node_types19.cpp
CXX quark.cpp
CXX symbols.cpp
CXX var_table18.cpp
CXX var_table19.cpp
CXX visitor18.cpp
CXX visitor19.cpp
LDSHARED rbx/melbourne20.bundle
/Users/hron/build/rubinius/vm/vm extconf.rb
Building digest
creating Makefile
make
compiling digest.c
linking shared-object digest.bundle
/Users/hron/build/rubinius/vm/vm extconf.rb
Building md5
checking for main() in -lcrypto... yes
checking for openssl/md5.h... yes
checking for sys/cdefs.h... yes
checking for inttypes.h... yes
checking for unistd.h... yes
creating Makefile
make
compiling md5init.c
md5init.c:16: warning: ‘MD5_Init’ is deprecated (declared at /usr/include/openssl/md5.h:113)
md5init.c:17: warning: ‘MD5_Update’ is deprecated (declared at /usr/include/openssl/md5.h:114)
compiling md5ossl.c
md5ossl.c: In function ‘MD5_Finish’:
md5ossl.c:8: warning: ‘MD5_Final’ is deprecated (declared at /usr/include/openssl/md5.h:115)
linking shared-object digest/md5.bundle
/Users/hron/build/rubinius/vm/vm extconf.rb
Building rmd160
checking for main() in -lcrypto... yes
checking for openssl/ripemd.h... yes
checking for sys/cdefs.h... yes
checking for inttypes.h... yes
checking for unistd.h... yes
creating Makefile
make
compiling rmd160init.c
rmd160init.c:16: warning: ‘RIPEMD160_Init’ is deprecated (declared at /usr/include/openssl/ripemd.h:98)
rmd160init.c:17: warning: ‘RIPEMD160_Update’ is deprecated (declared at /usr/include/openssl/ripemd.h:99)
compiling rmd160ossl.c
rmd160ossl.c: In function ‘RMD160_Finish’:
rmd160ossl.c:7: warning: ‘RIPEMD160_Final’ is deprecated (declared at /usr/include/openssl/ripemd.h:100)
linking shared-object digest/rmd160.bundle
/Users/hron/build/rubinius/vm/vm extconf.rb
Building sha1
checking for main() in -lcrypto... yes
checking for openssl/sha.h... yes
checking for sys/cdefs.h... yes
checking for inttypes.h... yes
checking for unistd.h... yes
creating Makefile
make
compiling sha1init.c
sha1init.c:16: warning: ‘SHA1_Init’ is deprecated (declared at /usr/include/openssl/sha.h:121)
sha1init.c:17: warning: ‘SHA1_Update’ is deprecated (declared at /usr/include/openssl/sha.h:122)
compiling sha1ossl.c
sha1ossl.c: In function ‘SHA1_Finish’:
sha1ossl.c:9: warning: ‘SHA1_Final’ is deprecated (declared at /usr/include/openssl/sha.h:123)
linking shared-object digest/sha1.bundle
/Users/hron/build/rubinius/vm/vm extconf.rb
Building sha2
checking for sys/cdefs.h... yes
checking for inttypes.h... yes
checking for unistd.h... yes
checking for uint64_t in defs.h with -DHAVE_CONFIG_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H... yes
creating Makefile
make
compiling sha2.c
compiling sha2init.c
linking shared-object digest/sha2.bundle
/Users/hron/build/rubinius/vm/vm extconf.rb
Building bubblebabble
creating Makefile
make
compiling bubblebabble.c
linking shared-object digest/bubblebabble.bundle
/Users/hron/build/rubinius/vm/vm extconf.rb > /dev/null 2>&1
Building dbm
make > /dev/null 2>&1
/Users/hron/build/rubinius/vm/vm extconf.rb > /dev/null 2>&1
Building gdbm
make > /dev/null 2>&1
/Users/hron/build/rubinius/vm/vm extconf.rb
Building sdbm
creating Makefile
make
compiling _sdbm.c
compiling init.c
linking shared-object sdbm.bundle
/Users/hron/build/rubinius/vm/vm extconf.rb
Building profiler
creating Makefile
make
compiling profiler_vm.cpp
linking shared-object profiler_vm.bundle
/Users/hron/build/rubinius/vm/vm extconf.rb
Building coverage
creating Makefile
make
compiling coverage.cpp
linking shared-object coverage.bundle
/Users/hron/build/rubinius/bin/rbx -X20 /Users/hron/build/rubinius/rakelib/preinstall_gems.rb
An exception occurred running /Users/hron/build/rubinius/rakelib/preinstall_gems.rb
no such file to load -- zlib/ext/zlib (LoadError)
Backtrace:
Rubinius::CodeLoader#load_error at kernel/common/codeloader.rb:389
Rubinius::CodeLoader#resolve_require_path at kernel/common/codeloader.rb:376
{ } in Rubinius::CodeLoader#require at kernel/common/codeloader.rb:104
Rubinius.synchronize at kernel/bootstrap/rubinius.rb:150
Rubinius::CodeLoader#require at kernel/common/codeloader.rb:103
Rubinius::CodeLoader.require at kernel/common/codeloader.rb:206
Kernel(Object)#gem_original_require (require) at kernel/common/kernel.rb:648
Kernel(Object)#require at lib/rubygems/custom_require.rb:36
Object#__script__ at lib/20/zlib.rb:1
Rubinius::CodeLoader.require at kernel/common/codeloader.rb:212
Kernel(Object)#gem_original_require (require) at kernel/common/kernel.rb:648
Kernel(Object)#require at lib/rubygems/custom_require.rb:36
Object#__script__ at lib/rubygems/package/tar_input.rb:7
Rubinius::CodeLoader.require at kernel/common/codeloader.rb:212
Kernel(Object)#gem_original_require (require) at kernel/common/kernel.rb:648
Kernel(Object)#require at lib/rubygems/custom_require.rb:36
Object#__script__ at lib/rubygems/package.rb:78
Rubinius::CodeLoader.require at kernel/common/codeloader.rb:212
Kernel(Object)#gem_original_require (require) at kernel/common/kernel.rb:648
Kernel(Object)#require at lib/rubygems/custom_require.rb:36
Object#__script__ at lib/rubygems/format.rb:7
Rubinius::CodeLoader.require at kernel/common/codeloader.rb:212
Kernel(Object)#gem_original_require (require) at kernel/common/kernel.rb:648
Kernel(Object)#require at lib/rubygems/custom_require.rb:36
Object#__script__ at lib/rubygems/installer.rb:7
Rubinius::CodeLoader.require at kernel/common/codeloader.rb:212
Kernel(Object)#gem_original_require (require) at kernel/common/kernel.rb:648
Kernel(Object)#require at lib/rubygems/custom_require.rb:36
Object#__script__ at lib/rubygems/dependency_installer.rb:3
Rubinius::CodeLoader.require at kernel/common/codeloader.rb:212
Kernel(Object)#gem_original_require (require) at kernel/common/kernel.rb:648
Kernel(Object)#require at lib/rubygems/custom_require.rb:36
Object#__script__ at rakelib/preinstall_gems.rb:2
Rubinius::CodeLoader#load_script at kernel/delta/codeloader.rb:68
Rubinius::CodeLoader.load_script at kernel/delta/codeloader.rb:118
Rubinius::Loader#script at kernel/loader.rb:615
Rubinius::Loader#main at kernel/loader.rb:816
rake aborted!
Command failed with status (1): [/Users/hron/build/rubinius/bin/rbx -X20 /U...]
/Users/hron/build/rubinius/rakelib/gems.rake:13:in `block (3 levels) in <top (required)>'
/Users/hron/build/rubinius/rakelib/gems.rake:12:in `each'
/Users/hron/build/rubinius/rakelib/gems.rake:12:in `block (2 levels) in <top (required)>'
Tasks: TOP => default => spec => spec20 => build => gems:install
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment