Skip to content

Instantly share code, notes, and snippets.

@mixflame
Created December 1, 2012 18:47
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 mixflame/4183987 to your computer and use it in GitHub Desktop.
Save mixflame/4183987 to your computer and use it in GitHub Desktop.
checking for mt... mt
checking if mt is a manifest tool... no
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... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
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/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
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... yes
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... yes
checking assembler supports pc related relocs... yes
checking assembler .ascii pseudo-op support... yes
checking assembler .string pseudo-op support... yes
checking assembler supports unwind section type... yes
checking whether .eh_frame section should be read-only... no
checking for __attribute__((visibility("hidden")))... yes
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/bash /home/globalchat/.rvm/src/rbx-head/vendor/libffi/missing --run makeinfo " "PICFLAG=" "PICFLAG_FOR_TARGET=" "RUNTESTFLAGS=" "SHELL=/bin/bash" "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/bin/ld -m elf_x86_64" "NM=/usr/bin/nm -B" "RANLIB=ranlib" "DESTDIR=" all-recursive
make[1]: Entering directory `/home/globalchat/.rvm/src/rbx-head/vendor/libffi'
Making all in include
make[2]: Entering directory `/home/globalchat/.rvm/src/rbx-head/vendor/libffi/include'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/globalchat/.rvm/src/rbx-head/vendor/libffi/include'
Making all in testsuite
make[2]: Entering directory `/home/globalchat/.rvm/src/rbx-head/vendor/libffi/testsuite'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/globalchat/.rvm/src/rbx-head/vendor/libffi/testsuite'
Making all in man
make[2]: Entering directory `/home/globalchat/.rvm/src/rbx-head/vendor/libffi/man'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/globalchat/.rvm/src/rbx-head/vendor/libffi/man'
make[2]: Entering directory `/home/globalchat/.rvm/src/rbx-head/vendor/libffi'
depbase=`echo src/prep_cif.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./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 -fPIC -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/bash ./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 -fPIC -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/bash ./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 -fPIC -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/bash ./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 -fPIC -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/bash ./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 -fPIC -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/ffi64.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./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 -fPIC -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/unix64.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./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/unix64.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/unix64.lo src/x86/unix64.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/unix64.lo -MD -MP -MF src/x86/.deps/unix64.Tpo -c src/x86/unix64.S -fPIC -DPIC -o src/x86/.libs/unix64.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/unix64.lo -MD -MP -MF src/x86/.deps/unix64.Tpo -c src/x86/unix64.S -o src/x86/unix64.o >/dev/null 2>&1
depbase=`echo src/x86/ffi.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./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 -fPIC -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/sysv.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./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/sysv.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/sysv.lo src/x86/sysv.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/sysv.lo -MD -MP -MF src/x86/.deps/sysv.Tpo -c src/x86/sysv.S -fPIC -DPIC -o src/x86/.libs/sysv.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/sysv.lo -MD -MP -MF src/x86/.deps/sysv.Tpo -c src/x86/sysv.S -o src/x86/sysv.o >/dev/null 2>&1
/bin/bash ./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/ffi64.lo src/x86/unix64.lo src/x86/ffi.lo src/x86/sysv.lo
libtool: link: gcc -shared -fPIC -DPIC 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/ffi64.o src/x86/.libs/unix64.o src/x86/.libs/ffi.o src/x86/.libs/sysv.o -Wl,-soname -Wl,libffi.so.6 -o .libs/libffi.so.6.0.0
libtool: link: (cd ".libs" && rm -f "libffi.so.6" && ln -s "libffi.so.6.0.0" "libffi.so.6")
libtool: link: (cd ".libs" && rm -f "libffi.so" && ln -s "libffi.so.6.0.0" "libffi.so")
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/ffi64.o src/x86/unix64.o src/x86/ffi.o src/x86/sysv.o
libtool: link: ranlib .libs/libffi.a
libtool: link: ( cd ".libs" && rm -f "libffi.la" && ln -s "../libffi.la" "libffi.la" )
/bin/bash ./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/ffi64.lo src/x86/unix64.lo src/x86/ffi.lo src/x86/sysv.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/ffi64.o src/x86/.libs/unix64.o src/x86/.libs/ffi.o src/x86/.libs/sysv.o
libtool: link: ranlib .libs/libffi_convenience.a
libtool: link: ( cd ".libs" && rm -f "libffi_convenience.la" && ln -s "../libffi_convenience.la" "libffi_convenience.la" )
make[2]: Leaving directory `/home/globalchat/.rvm/src/rbx-head/vendor/libffi'
make[1]: Leaving directory `/home/globalchat/.rvm/src/rbx-head/vendor/libffi'
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:2: warning: format not a string literal and no format arguments [-Wformat-security]
./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:2: warning: zero-length gnu_printf format string [-Wformat-zero-length]
./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
In file included from gdtoaimp.h:181:0,
from strtof.c:32:
/usr/include/stdlib.h: In function ‘strtof’:
strtof.c:71:10: warning: ‘u.L[0]’ may be used uninitialized in this function [-Wuninitialized]
strtof.c:45:33: note: ‘u.L[0]’ was declared here
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:19: warning: unused parameter ‘__state’ [-Wunused-parameter]
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 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
enc/mktable.c:34:0: warning: "__USE_ISOC99" redefined [enabled by default]
/usr/include/features.h:241:0: note: this is the location of the previous definition
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 ./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.so
1: CC enc/trans/chinese.c
1: LDSHARED enc/trans/chinese.so
1: CC enc/trans/emoji.c
1: LDSHARED enc/trans/emoji.so
1: CC enc/trans/emoji_iso2022_kddi.c
1: LDSHARED enc/trans/emoji_iso2022_kddi.so
1: CC enc/trans/emoji_sjis_docomo.c
1: LDSHARED enc/trans/emoji_sjis_docomo.so
1: CC enc/trans/emoji_sjis_kddi.c
1: LDSHARED enc/trans/emoji_sjis_kddi.so
1: CC enc/trans/emoji_sjis_softbank.c
1: LDSHARED enc/trans/emoji_sjis_softbank.so
1: CC enc/trans/escape.c
1: LDSHARED enc/trans/escape.so
1: CC enc/trans/gb18030.c
1: LDSHARED enc/trans/gb18030.so
1: CC enc/trans/gbk.c
1: LDSHARED enc/trans/gbk.so
1: CC enc/trans/iso2022.c
1: LDSHARED enc/trans/iso2022.so
1: CC enc/trans/japanese.c
1: LDSHARED enc/trans/japanese.so
1: CC enc/trans/japanese_euc.c
1: LDSHARED enc/trans/japanese_euc.so
1: CC enc/trans/japanese_sjis.c
1: LDSHARED enc/trans/japanese_sjis.so
1: CC enc/trans/korean.c
1: LDSHARED enc/trans/korean.so
1: CC enc/trans/newline.c
1: LDSHARED enc/trans/newline.so
1: CC enc/trans/single_byte.c
1: LDSHARED enc/trans/single_byte.so
1: CC enc/trans/utf8_mac.c
1: LDSHARED enc/trans/utf8_mac.so
1: CC enc/trans/utf_16_32.c
1: LDSHARED enc/trans/utf_16_32.so
1: LB vendor/udis86
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
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... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
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... 32768
checking command to parse /usr/bin/nm -B 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... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
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
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
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
make[1]: Entering directory `/home/globalchat/.rvm/src/rbx-head/vendor/udis86'
Making all in libudis86
make[2]: Entering directory `/home/globalchat/.rvm/src/rbx-head/vendor/udis86/libudis86'
/bin/bash ../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/bash ../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/bash ../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/bash ../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/bash ../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/bash ../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/bash ../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/bash ../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)
make[2]: Leaving directory `/home/globalchat/.rvm/src/rbx-head/vendor/udis86/libudis86'
Making all in .
make[2]: Entering directory `/home/globalchat/.rvm/src/rbx-head/vendor/udis86'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/globalchat/.rvm/src/rbx-head/vendor/udis86'
Making all in udcli
make[2]: Entering directory `/home/globalchat/.rvm/src/rbx-head/vendor/udis86/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:77:7: warning: variable ‘mode’ set but not used [-Wunused-but-set-variable]
mv -f .deps/udcli-udcli.Tpo .deps/udcli-udcli.Po
/bin/bash ../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
make[2]: Leaving directory `/home/globalchat/.rvm/src/rbx-head/vendor/udis86/udcli'
Making all in .
make[2]: Entering directory `/home/globalchat/.rvm/src/rbx-head/vendor/udis86'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/globalchat/.rvm/src/rbx-head/vendor/udis86'
Making all in tests
make[2]: Entering directory `/home/globalchat/.rvm/src/rbx-head/vendor/udis86/tests'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/globalchat/.rvm/src/rbx-head/vendor/udis86/tests'
Making all in .
make[2]: Entering directory `/home/globalchat/.rvm/src/rbx-head/vendor/udis86'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/globalchat/.rvm/src/rbx-head/vendor/udis86'
Making all in docs
make[2]: Entering directory `/home/globalchat/.rvm/src/rbx-head/vendor/udis86/docs'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/globalchat/.rvm/src/rbx-head/vendor/udis86/docs'
make[1]: Leaving directory `/home/globalchat/.rvm/src/rbx-head/vendor/udis86'
Running 184 tasks using 3 parallel threads
2: CC vm/agent.cpp
3: CC vm/accessor_primitives.cpp
4: CC vm/agent_components.cpp
3: CC vm/auxiliary_threads.cpp
2: CC vm/arguments.cpp
4: CC vm/builtin/access_variable.cpp
3: CC vm/builtin/alias.cpp
2: CC vm/builtin/array.cpp
4: CC vm/builtin/atomic.cpp
3: CC vm/builtin/autoload.cpp
4: CC vm/builtin/basicobject.cpp
2: CC vm/builtin/bignum.cpp
4: 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
4: CC vm/builtin/call_unit_adapter.cpp
2: CC vm/builtin/call_unit.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
3: CC vm/builtin/constantscope.cpp
4: CC vm/builtin/compiledcode.cpp
2: CC vm/builtin/data.cpp
3: CC vm/builtin/dir.cpp
2: CC vm/builtin/encoding.cpp
3: CC vm/builtin/exception.cpp
4: CC vm/builtin/executable.cpp
2: CC vm/builtin/ffi_pointer.cpp
4: CC vm/builtin/fiber.cpp
3: CC vm/builtin/find_object.cpp
4: CC vm/builtin/fixnum.cpp
2: CC vm/builtin/float.cpp
3: CC vm/builtin/global_cache_entry.cpp
4: CC vm/builtin/heap_dump.cpp
3: CC vm/builtin/immediates.cpp
2: CC vm/builtin/integer.cpp
3: CC vm/builtin/io.cpp
2: CC vm/builtin/iseq.cpp
2: CC vm/builtin/list.cpp
4: CC vm/builtin/location.cpp
3: CC vm/builtin/lookuptable.cpp
2: CC vm/builtin/methodtable.cpp
4: CC vm/builtin/module.cpp
3: CC vm/builtin/nativefunction.cpp
2: CC vm/builtin/nativemethod.cpp
4: CC vm/builtin/object.cpp
3: CC vm/builtin/pack18.cpp
2: CC vm/builtin/pack19.cpp
4: CC vm/builtin/packed_object.cpp
4: CC vm/builtin/proc.cpp
4: CC vm/builtin/randomizer.cpp
4: CC vm/builtin/regexp.cpp
3: CC vm/builtin/string.cpp
2: CC vm/builtin/symbol.cpp
4: CC vm/builtin/system.cpp
2: CC vm/builtin/thread.cpp
3: CC vm/builtin/thunk.cpp
2: CC vm/builtin/time.cpp
3: CC vm/builtin/tuple.cpp
2: CC vm/builtin/unpack18.cpp
3: CC vm/builtin/unpack19.cpp
4: CC vm/builtin/variable_scope.cpp
4: CC vm/builtin/weakref.cpp
4: CC vm/bytecode_verification.cpp
4: CC vm/call_frame.cpp
2: CC vm/capi/array.cpp
4: CC vm/capi/bignum.cpp
4: CC vm/capi/capi.cpp
2: CC vm/capi/class.cpp
2: CC vm/capi/class19.cpp
3: CC vm/capi/data.cpp
2: CC vm/capi/encoding.cpp
4: CC vm/capi/enumerator.cpp
3: CC vm/capi/exception.cpp
4: CC vm/capi/file.cpp
2: CC vm/capi/file19.cpp
3: CC vm/capi/float.cpp
4: CC vm/capi/gc.cpp
2: CC vm/capi/globals.cpp
3: CC vm/capi/handle.cpp
4: CC vm/capi/handles.cpp
2: CC vm/capi/hash.cpp
3: CC vm/capi/io.cpp
2: CC vm/capi/kernel.cpp
4: 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
2: CC vm/drivers/cli.cpp
3: CC vm/exception.cpp
4: CC vm/environment.cpp
2: CC vm/exception_point.cpp
3: CC vm/ffi.cpp
2: CC vm/ffi_util.cpp
2: CC vm/fiber_data.cpp
3: CC vm/fiber_stack.cpp
2: CC vm/gc/baker.cpp
3: CC vm/gc/code_manager.cpp
3: CC vm/gc/debug.cpp
4: CC vm/gc/gc.cpp
3: CC vm/gc/heap.cpp
2: CC vm/gc/immix.cpp
3: CC vm/gc/inflated_headers.cpp
4: CC vm/gc/managed.cpp
3: CC vm/gc/marksweep.cpp
4: 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
2: CC vm/helpers.cpp
4: CC vm/inline_cache.cpp
3: CC vm/instructions.cpp
2: CC vm/instruments/rbxti.cpp
4: CC vm/instruments/tooling.cpp
2: CC vm/invoke_primitives.cpp
4: CC vm/jit_primitives.cpp
{standard input}: Assembler messages:
{standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive
gcc: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.6/README.Bugs> for instructions.
Error: gcc -fPIC -Ivm -Ivm/test/cxxtest -I. -pipe -Wall -fno-omit-frame-pointer -Wno-unused-function -g -Werror -DRBX_PROFILER -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAS_EXECINFO -DHAVE_SPT_REUSEARGV -DHAVE_CLOCK_GETTIME -DHAVE_NL_LANGINFO -DHAVE_POSIX_FADVISE -DHAVE_TM_GMTOFF -DHAVE_TM_ZONE -DHAVE_TIMEZONE -DHAVE_TZNAME -DHAVE_DAYLIGHT -DHAVE_ALLOCA_H -DHAVE_STRING_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TIMES_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -DHAVE_STDARG_H -Ivendor/oniguruma -DHAVE_CONFIG_H -I. -I../../vm/capi/19/include -Ivendor/llvm/include -I/home/globalchat/.rvm/src/rbx-head/vendor/llvm/Release/include -D_GNU_SOURCE -fPIC -DENABLE_LLVM -Ivendor/udis86 -Ivendor/libffi/include -Ivendor/libgdtoa -Ivendor/libtommath -I/home/globalchat/.rvm/usr/include -I/usr/local/include -c -o vm/artifacts/instructions.cpp.o vm/instructions.cpp
2: CC vm/kcode.cpp
4: CC vm/linkedlist.cpp
4: CC vm/llvm/autotypes.cpp
2: CC vm/llvm/disassembler.cpp
2: CC vm/llvm/inline.cpp
4: CC vm/llvm/inline_block.cpp
4: CC vm/llvm/inline_primitive.cpp
2: CC vm/llvm/jit_block.cpp
4: CC vm/llvm/jit_builder.cpp
2: CC vm/llvm/jit_compiler.cpp
2: CC vm/llvm/jit_context.cpp
2: 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
2: CC vm/llvm/jit_util.cpp
4: CC vm/llvm/method_info.cpp
4: CC vm/llvm/passes.cpp
2: CC vm/llvm/state.cpp
4: CC vm/llvm/types.cpp
2: CC vm/lock.cpp
4: CC vm/machine_code.cpp
2: CC vm/marshal.cpp
2: CC vm/method_primitives.cpp
4: CC vm/missing/crypt.c
4: CC vm/missing/setproctitle.c
4: CC vm/missing/windows.cpp
4: CC vm/objectmemory.cpp
4: CC vm/ontology.cpp
4: CC vm/oop.cpp
4: CC vm/park.cpp
4: CC vm/shared_state.cpp
4: CC vm/signal.cpp
4: CC vm/stack_variables.cpp
4: CC vm/state.cpp
4: CC vm/symboltable.cpp
2: CC vm/thread_state.cpp
4: CC vm/type_info.cpp
2: CC vm/unwind_info.cpp
2: CC vm/util/dlmalloc.c
2: CC vm/util/murmur_hash3.cpp
2: CC vm/util/random.c
2: CC vm/util/sha1.c
2: CC vm/util/spinlock.cpp
2: CC vm/util/strftime.c
2: CC vm/util/strlcat.cpp
2: CC vm/util/strlcpy.cpp
2: CC vm/util/time64.c
2: CC vm/virtual.cpp
2: CC vm/vm.cpp
rake aborted!
Error compiling
/home/globalchat/.rvm/src/rbx-head/projects/daedalus/daedalus.rb:69:in `command'
/home/globalchat/.rvm/src/rbx-head/projects/daedalus/daedalus.rb:267:in `compile'
/home/globalchat/.rvm/src/rbx-head/projects/daedalus/daedalus.rb:451:in `build'
/home/globalchat/.rvm/src/rbx-head/projects/daedalus/daedalus.rb:910:in `block (2 levels) in perform_tasks'
Tasks: TOP => install => build:build => vm/vm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment