Advertisement
Guest User

GCL configure output (Windows Server 2012)

a guest
Sep 30th, 2014
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.09 KB | None | 0 0
  1. checking build system type... i686-pc-mingw32
  2. checking host system type... i686-pc-mingw32
  3. host=i686-pc-mingw32
  4. The host is canonicalised to i386-pc-mingw32
  5. enable_machine=
  6. use=mingw
  7. checking for gcc... gcc
  8. checking whether the C compiler works... yes
  9. checking for C compiler default output file name... a.exe
  10. checking for suffix of executables... .exe
  11. checking whether we are cross compiling... no
  12. checking for suffix of object files... o
  13. checking whether we are using the GNU C compiler... yes
  14. checking whether gcc accepts -g... yes
  15. checking for gcc option to accept ISO C89... none needed
  16. checking how to run the C preprocessor... gcc -E
  17. checking for CFLAG -Wno-unused-but-set-variable... yes
  18. WARNING: Remove -fno-zero-initialized-in-bss from makedefs if gcc less than 3.3.1.
  19. It is ptherwise needed for the Unexec stuff to work.
  20. checking for gawk... gawk
  21. checking system version (for dynamic loading)... checking for makeinfo... makeinfo
  22. MINGW32_NT-6.2-1.0.18(0.48/3/2)
  23. checking unistd.h usability... yes
  24. checking unistd.h presence... yes
  25. checking for unistd.h... yes
  26. checking for sysconf in -lc... no
  27. checking gmp.h usability... no
  28. checking gmp.h presence... no
  29. checking for gmp.h... no
  30. Cannot use dynamic gmp lib
  31. checking use_gmp=yes, doing configure in gmp directory...
  32. #
  33. #
  34. # -------------------
  35. # Subconfigure of GMP
  36. #
  37. #
  38. checking build system type... i386-pc-mingw32
  39. checking host system type... i386-pc-mingw32
  40. checking for a BSD-compatible install... /bin/install -c
  41. checking whether build environment is sane... yes
  42. checking for a thread-safe mkdir -p... /bin/mkdir -p
  43. checking for gawk... gawk
  44. checking whether make sets $(MAKE)... yes
  45. checking whether to enable maintainer-specific portions of Makefiles... no
  46. checking ABI=32
  47. checking compiler gcc -m32 -O2 -pedantic -fomit-frame-pointer ... yes
  48. checking compiler gcc -m32 -O2 -pedantic -fomit-frame-pointer has sizeof(long)==4... yes
  49. checking compiler gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=i386... yes
  50. checking compiler gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=i386 -march=i386... yes
  51. checking compiler gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=i386 -march=i386 -mno-cygwin... no
  52. checking for gcc... gcc
  53. checking whether the C compiler works... yes
  54. checking for C compiler default output file name... a.exe
  55. checking for suffix of executables... .exe
  56. checking whether we are cross compiling... no
  57. checking for suffix of object files... o
  58. checking whether we are using the GNU C compiler... yes
  59. checking whether gcc accepts -g... yes
  60. checking for gcc option to accept ISO C89... none needed
  61. checking for gcc option to accept ISO C99... -std=gnu99
  62. checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
  63. checking how to run the C preprocessor... gcc -std=gnu99 -E
  64. checking build system compiler gcc -std=gnu99... yes
  65. checking for build system preprocessor... gcc -std=gnu99 -E
  66. checking for build system executable suffix... .exe
  67. checking whether build system compiler is ANSI... yes
  68. checking for build system compiler math library... -lm
  69. checking for grep that handles long lines and -e... /bin/grep
  70. checking for egrep... /bin/grep -E
  71. using ABI="32"
  72. CC="gcc -std=gnu99"
  73. CFLAGS="-m32 -O2 -pedantic -fomit-frame-pointer -mtune=i386 -march=i386"
  74. CPPFLAGS=""
  75. MPN_PATH=" x86 generic"
  76. checking for function prototypes... yes
  77. checking for ANSI C header files... yes
  78. checking for sys/types.h... yes
  79. checking for sys/stat.h... yes
  80. checking for stdlib.h... yes
  81. checking for string.h... yes
  82. checking for memory.h... yes
  83. checking for strings.h... yes
  84. checking for inttypes.h... yes
  85. checking for stdint.h... yes
  86. checking for unistd.h... yes
  87. checking for string.h... (cached) yes
  88. checking whether assembler supports --noexecstack option... no
  89. checking for ar... ar
  90. checking for BSD- or MS-compatible name lister (nm)... /c/MinGW/bin/nm
  91. checking the name lister (/c/MinGW/bin/nm) interface... BSD nm
  92. checking for as... as
  93. checking for dlltool... dlltool
  94. checking for objdump... objdump
  95. checking for a sed that does not truncate output... /bin/sed
  96. checking for fgrep... /bin/grep -F
  97. checking for ld used by gcc -std=gnu99... c:/mingw/mingw32/bin/ld.exe
  98. checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld... yes
  99. checking whether ln -s works... no, using cp -p
  100. checking the maximum length of command line arguments... 8192
  101. checking whether the shell understands some XSI constructs... yes
  102. checking whether the shell understands "+="... yes
  103. checking for c:/mingw/mingw32/bin/ld.exe option to reload object files... -r
  104. checking for objdump... (cached) objdump
  105. checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
  106. checking for ar... (cached) ar
  107. checking for strip... strip
  108. checking for ranlib... ranlib
  109. checking command to parse /c/MinGW/bin/nm output from gcc -std=gnu99 object... ok
  110. checking for dlfcn.h... no
  111. checking for g++... no
  112. checking for c++... no
  113. checking for gpp... no
  114. checking for aCC... no
  115. checking for CC... CC
  116. checking whether we are using the GNU C++ compiler... no
  117. checking whether CC accepts -g... no
  118. checking how to run the C++ preprocessor... /lib/cpp
  119. configure: error: in `/c/_git/gcl/gcl/gmp4':
  120. checking for g77... no
  121. checking for xlf... no
  122. checking for f77... no
  123. checking for frt... no
  124. checking for pgf77... no
  125. checking for cf77... no
  126. checking for fort77... no
  127. checking for fl32... no
  128. checking for af77... no
  129. checking for xlf90... no
  130. checking for f90... no
  131. checking for pgf90... no
  132. checking for pghpf... no
  133. checking for epcf90... no
  134. checking for gfortran... no
  135. checking for g95... no
  136. checking for xlf95... no
  137. checking for f95... no
  138. checking for fort... no
  139. checking for ifort... no
  140. checking for ifc... no
  141. checking for efc... no
  142. checking for pgf95... no
  143. checking for lf95... no
  144. checking for ftn... no
  145. checking whether we are using the GNU Fortran 77 compiler... no
  146. checking whether accepts -g... no
  147. checking for objdir... .libs
  148. checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
  149. checking for gcc -std=gnu99 option to produce PIC... -DDLL_EXPORT -DPIC
  150. checking if gcc -std=gnu99 PIC flag -DDLL_EXPORT -DPIC works... yes
  151. checking if gcc -std=gnu99 static flag -static works... yes
  152. checking if gcc -std=gnu99 supports -c -o file.o... yes
  153. checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
  154. checking whether the gcc -std=gnu99 linker (c:/mingw/mingw32/bin/ld.exe) supports shared libraries... yes
  155. checking dynamic linker characteristics... Win32 ld.exe
  156. checking how to hardcode library paths into programs... immediate
  157. checking whether stripping libraries is possible... yes
  158. checking if libtool supports shared libraries... yes
  159. checking whether to build shared libraries... no
  160. checking whether to build static libraries... yes
  161. checking for ANSI C header files... (cached) yes
  162. checking whether time.h and sys/time.h may both be included... yes
  163. checking fcntl.h usability... yes
  164. checking fcntl.h presence... yes
  165. checking for fcntl.h... yes
  166. checking float.h usability... yes
  167. checking float.h presence... yes
  168. checking for float.h... yes
  169. checking invent.h usability... no
  170. checking invent.h presence... no
  171. checking for invent.h... no
  172. checking langinfo.h usability... no
  173. checking langinfo.h presence... no
  174. checking for langinfo.h... no
  175. checking locale.h usability... yes
  176. checking locale.h presence... yes
  177. checking for locale.h... yes
  178. checking nl_types.h usability... no
  179. checking nl_types.h presence... no
  180. checking for nl_types.h... no
  181. checking sys/attributes.h usability... no
  182. checking sys/attributes.h presence... no
  183. checking for sys/attributes.h... no
  184. checking sys/iograph.h usability... no
  185. checking sys/iograph.h presence... no
  186. checking for sys/iograph.h... no
  187. checking sys/mman.h usability... no
  188. checking sys/mman.h presence... no
  189. checking for sys/mman.h... no
  190. checking sys/param.h usability... yes
  191. checking sys/param.h presence... yes
  192. checking for sys/param.h... yes
  193. checking sys/processor.h usability... no
  194. checking sys/processor.h presence... no
  195. checking for sys/processor.h... no
  196. checking sys/pstat.h usability... no
  197. checking sys/pstat.h presence... no
  198. checking for sys/pstat.h... no
  199. checking sys/sysinfo.h usability... no
  200. checking sys/sysinfo.h presence... no
  201. checking for sys/sysinfo.h... no
  202. checking sys/syssgi.h usability... no
  203. checking sys/syssgi.h presence... no
  204. checking for sys/syssgi.h... no
  205. checking sys/systemcfg.h usability... no
  206. checking sys/systemcfg.h presence... no
  207. checking for sys/systemcfg.h... no
  208. checking sys/time.h usability... yes
  209. checking sys/time.h presence... yes
  210. checking for sys/time.h... yes
  211. checking sys/times.h usability... no
  212. checking sys/times.h presence... no
  213. checking for sys/times.h... no
  214. checking for sys/resource.h... no
  215. checking for sys/sysctl.h... no
  216. checking for machine/hal_sysinfo.h... no
  217. checking whether fgetc is declared... yes
  218. checking whether fscanf is declared... yes
  219. checking whether optarg is declared... yes
  220. checking whether ungetc is declared... yes
  221. checking whether vfprintf is declared... yes
  222. checking whether sys_errlist is declared... no
  223. checking whether sys_nerr is declared... no
  224. checking return type of signal handlers... void
  225. checking for intmax_t... yes
  226. checking for long double... yes
  227. checking for long long... yes
  228. checking for ptrdiff_t... yes
  229. checking for quad_t... no
  230. checking for uint_least32_t... yes
  231. checking for preprocessor stringizing operator... yes
  232. checking for working volatile... yes
  233. checking for C/C++ restrict keyword... __restrict
  234. checking whether <stdarg.h> exists and works... yes
  235. checking whether gcc __attribute__ ((const)) works... yes
  236. checking whether gcc __attribute__ ((malloc)) works... yes
  237. checking whether gcc __attribute__ ((mode (XX))) works... yes
  238. checking whether gcc __attribute__ ((noreturn)) works... yes
  239. checking for inline... inline
  240. checking for cos in -lm... yes
  241. checking for working alloca.h... no
  242. checking for alloca (via gmp-impl.h)... yes
  243. checking how to allocate temporary memory... alloca
  244. checking whether byte ordering is bigendian... no
  245. checking format of `double' floating point... IEEE little endian
  246. checking for alarm... no
  247. checking for attr_get... no
  248. checking for clock... yes
  249. checking for clock_gettime... no
  250. checking for cputime... no
  251. checking for getpagesize... yes
  252. checking for getrusage... no
  253. checking for gettimeofday... yes
  254. checking for getsysinfo... no
  255. checking for localeconv... yes
  256. checking for memset... yes
  257. checking for mmap... no
  258. checking for mprotect... yes
  259. checking for nl_langinfo... no
  260. checking for obstack_vprintf... no
  261. checking for popen... yes
  262. checking for processor_info... no
  263. checking for pstat_getprocessor... no
  264. checking for raise... yes
  265. checking for read_real_time... no
  266. checking for sigaction... no
  267. checking for sigaltstack... no
  268. checking for sigstack... no
  269. checking for syssgi... no
  270. checking for strchr... yes
  271. checking for strerror... yes
  272. checking for strnlen... no
  273. checking for strtol... yes
  274. checking for strtoul... yes
  275. checking for sysconf... no
  276. checking for sysctl... no
  277. checking for sysctlbyname... no
  278. checking for times... no
  279. checking for vsnprintf... yes
  280. checking whether vsnprintf works... yes
  281. checking whether sscanf needs writable input... no
  282. checking for struct pst_processor.psp_iticksperclktick... no
  283. checking for suitable m4... m4
  284. checking if m4wrap produces spurious output... no
  285. checking how to switch to text section... .text
  286. checking how to switch to data section... .data
  287. checking for assembler label suffix... :
  288. checking for assembler global directive... .globl
  289. checking for assembler global directive attribute...
  290. checking if globals are prefixed by underscore... yes
  291. checking how to switch to read-only data section... .section .rdata,"dr"
  292. checking for assembler .type directive...
  293. checking for assembler .size directive...
  294. checking for assembler local label prefix... L
  295. checking for assembler byte directive... .byte
  296. checking how to define a 32-bit word... .long
  297. checking if .align assembly directive is logarithmic... no
  298. checking if the .align directive accepts an 0x90 fill in .text... yes
  299. checking for assembler COFF type directives... yes
  300. checking if _GLOBAL_OFFSET_TABLE_ is prefixed by underscore... not applicable
  301. checking if the assembler takes cl with shldl... yes
  302. checking size of unsigned short... 2
  303. checking size of unsigned... 4
  304. checking size of unsigned long... 4
  305. checking size of mp_limb_t... 4
  306. checking for stack_t... no
  307. checking for tputs in -lncurses... no
  308. checking for tputs in -lcurses... no
  309. checking for readline in -lreadline... no
  310. checking readline detected... no
  311. checking for bison... no
  312. checking for byacc... no
  313. checking for flex... no
  314. checking for lex... no
  315. checking for ranlib... (cached) ranlib
  316. creating config.m4
  317. configure: creating ./config.status
  318. config.status: creating demos/pexpr-config.h
  319. config.status: creating demos/calc/calc-config.h
  320. config.status: creating Makefile
  321. config.status: creating mpbsd/Makefile
  322. config.status: creating mpf/Makefile
  323. config.status: creating mpn/Makefile
  324. config.status: creating mpq/Makefile
  325. config.status: creating mpz/Makefile
  326. config.status: creating printf/Makefile
  327. config.status: creating scanf/Makefile
  328. config.status: creating cxx/Makefile
  329. config.status: creating tests/Makefile
  330. config.status: creating tests/devel/Makefile
  331. config.status: creating tests/mpbsd/Makefile
  332. config.status: creating tests/mpf/Makefile
  333. config.status: creating tests/mpn/Makefile
  334. config.status: creating tests/mpq/Makefile
  335. config.status: creating tests/mpz/Makefile
  336. config.status: creating tests/rand/Makefile
  337. config.status: creating tests/misc/Makefile
  338. config.status: creating tests/cxx/Makefile
  339. config.status: creating doc/Makefile
  340. config.status: creating tune/Makefile
  341. config.status: creating demos/Makefile
  342. config.status: creating demos/calc/Makefile
  343. config.status: creating demos/expr/Makefile
  344. config.status: creating gmp.h
  345. config.status: creating mp.h
  346. config.status: creating config.h
  347. config.status: config.h is unchanged
  348. config.status: linking mpn/generic/add.c to mpn/add.c
  349. config.status: linking mpn/generic/add_1.c to mpn/add_1.c
  350. config.status: linking mpn/x86/aors_n.asm to mpn/add_n.asm
  351. config.status: linking mpn/generic/sub.c to mpn/sub.c
  352. config.status: linking mpn/generic/sub_1.c to mpn/sub_1.c
  353. config.status: linking mpn/x86/aors_n.asm to mpn/sub_n.asm
  354. config.status: linking mpn/generic/neg_n.c to mpn/neg_n.c
  355. config.status: linking mpn/x86/mul_1.asm to mpn/mul_1.asm
  356. config.status: linking mpn/x86/aorsmul_1.asm to mpn/addmul_1.asm
  357. config.status: linking mpn/x86/aorsmul_1.asm to mpn/submul_1.asm
  358. config.status: linking mpn/x86/lshift.asm to mpn/lshift.asm
  359. config.status: linking mpn/x86/rshift.asm to mpn/rshift.asm
  360. config.status: linking mpn/x86/dive_1.asm to mpn/dive_1.asm
  361. config.status: linking mpn/generic/diveby3.c to mpn/diveby3.c
  362. config.status: linking mpn/generic/divis.c to mpn/divis.c
  363. config.status: linking mpn/generic/divrem.c to mpn/divrem.c
  364. config.status: linking mpn/x86/divrem_1.asm to mpn/divrem_1.asm
  365. config.status: linking mpn/x86/divrem_2.asm to mpn/divrem_2.asm
  366. config.status: linking mpn/generic/fib2_ui.c to mpn/fib2_ui.c
  367. config.status: linking mpn/x86/mod_1.asm to mpn/mod_1.asm
  368. config.status: linking mpn/x86/mod_34lsub1.asm to mpn/mod_34lsub1.asm
  369. config.status: linking mpn/generic/mode1o.c to mpn/mode1o.c
  370. config.status: linking mpn/generic/pre_divrem_1.c to mpn/pre_divrem_1.c
  371. config.status: linking mpn/generic/pre_mod_1.c to mpn/pre_mod_1.c
  372. config.status: linking mpn/generic/dump.c to mpn/dump.c
  373. config.status: linking mpn/generic/mod_1_1.c to mpn/mod_1_1.c
  374. config.status: linking mpn/generic/mod_1_2.c to mpn/mod_1_2.c
  375. config.status: linking mpn/generic/mod_1_3.c to mpn/mod_1_3.c
  376. config.status: linking mpn/generic/mod_1_4.c to mpn/mod_1_4.c
  377. config.status: linking mpn/generic/mul.c to mpn/mul.c
  378. config.status: linking mpn/generic/mul_fft.c to mpn/mul_fft.c
  379. config.status: linking mpn/generic/mul_n.c to mpn/mul_n.c
  380. config.status: linking mpn/x86/mul_basecase.asm to mpn/mul_basecase.asm
  381. config.status: linking mpn/x86/sqr_basecase.asm to mpn/sqr_basecase.asm
  382. config.status: linking mpn/generic/random.c to mpn/random.c
  383. config.status: linking mpn/generic/random2.c to mpn/random2.c
  384. config.status: linking mpn/generic/pow_1.c to mpn/pow_1.c
  385. config.status: linking mpn/generic/rootrem.c to mpn/rootrem.c
  386. config.status: linking mpn/generic/sqrtrem.c to mpn/sqrtrem.c
  387. config.status: linking mpn/generic/get_str.c to mpn/get_str.c
  388. config.status: linking mpn/generic/set_str.c to mpn/set_str.c
  389. config.status: linking mpn/generic/scan0.c to mpn/scan0.c
  390. config.status: linking mpn/generic/scan1.c to mpn/scan1.c
  391. config.status: linking mpn/generic/popham.c to mpn/popcount.c
  392. config.status: linking mpn/generic/popham.c to mpn/hamdist.c
  393. config.status: linking mpn/generic/cmp.c to mpn/cmp.c
  394. config.status: linking mpn/generic/perfsqr.c to mpn/perfsqr.c
  395. config.status: linking mpn/generic/bdivmod.c to mpn/bdivmod.c
  396. config.status: linking mpn/generic/gcd_1.c to mpn/gcd_1.c
  397. config.status: linking mpn/generic/gcd.c to mpn/gcd.c
  398. config.status: linking mpn/generic/gcdext_1.c to mpn/gcdext_1.c
  399. config.status: linking mpn/generic/gcdext.c to mpn/gcdext.c
  400. config.status: linking mpn/generic/gcd_lehmer.c to mpn/gcd_lehmer.c
  401. config.status: linking mpn/generic/gcd_subdiv_step.c to mpn/gcd_subdiv_step.c
  402. config.status: linking mpn/generic/gcdext_lehmer.c to mpn/gcdext_lehmer.c
  403. config.status: linking mpn/generic/gcdext_subdiv_step.c to mpn/gcdext_subdiv_step.c
  404. config.status: linking mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c
  405. config.status: linking mpn/generic/dc_divrem_n.c to mpn/dc_divrem_n.c
  406. config.status: linking mpn/generic/sb_divrem_mn.c to mpn/sb_divrem_mn.c
  407. config.status: linking mpn/generic/jacbase.c to mpn/jacbase.c
  408. config.status: linking mpn/generic/get_d.c to mpn/get_d.c
  409. config.status: linking mpn/generic/matrix22_mul.c to mpn/matrix22_mul.c
  410. config.status: linking mpn/generic/hgcd2.c to mpn/hgcd2.c
  411. config.status: linking mpn/generic/hgcd.c to mpn/hgcd.c
  412. config.status: linking mpn/generic/mullow_n.c to mpn/mullow_n.c
  413. config.status: linking mpn/generic/mullow_basecase.c to mpn/mullow_basecase.c
  414. config.status: linking mpn/generic/toom22_mul.c to mpn/toom22_mul.c
  415. config.status: linking mpn/generic/toom33_mul.c to mpn/toom33_mul.c
  416. config.status: linking mpn/generic/toom44_mul.c to mpn/toom44_mul.c
  417. config.status: linking mpn/generic/toom32_mul.c to mpn/toom32_mul.c
  418. config.status: linking mpn/generic/toom42_mul.c to mpn/toom42_mul.c
  419. config.status: linking mpn/generic/toom62_mul.c to mpn/toom62_mul.c
  420. config.status: linking mpn/generic/toom53_mul.c to mpn/toom53_mul.c
  421. config.status: linking mpn/generic/toom2_sqr.c to mpn/toom2_sqr.c
  422. config.status: linking mpn/generic/toom3_sqr.c to mpn/toom3_sqr.c
  423. config.status: linking mpn/generic/toom4_sqr.c to mpn/toom4_sqr.c
  424. config.status: linking mpn/generic/toom_interpolate_5pts.c to mpn/toom_interpolate_5pts.c
  425. config.status: linking mpn/generic/toom_interpolate_7pts.c to mpn/toom_interpolate_7pts.c
  426. config.status: linking mpn/generic/invert.c to mpn/invert.c
  427. config.status: linking mpn/generic/binvert.c to mpn/binvert.c
  428. config.status: linking mpn/generic/sb_div_qr.c to mpn/sb_div_qr.c
  429. config.status: linking mpn/generic/sb_divappr_q.c to mpn/sb_divappr_q.c
  430. config.status: linking mpn/generic/sb_div_q.c to mpn/sb_div_q.c
  431. config.status: linking mpn/generic/dc_div_qr.c to mpn/dc_div_qr.c
  432. config.status: linking mpn/generic/dc_divappr_q.c to mpn/dc_divappr_q.c
  433. config.status: linking mpn/generic/dc_div_q.c to mpn/dc_div_q.c
  434. config.status: linking mpn/generic/mu_div_qr.c to mpn/mu_div_qr.c
  435. config.status: linking mpn/generic/mu_divappr_q.c to mpn/mu_divappr_q.c
  436. config.status: linking mpn/generic/mu_div_q.c to mpn/mu_div_q.c
  437. config.status: linking mpn/generic/sb_bdiv_q.c to mpn/sb_bdiv_q.c
  438. config.status: linking mpn/generic/sb_bdiv_qr.c to mpn/sb_bdiv_qr.c
  439. config.status: linking mpn/generic/dc_bdiv_q.c to mpn/dc_bdiv_q.c
  440. config.status: linking mpn/generic/dc_bdiv_qr.c to mpn/dc_bdiv_qr.c
  441. config.status: linking mpn/generic/mu_bdiv_q.c to mpn/mu_bdiv_q.c
  442. config.status: linking mpn/generic/mu_bdiv_qr.c to mpn/mu_bdiv_qr.c
  443. config.status: linking mpn/generic/divexact.c to mpn/divexact.c
  444. config.status: linking mpn/x86/bdiv_dbm1c.asm to mpn/bdiv_dbm1c.asm
  445. config.status: linking mpn/generic/redc_1.c to mpn/redc_1.c
  446. config.status: linking mpn/generic/redc_2.c to mpn/redc_2.c
  447. config.status: linking mpn/generic/powm.c to mpn/powm.c
  448. config.status: linking mpn/generic/powlo.c to mpn/powlo.c
  449. config.status: linking mpn/generic/powm_sec.c to mpn/powm_sec.c
  450. config.status: linking mpn/generic/subcnd_n.c to mpn/subcnd_n.c
  451. config.status: linking mpn/x86/umul.asm to mpn/umul.asm
  452. config.status: linking mpn/x86/udiv.asm to mpn/udiv.asm
  453. config.status: linking mpn/x86/copyi.asm to mpn/copyi.asm
  454. config.status: linking mpn/x86/copyd.asm to mpn/copyd.asm
  455. config.status: linking mpn/generic/addsub_n.c to mpn/addsub_n.c
  456. config.status: linking mpn/x86/gmp-mparam.h to gmp-mparam.h
  457. config.status: executing libtool commands
  458. #
  459. #
  460. #
  461. # Subconfigure of GMP done
  462. # ------------------------
  463. #
  464. checking "for leading underscore in object symbols"... "yes"
  465. checking "for GNU ld option -Map"... "yes"
  466. checking for size of gmp limbs... 4
  467. checking _SHORT_LIMB... no
  468. checking _LONG_LONG_LIMB... no
  469. checking for X... no
  470. checking for main in -lX11... no
  471. missing x libraries -- cannot compile xgcl
  472. checking for xdr_double... no
  473. checking for xdr_double in -ltirpc... no
  474. checking for xdr_double in -lrpc... no
  475. checking for xdr_double in -loncrpc... no
  476. checking __builtin_clzl... yes
  477. checking __builtin_ctzl... yes
  478. checking __builtin___clear_cache... yes
  479. checking size of long... 4
  480. checking for byte order... little
  481. checking for word order... little
  482. checking for pagewidth... 12
  483. checking for required object alignment... 8
  484. checking for C extension variable alignment... __attribute__ ((aligned (8)))
  485. checking sizeof struct contblock... 8
  486. checking for sbrk... no: WARNING you must be able to emulate sbrk: as on mingw or macosx
  487. checking CSTACK_ADDRESS... 0xfffffff
  488. checking cstack bits... 29
  489. checking NEG_CSTACK_ADDRESS... yes
  490. checking finding CSTACK_ALIGNMENT... 32
  491. checking CSTACK_DIRECTION... -1
  492. checking finding default linker script... got it
  493. configure: trying to adjust text start
  494. configure: min log text start -1
  495. configure: max log text start 29
  496. configure: lowering log text to 0 to maximize data area
  497. checking our linker script... done
  498. checking mem top... 0x80000000
  499. checking finding upper mem half range... 0x40000000
  500. checking sizeof long long int... yes
  501. checking for getcwd... yes
  502. checking for getwd... no
  503. checking for uname... no
  504. checking for gettimeofday... yes
  505. checking sys/ioctl.h usability... no
  506. checking sys/ioctl.h presence... no
  507. checking for sys/ioctl.h... no
  508. checking elf.h usability... no
  509. checking elf.h presence... no
  510. checking for elf.h... no
  511. checking elf_abi.h usability... no
  512. checking elf_abi.h presence... no
  513. checking for elf_abi.h... no
  514. checking sys/sockio.h usability... no
  515. checking sys/sockio.h presence... no
  516. checking for sys/sockio.h... no
  517. checking for BSDgettimeofday... no
  518. checking for gettimeofday... (cached) yes
  519. checking for gettimeofday declaration... missing
  520. checking for sin in -lm... yes
  521. checking for main in -lmingwex... yes
  522. checking math.h usability... yes
  523. checking math.h presence... yes
  524. checking for math.h... yes
  525. checking complex.h usability... yes
  526. checking complex.h presence... yes
  527. checking for complex.h... yes
  528. checking values.h usability... yes
  529. checking values.h presence... yes
  530. checking for values.h... yes
  531. checking float.h usability... yes
  532. checking float.h presence... yes
  533. checking for float.h... yes
  534. checking for isnormal... yes
  535. checking for isfinite... yes
  536. checking for sockets... checking for connect... no
  537. checking for main in -lsocket... no
  538. checking for accept... no
  539. checking for gethostbyname... no
  540. checking for main in -lnsl... no
  541. checking readline/readline.h usability... no
  542. checking readline/readline.h presence... no
  543. checking for readline/readline.h... no
  544. checking for rl_completion_matches in -lreadline... no
  545. checking For network code for nsocket.c... no
  546. checking check for listen using fcntl... no
  547. checking for profil... no
  548. checking for setenv... no
  549. checking for putenv... yes
  550. checking for _cleanup... no
  551. checking FIONBIO vs. O_NONBLOCK for nonblocking I/O... O_NONBLOCK
  552. checking check for SV_ONSTACK... no
  553. checking check for SIGSYS... no
  554. checking check for SIGEMT... no
  555. checking asm/sigcontext.h usability... no
  556. checking asm/sigcontext.h presence... no
  557. checking for asm/sigcontext.h... no
  558. checking asm/signal.h usability... no
  559. checking asm/signal.h presence... no
  560. checking for asm/signal.h... no
  561. checking for sigcontext...... sigcontext NOT in signal.h
  562. checking for sigcontext...... no sigcontext found
  563. checking for emacs... no
  564. checking emacs site lisp directory... NONE/share/emacs/site-lisp/
  565. checking emacs default.el...
  566. checking emacs info/dir... $(prefix)/lib/gcl-2.6.10/info/
  567. checking for tcl/tk... checking for tclsh... no
  568. checking for main in -llieee... no
  569. not found
  570. checking for size_t... yes
  571. checking for working alloca.h... no
  572. checking for alloca... yes
  573. configure: creating ./config.status
  574. config.status: creating makedefc
  575. config.status: creating windows/gcl.iss
  576. config.status: creating windows/sysdir.bat
  577. config.status: creating windows/install.lsp
  578. config.status: creating h/gclincl.h
  579. config.status: h/gclincl.h is unchanged
  580. makedefc
  581.  
  582. # begin makedefs
  583.  
  584. # use=mingw
  585.  
  586. # for main link of raw_gcl
  587. LIBS= -lm -lmingwex
  588.  
  589. #The multi precision library stuff
  590. MPFILES=$(MPDIR)/@MPI_FILE@ $(MPDIR)/libmport.a
  591.  
  592.  
  593. # root for the installation, eg /usr/local
  594. # This would cause make install to create /usr/local/bin/gcl and
  595. # /usr/local/lib/gcl-2-??/* with some basic files.
  596. prefix=/usr/local
  597.  
  598. # where to place the info files
  599. INFO_DIR=$(prefix)/lib/gcl-2.6.10/info/
  600.  
  601. # where to put emacs lisp files.
  602. EMACS_SITE_LISP=NONE/share/emacs/site-lisp/
  603.  
  604. # the default.el file
  605. EMACS_DEFAULT_EL=
  606.  
  607. # numerous TCL/TK variables culled from the tkConfig.sh and tclConfig.sh
  608. # if these are found.
  609. TK_CONFIG_PREFIX=unknown
  610. TK_LIBRARY=
  611. TCL_LIBRARY=
  612. TK_XINCLUDES=
  613. TK_INCLUDE=
  614. TCL_INCLUDE=
  615. TK_LIB_SPEC=
  616. TK_BUILD_LIB_SPEC=
  617. TK_XLIBSW=
  618. TK_XINCLUDES=
  619. TCL_LIB_SPEC=
  620. TCL_DL_LIBS=
  621. TCL_LIBS=
  622.  
  623. NOTIFY=yes
  624. CC=gcc
  625. CFLAGS= -Wall -DVOL=volatile -fsigned-char -Wno-unused-but-set-variable -pipe -fno-zero-initialized-in-bss -mms-bitfields -O3 -march=i386 -I$(GCLDIR)/o
  626. LDFLAGS=-Wl,-T ../unixport/gcl.script
  627. FINAL_CFLAGS= -Wall -DVOL=volatile -fsigned-char -Wno-unused-but-set-variable -pipe -fno-zero-initialized-in-bss -mms-bitfields -march=i386
  628. NIFLAGS= -Wall -DVOL=volatile -fsigned-char -Wno-unused-but-set-variable -pipe -fno-zero-initialized-in-bss -mms-bitfields -march=i386 -I$(GCLDIR)/o
  629. O3FLAGS=-O3
  630. O2FLAGS=-O
  631.  
  632. RL_OBJS=
  633.  
  634. RL_LIB=
  635.  
  636. MAKEINFO=makeinfo
  637.  
  638. FLISP=saved_ansi_gcl
  639. SYSTEM=ansi_gcl
  640. BUILD_BFD=
  641. GMPDIR=gmp4
  642. X_LIBS=
  643. X_CFLAGS=
  644.  
  645. PROCESSOR_FLAGS=-march=i386
  646.  
  647. EXTRA_LOBJS=
  648. LEADING_UNDERSCORE=1
  649. GNU_LD=1
  650. AWK=gawk
  651. LIBBFD=
  652. LIBIBERTY=
  653. add-defs1 mingw
  654. using mingw.defs
  655. if the 'unknown' directories exist you may provide
  656. a second argument to ./add-defs of a local directory where things might be,
  657. or edit ./add-defs so that it can find them. Otherwise just continue
  658. and the portions with unknown will not be compiled.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement