config.log 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3. It was created by FULL-PACKAGE-NAME configure VERSION, which was
  4. generated by GNU Autoconf 2.68. Invocation command line was
  5. $ configure
  6. ## --------- ##
  7. ## Platform. ##
  8. ## --------- ##
  9. hostname = Erick-Tryzelaar-MBP.local
  10. uname -m = x86_64
  11. uname -r = 14.3.0
  12. uname -s = Darwin
  13. uname -v = Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/RELEASE_X86_64
  14. /usr/bin/uname -p = i386
  15. /bin/uname -X = unknown
  16. /bin/arch = unknown
  17. /usr/bin/arch -k = unknown
  18. /usr/convex/getsysinfo = unknown
  19. /usr/bin/hostinfo = Mach kernel version:
  20. Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/RELEASE_X86_64
  21. Kernel configured for up to 8 processors.
  22. 4 processors are physically available.
  23. 8 processors are logically available.
  24. Processor type: x86_64h (Intel x86-64h Haswell)
  25. Processors active: 0 1 2 3 4 5 6 7
  26. Primary memory available: 16.00 gigabytes
  27. Default processor set: 272 tasks, 1304 threads, 8 processors
  28. Load average: 3.93, Mach factor: 4.18
  29. /bin/machine = unknown
  30. /usr/bin/oslevel = unknown
  31. /bin/universe = unknown
  32. PATH: /Users/erickt/.rbenv/shims
  33. PATH: /Users/erickt/bin
  34. PATH: /Users/erickt/.rbenv/bin
  35. PATH: /usr/local/bin
  36. PATH: /usr/local/sbin
  37. PATH: /usr/bin
  38. PATH: /bin
  39. PATH: /usr/sbin
  40. PATH: /sbin
  41. PATH: /usr/X11/bin
  42. ## ----------- ##
  43. ## Core tests. ##
  44. ## ----------- ##
  45. configure:2357: checking for gcc
  46. configure:2373: found /usr/bin/gcc
  47. configure:2384: result: gcc
  48. configure:2613: checking for C compiler version
  49. configure:2622: gcc --version >&5
  50. Apple LLVM version 6.1.0 (clang-602.0.49) (based on LLVM 3.6.0svn)
  51. Target: x86_64-apple-darwin14.3.0
  52. Thread model: posix
  53. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  54. configure:2633: $? = 0
  55. configure:2622: gcc -v >&5
  56. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  57. Apple LLVM version 6.1.0 (clang-602.0.49) (based on LLVM 3.6.0svn)
  58. Target: x86_64-apple-darwin14.3.0
  59. Thread model: posix
  60. configure:2633: $? = 0
  61. configure:2622: gcc -V >&5
  62. clang: error: argument to '-V' is missing (expected 1 value)
  63. clang: error: no input files
  64. configure:2633: $? = 1
  65. configure:2622: gcc -qversion >&5
  66. clang: error: unknown argument: '-qversion'
  67. clang: error: no input files
  68. configure:2633: $? = 1
  69. configure:2653: checking whether the C compiler works
  70. configure:2675: gcc conftest.c >&5
  71. configure:2679: $? = 0
  72. configure:2727: result: yes
  73. configure:2730: checking for C compiler default output file name
  74. configure:2732: result: a.out
  75. configure:2738: checking for suffix of executables
  76. configure:2745: gcc -o conftest conftest.c >&5
  77. configure:2749: $? = 0
  78. configure:2771: result:
  79. configure:2793: checking whether we are cross compiling
  80. configure:2801: gcc -o conftest conftest.c >&5
  81. configure:2805: $? = 0
  82. configure:2812: ./conftest
  83. configure:2816: $? = 0
  84. configure:2831: result: no
  85. configure:2836: checking for suffix of object files
  86. configure:2858: gcc -c conftest.c >&5
  87. configure:2862: $? = 0
  88. configure:2883: result: o
  89. configure:2887: checking whether we are using the GNU C compiler
  90. configure:2906: gcc -c conftest.c >&5
  91. configure:2906: $? = 0
  92. configure:2915: result: yes
  93. configure:2924: checking whether gcc accepts -g
  94. configure:2944: gcc -c -g conftest.c >&5
  95. configure:2944: $? = 0
  96. configure:2985: result: yes
  97. configure:3002: checking for gcc option to accept ISO C89
  98. configure:3066: gcc -c -g -O2 conftest.c >&5
  99. configure:3066: $? = 0
  100. configure:3079: result: none needed
  101. configure:3110: checking for __gmpz_init in -lgmp
  102. configure:3135: gcc -o conftest -g -O2 conftest.c -lgmp >&5
  103. configure:3135: $? = 0
  104. configure:3144: result: yes
  105. configure:3166: checking for __gmpz_init in -lmpir
  106. configure:3191: gcc -o conftest -g -O2 conftest.c -lmpir -lgmp >&5
  107. ld: library not found for -lmpir
  108. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  109. configure:3191: $? = 1
  110. configure: failed program was:
  111. | /* confdefs.h */
  112. | #define PACKAGE_NAME "FULL-PACKAGE-NAME"
  113. | #define PACKAGE_TARNAME "full-package-name"
  114. | #define PACKAGE_VERSION "VERSION"
  115. | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
  116. | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
  117. | #define PACKAGE_URL ""
  118. | #define HAVE_LIBGMP 1
  119. | /* end confdefs.h. */
  120. |
  121. | /* Override any GCC internal prototype to avoid an error.
  122. | Use char because int might match the return type of a GCC
  123. | builtin and then its argument prototype would still apply. */
  124. | #ifdef __cplusplus
  125. | extern "C"
  126. | #endif
  127. | char __gmpz_init ();
  128. | int
  129. | main ()
  130. | {
  131. | return __gmpz_init ();
  132. | ;
  133. | return 0;
  134. | }
  135. configure:3200: result: no
  136. configure:3214: checking whether mpz_powm is declared
  137. configure:3214: gcc -c -g -O2 conftest.c >&5
  138. configure:3214: $? = 0
  139. configure:3214: result: yes
  140. configure:3232: checking whether mpz_powm_sec is declared
  141. configure:3232: gcc -c -g -O2 conftest.c >&5
  142. configure:3232: $? = 0
  143. configure:3232: result: yes
  144. configure:3257: checking how to run the C preprocessor
  145. configure:3288: gcc -E conftest.c
  146. configure:3288: $? = 0
  147. configure:3302: gcc -E conftest.c
  148. conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
  149. #include <ac_nonexistent.h>
  150. ^
  151. 1 error generated.
  152. configure:3302: $? = 1
  153. configure: failed program was:
  154. | /* confdefs.h */
  155. | #define PACKAGE_NAME "FULL-PACKAGE-NAME"
  156. | #define PACKAGE_TARNAME "full-package-name"
  157. | #define PACKAGE_VERSION "VERSION"
  158. | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
  159. | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
  160. | #define PACKAGE_URL ""
  161. | #define HAVE_LIBGMP 1
  162. | #define HAVE_DECL_MPZ_POWM 1
  163. | #define HAVE_DECL_MPZ_POWM_SEC 1
  164. | /* end confdefs.h. */
  165. | #include <ac_nonexistent.h>
  166. configure:3327: result: gcc -E
  167. configure:3347: gcc -E conftest.c
  168. configure:3347: $? = 0
  169. configure:3361: gcc -E conftest.c
  170. conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
  171. #include <ac_nonexistent.h>
  172. ^
  173. 1 error generated.
  174. configure:3361: $? = 1
  175. configure: failed program was:
  176. | /* confdefs.h */
  177. | #define PACKAGE_NAME "FULL-PACKAGE-NAME"
  178. | #define PACKAGE_TARNAME "full-package-name"
  179. | #define PACKAGE_VERSION "VERSION"
  180. | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
  181. | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
  182. | #define PACKAGE_URL ""
  183. | #define HAVE_LIBGMP 1
  184. | #define HAVE_DECL_MPZ_POWM 1
  185. | #define HAVE_DECL_MPZ_POWM_SEC 1
  186. | /* end confdefs.h. */
  187. | #include <ac_nonexistent.h>
  188. configure:3390: checking for grep that handles long lines and -e
  189. configure:3448: result: /usr/bin/grep
  190. configure:3453: checking for egrep
  191. configure:3515: result: /usr/bin/grep -E
  192. configure:3520: checking for ANSI C header files
  193. configure:3540: gcc -c -g -O2 conftest.c >&5
  194. configure:3540: $? = 0
  195. configure:3613: gcc -o conftest -g -O2 conftest.c -lgmp >&5
  196. configure:3613: $? = 0
  197. configure:3613: ./conftest
  198. configure:3613: $? = 0
  199. configure:3624: result: yes
  200. configure:3637: checking for sys/types.h
  201. configure:3637: gcc -c -g -O2 conftest.c >&5
  202. configure:3637: $? = 0
  203. configure:3637: result: yes
  204. configure:3637: checking for sys/stat.h
  205. configure:3637: gcc -c -g -O2 conftest.c >&5
  206. configure:3637: $? = 0
  207. configure:3637: result: yes
  208. configure:3637: checking for stdlib.h
  209. configure:3637: gcc -c -g -O2 conftest.c >&5
  210. configure:3637: $? = 0
  211. configure:3637: result: yes
  212. configure:3637: checking for string.h
  213. configure:3637: gcc -c -g -O2 conftest.c >&5
  214. configure:3637: $? = 0
  215. configure:3637: result: yes
  216. configure:3637: checking for memory.h
  217. configure:3637: gcc -c -g -O2 conftest.c >&5
  218. configure:3637: $? = 0
  219. configure:3637: result: yes
  220. configure:3637: checking for strings.h
  221. configure:3637: gcc -c -g -O2 conftest.c >&5
  222. configure:3637: $? = 0
  223. configure:3637: result: yes
  224. configure:3637: checking for inttypes.h
  225. configure:3637: gcc -c -g -O2 conftest.c >&5
  226. configure:3637: $? = 0
  227. configure:3637: result: yes
  228. configure:3637: checking for stdint.h
  229. configure:3637: gcc -c -g -O2 conftest.c >&5
  230. configure:3637: $? = 0
  231. configure:3637: result: yes
  232. configure:3637: checking for unistd.h
  233. configure:3637: gcc -c -g -O2 conftest.c >&5
  234. configure:3637: $? = 0
  235. configure:3637: result: yes
  236. configure:3652: checking for inttypes.h
  237. configure:3652: result: yes
  238. configure:3652: checking limits.h usability
  239. configure:3652: gcc -c -g -O2 conftest.c >&5
  240. configure:3652: $? = 0
  241. configure:3652: result: yes
  242. configure:3652: checking limits.h presence
  243. configure:3652: gcc -E conftest.c
  244. configure:3652: $? = 0
  245. configure:3652: result: yes
  246. configure:3652: checking for limits.h
  247. configure:3652: result: yes
  248. configure:3652: checking stddef.h usability
  249. configure:3652: gcc -c -g -O2 conftest.c >&5
  250. configure:3652: $? = 0
  251. configure:3652: result: yes
  252. configure:3652: checking stddef.h presence
  253. configure:3652: gcc -E conftest.c
  254. configure:3652: $? = 0
  255. configure:3652: result: yes
  256. configure:3652: checking for stddef.h
  257. configure:3652: result: yes
  258. configure:3652: checking for stdint.h
  259. configure:3652: result: yes
  260. configure:3652: checking for stdlib.h
  261. configure:3652: result: yes
  262. configure:3652: checking for string.h
  263. configure:3652: result: yes
  264. configure:3652: checking wchar.h usability
  265. configure:3652: gcc -c -g -O2 conftest.c >&5
  266. configure:3652: $? = 0
  267. configure:3652: result: yes
  268. configure:3652: checking wchar.h presence
  269. configure:3652: gcc -E conftest.c
  270. configure:3652: $? = 0
  271. configure:3652: result: yes
  272. configure:3652: checking for wchar.h
  273. configure:3652: result: yes
  274. configure:3664: checking for inline
  275. configure:3680: gcc -c -g -O2 conftest.c >&5
  276. configure:3680: $? = 0
  277. configure:3688: result: inline
  278. configure:3706: checking for int16_t
  279. configure:3706: gcc -c -g -O2 conftest.c >&5
  280. configure:3706: $? = 0
  281. configure:3706: gcc -c -g -O2 conftest.c >&5
  282. conftest.c:66:24: error: 'test_array' declared as an array with a negative size
  283. static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
  284. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  285. 1 error generated.
  286. configure:3706: $? = 1
  287. configure: failed program was:
  288. | /* confdefs.h */
  289. | #define PACKAGE_NAME "FULL-PACKAGE-NAME"
  290. | #define PACKAGE_TARNAME "full-package-name"
  291. | #define PACKAGE_VERSION "VERSION"
  292. | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
  293. | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
  294. | #define PACKAGE_URL ""
  295. | #define HAVE_LIBGMP 1
  296. | #define HAVE_DECL_MPZ_POWM 1
  297. | #define HAVE_DECL_MPZ_POWM_SEC 1
  298. | #define STDC_HEADERS 1
  299. | #define HAVE_SYS_TYPES_H 1
  300. | #define HAVE_SYS_STAT_H 1
  301. | #define HAVE_STDLIB_H 1
  302. | #define HAVE_STRING_H 1
  303. | #define HAVE_MEMORY_H 1
  304. | #define HAVE_STRINGS_H 1
  305. | #define HAVE_INTTYPES_H 1
  306. | #define HAVE_STDINT_H 1
  307. | #define HAVE_UNISTD_H 1
  308. | #define HAVE_INTTYPES_H 1
  309. | #define HAVE_LIMITS_H 1
  310. | #define HAVE_STDDEF_H 1
  311. | #define HAVE_STDINT_H 1
  312. | #define HAVE_STDLIB_H 1
  313. | #define HAVE_STRING_H 1
  314. | #define HAVE_WCHAR_H 1
  315. | /* end confdefs.h. */
  316. | #include <stdio.h>
  317. | #ifdef HAVE_SYS_TYPES_H
  318. | # include <sys/types.h>
  319. | #endif
  320. | #ifdef HAVE_SYS_STAT_H
  321. | # include <sys/stat.h>
  322. | #endif
  323. | #ifdef STDC_HEADERS
  324. | # include <stdlib.h>
  325. | # include <stddef.h>
  326. | #else
  327. | # ifdef HAVE_STDLIB_H
  328. | # include <stdlib.h>
  329. | # endif
  330. | #endif
  331. | #ifdef HAVE_STRING_H
  332. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  333. | # include <memory.h>
  334. | # endif
  335. | # include <string.h>
  336. | #endif
  337. | #ifdef HAVE_STRINGS_H
  338. | # include <strings.h>
  339. | #endif
  340. | #ifdef HAVE_INTTYPES_H
  341. | # include <inttypes.h>
  342. | #endif
  343. | #ifdef HAVE_STDINT_H
  344. | # include <stdint.h>
  345. | #endif
  346. | #ifdef HAVE_UNISTD_H
  347. | # include <unistd.h>
  348. | #endif
  349. | enum { N = 16 / 2 - 1 };
  350. | int
  351. | main ()
  352. | {
  353. | static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
  354. | < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))];
  355. | test_array [0] = 0
  356. |
  357. | ;
  358. | return 0;
  359. | }
  360. configure:3706: result: yes
  361. configure:3717: checking for int32_t
  362. configure:3717: gcc -c -g -O2 conftest.c >&5
  363. configure:3717: $? = 0
  364. configure:3717: gcc -c -g -O2 conftest.c >&5
  365. conftest.c:66:24: error: 'test_array' declared as an array with a negative size
  366. static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
  367. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368. 1 error generated.
  369. configure:3717: $? = 1
  370. configure: failed program was:
  371. | /* confdefs.h */
  372. | #define PACKAGE_NAME "FULL-PACKAGE-NAME"
  373. | #define PACKAGE_TARNAME "full-package-name"
  374. | #define PACKAGE_VERSION "VERSION"
  375. | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
  376. | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
  377. | #define PACKAGE_URL ""
  378. | #define HAVE_LIBGMP 1
  379. | #define HAVE_DECL_MPZ_POWM 1
  380. | #define HAVE_DECL_MPZ_POWM_SEC 1
  381. | #define STDC_HEADERS 1
  382. | #define HAVE_SYS_TYPES_H 1
  383. | #define HAVE_SYS_STAT_H 1
  384. | #define HAVE_STDLIB_H 1
  385. | #define HAVE_STRING_H 1
  386. | #define HAVE_MEMORY_H 1
  387. | #define HAVE_STRINGS_H 1
  388. | #define HAVE_INTTYPES_H 1
  389. | #define HAVE_STDINT_H 1
  390. | #define HAVE_UNISTD_H 1
  391. | #define HAVE_INTTYPES_H 1
  392. | #define HAVE_LIMITS_H 1
  393. | #define HAVE_STDDEF_H 1
  394. | #define HAVE_STDINT_H 1
  395. | #define HAVE_STDLIB_H 1
  396. | #define HAVE_STRING_H 1
  397. | #define HAVE_WCHAR_H 1
  398. | /* end confdefs.h. */
  399. | #include <stdio.h>
  400. | #ifdef HAVE_SYS_TYPES_H
  401. | # include <sys/types.h>
  402. | #endif
  403. | #ifdef HAVE_SYS_STAT_H
  404. | # include <sys/stat.h>
  405. | #endif
  406. | #ifdef STDC_HEADERS
  407. | # include <stdlib.h>
  408. | # include <stddef.h>
  409. | #else
  410. | # ifdef HAVE_STDLIB_H
  411. | # include <stdlib.h>
  412. | # endif
  413. | #endif
  414. | #ifdef HAVE_STRING_H
  415. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  416. | # include <memory.h>
  417. | # endif
  418. | # include <string.h>
  419. | #endif
  420. | #ifdef HAVE_STRINGS_H
  421. | # include <strings.h>
  422. | #endif
  423. | #ifdef HAVE_INTTYPES_H
  424. | # include <inttypes.h>
  425. | #endif
  426. | #ifdef HAVE_STDINT_H
  427. | # include <stdint.h>
  428. | #endif
  429. | #ifdef HAVE_UNISTD_H
  430. | # include <unistd.h>
  431. | #endif
  432. | enum { N = 32 / 2 - 1 };
  433. | int
  434. | main ()
  435. | {
  436. | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
  437. | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
  438. | test_array [0] = 0
  439. |
  440. | ;
  441. | return 0;
  442. | }
  443. configure:3717: result: yes
  444. configure:3728: checking for int64_t
  445. configure:3728: gcc -c -g -O2 conftest.c >&5
  446. configure:3728: $? = 0
  447. configure:3728: gcc -c -g -O2 conftest.c >&5
  448. conftest.c:66:24: error: 'test_array' declared as an array with a negative size
  449. static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
  450. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  451. 1 error generated.
  452. configure:3728: $? = 1
  453. configure: failed program was:
  454. | /* confdefs.h */
  455. | #define PACKAGE_NAME "FULL-PACKAGE-NAME"
  456. | #define PACKAGE_TARNAME "full-package-name"
  457. | #define PACKAGE_VERSION "VERSION"
  458. | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
  459. | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
  460. | #define PACKAGE_URL ""
  461. | #define HAVE_LIBGMP 1
  462. | #define HAVE_DECL_MPZ_POWM 1
  463. | #define HAVE_DECL_MPZ_POWM_SEC 1
  464. | #define STDC_HEADERS 1
  465. | #define HAVE_SYS_TYPES_H 1
  466. | #define HAVE_SYS_STAT_H 1
  467. | #define HAVE_STDLIB_H 1
  468. | #define HAVE_STRING_H 1
  469. | #define HAVE_MEMORY_H 1
  470. | #define HAVE_STRINGS_H 1
  471. | #define HAVE_INTTYPES_H 1
  472. | #define HAVE_STDINT_H 1
  473. | #define HAVE_UNISTD_H 1
  474. | #define HAVE_INTTYPES_H 1
  475. | #define HAVE_LIMITS_H 1
  476. | #define HAVE_STDDEF_H 1
  477. | #define HAVE_STDINT_H 1
  478. | #define HAVE_STDLIB_H 1
  479. | #define HAVE_STRING_H 1
  480. | #define HAVE_WCHAR_H 1
  481. | /* end confdefs.h. */
  482. | #include <stdio.h>
  483. | #ifdef HAVE_SYS_TYPES_H
  484. | # include <sys/types.h>
  485. | #endif
  486. | #ifdef HAVE_SYS_STAT_H
  487. | # include <sys/stat.h>
  488. | #endif
  489. | #ifdef STDC_HEADERS
  490. | # include <stdlib.h>
  491. | # include <stddef.h>
  492. | #else
  493. | # ifdef HAVE_STDLIB_H
  494. | # include <stdlib.h>
  495. | # endif
  496. | #endif
  497. | #ifdef HAVE_STRING_H
  498. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  499. | # include <memory.h>
  500. | # endif
  501. | # include <string.h>
  502. | #endif
  503. | #ifdef HAVE_STRINGS_H
  504. | # include <strings.h>
  505. | #endif
  506. | #ifdef HAVE_INTTYPES_H
  507. | # include <inttypes.h>
  508. | #endif
  509. | #ifdef HAVE_STDINT_H
  510. | # include <stdint.h>
  511. | #endif
  512. | #ifdef HAVE_UNISTD_H
  513. | # include <unistd.h>
  514. | #endif
  515. | enum { N = 64 / 2 - 1 };
  516. | int
  517. | main ()
  518. | {
  519. | static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
  520. | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
  521. | test_array [0] = 0
  522. |
  523. | ;
  524. | return 0;
  525. | }
  526. configure:3728: result: yes
  527. configure:3739: checking for int8_t
  528. configure:3739: gcc -c -g -O2 conftest.c >&5
  529. configure:3739: $? = 0
  530. configure:3739: gcc -c -g -O2 conftest.c >&5
  531. conftest.c:66:24: error: 'test_array' declared as an array with a negative size
  532. static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
  533. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  534. 1 error generated.
  535. configure:3739: $? = 1
  536. configure: failed program was:
  537. | /* confdefs.h */
  538. | #define PACKAGE_NAME "FULL-PACKAGE-NAME"
  539. | #define PACKAGE_TARNAME "full-package-name"
  540. | #define PACKAGE_VERSION "VERSION"
  541. | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
  542. | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
  543. | #define PACKAGE_URL ""
  544. | #define HAVE_LIBGMP 1
  545. | #define HAVE_DECL_MPZ_POWM 1
  546. | #define HAVE_DECL_MPZ_POWM_SEC 1
  547. | #define STDC_HEADERS 1
  548. | #define HAVE_SYS_TYPES_H 1
  549. | #define HAVE_SYS_STAT_H 1
  550. | #define HAVE_STDLIB_H 1
  551. | #define HAVE_STRING_H 1
  552. | #define HAVE_MEMORY_H 1
  553. | #define HAVE_STRINGS_H 1
  554. | #define HAVE_INTTYPES_H 1
  555. | #define HAVE_STDINT_H 1
  556. | #define HAVE_UNISTD_H 1
  557. | #define HAVE_INTTYPES_H 1
  558. | #define HAVE_LIMITS_H 1
  559. | #define HAVE_STDDEF_H 1
  560. | #define HAVE_STDINT_H 1
  561. | #define HAVE_STDLIB_H 1
  562. | #define HAVE_STRING_H 1
  563. | #define HAVE_WCHAR_H 1
  564. | /* end confdefs.h. */
  565. | #include <stdio.h>
  566. | #ifdef HAVE_SYS_TYPES_H
  567. | # include <sys/types.h>
  568. | #endif
  569. | #ifdef HAVE_SYS_STAT_H
  570. | # include <sys/stat.h>
  571. | #endif
  572. | #ifdef STDC_HEADERS
  573. | # include <stdlib.h>
  574. | # include <stddef.h>
  575. | #else
  576. | # ifdef HAVE_STDLIB_H
  577. | # include <stdlib.h>
  578. | # endif
  579. | #endif
  580. | #ifdef HAVE_STRING_H
  581. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  582. | # include <memory.h>
  583. | # endif
  584. | # include <string.h>
  585. | #endif
  586. | #ifdef HAVE_STRINGS_H
  587. | # include <strings.h>
  588. | #endif
  589. | #ifdef HAVE_INTTYPES_H
  590. | # include <inttypes.h>
  591. | #endif
  592. | #ifdef HAVE_STDINT_H
  593. | # include <stdint.h>
  594. | #endif
  595. | #ifdef HAVE_UNISTD_H
  596. | # include <unistd.h>
  597. | #endif
  598. | enum { N = 8 / 2 - 1 };
  599. | int
  600. | main ()
  601. | {
  602. | static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
  603. | < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))];
  604. | test_array [0] = 0
  605. |
  606. | ;
  607. | return 0;
  608. | }
  609. configure:3739: result: yes
  610. configure:3750: checking for size_t
  611. configure:3750: gcc -c -g -O2 conftest.c >&5
  612. configure:3750: $? = 0
  613. configure:3750: gcc -c -g -O2 conftest.c >&5
  614. conftest.c:65:21: error: expected expression
  615. if (sizeof ((size_t)))
  616. ^
  617. 1 error generated.
  618. configure:3750: $? = 1
  619. configure: failed program was:
  620. | /* confdefs.h */
  621. | #define PACKAGE_NAME "FULL-PACKAGE-NAME"
  622. | #define PACKAGE_TARNAME "full-package-name"
  623. | #define PACKAGE_VERSION "VERSION"
  624. | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
  625. | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
  626. | #define PACKAGE_URL ""
  627. | #define HAVE_LIBGMP 1
  628. | #define HAVE_DECL_MPZ_POWM 1
  629. | #define HAVE_DECL_MPZ_POWM_SEC 1
  630. | #define STDC_HEADERS 1
  631. | #define HAVE_SYS_TYPES_H 1
  632. | #define HAVE_SYS_STAT_H 1
  633. | #define HAVE_STDLIB_H 1
  634. | #define HAVE_STRING_H 1
  635. | #define HAVE_MEMORY_H 1
  636. | #define HAVE_STRINGS_H 1
  637. | #define HAVE_INTTYPES_H 1
  638. | #define HAVE_STDINT_H 1
  639. | #define HAVE_UNISTD_H 1
  640. | #define HAVE_INTTYPES_H 1
  641. | #define HAVE_LIMITS_H 1
  642. | #define HAVE_STDDEF_H 1
  643. | #define HAVE_STDINT_H 1
  644. | #define HAVE_STDLIB_H 1
  645. | #define HAVE_STRING_H 1
  646. | #define HAVE_WCHAR_H 1
  647. | /* end confdefs.h. */
  648. | #include <stdio.h>
  649. | #ifdef HAVE_SYS_TYPES_H
  650. | # include <sys/types.h>
  651. | #endif
  652. | #ifdef HAVE_SYS_STAT_H
  653. | # include <sys/stat.h>
  654. | #endif
  655. | #ifdef STDC_HEADERS
  656. | # include <stdlib.h>
  657. | # include <stddef.h>
  658. | #else
  659. | # ifdef HAVE_STDLIB_H
  660. | # include <stdlib.h>
  661. | # endif
  662. | #endif
  663. | #ifdef HAVE_STRING_H
  664. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  665. | # include <memory.h>
  666. | # endif
  667. | # include <string.h>
  668. | #endif
  669. | #ifdef HAVE_STRINGS_H
  670. | # include <strings.h>
  671. | #endif
  672. | #ifdef HAVE_INTTYPES_H
  673. | # include <inttypes.h>
  674. | #endif
  675. | #ifdef HAVE_STDINT_H
  676. | # include <stdint.h>
  677. | #endif
  678. | #ifdef HAVE_UNISTD_H
  679. | # include <unistd.h>
  680. | #endif
  681. | int
  682. | main ()
  683. | {
  684. | if (sizeof ((size_t)))
  685. | return 0;
  686. | ;
  687. | return 0;
  688. | }
  689. configure:3750: result: yes
  690. configure:3761: checking for uint16_t
  691. configure:3761: gcc -c -g -O2 conftest.c >&5
  692. configure:3761: $? = 0
  693. configure:3761: result: yes
  694. configure:3773: checking for uint32_t
  695. configure:3773: gcc -c -g -O2 conftest.c >&5
  696. configure:3773: $? = 0
  697. configure:3773: result: yes
  698. configure:3787: checking for uint64_t
  699. configure:3787: gcc -c -g -O2 conftest.c >&5
  700. configure:3787: $? = 0
  701. configure:3787: result: yes
  702. configure:3801: checking for uint8_t
  703. configure:3801: gcc -c -g -O2 conftest.c >&5
  704. configure:3801: $? = 0
  705. configure:3801: result: yes
  706. configure:3819: checking for stdlib.h
  707. configure:3819: result: yes
  708. configure:3829: checking for GNU libc compatible malloc
  709. configure:3853: gcc -o conftest -g -O2 conftest.c -lgmp >&5
  710. configure:3853: $? = 0
  711. configure:3853: ./conftest
  712. configure:3853: $? = 0
  713. configure:3863: result: yes
  714. configure:3887: checking for memmove
  715. configure:3887: gcc -o conftest -g -O2 conftest.c -lgmp >&5
  716. conftest.c:54:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
  717. char memmove ();
  718. ^
  719. conftest.c:54:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
  720. 1 warning generated.
  721. configure:3887: $? = 0
  722. configure:3887: result: yes
  723. configure:3887: checking for memset
  724. configure:3887: gcc -o conftest -g -O2 conftest.c -lgmp >&5
  725. conftest.c:55:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
  726. char memset ();
  727. ^
  728. conftest.c:55:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
  729. 1 warning generated.
  730. configure:3887: $? = 0
  731. configure:3887: result: yes
  732. configure:4011: creating ./config.status
  733. ## ---------------------- ##
  734. ## Running config.status. ##
  735. ## ---------------------- ##
  736. This file was extended by FULL-PACKAGE-NAME config.status VERSION, which was
  737. generated by GNU Autoconf 2.68. Invocation command line was
  738. CONFIG_FILES =
  739. CONFIG_HEADERS =
  740. CONFIG_LINKS =
  741. CONFIG_COMMANDS =
  742. $ ./config.status
  743. on Erick-Tryzelaar-MBP.local
  744. config.status:700: creating src/config.h
  745. ## ---------------- ##
  746. ## Cache variables. ##
  747. ## ---------------- ##
  748. ac_cv_c_compiler_gnu=yes
  749. ac_cv_c_inline=inline
  750. ac_cv_c_int16_t=yes
  751. ac_cv_c_int32_t=yes
  752. ac_cv_c_int64_t=yes
  753. ac_cv_c_int8_t=yes
  754. ac_cv_c_uint16_t=yes
  755. ac_cv_c_uint32_t=yes
  756. ac_cv_c_uint64_t=yes
  757. ac_cv_c_uint8_t=yes
  758. ac_cv_env_CC_set=
  759. ac_cv_env_CC_value=
  760. ac_cv_env_CFLAGS_set=
  761. ac_cv_env_CFLAGS_value=
  762. ac_cv_env_CPPFLAGS_set=
  763. ac_cv_env_CPPFLAGS_value=
  764. ac_cv_env_CPP_set=
  765. ac_cv_env_CPP_value=
  766. ac_cv_env_LDFLAGS_set=
  767. ac_cv_env_LDFLAGS_value=
  768. ac_cv_env_LIBS_set=
  769. ac_cv_env_LIBS_value=
  770. ac_cv_env_build_alias_set=
  771. ac_cv_env_build_alias_value=
  772. ac_cv_env_host_alias_set=
  773. ac_cv_env_host_alias_value=
  774. ac_cv_env_target_alias_set=
  775. ac_cv_env_target_alias_value=
  776. ac_cv_func_malloc_0_nonnull=yes
  777. ac_cv_func_memmove=yes
  778. ac_cv_func_memset=yes
  779. ac_cv_have_decl_mpz_powm=yes
  780. ac_cv_have_decl_mpz_powm_sec=yes
  781. ac_cv_header_inttypes_h=yes
  782. ac_cv_header_limits_h=yes
  783. ac_cv_header_memory_h=yes
  784. ac_cv_header_stdc=yes
  785. ac_cv_header_stddef_h=yes
  786. ac_cv_header_stdint_h=yes
  787. ac_cv_header_stdlib_h=yes
  788. ac_cv_header_string_h=yes
  789. ac_cv_header_strings_h=yes
  790. ac_cv_header_sys_stat_h=yes
  791. ac_cv_header_sys_types_h=yes
  792. ac_cv_header_unistd_h=yes
  793. ac_cv_header_wchar_h=yes
  794. ac_cv_lib_gmp___gmpz_init=yes
  795. ac_cv_lib_mpir___gmpz_init=no
  796. ac_cv_objext=o
  797. ac_cv_path_EGREP='/usr/bin/grep -E'
  798. ac_cv_path_GREP=/usr/bin/grep
  799. ac_cv_prog_CPP='gcc -E'
  800. ac_cv_prog_ac_ct_CC=gcc
  801. ac_cv_prog_cc_c89=
  802. ac_cv_prog_cc_g=yes
  803. ac_cv_type_size_t=yes
  804. ## ----------------- ##
  805. ## Output variables. ##
  806. ## ----------------- ##
  807. CC='gcc'
  808. CFLAGS='-g -O2'
  809. CPP='gcc -E'
  810. CPPFLAGS=''
  811. DEFS='-DHAVE_CONFIG_H'
  812. ECHO_C='\c'
  813. ECHO_N=''
  814. ECHO_T=''
  815. EGREP='/usr/bin/grep -E'
  816. EXEEXT=''
  817. GREP='/usr/bin/grep'
  818. LDFLAGS=''
  819. LIBOBJS=''
  820. LIBS='-lgmp '
  821. LTLIBOBJS=''
  822. OBJEXT='o'
  823. PACKAGE_BUGREPORT='BUG-REPORT-ADDRESS'
  824. PACKAGE_NAME='FULL-PACKAGE-NAME'
  825. PACKAGE_STRING='FULL-PACKAGE-NAME VERSION'
  826. PACKAGE_TARNAME='full-package-name'
  827. PACKAGE_URL=''
  828. PACKAGE_VERSION='VERSION'
  829. PATH_SEPARATOR=':'
  830. SHELL='/bin/sh'
  831. ac_ct_CC='gcc'
  832. bindir='${exec_prefix}/bin'
  833. build_alias=''
  834. datadir='${datarootdir}'
  835. datarootdir='${prefix}/share'
  836. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  837. dvidir='${docdir}'
  838. exec_prefix='${prefix}'
  839. host_alias=''
  840. htmldir='${docdir}'
  841. includedir='${prefix}/include'
  842. infodir='${datarootdir}/info'
  843. libdir='${exec_prefix}/lib'
  844. libexecdir='${exec_prefix}/libexec'
  845. localedir='${datarootdir}/locale'
  846. localstatedir='${prefix}/var'
  847. mandir='${datarootdir}/man'
  848. oldincludedir='/usr/include'
  849. pdfdir='${docdir}'
  850. prefix='/usr/local'
  851. program_transform_name='s,x,x,'
  852. psdir='${docdir}'
  853. sbindir='${exec_prefix}/sbin'
  854. sharedstatedir='${prefix}/com'
  855. sysconfdir='${prefix}/etc'
  856. target_alias=''
  857. ## ----------- ##
  858. ## confdefs.h. ##
  859. ## ----------- ##
  860. /* confdefs.h */
  861. #define PACKAGE_NAME "FULL-PACKAGE-NAME"
  862. #define PACKAGE_TARNAME "full-package-name"
  863. #define PACKAGE_VERSION "VERSION"
  864. #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
  865. #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
  866. #define PACKAGE_URL ""
  867. #define HAVE_LIBGMP 1
  868. #define HAVE_DECL_MPZ_POWM 1
  869. #define HAVE_DECL_MPZ_POWM_SEC 1
  870. #define STDC_HEADERS 1
  871. #define HAVE_SYS_TYPES_H 1
  872. #define HAVE_SYS_STAT_H 1
  873. #define HAVE_STDLIB_H 1
  874. #define HAVE_STRING_H 1
  875. #define HAVE_MEMORY_H 1
  876. #define HAVE_STRINGS_H 1
  877. #define HAVE_INTTYPES_H 1
  878. #define HAVE_STDINT_H 1
  879. #define HAVE_UNISTD_H 1
  880. #define HAVE_INTTYPES_H 1
  881. #define HAVE_LIMITS_H 1
  882. #define HAVE_STDDEF_H 1
  883. #define HAVE_STDINT_H 1
  884. #define HAVE_STDLIB_H 1
  885. #define HAVE_STRING_H 1
  886. #define HAVE_WCHAR_H 1
  887. #define HAVE_STDLIB_H 1
  888. #define HAVE_MALLOC 1
  889. #define HAVE_MEMMOVE 1
  890. #define HAVE_MEMSET 1
  891. configure: exit 0