Advertisement
xathrya

config.log GMP

Dec 8th, 2016
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.84 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by GNU MP configure 6.1.1, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --prefix=/usr --enable-cxx --disable-static --docdir=/usr/share/doc/gmp-6.1.1
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = bluewyvern
  14. uname -m = x86_64
  15. uname -r = 4.5.0-parrot-amd64
  16. uname -s = Linux
  17. uname -v = #1 SMP Parrot 4.5.3-2parrot0 (2016-05-11)
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /bin
  31. PATH: /usr/bin
  32. PATH: /sbin
  33. PATH: /usr/sbin
  34. PATH: /tools/bin
  35.  
  36.  
  37. ## ----------- ##
  38. ## Core tests. ##
  39. ## ----------- ##
  40.  
  41. configure:3055: checking build system type
  42. configure:3069: result: ivybridge-pc-linux-gnu
  43. configure:3089: checking host system type
  44. configure:3102: result: ivybridge-pc-linux-gnu
  45. configure:3139: checking for a BSD-compatible install
  46. configure:3207: result: /tools/bin/install -c
  47. configure:3218: checking whether build environment is sane
  48. configure:3273: result: yes
  49. configure:3424: checking for a thread-safe mkdir -p
  50. configure:3463: result: /tools/bin/mkdir -p
  51. configure:3470: checking for gawk
  52. configure:3486: found /tools/bin/gawk
  53. configure:3497: result: gawk
  54. configure:3508: checking whether make sets $(MAKE)
  55. configure:3530: result: yes
  56. configure:3559: checking whether make supports nested variables
  57. configure:3576: result: yes
  58. configure:3705: checking whether to enable maintainer-specific portions of Makefiles
  59. configure:3714: result: no
  60. User:
  61. ABI=
  62. CC=
  63. CFLAGS=(unset)
  64. CPPFLAGS=(unset)
  65. MPN_PATH=
  66. GMP:
  67. abilist=64 x32 32
  68. cclist=gcc icc cc
  69. configure:5735: gcc 2>&1 | grep xlc >/dev/null
  70. configure:5738: $? = 1
  71. configure:5792: checking compiler gcc -O2 -pedantic -fomit-frame-pointer -m64
  72. Test compile:
  73. configure:5806: gcc -O2 -pedantic -fomit-frame-pointer -m64 conftest.c >&5
  74. configure:5809: $? = 0
  75. configure:5814: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  76. configure:5817: $? = 0
  77. Test compile: function pointer return
  78. configure:5860: gcc -O2 -pedantic -fomit-frame-pointer -m64 conftest.c >&5
  79. configure:5863: $? = 0
  80. configure:5868: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  81. configure:5871: $? = 0
  82. Test compile: cmov instruction
  83. configure:5916: gcc -O2 -pedantic -fomit-frame-pointer -m64 conftest.c >&5
  84. configure:5919: $? = 0
  85. configure:5924: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  86. configure:5927: $? = 0
  87. Test compile: double -> ulong conversion
  88. configure:5973: gcc -O2 -pedantic -fomit-frame-pointer -m64 conftest.c >&5
  89. configure:5976: $? = 0
  90. configure:5981: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  91. configure:5984: $? = 0
  92. Test compile: double negation
  93. configure:6028: gcc -O2 -pedantic -fomit-frame-pointer -m64 conftest.c >&5
  94. configure:6031: $? = 0
  95. configure:6036: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  96. configure:6039: $? = 0
  97. Test compile: double -> float conversion
  98. configure:6084: gcc -O2 -pedantic -fomit-frame-pointer -m64 conftest.c >&5
  99. configure:6087: $? = 0
  100. configure:6092: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  101. configure:6095: $? = 0
  102. Test compile: gnupro alpha ev6 char spilling
  103. configure:6169: gcc -O2 -pedantic -fomit-frame-pointer -m64 conftest.c >&5
  104. configure:6172: $? = 0
  105. configure:6177: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  106. configure:6180: $? = 0
  107. Test compile: __builtin_alloca availability
  108. configure:6220: gcc -O2 -pedantic -fomit-frame-pointer -m64 conftest.c >&5
  109. /usr/lib/../lib64/crt1.o: In function `_start':
  110. /sources/glibc-2.24/csu/../sysdeps/x86_64/start.S:110: undefined reference to `main'
  111. collect2: error: ld returned 1 exit status
  112. configure:6223: $? = 1
  113. failed program was:
  114. int k; int foo () { __builtin_alloca (k); }
  115. Test compile: abs int -> double conversion
  116. configure:6344: gcc -O2 -pedantic -fomit-frame-pointer -m64 conftest.c >&5
  117. configure:6347: $? = 0
  118. configure:6352: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  119. configure:6355: $? = 0
  120. Test compile: long long reliability test 1
  121. configure:6409: gcc -O2 -pedantic -fomit-frame-pointer -m64 conftest.c >&5
  122. configure:6412: $? = 0
  123. configure:6417: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  124. configure:6420: $? = 0
  125. Test compile: long long reliability test 2
  126. configure:6470: gcc -O2 -pedantic -fomit-frame-pointer -m64 conftest.c >&5
  127. configure:6473: $? = 0
  128. configure:6478: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  129. configure:6481: $? = 0
  130. Test compile: freebsd hacked gcc
  131. configure:6531: gcc -O2 -pedantic -fomit-frame-pointer -m64 conftest.c >&5
  132. configure:6534: $? = 0
  133. configure:6539: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  134. configure:6542: $? = 0
  135. Test compile: mpn_lshift_com optimization
  136. configure:6630: gcc -O2 -pedantic -fomit-frame-pointer -m64 conftest.c >&5
  137. configure:6633: $? = 0
  138. configure:6638: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  139. configure:6641: $? = 0
  140. Test compile: mpn_lshift_com optimization 2
  141. configure:6738: gcc -O2 -pedantic -fomit-frame-pointer -m64 conftest.c >&5
  142. configure:6741: $? = 0
  143. configure:6746: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  144. configure:6749: $? = 0
  145. configure:6895: result: yes
  146. configure:7409: checking compiler gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge
  147. Test compile:
  148. configure:7423: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge conftest.c >&5
  149. configure:7426: $? = 0
  150. configure:7431: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  151. configure:7434: $? = 0
  152. Test compile: function pointer return
  153. configure:7477: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge conftest.c >&5
  154. configure:7480: $? = 0
  155. configure:7485: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  156. configure:7488: $? = 0
  157. Test compile: cmov instruction
  158. configure:7533: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge conftest.c >&5
  159. configure:7536: $? = 0
  160. configure:7541: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  161. configure:7544: $? = 0
  162. Test compile: double -> ulong conversion
  163. configure:7590: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge conftest.c >&5
  164. configure:7593: $? = 0
  165. configure:7598: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  166. configure:7601: $? = 0
  167. Test compile: double negation
  168. configure:7645: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge conftest.c >&5
  169. configure:7648: $? = 0
  170. configure:7653: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  171. configure:7656: $? = 0
  172. Test compile: double -> float conversion
  173. configure:7701: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge conftest.c >&5
  174. configure:7704: $? = 0
  175. configure:7709: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  176. configure:7712: $? = 0
  177. Test compile: gnupro alpha ev6 char spilling
  178. configure:7786: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge conftest.c >&5
  179. configure:7789: $? = 0
  180. configure:7794: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  181. configure:7797: $? = 0
  182. Test compile: __builtin_alloca availability
  183. configure:7837: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge conftest.c >&5
  184. /usr/lib/../lib64/crt1.o: In function `_start':
  185. /sources/glibc-2.24/csu/../sysdeps/x86_64/start.S:110: undefined reference to `main'
  186. collect2: error: ld returned 1 exit status
  187. configure:7840: $? = 1
  188. failed program was:
  189. int k; int foo () { __builtin_alloca (k); }
  190. Test compile: abs int -> double conversion
  191. configure:7961: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge conftest.c >&5
  192. configure:7964: $? = 0
  193. configure:7969: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  194. configure:7972: $? = 0
  195. Test compile: long long reliability test 1
  196. configure:8026: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge conftest.c >&5
  197. configure:8029: $? = 0
  198. configure:8034: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  199. configure:8037: $? = 0
  200. Test compile: long long reliability test 2
  201. configure:8087: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge conftest.c >&5
  202. configure:8090: $? = 0
  203. configure:8095: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  204. configure:8098: $? = 0
  205. Test compile: freebsd hacked gcc
  206. configure:8148: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge conftest.c >&5
  207. configure:8151: $? = 0
  208. configure:8156: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  209. configure:8159: $? = 0
  210. Test compile: mpn_lshift_com optimization
  211. configure:8247: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge conftest.c >&5
  212. configure:8250: $? = 0
  213. configure:8255: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  214. configure:8258: $? = 0
  215. Test compile: mpn_lshift_com optimization 2
  216. configure:8355: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge conftest.c >&5
  217. configure:8358: $? = 0
  218. configure:8363: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  219. configure:8366: $? = 0
  220. configure:8512: result: yes
  221. configure:7409: checking compiler gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge
  222. Test compile:
  223. configure:7423: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge conftest.c >&5
  224. configure:7426: $? = 0
  225. configure:7431: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  226. configure:7434: $? = 0
  227. Test compile: function pointer return
  228. configure:7477: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge conftest.c >&5
  229. configure:7480: $? = 0
  230. configure:7485: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  231. configure:7488: $? = 0
  232. Test compile: cmov instruction
  233. configure:7533: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge conftest.c >&5
  234. configure:7536: $? = 0
  235. configure:7541: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  236. configure:7544: $? = 0
  237. Test compile: double -> ulong conversion
  238. configure:7590: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge conftest.c >&5
  239. configure:7593: $? = 0
  240. configure:7598: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  241. configure:7601: $? = 0
  242. Test compile: double negation
  243. configure:7645: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge conftest.c >&5
  244. configure:7648: $? = 0
  245. configure:7653: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  246. configure:7656: $? = 0
  247. Test compile: double -> float conversion
  248. configure:7701: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge conftest.c >&5
  249. configure:7704: $? = 0
  250. configure:7709: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  251. configure:7712: $? = 0
  252. Test compile: gnupro alpha ev6 char spilling
  253. configure:7786: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge conftest.c >&5
  254. configure:7789: $? = 0
  255. configure:7794: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  256. configure:7797: $? = 0
  257. Test compile: __builtin_alloca availability
  258. configure:7837: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge conftest.c >&5
  259. /usr/lib/../lib64/crt1.o: In function `_start':
  260. /sources/glibc-2.24/csu/../sysdeps/x86_64/start.S:110: undefined reference to `main'
  261. collect2: error: ld returned 1 exit status
  262. configure:7840: $? = 1
  263. failed program was:
  264. int k; int foo () { __builtin_alloca (k); }
  265. Test compile: abs int -> double conversion
  266. configure:7961: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge conftest.c >&5
  267. configure:7964: $? = 0
  268. configure:7969: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  269. configure:7972: $? = 0
  270. Test compile: long long reliability test 1
  271. configure:8026: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge conftest.c >&5
  272. configure:8029: $? = 0
  273. configure:8034: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  274. configure:8037: $? = 0
  275. Test compile: long long reliability test 2
  276. configure:8087: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge conftest.c >&5
  277. configure:8090: $? = 0
  278. configure:8095: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  279. configure:8098: $? = 0
  280. Test compile: freebsd hacked gcc
  281. configure:8148: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge conftest.c >&5
  282. configure:8151: $? = 0
  283. configure:8156: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  284. configure:8159: $? = 0
  285. Test compile: mpn_lshift_com optimization
  286. configure:8247: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge conftest.c >&5
  287. configure:8250: $? = 0
  288. configure:8255: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  289. configure:8258: $? = 0
  290. Test compile: mpn_lshift_com optimization 2
  291. configure:8355: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge conftest.c >&5
  292. configure:8358: $? = 0
  293. configure:8363: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  294. configure:8366: $? = 0
  295. configure:8512: result: yes
  296. configure:8665: checking for gcc
  297. configure:8692: result: gcc
  298. configure:8921: checking for C compiler version
  299. configure:8930: gcc --version >&5
  300. gcc (GCC) 6.2.0
  301. Copyright (C) 2016 Free Software Foundation, Inc.
  302. This is free software; see the source for copying conditions. There is NO
  303. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  304.  
  305. configure:8941: $? = 0
  306. configure:8930: gcc -v >&5
  307. Reading specs from /tools/lib/gcc/x86_64-pc-linux-gnu/6.2.0/specs
  308. COLLECT_GCC=gcc
  309. COLLECT_LTO_WRAPPER=/tools/libexec/gcc/x86_64-pc-linux-gnu/6.2.0/lto-wrapper
  310. Target: x86_64-pc-linux-gnu
  311. Configured with: ../configure --prefix=/tools --with-local-prefix=/tools --with-native-system-header-dir=/tools/include --enable-languages=c,c++ --disable-libstdcxx --disable-multilib --disable-bootstrap --disable-libgomp
  312. Thread model: posix
  313. gcc version 6.2.0 (GCC)
  314. configure:8941: $? = 0
  315. configure:8930: gcc -V >&5
  316. gcc: error: unrecognized command line option '-V'
  317. gcc: fatal error: no input files
  318. compilation terminated.
  319. configure:8941: $? = 1
  320. configure:8930: gcc -qversion >&5
  321. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  322. gcc: fatal error: no input files
  323. compilation terminated.
  324. configure:8941: $? = 1
  325. configure:8961: checking whether the C compiler works
  326. configure:8983: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge conftest.c >&5
  327. configure:8987: $? = 0
  328. configure:9035: result: yes
  329. configure:9038: checking for C compiler default output file name
  330. configure:9040: result: a.out
  331. configure:9046: checking for suffix of executables
  332. configure:9053: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge conftest.c >&5
  333. configure:9057: $? = 0
  334. configure:9079: result:
  335. configure:9101: checking whether we are cross compiling
  336. configure:9109: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge conftest.c >&5
  337. configure:9113: $? = 0
  338. configure:9120: ./conftest
  339. configure:9124: $? = 0
  340. configure:9139: result: no
  341. configure:9144: checking for suffix of object files
  342. configure:9166: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge conftest.c >&5
  343. configure:9170: $? = 0
  344. configure:9191: result: o
  345. configure:9195: checking whether we are using the GNU C compiler
  346. configure:9214: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge conftest.c >&5
  347. configure:9214: $? = 0
  348. configure:9223: result: yes
  349. configure:9232: checking whether gcc accepts -g
  350. configure:9252: gcc -c -g conftest.c >&5
  351. configure:9252: $? = 0
  352. configure:9293: result: yes
  353. configure:9310: checking for gcc option to accept ISO C89
  354. configure:9373: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge conftest.c >&5
  355. configure:9373: $? = 0
  356. configure:9386: result: none needed
  357. configure:9411: checking whether gcc understands -c and -o together
  358. configure:9433: gcc -c conftest.c -o conftest2.o
  359. configure:9436: $? = 0
  360. configure:9433: gcc -c conftest.c -o conftest2.o
  361. configure:9436: $? = 0
  362. configure:9448: result: yes
  363. configure:9469: checking for gcc option to accept ISO C99
  364. configure:9618: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge conftest.c >&5
  365. configure:9618: $? = 0
  366. configure:9631: result: none needed
  367. configure:9739: checking for gcc option to accept ISO Standard C
  368. configure:9750: result: none needed
  369. configure:9762: checking how to run the C preprocessor
  370. configure:9793: gcc -E conftest.c
  371. configure:9793: $? = 0
  372. configure:9807: gcc -E conftest.c
  373. conftest.c:15:28: fatal error: ac_nonexistent.h: No such file or directory
  374. #include <ac_nonexistent.h>
  375. ^
  376. compilation terminated.
  377. configure:9807: $? = 1
  378. configure: failed program was:
  379. | /* confdefs.h */
  380. | #define PACKAGE_NAME "GNU MP"
  381. | #define PACKAGE_TARNAME "gmp"
  382. | #define PACKAGE_VERSION "6.1.1"
  383. | #define PACKAGE_STRING "GNU MP 6.1.1"
  384. | #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
  385. | #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
  386. | #define PACKAGE "gmp"
  387. | #define VERSION "6.1.1"
  388. | #define WANT_FFT 1
  389. | #define HAVE_HOST_CPU_ivybridge 1
  390. | #define HAVE_SPEED_CYCLECOUNTER 2
  391. | #define HAVE_CALLING_CONVENTIONS 1
  392. | /* end confdefs.h. */
  393. | #include <ac_nonexistent.h>
  394. configure:9832: result: gcc -E
  395. configure:9852: gcc -E conftest.c
  396. configure:9852: $? = 0
  397. configure:9866: gcc -E conftest.c
  398. conftest.c:15:28: fatal error: ac_nonexistent.h: No such file or directory
  399. #include <ac_nonexistent.h>
  400. ^
  401. compilation terminated.
  402. configure:9866: $? = 1
  403. configure: failed program was:
  404. | /* confdefs.h */
  405. | #define PACKAGE_NAME "GNU MP"
  406. | #define PACKAGE_TARNAME "gmp"
  407. | #define PACKAGE_VERSION "6.1.1"
  408. | #define PACKAGE_STRING "GNU MP 6.1.1"
  409. | #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
  410. | #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
  411. | #define PACKAGE "gmp"
  412. | #define VERSION "6.1.1"
  413. | #define WANT_FFT 1
  414. | #define HAVE_HOST_CPU_ivybridge 1
  415. | #define HAVE_SPEED_CYCLECOUNTER 2
  416. | #define HAVE_CALLING_CONVENTIONS 1
  417. | /* end confdefs.h. */
  418. | #include <ac_nonexistent.h>
  419. configure:9964: checking build system compiler gcc
  420. configure:9977: gcc conftest.c
  421. configure:9980: $? = 0
  422. configure:9987: result: yes
  423. configure:10006: checking for build system preprocessor
  424. configure:10017: gcc -E conftest.c
  425. # 1 "conftest.c"
  426. # 1 "<built-in>"
  427. # 1 "<command-line>"
  428. # 31 "<command-line>"
  429. # 1 "/usr/include/stdc-predef.h" 1 3 4
  430. # 32 "<command-line>" 2
  431. # 1 "conftest.c"
  432. configure:10020: $? = 0
  433. configure:10035: result: gcc -E
  434. configure:10042: checking for build system executable suffix
  435. configure:10056: gcc conftest.c -o conftest.exe
  436. configure:10059: $? = 0
  437. ./configure: line 10061: ./conftest: No such file or directory
  438. configure:10056: gcc conftest.c -o conftest,ff8
  439. configure:10059: $? = 0
  440. ./configure: line 10061: ./conftest: No such file or directory
  441. configure:10056: gcc conftest.c -o conftest
  442. configure:10059: $? = 0
  443. configure:10073: result:
  444. configure:10079: checking whether build system compiler is ANSI
  445. configure:10092: gcc conftest.c
  446. configure:10095: $? = 0
  447. configure:10104: result: yes
  448. configure:10114: checking for build system compiler math library
  449. configure:10134: gcc conftest.c -lm
  450. configure:10137: $? = 0
  451. configure:10146: result: -lm
  452. configure:10227: checking for g++
  453. configure:10243: found /tools/bin/g++
  454. configure:10254: result: g++
  455. configure:10281: checking for C++ compiler version
  456. configure:10290: g++ --version >&5
  457. g++ (GCC) 6.2.0
  458. Copyright (C) 2016 Free Software Foundation, Inc.
  459. This is free software; see the source for copying conditions. There is NO
  460. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  461.  
  462. configure:10301: $? = 0
  463. configure:10290: g++ -v >&5
  464. Reading specs from /tools/lib/gcc/x86_64-pc-linux-gnu/6.2.0/specs
  465. COLLECT_GCC=g++
  466. COLLECT_LTO_WRAPPER=/tools/libexec/gcc/x86_64-pc-linux-gnu/6.2.0/lto-wrapper
  467. Target: x86_64-pc-linux-gnu
  468. Configured with: ../configure --prefix=/tools --with-local-prefix=/tools --with-native-system-header-dir=/tools/include --enable-languages=c,c++ --disable-libstdcxx --disable-multilib --disable-bootstrap --disable-libgomp
  469. Thread model: posix
  470. gcc version 6.2.0 (GCC)
  471. configure:10301: $? = 0
  472. configure:10290: g++ -V >&5
  473. g++: error: unrecognized command line option '-V'
  474. g++: fatal error: no input files
  475. compilation terminated.
  476. configure:10301: $? = 1
  477. configure:10290: g++ -qversion >&5
  478. g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
  479. g++: fatal error: no input files
  480. compilation terminated.
  481. configure:10301: $? = 1
  482. configure:10305: checking whether we are using the GNU C++ compiler
  483. configure:10324: g++ -c conftest.cpp >&5
  484. configure:10324: $? = 0
  485. configure:10333: result: yes
  486. configure:10342: checking whether g++ accepts -g
  487. configure:10362: g++ -c -g conftest.cpp >&5
  488. configure:10362: $? = 0
  489. configure:10403: result: yes
  490. CXXFLAGS chosen by autoconf: -g -O2
  491. configure:10453: checking C++ compiler g++ -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge
  492. Test compile:
  493. configure:10467: g++ -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge conftest.cc >&5
  494. configure:10470: $? = 0
  495. configure:10474: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  496. configure:10477: $? = 0
  497. Test compile: namespace
  498. configure:10507: g++ -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge conftest.cc >&5
  499. configure:10510: $? = 0
  500. configure:10514: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  501. configure:10517: $? = 0
  502. Test compile: std iostream
  503. configure:10553: g++ -O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge conftest.cc >&5
  504. conftest.cc:3:20: fatal error: iostream: No such file or directory
  505. #include <iostream>
  506. ^
  507. compilation terminated.
  508. configure:10556: $? = 1
  509. failed program was:
  510. /* This test rejects g++ 2.7.2 which doesn't have <iostream>, only a
  511. pre-standard iostream.h. */
  512. #include <iostream>
  513.  
  514. /* This test rejects OSF 5.1 Compaq C++ in its default pre-standard iostream
  515. mode, since that mode puts cout in the global namespace, not "std". */
  516. void someoutput (void) { std::cout << 123; }
  517.  
  518. int main (void) { return 0; }
  519. configure:10582: result: no, std iostream
  520. configure:10453: checking C++ compiler g++ -g -O2
  521. Test compile:
  522. configure:10467: g++ -g -O2 conftest.cc >&5
  523. configure:10470: $? = 0
  524. configure:10474: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  525. configure:10477: $? = 0
  526. Test compile: namespace
  527. configure:10507: g++ -g -O2 conftest.cc >&5
  528. configure:10510: $? = 0
  529. configure:10514: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
  530. configure:10517: $? = 0
  531. Test compile: std iostream
  532. configure:10553: g++ -g -O2 conftest.cc >&5
  533. conftest.cc:3:20: fatal error: iostream: No such file or directory
  534. #include <iostream>
  535. ^
  536. compilation terminated.
  537. configure:10556: $? = 1
  538. failed program was:
  539. /* This test rejects g++ 2.7.2 which doesn't have <iostream>, only a
  540. pre-standard iostream.h. */
  541. #include <iostream>
  542.  
  543. /* This test rejects OSF 5.1 Compaq C++ in its default pre-standard iostream
  544. mode, since that mode puts cout in the global namespace, not "std". */
  545. void someoutput (void) { std::cout << 123; }
  546.  
  547. int main (void) { return 0; }
  548. configure:10582: result: no, std iostream
  549. configure:10598: error: C++ compiler not available, see config.log for details
  550.  
  551. ## ---------------- ##
  552. ## Cache variables. ##
  553. ## ---------------- ##
  554.  
  555. ac_cv_build=ivybridge-pc-linux-gnu
  556. ac_cv_c_compiler_gnu=yes
  557. ac_cv_cxx_compiler_gnu=yes
  558. ac_cv_env_ABI_set=
  559. ac_cv_env_ABI_value=
  560. ac_cv_env_CCC_set=
  561. ac_cv_env_CCC_value=
  562. ac_cv_env_CC_FOR_BUILD_set=
  563. ac_cv_env_CC_FOR_BUILD_value=
  564. ac_cv_env_CC_set=
  565. ac_cv_env_CC_value=
  566. ac_cv_env_CFLAGS_set=
  567. ac_cv_env_CFLAGS_value=
  568. ac_cv_env_CPPFLAGS_set=
  569. ac_cv_env_CPPFLAGS_value=
  570. ac_cv_env_CPP_FOR_BUILD_set=
  571. ac_cv_env_CPP_FOR_BUILD_value=
  572. ac_cv_env_CPP_set=
  573. ac_cv_env_CPP_value=
  574. ac_cv_env_CXXCPP_set=
  575. ac_cv_env_CXXCPP_value=
  576. ac_cv_env_CXXFLAGS_set=
  577. ac_cv_env_CXXFLAGS_value=
  578. ac_cv_env_CXX_set=
  579. ac_cv_env_CXX_value=
  580. ac_cv_env_LDFLAGS_set=
  581. ac_cv_env_LDFLAGS_value=
  582. ac_cv_env_LIBS_set=
  583. ac_cv_env_LIBS_value=
  584. ac_cv_env_LT_SYS_LIBRARY_PATH_set=
  585. ac_cv_env_LT_SYS_LIBRARY_PATH_value=
  586. ac_cv_env_M4_set=
  587. ac_cv_env_M4_value=
  588. ac_cv_env_YACC_set=
  589. ac_cv_env_YACC_value=
  590. ac_cv_env_YFLAGS_set=
  591. ac_cv_env_YFLAGS_value=
  592. ac_cv_env_build_alias_set=
  593. ac_cv_env_build_alias_value=
  594. ac_cv_env_host_alias_set=
  595. ac_cv_env_host_alias_value=
  596. ac_cv_env_target_alias_set=
  597. ac_cv_env_target_alias_value=
  598. ac_cv_host=ivybridge-pc-linux-gnu
  599. ac_cv_objext=o
  600. ac_cv_path_install='/tools/bin/install -c'
  601. ac_cv_path_mkdir=/tools/bin/mkdir
  602. ac_cv_prog_AWK=gawk
  603. ac_cv_prog_CPP='gcc -E'
  604. ac_cv_prog_ac_ct_CC=gcc
  605. ac_cv_prog_ac_ct_CXX=g++
  606. ac_cv_prog_cc_c89=
  607. ac_cv_prog_cc_c99=
  608. ac_cv_prog_cc_g=yes
  609. ac_cv_prog_cc_stdc=
  610. ac_cv_prog_cxx_g=yes
  611. ac_cv_prog_make_make_set=yes
  612. am_cv_make_support_nested_variables=yes
  613. am_cv_prog_cc_c_o=yes
  614. gmp_cv_c_for_build_ansi=yes
  615. gmp_cv_check_libm_for_build=-lm
  616. gmp_cv_prog_cpp_for_build='gcc -E'
  617. gmp_cv_prog_exeext_for_build=
  618.  
  619. ## ----------------- ##
  620. ## Output variables. ##
  621. ## ----------------- ##
  622.  
  623. ABI='64'
  624. ACLOCAL='${SHELL} /sources/gmp-6.1.1/missing aclocal-1.15'
  625. AMTAR='$${TAR-tar}'
  626. AM_BACKSLASH='\'
  627. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  628. AM_DEFAULT_VERBOSITY='1'
  629. AM_V='$(V)'
  630. AR=''
  631. AS=''
  632. ASMFLAGS=''
  633. AUTOCONF='${SHELL} /sources/gmp-6.1.1/missing autoconf'
  634. AUTOHEADER='${SHELL} /sources/gmp-6.1.1/missing autoheader'
  635. AUTOMAKE='${SHELL} /sources/gmp-6.1.1/missing automake-1.15'
  636. AWK='gawk'
  637. CALLING_CONVENTIONS_OBJS='amd64call.lo amd64check$U.lo'
  638. CC='gcc'
  639. CCAS='gcc -c'
  640. CC_FOR_BUILD='gcc'
  641. CFLAGS='-O2 -pedantic -fomit-frame-pointer -m64 -mtune=sandybridge -march=sandybridge'
  642. CPP='gcc -E'
  643. CPPFLAGS=''
  644. CPP_FOR_BUILD='gcc -E'
  645. CXX='g++'
  646. CXXCPP=''
  647. CXXFLAGS='-g -O2'
  648. CYGPATH_W='echo'
  649. DEFN_LONG_LONG_LIMB='/* #undef _LONG_LONG_LIMB */'
  650. DEFS=''
  651. DLLTOOL=''
  652. DSYMUTIL=''
  653. DUMPBIN=''
  654. ECHO_C=''
  655. ECHO_N='-n'
  656. ECHO_T=''
  657. EGREP=''
  658. ENABLE_STATIC_FALSE=''
  659. ENABLE_STATIC_TRUE=''
  660. EXEEXT=''
  661. EXEEXT_FOR_BUILD=''
  662. FGREP=''
  663. GMP_LDFLAGS=''
  664. GMP_LIMB_BITS=''
  665. GMP_NAIL_BITS='0'
  666. GREP=''
  667. HAVE_CLOCK_01=''
  668. HAVE_CPUTIME_01=''
  669. HAVE_GETRUSAGE_01=''
  670. HAVE_GETTIMEOFDAY_01=''
  671. HAVE_HOST_CPU_FAMILY_power='0'
  672. HAVE_HOST_CPU_FAMILY_powerpc='0'
  673. HAVE_SIGACTION_01=''
  674. HAVE_SIGALTSTACK_01=''
  675. HAVE_SIGSTACK_01=''
  676. HAVE_STACK_T_01=''
  677. HAVE_SYS_RESOURCE_H_01=''
  678. INSTALL_DATA='${INSTALL} -m 644'
  679. INSTALL_PROGRAM='${INSTALL}'
  680. INSTALL_SCRIPT='${INSTALL}'
  681. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  682. LD=''
  683. LDFLAGS=''
  684. LEX=''
  685. LEXLIB=''
  686. LEX_OUTPUT_ROOT=''
  687. LIBCURSES=''
  688. LIBGMPXX_LDFLAGS=''
  689. LIBGMP_DLL=''
  690. LIBGMP_LDFLAGS=''
  691. LIBM=''
  692. LIBM_FOR_BUILD='-lm'
  693. LIBOBJS=''
  694. LIBREADLINE=''
  695. LIBS=''
  696. LIBTOOL=''
  697. LIPO=''
  698. LN_S=''
  699. LTLIBOBJS=''
  700. LT_SYS_LIBRARY_PATH=''
  701. M4=''
  702. MAINT='#'
  703. MAINTAINER_MODE_FALSE=''
  704. MAINTAINER_MODE_TRUE='#'
  705. MAKEINFO='${SHELL} /sources/gmp-6.1.1/missing makeinfo'
  706. MANIFEST_TOOL=''
  707. MKDIR_P='/tools/bin/mkdir -p'
  708. NM=''
  709. NMEDIT=''
  710. OBJDUMP=''
  711. OBJEXT='o'
  712. OTOOL64=''
  713. OTOOL=''
  714. PACKAGE='gmp'
  715. PACKAGE_BUGREPORT='gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html'
  716. PACKAGE_NAME='GNU MP'
  717. PACKAGE_STRING='GNU MP 6.1.1'
  718. PACKAGE_TARNAME='gmp'
  719. PACKAGE_URL='http://www.gnu.org/software/gmp/'
  720. PACKAGE_VERSION='6.1.1'
  721. PATH_SEPARATOR=':'
  722. RANLIB=''
  723. SED=''
  724. SET_MAKE=''
  725. SHELL='/bin/sh'
  726. SPEED_CYCLECOUNTER_OBJ='x86_64.lo'
  727. STRIP=''
  728. TAL_OBJECT=''
  729. TUNE_LIBS=''
  730. TUNE_SQR_OBJ=''
  731. U_FOR_BUILD=''
  732. VERSION='6.1.1'
  733. WANT_CXX_FALSE=''
  734. WANT_CXX_TRUE=''
  735. WITH_READLINE_01=''
  736. YACC=''
  737. YFLAGS=''
  738. ac_ct_AR=''
  739. ac_ct_CC='gcc'
  740. ac_ct_CXX='g++'
  741. ac_ct_DUMPBIN=''
  742. am__EXEEXT_FALSE=''
  743. am__EXEEXT_TRUE=''
  744. am__isrc=''
  745. am__leading_dot='.'
  746. am__tar='$${TAR-tar} chof - "$$tardir"'
  747. am__untar='$${TAR-tar} xf -'
  748. bindir='${exec_prefix}/bin'
  749. build='ivybridge-pc-linux-gnu'
  750. build_alias=''
  751. build_cpu='ivybridge'
  752. build_os='linux-gnu'
  753. build_vendor='pc'
  754. datadir='${datarootdir}'
  755. datarootdir='${prefix}/share'
  756. docdir='/usr/share/doc/gmp-6.1.1'
  757. dvidir='${docdir}'
  758. exec_prefix='NONE'
  759. gmp_srclinks=''
  760. host='ivybridge-pc-linux-gnu'
  761. host_alias=''
  762. host_cpu='ivybridge'
  763. host_os='linux-gnu'
  764. host_vendor='pc'
  765. htmldir='${docdir}'
  766. includedir='${prefix}/include'
  767. infodir='${datarootdir}/info'
  768. install_sh='${SHELL} /sources/gmp-6.1.1/install-sh'
  769. libdir='${exec_prefix}/lib'
  770. libexecdir='${exec_prefix}/libexec'
  771. localedir='${datarootdir}/locale'
  772. localstatedir='${prefix}/var'
  773. mandir='${datarootdir}/man'
  774. mkdir_p='$(MKDIR_P)'
  775. mpn_objects=''
  776. mpn_objs_in_libgmp=''
  777. oldincludedir='/usr/include'
  778. pdfdir='${docdir}'
  779. prefix='/usr'
  780. program_transform_name='s,x,x,'
  781. psdir='${docdir}'
  782. sbindir='${exec_prefix}/sbin'
  783. sharedstatedir='${prefix}/com'
  784. sysconfdir='${prefix}/etc'
  785. target_alias=''
  786.  
  787. ## ----------- ##
  788. ## confdefs.h. ##
  789. ## ----------- ##
  790.  
  791. /* confdefs.h */
  792. #define PACKAGE_NAME "GNU MP"
  793. #define PACKAGE_TARNAME "gmp"
  794. #define PACKAGE_VERSION "6.1.1"
  795. #define PACKAGE_STRING "GNU MP 6.1.1"
  796. #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
  797. #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
  798. #define PACKAGE "gmp"
  799. #define VERSION "6.1.1"
  800. #define WANT_FFT 1
  801. #define HAVE_HOST_CPU_ivybridge 1
  802. #define HAVE_SPEED_CYCLECOUNTER 2
  803. #define HAVE_CALLING_CONVENTIONS 1
  804.  
  805. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement