Guest User

Untitled

a guest
Apr 21st, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.93 KB | None | 0 0
  1. (in /Volumes/susie/cremes/continuous/repo/rubinius/2dd7e550f3691591a6f1eb3302d6320972fe7ea8)
  2. make vm
  3. cd shotgun; make rubinius
  4. cd external_libs/libffi; CFLAGS=-fPIC ./configure && make
  5. checking build system type... powerpc-apple-darwin9.2.2
  6. checking host system type... powerpc-apple-darwin9.2.2
  7. checking target system type... powerpc-apple-darwin9.2.2
  8. checking for a BSD-compatible install... /usr/bin/install -c
  9. checking whether build environment is sane... yes
  10. checking for a thread-safe mkdir -p... ./install-sh -c -d
  11. checking for gawk... gawk
  12. checking whether make sets $(MAKE)... yes
  13. checking for gcc... gcc
  14. checking for C compiler default output file name... a.out
  15. checking whether the C compiler works... yes
  16. checking whether we are cross compiling... no
  17. checking for suffix of executables...
  18. checking for suffix of object files... o
  19. checking whether we are using the GNU C compiler... yes
  20. checking whether gcc accepts -g... yes
  21. checking for gcc option to accept ISO C89... none needed
  22. checking for style of include used by make... GNU
  23. checking dependency style of gcc... gcc3
  24. checking dependency style of gcc... gcc3
  25. checking whether gcc and cc understand -c and -o together... yes
  26. checking for a sed that does not truncate output... /usr/bin/sed
  27. checking for grep that handles long lines and -e... /usr/bin/grep
  28. checking for egrep... /usr/bin/grep -E
  29. checking for ld used by gcc... /usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld
  30. checking if the linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld) is GNU ld... no
  31. checking for /usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld option to reload object files... -r
  32. checking for BSD-compatible nm... /usr/bin/nm -p
  33. checking whether ln -s works... yes
  34. checking how to recognize dependent libraries... pass_all
  35. checking how to run the C preprocessor... gcc -E
  36. checking for ANSI C header files... yes
  37. checking for sys/types.h... yes
  38. checking for sys/stat.h... yes
  39. checking for stdlib.h... yes
  40. checking for string.h... yes
  41. checking for memory.h... yes
  42. checking for strings.h... yes
  43. checking for inttypes.h... yes
  44. checking for stdint.h... yes
  45. checking for unistd.h... yes
  46. checking dlfcn.h usability... yes
  47. checking dlfcn.h presence... yes
  48. checking for dlfcn.h... yes
  49. checking for g++... g++
  50. checking whether we are using the GNU C++ compiler... yes
  51. checking whether g++ accepts -g... yes
  52. checking dependency style of g++... gcc3
  53. checking how to run the C++ preprocessor... g++ -E
  54. checking for g77... no
  55. checking for xlf... no
  56. checking for f77... no
  57. checking for frt... no
  58. checking for pgf77... no
  59. checking for cf77... no
  60. checking for fort77... no
  61. checking for fl32... no
  62. checking for af77... no
  63. checking for xlf90... no
  64. checking for f90... no
  65. checking for pgf90... no
  66. checking for pghpf... no
  67. checking for epcf90... no
  68. checking for gfortran... no
  69. checking for g95... no
  70. checking for xlf95... no
  71. checking for f95... no
  72. checking for fort... no
  73. checking for ifort... no
  74. checking for ifc... no
  75. checking for efc... no
  76. checking for pgf95... no
  77. checking for lf95... no
  78. checking for ftn... no
  79. checking whether we are using the GNU Fortran 77 compiler... no
  80. checking whether accepts -g... no
  81. checking the maximum length of command line arguments... 196608
  82. checking command to parse /usr/bin/nm -p output from gcc object... ok
  83. checking for objdir... .libs
  84. checking for ar... ar
  85. checking for ranlib... ranlib
  86. checking for strip... strip
  87. checking if gcc supports -fno-rtti -fno-exceptions... no
  88. checking for gcc option to produce PIC... -fno-common
  89. checking if gcc PIC flag -fno-common works... yes
  90. checking if gcc static flag -static works... no
  91. checking if gcc supports -c -o file.o... yes
  92. checking whether the gcc linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld) supports shared libraries... yes
  93. checking dynamic linker characteristics... darwin9.2.2 dyld
  94. checking how to hardcode library paths into programs... immediate
  95. checking whether stripping libraries is possible... yes
  96. checking if libtool supports shared libraries... yes
  97. checking whether to build shared libraries... yes
  98. checking whether to build static libraries... yes
  99. configure: creating libtool
  100. appending configuration tag "CXX" to libtool
  101. rm: conftest.dSYM: is a directory
  102. checking for ld used by g++... /usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld
  103. checking if the linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld) is GNU ld... no
  104. checking whether the g++ linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld) supports shared libraries... yes
  105. checking for g++ option to produce PIC... -fno-common
  106. checking if g++ PIC flag -fno-common works... rm: conftest.dSYM: is a directory
  107. yes
  108. checking if g++ static flag -static works... rm: conftest.dSYM: is a directory
  109. no
  110. checking if g++ supports -c -o file.o... rm: conftest.dSYM: is a directory
  111. yes
  112. checking whether the g++ linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld) supports shared libraries... yes
  113. checking dynamic linker characteristics... darwin9.2.2 dyld
  114. checking how to hardcode library paths into programs... immediate
  115. appending configuration tag "F77" to libtool
  116. checking whether to enable maintainer-specific portions of Makefiles... no
  117. checking sys/mman.h usability... yes
  118. checking sys/mman.h presence... yes
  119. checking for sys/mman.h... yes
  120. checking for mmap... yes
  121. checking for sys/mman.h... (cached) yes
  122. checking for mmap... (cached) yes
  123. checking whether read-only mmap of a plain file works... yes
  124. checking whether mmap from /dev/zero works... no
  125. checking for MAP_ANON(YMOUS)... yes
  126. checking whether mmap with MAP_ANON(YMOUS) works... yes
  127. checking for ANSI C header files... (cached) yes
  128. checking for memcpy... yes
  129. checking for working alloca.h... yes
  130. checking for alloca... yes
  131. checking for double... yes
  132. checking size of double... 8
  133. checking for long double... yes
  134. checking size of long double... 16
  135. checking whether byte ordering is bigendian... yes
  136. checking assembler .cfi pseudo-op support... no
  137. checking whether .eh_frame section should be read-only... rm: conftest.dSYM: is a directory
  138. no
  139. checking for __attribute__((visibility("hidden")))... rm: conftest.dSYM: is a directory
  140. no
  141. configure: creating ./config.status
  142. config.status: creating include/Makefile
  143. config.status: creating include/ffi.h
  144. config.status: creating Makefile
  145. config.status: creating testsuite/Makefile
  146. config.status: creating man/Makefile
  147. config.status: creating libffi.pc
  148. config.status: creating fficonfig.h
  149. config.status: linking ./src/powerpc/ffitarget.h to include/ffitarget.h
  150. config.status: executing depfiles commands
  151. config.status: executing include commands
  152. config.status: executing src commands
  153. make "AR_FLAGS=" "CC_FOR_BUILD=" "CFLAGS=-fPIC" "CXXFLAGS=-g -O2" "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/cremes/continuous/repo/rubinius/2dd7e550f3691591a6f1eb3302d6320972fe7ea8/shotgun/external_libs/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" "prefix=/usr/local" "AR=ar" "AS=as" "CC=gcc" "CXX=g++" "LD=ld" "NM=" "RANLIB=ranlib" "DESTDIR=" all-recursive
  154. Making all in include
  155. make[4]: Nothing to be done for `all'.
  156. Making all in testsuite
  157. make[4]: Nothing to be done for `all'.
  158. Making all in man
  159. make[4]: Nothing to be done for `all'.
  160. restore=: && backupdir=".am$$" && \
  161. am__cwd=`pwd` && cd . && \
  162. rm -rf $backupdir && mkdir $backupdir && \
  163. if (/bin/sh /Users/cremes/continuous/repo/rubinius/2dd7e550f3691591a6f1eb3302d6320972fe7ea8/shotgun/external_libs/libffi/missing --run makeinfo --version) >/dev/null 2>&1; then \
  164. for f in doc/libffi.info doc/libffi.info-[0-9] doc/libffi.info-[0-9][0-9] doc/libffi.i[0-9] doc/libffi.i[0-9][0-9]; do \
  165. if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
  166. done; \
  167. else :; fi && \
  168. cd "$am__cwd"; \
  169. if /bin/sh /Users/cremes/continuous/repo/rubinius/2dd7e550f3691591a6f1eb3302d6320972fe7ea8/shotgun/external_libs/libffi/missing --run makeinfo -I doc -I ./doc \
  170. -o doc/libffi.info ./doc/libffi.texi; \
  171. then \
  172. rc=0; \
  173. cd .; \
  174. else \
  175. rc=$?; \
  176. cd . && \
  177. $restore $backupdir/* `echo "./doc/libffi.info" | sed 's|[^/]*$||'`; \
  178. fi; \
  179. rm -rf $backupdir; exit $rc
  180. depbase=`echo src/debug.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  181. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/debug.lo -MD -MP -MF $depbase.Tpo -c -o src/debug.lo src/debug.c &&\
  182. mv -f $depbase.Tpo $depbase.Plo
  183. mkdir src/.libs
  184. gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/debug.lo -MD -MP -MF src/.deps/debug.Tpo -c src/debug.c -fno-common -DPIC -o src/.libs/debug.o
  185. gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/debug.lo -MD -MP -MF src/.deps/debug.Tpo -c src/debug.c -o src/debug.o >/dev/null 2>&1
  186. depbase=`echo src/prep_cif.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  187. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/prep_cif.lo -MD -MP -MF $depbase.Tpo -c -o src/prep_cif.lo src/prep_cif.c &&\
  188. mv -f $depbase.Tpo $depbase.Plo
  189. gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -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
  190. gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -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
  191. depbase=`echo src/types.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  192. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/types.lo -MD -MP -MF $depbase.Tpo -c -o src/types.lo src/types.c &&\
  193. mv -f $depbase.Tpo $depbase.Plo
  194. gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c src/types.c -fno-common -DPIC -o src/.libs/types.o
  195. gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c src/types.c -o src/types.o >/dev/null 2>&1
  196. depbase=`echo src/raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  197. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/raw_api.lo -MD -MP -MF $depbase.Tpo -c -o src/raw_api.lo src/raw_api.c &&\
  198. mv -f $depbase.Tpo $depbase.Plo
  199. gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -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
  200. gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -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
  201. depbase=`echo src/java_raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  202. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/java_raw_api.lo -MD -MP -MF $depbase.Tpo -c -o src/java_raw_api.lo src/java_raw_api.c &&\
  203. mv -f $depbase.Tpo $depbase.Plo
  204. gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -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
  205. gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -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
  206. depbase=`echo src/closures.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  207. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/closures.lo -MD -MP -MF $depbase.Tpo -c -o src/closures.lo src/closures.c &&\
  208. mv -f $depbase.Tpo $depbase.Plo
  209. gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c src/closures.c -fno-common -DPIC -o src/.libs/closures.o
  210. gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c src/closures.c -o src/closures.o >/dev/null 2>&1
  211. depbase=`echo src/powerpc/ffi_darwin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  212. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/powerpc/ffi_darwin.lo -MD -MP -MF $depbase.Tpo -c -o src/powerpc/ffi_darwin.lo src/powerpc/ffi_darwin.c &&\
  213. mv -f $depbase.Tpo $depbase.Plo
  214. mkdir src/powerpc/.libs
  215. gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/powerpc/ffi_darwin.lo -MD -MP -MF src/powerpc/.deps/ffi_darwin.Tpo -c src/powerpc/ffi_darwin.c -fno-common -DPIC -o src/powerpc/.libs/ffi_darwin.o
  216. gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/powerpc/ffi_darwin.lo -MD -MP -MF src/powerpc/.deps/ffi_darwin.Tpo -c src/powerpc/ffi_darwin.c -o src/powerpc/ffi_darwin.o >/dev/null 2>&1
  217. depbase=`echo src/powerpc/darwin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  218. /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I. -I./include -Iinclude -I./src -fPIC -MT src/powerpc/darwin.lo -MD -MP -MF $depbase.Tpo -c -o src/powerpc/darwin.lo src/powerpc/darwin.S &&\
  219. mv -f $depbase.Tpo $depbase.Plo
  220. gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I. -I./include -Iinclude -I./src -fPIC -MT src/powerpc/darwin.lo -MD -MP -MF src/powerpc/.deps/darwin.Tpo -c src/powerpc/darwin.S -fno-common -DPIC -o src/powerpc/.libs/darwin.o
  221. gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I. -I./include -Iinclude -I./src -fPIC -MT src/powerpc/darwin.lo -MD -MP -MF src/powerpc/.deps/darwin.Tpo -c src/powerpc/darwin.S -o src/powerpc/darwin.o >/dev/null 2>&1
  222. depbase=`echo src/powerpc/darwin_closure.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  223. /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I. -I./include -Iinclude -I./src -fPIC -MT src/powerpc/darwin_closure.lo -MD -MP -MF $depbase.Tpo -c -o src/powerpc/darwin_closure.lo src/powerpc/darwin_closure.S &&\
  224. mv -f $depbase.Tpo $depbase.Plo
  225. gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I. -I./include -Iinclude -I./src -fPIC -MT src/powerpc/darwin_closure.lo -MD -MP -MF src/powerpc/.deps/darwin_closure.Tpo -c src/powerpc/darwin_closure.S -fno-common -DPIC -o src/powerpc/.libs/darwin_closure.o
  226. gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I. -I./include -Iinclude -I./src -fPIC -MT src/powerpc/darwin_closure.lo -MD -MP -MF src/powerpc/.deps/darwin_closure.Tpo -c src/powerpc/darwin_closure.S -o src/powerpc/darwin_closure.o >/dev/null 2>&1
  227. /bin/sh ./libtool --tag=CC --mode=link gcc -Wall -g -fexceptions -fPIC -version-info `grep -v '^#' ./libtool-version` -o libffi.la -rpath /usr/local/lib src/debug.lo src/prep_cif.lo src/types.lo src/raw_api.lo src/java_raw_api.lo src/closures.lo src/powerpc/ffi_darwin.lo src/powerpc/darwin.lo src/powerpc/darwin_closure.lo
  228. mkdir .libs
  229. gcc -dynamiclib ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o .libs/libffi.5.0.5.dylib src/.libs/debug.o 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/powerpc/.libs/ffi_darwin.o src/powerpc/.libs/darwin.o src/powerpc/.libs/darwin_closure.o -install_name /usr/local/lib/libffi.5.dylib -compatibility_version 6 -current_version 6.5
  230. (cd .libs && rm -f libffi.5.dylib && ln -s libffi.5.0.5.dylib libffi.5.dylib)
  231. (cd .libs && rm -f libffi.dylib && ln -s libffi.5.0.5.dylib libffi.dylib)
  232. ar cru .libs/libffi.a src/debug.o src/prep_cif.o src/types.o src/raw_api.o src/java_raw_api.o src/closures.o src/powerpc/ffi_darwin.o src/powerpc/darwin.o src/powerpc/darwin_closure.o
  233. ranlib .libs/libffi.a
  234. creating libffi.la
  235. (cd .libs && rm -f libffi.la && ln -s ../libffi.la libffi.la)
  236. /bin/sh ./libtool --tag=CC --mode=link gcc -Wall -g -fexceptions -fPIC -o libffi_convenience.la src/debug.lo src/prep_cif.lo src/types.lo src/raw_api.lo src/java_raw_api.lo src/closures.lo src/powerpc/ffi_darwin.lo src/powerpc/darwin.lo src/powerpc/darwin_closure.lo
  237. ar cru .libs/libffi_convenience.a src/.libs/debug.o 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/powerpc/.libs/ffi_darwin.o src/powerpc/.libs/darwin.o src/powerpc/.libs/darwin_closure.o
  238. ranlib .libs/libffi_convenience.a
  239. creating libffi_convenience.la
  240. (cd .libs && rm -f libffi_convenience.la && ln -s ../libffi_convenience.la libffi_convenience.la)
  241. cd external_libs/libgdtoa; make
  242. cc -Wall -g -ggdb3 -fPIC arithchk.c || cc -DNO_LONG_LONG -Wall -g -ggdb3 -fPIC arithchk.c
  243. ./a.out >arith.h
  244. rm -f a.out arithchk.o
  245. cc -Wall -g -ggdb3 -fPIC qnan.c
  246. qnan.c: In function β€˜main’:
  247. qnan.c:99: warning: zero-length printf format string
  248. ./a.out >gd_qnan.h
  249. rm -f a.out qnan.o
  250. CC dmisc.o
  251. CC dtoa.o
  252. CC g_Qfmt.o
  253. CC g__fmt.o
  254. CC g_ddfmt.o
  255. CC g_dfmt.o
  256. CC g_ffmt.o
  257. CC g_xLfmt.o
  258. CC g_xfmt.o
  259. CC gdtoa.o
  260. CC gethex.o
  261. CC gmisc.o
  262. CC hd_init.o
  263. CC hexnan.o
  264. CC misc.o
  265. CC smisc.o
  266. CC strtoIQ.o
  267. CC strtoId.o
  268. CC strtoIdd.o
  269. CC strtoIf.o
  270. CC strtoIg.o
  271. CC strtoIx.o
  272. CC strtoIxL.o
  273. CC strtod.o
  274. CC strtodI.o
  275. CC strtodg.o
  276. CC strtof.o
  277. CC strtopQ.o
  278. CC strtopd.o
  279. CC strtopdd.o
  280. CC strtopf.o
  281. CC strtopx.o
  282. CC strtopxL.o
  283. CC strtorQ.o
  284. CC strtord.o
  285. CC strtordd.o
  286. CC strtorf.o
  287. CC strtorx.o
  288. CC strtorxL.o
  289. CC sum.o
  290. CC ulp.o
  291. 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
  292. ranlib libgdtoa.a
  293. cd external_libs/libtommath; make
  294. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bncore.o bncore.c
  295. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_init.o bn_mp_init.c
  296. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_clear.o bn_mp_clear.c
  297. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_exch.o bn_mp_exch.c
  298. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_grow.o bn_mp_grow.c
  299. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_shrink.o bn_mp_shrink.c
  300. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_clamp.o bn_mp_clamp.c
  301. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_zero.o bn_mp_zero.c
  302. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_set.o bn_mp_set.c
  303. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_set_int.o bn_mp_set_int.c
  304. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_init_size.o bn_mp_init_size.c
  305. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_copy.o bn_mp_copy.c
  306. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_init_copy.o bn_mp_init_copy.c
  307. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_abs.o bn_mp_abs.c
  308. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_neg.o bn_mp_neg.c
  309. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_cmp_mag.o bn_mp_cmp_mag.c
  310. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_cmp.o bn_mp_cmp.c
  311. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_cmp_d.o bn_mp_cmp_d.c
  312. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_rshd.o bn_mp_rshd.c
  313. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_lshd.o bn_mp_lshd.c
  314. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_mod_2d.o bn_mp_mod_2d.c
  315. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_div_2d.o bn_mp_div_2d.c
  316. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_mul_2d.o bn_mp_mul_2d.c
  317. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_div_2.o bn_mp_div_2.c
  318. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_mul_2.o bn_mp_mul_2.c
  319. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_s_mp_add.o bn_s_mp_add.c
  320. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_s_mp_sub.o bn_s_mp_sub.c
  321. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_fast_s_mp_mul_digs.o bn_fast_s_mp_mul_digs.c
  322. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_s_mp_mul_digs.o bn_s_mp_mul_digs.c
  323. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_fast_s_mp_mul_high_digs.o bn_fast_s_mp_mul_high_digs.c
  324. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_s_mp_mul_high_digs.o bn_s_mp_mul_high_digs.c
  325. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_fast_s_mp_sqr.o bn_fast_s_mp_sqr.c
  326. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_s_mp_sqr.o bn_s_mp_sqr.c
  327. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_add.o bn_mp_add.c
  328. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_sub.o bn_mp_sub.c
  329. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_karatsuba_mul.o bn_mp_karatsuba_mul.c
  330. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_mul.o bn_mp_mul.c
  331. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_karatsuba_sqr.o bn_mp_karatsuba_sqr.c
  332. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_sqr.o bn_mp_sqr.c
  333. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_div.o bn_mp_div.c
  334. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_mod.o bn_mp_mod.c
  335. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_add_d.o bn_mp_add_d.c
  336. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_sub_d.o bn_mp_sub_d.c
  337. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_mul_d.o bn_mp_mul_d.c
  338. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_div_d.o bn_mp_div_d.c
  339. cc -I./ -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -f
Add Comment
Please, Sign In to add comment