Advertisement
Guest User

output

a guest
Apr 6th, 2012
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.74 KB | None | 0 0
  1. checking build system type... coreisbr-apple-darwin11.3.0
  2. checking host system type... coreisbr-apple-darwin11.3.0
  3. checking for a BSD-compatible install... /opt/local/bin/ginstall -c
  4. checking whether build environment is sane... yes
  5. checking for a thread-safe mkdir -p... /opt/local/bin/gmkdir -p
  6. checking for gawk... no
  7. checking for mawk... no
  8. checking for nawk... no
  9. checking for awk... awk
  10. checking whether make sets $(MAKE)... yes
  11. checking whether to enable maintainer-specific portions of Makefiles... no
  12. checking ABI=64
  13. checking compiler gcc -O2 -pedantic -m64 ... yes
  14. checking compiler gcc -O2 -pedantic -m64 -mtune=corei7... no
  15. checking compiler gcc -O2 -pedantic -m64 -mtune=core2... yes
  16. checking compiler gcc -O2 -pedantic -m64 -mtune=core2 -march=corei7... no
  17. checking compiler gcc -O2 -pedantic -m64 -mtune=core2 -march=core2... yes
  18. checking for gcc... gcc
  19. checking whether the C compiler works... yes
  20. checking for C compiler default output file name... a.out
  21. checking for suffix of executables...
  22. checking whether we are cross compiling... no
  23. checking for suffix of object files... o
  24. checking whether we are using the GNU C compiler... yes
  25. checking whether gcc accepts -g... yes
  26. checking for gcc option to accept ISO C89... none needed
  27. checking for gcc option to accept ISO C99... -std=gnu99
  28. checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
  29. checking how to run the C preprocessor... gcc -std=gnu99 -E
  30. checking build system compiler gcc -std=gnu99... yes
  31. checking for build system preprocessor... gcc -std=gnu99 -E
  32. checking for build system executable suffix...
  33. checking whether build system compiler is ANSI... yes
  34. checking for build system compiler math library... -lm
  35. checking for grep that handles long lines and -e... /usr/bin/grep
  36. checking for egrep... /usr/bin/grep -E
  37. using ABI="64"
  38. CC="gcc -std=gnu99"
  39. CFLAGS="-O2 -pedantic -m64 -mtune=core2 -march=core2"
  40. CPPFLAGS=""
  41. MPN_PATH=" x86_64/coreisbr x86_64/coreinhm x86_64/core2 x86_64 generic"
  42. checking for function prototypes... yes
  43. checking for ANSI C header files... yes
  44. checking for sys/types.h... yes
  45. checking for sys/stat.h... yes
  46. checking for stdlib.h... yes
  47. checking for string.h... yes
  48. checking for memory.h... yes
  49. checking for strings.h... yes
  50. checking for inttypes.h... yes
  51. checking for stdint.h... yes
  52. checking for unistd.h... yes
  53. checking for string.h... (cached) yes
  54. checking whether assembler supports --noexecstack option... no
  55. checking for ar... ar
  56. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
  57. checking the name lister (/usr/bin/nm) interface... BSD nm
  58. checking how to print strings... printf
  59. checking for a sed that does not truncate output... /usr/bin/sed
  60. checking for fgrep... /usr/bin/grep -F
  61. checking for ld used by gcc -std=gnu99... /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
  62. checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no
  63. checking whether ln -s works... yes
  64. checking the maximum length of command line arguments... 196608
  65. checking whether the shell understands some XSI constructs... yes
  66. checking whether the shell understands "+="... yes
  67. checking how to convert coreisbr-apple-darwin11.3.0 file names to coreisbr-apple-darwin11.3.0 format... func_convert_file_noop
  68. checking how to convert coreisbr-apple-darwin11.3.0 file names to toolchain format... func_convert_file_noop
  69. checking for /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files... -r
  70. checking for objdump... objdump
  71. checking how to recognize dependent libraries... pass_all
  72. checking for dlltool... dlltool
  73. checking how to associate runtime and link libraries... printf %s\n
  74. checking for archiver @FILE support... no
  75. checking for strip... strip
  76. checking for ranlib... ranlib
  77. checking command to parse /usr/bin/nm output from gcc -std=gnu99 object... ok
  78. checking for sysroot... no
  79. checking for mt... no
  80. checking if : is a manifest tool... no
  81. checking for dsymutil... dsymutil
  82. checking for nmedit... nmedit
  83. checking for lipo... lipo
  84. checking for otool... otool
  85. checking for otool64... no
  86. checking for -single_module linker flag... yes
  87. checking for -exported_symbols_list linker flag... yes
  88. checking for -force_load linker flag... yes
  89. checking for dlfcn.h... yes
  90. checking for objdir... .libs
  91. checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
  92. checking for gcc -std=gnu99 option to produce PIC... -fno-common -DPIC
  93. checking if gcc -std=gnu99 PIC flag -fno-common -DPIC works... yes
  94. checking if gcc -std=gnu99 static flag -static works... no
  95. checking if gcc -std=gnu99 supports -c -o file.o... yes
  96. checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
  97. checking whether the gcc -std=gnu99 linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes
  98. checking dynamic linker characteristics... darwin11.3.0 dyld
  99. checking how to hardcode library paths into programs... immediate
  100. checking whether stripping libraries is possible... yes
  101. checking if libtool supports shared libraries... yes
  102. checking whether to build shared libraries... yes
  103. checking whether to build static libraries... yes
  104. checking for ANSI C header files... (cached) yes
  105. checking whether time.h and sys/time.h may both be included... yes
  106. checking fcntl.h usability... yes
  107. checking fcntl.h presence... yes
  108. checking for fcntl.h... yes
  109. checking float.h usability... yes
  110. checking float.h presence... yes
  111. checking for float.h... yes
  112. checking invent.h usability... no
  113. checking invent.h presence... no
  114. checking for invent.h... no
  115. checking langinfo.h usability... yes
  116. checking langinfo.h presence... yes
  117. checking for langinfo.h... yes
  118. checking locale.h usability... yes
  119. checking locale.h presence... yes
  120. checking for locale.h... yes
  121. checking nl_types.h usability... yes
  122. checking nl_types.h presence... yes
  123. checking for nl_types.h... yes
  124. checking sys/attributes.h usability... no
  125. checking sys/attributes.h presence... no
  126. checking for sys/attributes.h... no
  127. checking sys/iograph.h usability... no
  128. checking sys/iograph.h presence... no
  129. checking for sys/iograph.h... no
  130. checking sys/mman.h usability... yes
  131. checking sys/mman.h presence... yes
  132. checking for sys/mman.h... yes
  133. checking sys/param.h usability... yes
  134. checking sys/param.h presence... yes
  135. checking for sys/param.h... yes
  136. checking sys/processor.h usability... no
  137. checking sys/processor.h presence... no
  138. checking for sys/processor.h... no
  139. checking sys/pstat.h usability... no
  140. checking sys/pstat.h presence... no
  141. checking for sys/pstat.h... no
  142. checking sys/sysinfo.h usability... no
  143. checking sys/sysinfo.h presence... no
  144. checking for sys/sysinfo.h... no
  145. checking sys/syssgi.h usability... no
  146. checking sys/syssgi.h presence... no
  147. checking for sys/syssgi.h... no
  148. checking sys/systemcfg.h usability... no
  149. checking sys/systemcfg.h presence... no
  150. checking for sys/systemcfg.h... no
  151. checking sys/time.h usability... yes
  152. checking sys/time.h presence... yes
  153. checking for sys/time.h... yes
  154. checking sys/times.h usability... yes
  155. checking sys/times.h presence... yes
  156. checking for sys/times.h... yes
  157. checking for sys/resource.h... yes
  158. checking for sys/sysctl.h... yes
  159. checking for machine/hal_sysinfo.h... no
  160. checking whether fgetc is declared... yes
  161. checking whether fscanf is declared... yes
  162. checking whether optarg is declared... yes
  163. checking whether ungetc is declared... yes
  164. checking whether vfprintf is declared... yes
  165. checking whether sys_errlist is declared... yes
  166. checking whether sys_nerr is declared... yes
  167. checking return type of signal handlers... void
  168. checking for intmax_t... yes
  169. checking for long double... yes
  170. checking for long long... yes
  171. checking for ptrdiff_t... yes
  172. checking for quad_t... yes
  173. checking for uint_least32_t... yes
  174. checking for intptr_t... yes
  175. checking for preprocessor stringizing operator... yes
  176. checking for working volatile... yes
  177. checking for C/C++ restrict keyword... __restrict
  178. checking whether <stdarg.h> exists and works... yes
  179. checking whether gcc __attribute__ ((const)) works... yes
  180. checking whether gcc __attribute__ ((malloc)) works... yes
  181. checking whether gcc __attribute__ ((mode (XX))) works... yes
  182. checking whether gcc __attribute__ ((noreturn)) works... yes
  183. checking for inline... inline
  184. checking for working alloca.h... yes
  185. checking for alloca (via gmp-impl.h)... yes
  186. checking how to allocate temporary memory... alloca
  187. checking whether byte ordering is bigendian... no
  188. checking format of `double' floating point... IEEE little endian
  189. checking for alarm... yes
  190. checking for attr_get... no
  191. checking for clock... yes
  192. checking for clock_gettime... no
  193. checking for cputime... no
  194. checking for getpagesize... yes
  195. checking for getrusage... yes
  196. checking for gettimeofday... yes
  197. checking for getsysinfo... no
  198. checking for localeconv... yes
  199. checking for memset... yes
  200. checking for mmap... yes
  201. checking for mprotect... yes
  202. checking for nl_langinfo... yes
  203. checking for obstack_vprintf... no
  204. checking for popen... yes
  205. checking for processor_info... yes
  206. checking for pstat_getprocessor... no
  207. checking for raise... yes
  208. checking for read_real_time... no
  209. checking for sigaction... yes
  210. checking for sigaltstack... yes
  211. checking for sigstack... no
  212. checking for syssgi... no
  213. checking for strchr... yes
  214. checking for strerror... yes
  215. checking for strnlen... yes
  216. checking for strtol... yes
  217. checking for strtoul... yes
  218. checking for sysconf... yes
  219. checking for sysctl... yes
  220. checking for sysctlbyname... yes
  221. checking for times... yes
  222. checking for vsnprintf... yes
  223. checking whether vsnprintf works... yes
  224. checking whether sscanf needs writable input... no
  225. checking for struct pst_processor.psp_iticksperclktick... no
  226. checking for suitable m4... m4
  227. checking if m4wrap produces spurious output... no
  228. checking how to switch to text section... .text
  229. checking how to switch to data section... .data
  230. checking for assembler label suffix... :
  231. checking for assembler global directive... .globl
  232. checking for assembler global directive attribute...
  233. checking if globals are prefixed by underscore... yes
  234. checking how to switch to read-only data section... .section __TEXT,__const
  235. checking for assembler .type directive...
  236. checking for assembler .size directive...
  237. checking for assembler local label prefix... L
  238. checking for assembler byte directive... .byte
  239. checking how to define a 32-bit word... .long
  240. checking if .align assembly directive is logarithmic... yes
  241. checking if the .align directive accepts an 0x90 fill in .text... yes
  242. checking size of void *... 8
  243. checking size of unsigned short... 2
  244. checking size of unsigned... 4
  245. checking size of unsigned long... 8
  246. checking size of mp_limb_t... 8
  247. checking for stack_t... yes
  248. checking for tputs in -lncurses... yes
  249. checking for readline in -lreadline... yes
  250. checking readline/readline.h usability... yes
  251. checking readline/readline.h presence... yes
  252. checking for readline/readline.h... yes
  253. checking readline/history.h usability... yes
  254. checking readline/history.h presence... yes
  255. checking for readline/history.h... yes
  256. checking readline detected... yes
  257. checking for bison... bison -y
  258. checking for flex... flex
  259. checking lex output file root... lex.yy
  260. checking lex library... -lfl
  261. checking whether yytext is a pointer... yes
  262. checking for ranlib... (cached) ranlib
  263. creating config.m4
  264. configure: creating ./config.status
  265. config.status: creating demos/pexpr-config.h
  266. config.status: creating demos/calc/calc-config.h
  267. config.status: creating Makefile
  268. config.status: creating mpbsd/Makefile
  269. config.status: creating mpf/Makefile
  270. config.status: creating mpn/Makefile
  271. config.status: creating mpq/Makefile
  272. config.status: creating mpz/Makefile
  273. config.status: creating printf/Makefile
  274. config.status: creating scanf/Makefile
  275. config.status: creating cxx/Makefile
  276. config.status: creating tests/Makefile
  277. config.status: creating tests/devel/Makefile
  278. config.status: creating tests/mpbsd/Makefile
  279. config.status: creating tests/mpf/Makefile
  280. config.status: creating tests/mpn/Makefile
  281. config.status: creating tests/mpq/Makefile
  282. config.status: creating tests/mpz/Makefile
  283. config.status: creating tests/rand/Makefile
  284. config.status: creating tests/misc/Makefile
  285. config.status: creating tests/cxx/Makefile
  286. config.status: creating doc/Makefile
  287. config.status: creating tune/Makefile
  288. config.status: creating demos/Makefile
  289. config.status: creating demos/calc/Makefile
  290. config.status: creating demos/expr/Makefile
  291. config.status: creating gmp.h
  292. config.status: creating mp.h
  293. config.status: creating config.h
  294. config.status: linking mpn/generic/add.c to mpn/add.c
  295. config.status: linking mpn/generic/add_1.c to mpn/add_1.c
  296. config.status: linking mpn/x86_64/core2/aors_n.asm to mpn/add_n.asm
  297. config.status: linking mpn/generic/sub.c to mpn/sub.c
  298. config.status: linking mpn/generic/sub_1.c to mpn/sub_1.c
  299. config.status: linking mpn/x86_64/core2/aors_n.asm to mpn/sub_n.asm
  300. config.status: linking mpn/generic/neg.c to mpn/neg.c
  301. config.status: linking mpn/x86_64/com.asm to mpn/com.asm
  302. config.status: linking mpn/x86_64/mul_1.asm to mpn/mul_1.asm
  303. config.status: linking mpn/x86_64/core2/aorsmul_1.asm to mpn/addmul_1.asm
  304. config.status: linking mpn/x86_64/core2/aorsmul_1.asm to mpn/submul_1.asm
  305. config.status: linking mpn/x86_64/core2/lshift.asm to mpn/lshift.asm
  306. config.status: linking mpn/x86_64/core2/rshift.asm to mpn/rshift.asm
  307. config.status: linking mpn/x86_64/dive_1.asm to mpn/dive_1.asm
  308. config.status: linking mpn/generic/diveby3.c to mpn/diveby3.c
  309. config.status: linking mpn/generic/divis.c to mpn/divis.c
  310. config.status: linking mpn/generic/divrem.c to mpn/divrem.c
  311. config.status: linking mpn/x86_64/divrem_1.asm to mpn/divrem_1.asm
  312. config.status: linking mpn/x86_64/divrem_2.asm to mpn/divrem_2.asm
  313. config.status: linking mpn/generic/fib2_ui.c to mpn/fib2_ui.c
  314. config.status: linking mpn/generic/mod_1.c to mpn/mod_1.c
  315. config.status: linking mpn/x86_64/mod_34lsub1.asm to mpn/mod_34lsub1.asm
  316. config.status: linking mpn/x86_64/mode1o.asm to mpn/mode1o.asm
  317. config.status: linking mpn/generic/pre_mod_1.c to mpn/pre_mod_1.c
  318. config.status: linking mpn/generic/dump.c to mpn/dump.c
  319. config.status: linking mpn/generic/mod_1_1.c to mpn/mod_1_1.c
  320. config.status: linking mpn/generic/mod_1_2.c to mpn/mod_1_2.c
  321. config.status: linking mpn/generic/mod_1_3.c to mpn/mod_1_3.c
  322. config.status: linking mpn/x86_64/mod_1_4.asm to mpn/mod_1_4.asm
  323. config.status: linking mpn/x86_64/core2/lshiftc.asm to mpn/lshiftc.asm
  324. config.status: linking mpn/generic/mul.c to mpn/mul.c
  325. config.status: linking mpn/generic/mul_fft.c to mpn/mul_fft.c
  326. config.status: linking mpn/generic/mul_n.c to mpn/mul_n.c
  327. config.status: linking mpn/generic/sqr.c to mpn/sqr.c
  328. config.status: linking mpn/x86_64/mul_basecase.asm to mpn/mul_basecase.asm
  329. config.status: linking mpn/x86_64/sqr_basecase.asm to mpn/sqr_basecase.asm
  330. config.status: linking mpn/generic/nussbaumer_mul.c to mpn/nussbaumer_mul.c
  331. config.status: linking mpn/generic/random.c to mpn/random.c
  332. config.status: linking mpn/generic/random2.c to mpn/random2.c
  333. config.status: linking mpn/generic/pow_1.c to mpn/pow_1.c
  334. config.status: linking mpn/generic/rootrem.c to mpn/rootrem.c
  335. config.status: linking mpn/generic/sqrtrem.c to mpn/sqrtrem.c
  336. config.status: linking mpn/generic/get_str.c to mpn/get_str.c
  337. config.status: linking mpn/generic/set_str.c to mpn/set_str.c
  338. config.status: linking mpn/generic/scan0.c to mpn/scan0.c
  339. config.status: linking mpn/generic/scan1.c to mpn/scan1.c
  340. config.status: linking mpn/x86_64/core2/popcount.asm to mpn/popcount.asm
  341. config.status: linking mpn/x86_64/popham.asm to mpn/hamdist.asm
  342. config.status: linking mpn/generic/cmp.c to mpn/cmp.c
  343. config.status: linking mpn/generic/perfsqr.c to mpn/perfsqr.c
  344. config.status: linking mpn/generic/perfpow.c to mpn/perfpow.c
  345. config.status: linking mpn/x86_64/gcd_1.asm to mpn/gcd_1.asm
  346. config.status: linking mpn/generic/gcd.c to mpn/gcd.c
  347. config.status: linking mpn/generic/gcdext_1.c to mpn/gcdext_1.c
  348. config.status: linking mpn/generic/gcdext.c to mpn/gcdext.c
  349. config.status: linking mpn/generic/gcd_lehmer.c to mpn/gcd_lehmer.c
  350. config.status: linking mpn/generic/gcd_subdiv_step.c to mpn/gcd_subdiv_step.c
  351. config.status: linking mpn/generic/gcdext_lehmer.c to mpn/gcdext_lehmer.c
  352. config.status: linking mpn/generic/gcdext_subdiv_step.c to mpn/gcdext_subdiv_step.c
  353. config.status: linking mpn/generic/div_q.c to mpn/div_q.c
  354. config.status: linking mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c
  355. config.status: linking mpn/generic/jacbase.c to mpn/jacbase.c
  356. config.status: linking mpn/generic/get_d.c to mpn/get_d.c
  357. config.status: linking mpn/generic/matrix22_mul.c to mpn/matrix22_mul.c
  358. config.status: linking mpn/generic/hgcd2.c to mpn/hgcd2.c
  359. config.status: linking mpn/generic/hgcd.c to mpn/hgcd.c
  360. config.status: linking mpn/generic/mullo_n.c to mpn/mullo_n.c
  361. config.status: linking mpn/generic/mullo_basecase.c to mpn/mullo_basecase.c
  362. config.status: linking mpn/generic/toom22_mul.c to mpn/toom22_mul.c
  363. config.status: linking mpn/generic/toom32_mul.c to mpn/toom32_mul.c
  364. config.status: linking mpn/generic/toom42_mul.c to mpn/toom42_mul.c
  365. config.status: linking mpn/generic/toom52_mul.c to mpn/toom52_mul.c
  366. config.status: linking mpn/generic/toom62_mul.c to mpn/toom62_mul.c
  367. config.status: linking mpn/generic/toom33_mul.c to mpn/toom33_mul.c
  368. config.status: linking mpn/generic/toom43_mul.c to mpn/toom43_mul.c
  369. config.status: linking mpn/generic/toom53_mul.c to mpn/toom53_mul.c
  370. config.status: linking mpn/generic/toom63_mul.c to mpn/toom63_mul.c
  371. config.status: linking mpn/generic/toom44_mul.c to mpn/toom44_mul.c
  372. config.status: linking mpn/generic/toom6h_mul.c to mpn/toom6h_mul.c
  373. config.status: linking mpn/generic/toom6_sqr.c to mpn/toom6_sqr.c
  374. config.status: linking mpn/generic/toom8h_mul.c to mpn/toom8h_mul.c
  375. config.status: linking mpn/generic/toom8_sqr.c to mpn/toom8_sqr.c
  376. config.status: linking mpn/generic/toom_couple_handling.c to mpn/toom_couple_handling.c
  377. config.status: linking mpn/generic/toom2_sqr.c to mpn/toom2_sqr.c
  378. config.status: linking mpn/generic/toom3_sqr.c to mpn/toom3_sqr.c
  379. config.status: linking mpn/generic/toom4_sqr.c to mpn/toom4_sqr.c
  380. config.status: linking mpn/generic/toom_eval_dgr3_pm1.c to mpn/toom_eval_dgr3_pm1.c
  381. config.status: linking mpn/generic/toom_eval_dgr3_pm2.c to mpn/toom_eval_dgr3_pm2.c
  382. config.status: linking mpn/generic/toom_eval_pm1.c to mpn/toom_eval_pm1.c
  383. config.status: linking mpn/generic/toom_eval_pm2.c to mpn/toom_eval_pm2.c
  384. config.status: linking mpn/generic/toom_eval_pm2exp.c to mpn/toom_eval_pm2exp.c
  385. config.status: linking mpn/generic/toom_eval_pm2rexp.c to mpn/toom_eval_pm2rexp.c
  386. config.status: linking mpn/generic/toom_interpolate_5pts.c to mpn/toom_interpolate_5pts.c
  387. config.status: linking mpn/generic/toom_interpolate_6pts.c to mpn/toom_interpolate_6pts.c
  388. config.status: linking mpn/generic/toom_interpolate_7pts.c to mpn/toom_interpolate_7pts.c
  389. config.status: linking mpn/generic/toom_interpolate_8pts.c to mpn/toom_interpolate_8pts.c
  390. config.status: linking mpn/generic/toom_interpolate_12pts.c to mpn/toom_interpolate_12pts.c
  391. config.status: linking mpn/generic/toom_interpolate_16pts.c to mpn/toom_interpolate_16pts.c
  392. config.status: linking mpn/generic/invertappr.c to mpn/invertappr.c
  393. config.status: linking mpn/generic/invert.c to mpn/invert.c
  394. config.status: linking mpn/generic/binvert.c to mpn/binvert.c
  395. config.status: linking mpn/generic/mulmod_bnm1.c to mpn/mulmod_bnm1.c
  396. config.status: linking mpn/generic/sqrmod_bnm1.c to mpn/sqrmod_bnm1.c
  397. config.status: linking mpn/generic/sbpi1_div_q.c to mpn/sbpi1_div_q.c
  398. config.status: linking mpn/generic/sbpi1_div_qr.c to mpn/sbpi1_div_qr.c
  399. config.status: linking mpn/generic/sbpi1_divappr_q.c to mpn/sbpi1_divappr_q.c
  400. config.status: linking mpn/generic/dcpi1_div_q.c to mpn/dcpi1_div_q.c
  401. config.status: linking mpn/generic/dcpi1_div_qr.c to mpn/dcpi1_div_qr.c
  402. config.status: linking mpn/generic/dcpi1_divappr_q.c to mpn/dcpi1_divappr_q.c
  403. config.status: linking mpn/generic/mu_div_qr.c to mpn/mu_div_qr.c
  404. config.status: linking mpn/generic/mu_divappr_q.c to mpn/mu_divappr_q.c
  405. config.status: linking mpn/generic/mu_div_q.c to mpn/mu_div_q.c
  406. config.status: linking mpn/x86_64/bdiv_q_1.asm to mpn/bdiv_q_1.asm
  407. config.status: linking mpn/generic/sbpi1_bdiv_q.c to mpn/sbpi1_bdiv_q.c
  408. config.status: linking mpn/generic/sbpi1_bdiv_qr.c to mpn/sbpi1_bdiv_qr.c
  409. config.status: linking mpn/generic/dcpi1_bdiv_q.c to mpn/dcpi1_bdiv_q.c
  410. config.status: linking mpn/generic/dcpi1_bdiv_qr.c to mpn/dcpi1_bdiv_qr.c
  411. config.status: linking mpn/generic/mu_bdiv_q.c to mpn/mu_bdiv_q.c
  412. config.status: linking mpn/generic/mu_bdiv_qr.c to mpn/mu_bdiv_qr.c
  413. config.status: linking mpn/generic/bdiv_q.c to mpn/bdiv_q.c
  414. config.status: linking mpn/generic/bdiv_qr.c to mpn/bdiv_qr.c
  415. config.status: linking mpn/generic/divexact.c to mpn/divexact.c
  416. config.status: linking mpn/x86_64/bdiv_dbm1c.asm to mpn/bdiv_dbm1c.asm
  417. config.status: linking mpn/x86_64/redc_1.asm to mpn/redc_1.asm
  418. config.status: linking mpn/generic/redc_2.c to mpn/redc_2.c
  419. config.status: linking mpn/generic/redc_n.c to mpn/redc_n.c
  420. config.status: linking mpn/generic/powm.c to mpn/powm.c
  421. config.status: linking mpn/generic/powlo.c to mpn/powlo.c
  422. config.status: linking mpn/generic/powm_sec.c to mpn/powm_sec.c
  423. config.status: linking mpn/generic/subcnd_n.c to mpn/subcnd_n.c
  424. config.status: linking mpn/generic/redc_1_sec.c to mpn/redc_1_sec.c
  425. config.status: linking mpn/generic/trialdiv.c to mpn/trialdiv.c
  426. config.status: linking mpn/generic/remove.c to mpn/remove.c
  427. config.status: linking mpn/x86_64/logops_n.asm to mpn/and_n.asm
  428. config.status: linking mpn/x86_64/logops_n.asm to mpn/andn_n.asm
  429. config.status: linking mpn/x86_64/logops_n.asm to mpn/nand_n.asm
  430. config.status: linking mpn/x86_64/logops_n.asm to mpn/ior_n.asm
  431. config.status: linking mpn/x86_64/logops_n.asm to mpn/iorn_n.asm
  432. config.status: linking mpn/x86_64/logops_n.asm to mpn/nior_n.asm
  433. config.status: linking mpn/x86_64/logops_n.asm to mpn/xor_n.asm
  434. config.status: linking mpn/x86_64/logops_n.asm to mpn/xnor_n.asm
  435. config.status: linking mpn/x86_64/copyi.asm to mpn/copyi.asm
  436. config.status: linking mpn/x86_64/copyd.asm to mpn/copyd.asm
  437. config.status: linking mpn/generic/zero.c to mpn/zero.c
  438. config.status: linking mpn/x86_64/invert_limb.asm to mpn/invert_limb.asm
  439. config.status: linking mpn/x86_64/mul_2.asm to mpn/mul_2.asm
  440. config.status: linking mpn/x86_64/addmul_2.asm to mpn/addmul_2.asm
  441. config.status: linking mpn/x86_64/core2/aorslsh1_n.asm to mpn/addlsh1_n.asm
  442. config.status: linking mpn/x86_64/core2/aorslsh1_n.asm to mpn/sublsh1_n.asm
  443. config.status: linking mpn/x86_64/aorrlsh1_n.asm to mpn/rsblsh1_n.asm
  444. config.status: linking mpn/x86_64/rsh1aors_n.asm to mpn/rsh1add_n.asm
  445. config.status: linking mpn/x86_64/rsh1aors_n.asm to mpn/rsh1sub_n.asm
  446. config.status: linking mpn/x86_64/aorrlsh2_n.asm to mpn/addlsh2_n.asm
  447. config.status: linking mpn/x86_64/aorrlsh2_n.asm to mpn/rsblsh2_n.asm
  448. config.status: linking mpn/x86_64/aorrlsh_n.asm to mpn/addlsh_n.asm
  449. config.status: linking mpn/x86_64/aorrlsh_n.asm to mpn/rsblsh_n.asm
  450. config.status: linking mpn/x86_64/addaddmul_1msb0.asm to mpn/addaddmul_1msb0.asm
  451. config.status: linking mpn/x86_64/coreisbr/gmp-mparam.h to gmp-mparam.h
  452. config.status: executing libtool commands
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement