Advertisement
Guest User

libidn2 config.log

a guest
Mar 31st, 2017
1,031
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 139.66 KB | None | 0 0
  1. solaris:libidn2-0.16$ cat config.log
  2. This file contains any messages produced by compilers while
  3. running configure, to aid debugging if configure makes a mistake.
  4.  
  5. It was created by libidn2 configure 0.16, which was
  6. generated by GNU Autoconf 2.69. Invocation command line was
  7.  
  8. $ ./configure
  9.  
  10. ## --------- ##
  11. ## Platform. ##
  12. ## --------- ##
  13.  
  14. hostname = solaris
  15. uname -m = i86pc
  16. uname -r = 5.11
  17. uname -s = SunOS
  18. uname -v = 11.3
  19.  
  20. /usr/bin/uname -p = i386
  21. /bin/uname -X = System = SunOS
  22. Node = solaris
  23. Release = 5.11
  24. KernelID = 11.3
  25. Machine = i86pc
  26. BusType = <unknown>
  27. Serial = <unknown>
  28. Users = <unknown>
  29. OEM# = 0
  30. Origin# = 1
  31. NumCPU = 4
  32.  
  33. /bin/arch = i86pc
  34. /usr/bin/arch -k = i86pc
  35. /usr/convex/getsysinfo = unknown
  36. /usr/bin/hostinfo = unknown
  37. /bin/machine = unknown
  38. /usr/bin/oslevel = unknown
  39. /bin/universe = unknown
  40.  
  41. PATH: /usr/local/bin
  42. PATH: /usr/local/sbin
  43. PATH: /bin
  44. PATH: /sbin
  45. PATH: /usr/bin
  46. PATH: /usr/sbin
  47. PATH: /usr/sfw/bin
  48.  
  49.  
  50. ## ----------- ##
  51. ## Core tests. ##
  52. ## ----------- ##
  53.  
  54. configure:2808: checking for a BSD-compatible install
  55. configure:2876: result: /bin/ginstall -c
  56. configure:2887: checking whether build environment is sane
  57. configure:2942: result: yes
  58. configure:3093: checking for a thread-safe mkdir -p
  59. configure:3132: result: /bin/gmkdir -p
  60. configure:3139: checking for gawk
  61. configure:3155: found /bin/gawk
  62. configure:3166: result: gawk
  63. configure:3177: checking whether make sets $(MAKE)
  64. configure:3199: result: yes
  65. configure:3228: checking whether make supports nested variables
  66. configure:3245: result: yes
  67. configure:3375: checking build system type
  68. configure:3389: result: i386-pc-solaris2.11
  69. configure:3409: checking host system type
  70. configure:3422: result: i386-pc-solaris2.11
  71. configure:3491: checking for gcc
  72. configure:3507: found /bin/gcc
  73. configure:3518: result: gcc
  74. configure:3747: checking for C compiler version
  75. configure:3756: gcc --version >&5
  76. gcc (GCC) 4.8.2
  77. Copyright (C) 2013 Free Software Foundation, Inc.
  78. This is free software; see the source for copying conditions. There is NO
  79. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  80.  
  81. configure:3767: $? = 0
  82. configure:3756: gcc -v >&5
  83. Using built-in specs.
  84. COLLECT_GCC=gcc
  85. COLLECT_LTO_WRAPPER=/usr/gcc/4.8/lib/gcc/i386-pc-solaris2.11/4.8.2/lto-wrapper
  86. Target: i386-pc-solaris2.11
  87. Configured with: /builds/hudson/workspace/nightly-update/build/i386/components/gcc48/gcc-4.8.2/configure CC=/usr/gcc/4.7/bin/gcc CXX=/usr/gcc/4.7/bin/g++ --prefix=/usr/gcc/4.8 --mandir=/usr/gcc/4.8/share/man --bindir=/usr/gcc/4.8/bin --libdir=/usr/gcc/4.8/lib --sbindir=/usr/gcc/4.8/sbin --infodir=/usr/gcc/4.8/share/info --libexecdir=/usr/gcc/4.8/lib --enable-languages=c,c++,fortran,objc --enable-shared --with-gmp-include=/usr/include/gmp --with-mpfr-include=/usr/include/mpfr --without-gnu-ld --with-ld=/usr/bin/ld --with-gnu-as --with-as=/usr/gnu/bin/as CFLAGS='-g -O2 -mtune=opteron -march=opteron' CXXFLAGS='-g -O2 -mtune=opteron -march=opteron'
  88. Thread model: posix
  89. gcc version 4.8.2 (GCC)
  90. configure:3767: $? = 0
  91. configure:3756: gcc -V >&5
  92. gcc: error: unrecognized command line option '-V'
  93. gcc: fatal error: no input files
  94. compilation terminated.
  95. configure:3767: $? = 1
  96. configure:3756: gcc -qversion >&5
  97. gcc: error: unrecognized command line option '-qversion'
  98. gcc: fatal error: no input files
  99. compilation terminated.
  100. configure:3767: $? = 1
  101. configure:3787: checking whether the C compiler works
  102. configure:3809: gcc conftest.c >&5
  103. configure:3813: $? = 0
  104. configure:3861: result: yes
  105. configure:3864: checking for C compiler default output file name
  106. configure:3866: result: a.out
  107. configure:3872: checking for suffix of executables
  108. configure:3879: gcc -o conftest conftest.c >&5
  109. configure:3883: $? = 0
  110. configure:3905: result:
  111. configure:3927: checking whether we are cross compiling
  112. configure:3935: gcc -o conftest conftest.c >&5
  113. configure:3939: $? = 0
  114. configure:3946: ./conftest
  115. configure:3950: $? = 0
  116. configure:3965: result: no
  117. configure:3970: checking for suffix of object files
  118. configure:3992: gcc -c conftest.c >&5
  119. configure:3996: $? = 0
  120. configure:4017: result: o
  121. configure:4021: checking whether we are using the GNU C compiler
  122. configure:4040: gcc -c conftest.c >&5
  123. configure:4040: $? = 0
  124. configure:4049: result: yes
  125. configure:4058: checking whether gcc accepts -g
  126. configure:4078: gcc -c -g conftest.c >&5
  127. configure:4078: $? = 0
  128. configure:4119: result: yes
  129. configure:4136: checking for gcc option to accept ISO C89
  130. configure:4199: gcc -c -g -O2 conftest.c >&5
  131. configure:4199: $? = 0
  132. configure:4212: result: none needed
  133. configure:4237: checking whether gcc understands -c and -o together
  134. configure:4259: gcc -c conftest.c -o conftest2.o
  135. configure:4262: $? = 0
  136. configure:4259: gcc -c conftest.c -o conftest2.o
  137. configure:4262: $? = 0
  138. configure:4274: result: yes
  139. configure:4302: checking for style of include used by make
  140. configure:4330: result: GNU
  141. configure:4356: checking dependency style of gcc
  142. configure:4467: result: gcc3
  143. configure:4488: checking how to run the C preprocessor
  144. configure:4519: gcc -E conftest.c
  145. configure:4519: $? = 0
  146. configure:4533: gcc -E conftest.c
  147. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  148. #include <ac_nonexistent.h>
  149. ^
  150. compilation terminated.
  151. configure:4533: $? = 1
  152. configure: failed program was:
  153. | /* confdefs.h */
  154. | #define PACKAGE_NAME "libidn2"
  155. | #define PACKAGE_TARNAME "libidn2"
  156. | #define PACKAGE_VERSION "0.16"
  157. | #define PACKAGE_STRING "libidn2 0.16"
  158. | #define PACKAGE_BUGREPORT "simon@josefsson.org"
  159. | #define PACKAGE_URL "http://www.gnu.org/software/libidn/#libidn2"
  160. | #define PACKAGE "libidn2"
  161. | #define VERSION "0.16"
  162. | /* end confdefs.h. */
  163. | #include <ac_nonexistent.h>
  164. configure:4558: result: gcc -E
  165. configure:4578: gcc -E conftest.c
  166. configure:4578: $? = 0
  167. configure:4592: gcc -E conftest.c
  168. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  169. #include <ac_nonexistent.h>
  170. ^
  171. compilation terminated.
  172. configure:4592: $? = 1
  173. configure: failed program was:
  174. | /* confdefs.h */
  175. | #define PACKAGE_NAME "libidn2"
  176. | #define PACKAGE_TARNAME "libidn2"
  177. | #define PACKAGE_VERSION "0.16"
  178. | #define PACKAGE_STRING "libidn2 0.16"
  179. | #define PACKAGE_BUGREPORT "simon@josefsson.org"
  180. | #define PACKAGE_URL "http://www.gnu.org/software/libidn/#libidn2"
  181. | #define PACKAGE "libidn2"
  182. | #define VERSION "0.16"
  183. | /* end confdefs.h. */
  184. | #include <ac_nonexistent.h>
  185. configure:4621: checking for grep that handles long lines and -e
  186. configure:4679: result: /bin/ggrep
  187. configure:4684: checking for egrep
  188. configure:4746: result: /bin/ggrep -E
  189. configure:4751: checking for ANSI C header files
  190. configure:4771: gcc -c -g -O2 conftest.c >&5
  191. configure:4771: $? = 0
  192. configure:4844: gcc -o conftest -g -O2 conftest.c >&5
  193. configure:4844: $? = 0
  194. configure:4844: ./conftest
  195. configure:4844: $? = 0
  196. configure:4855: result: yes
  197. configure:4868: checking for sys/types.h
  198. configure:4868: gcc -c -g -O2 conftest.c >&5
  199. configure:4868: $? = 0
  200. configure:4868: result: yes
  201. configure:4868: checking for sys/stat.h
  202. configure:4868: gcc -c -g -O2 conftest.c >&5
  203. configure:4868: $? = 0
  204. configure:4868: result: yes
  205. configure:4868: checking for stdlib.h
  206. configure:4868: gcc -c -g -O2 conftest.c >&5
  207. configure:4868: $? = 0
  208. configure:4868: result: yes
  209. configure:4868: checking for string.h
  210. configure:4868: gcc -c -g -O2 conftest.c >&5
  211. configure:4868: $? = 0
  212. configure:4868: result: yes
  213. configure:4868: checking for memory.h
  214. configure:4868: gcc -c -g -O2 conftest.c >&5
  215. configure:4868: $? = 0
  216. configure:4868: result: yes
  217. configure:4868: checking for strings.h
  218. configure:4868: gcc -c -g -O2 conftest.c >&5
  219. configure:4868: $? = 0
  220. configure:4868: result: yes
  221. configure:4868: checking for inttypes.h
  222. configure:4868: gcc -c -g -O2 conftest.c >&5
  223. configure:4868: $? = 0
  224. configure:4868: result: yes
  225. configure:4868: checking for stdint.h
  226. configure:4868: gcc -c -g -O2 conftest.c >&5
  227. configure:4868: $? = 0
  228. configure:4868: result: yes
  229. configure:4868: checking for unistd.h
  230. configure:4868: gcc -c -g -O2 conftest.c >&5
  231. configure:4868: $? = 0
  232. configure:4868: result: yes
  233. configure:4881: checking minix/config.h usability
  234. configure:4881: gcc -c -g -O2 conftest.c >&5
  235. conftest.c:54:26: fatal error: minix/config.h: No such file or directory
  236. #include <minix/config.h>
  237. ^
  238. compilation terminated.
  239. configure:4881: $? = 1
  240. configure: failed program was:
  241. | /* confdefs.h */
  242. | #define PACKAGE_NAME "libidn2"
  243. | #define PACKAGE_TARNAME "libidn2"
  244. | #define PACKAGE_VERSION "0.16"
  245. | #define PACKAGE_STRING "libidn2 0.16"
  246. | #define PACKAGE_BUGREPORT "simon@josefsson.org"
  247. | #define PACKAGE_URL "http://www.gnu.org/software/libidn/#libidn2"
  248. | #define PACKAGE "libidn2"
  249. | #define VERSION "0.16"
  250. | #define STDC_HEADERS 1
  251. | #define HAVE_SYS_TYPES_H 1
  252. | #define HAVE_SYS_STAT_H 1
  253. | #define HAVE_STDLIB_H 1
  254. | #define HAVE_STRING_H 1
  255. | #define HAVE_MEMORY_H 1
  256. | #define HAVE_STRINGS_H 1
  257. | #define HAVE_INTTYPES_H 1
  258. | #define HAVE_STDINT_H 1
  259. | #define HAVE_UNISTD_H 1
  260. | /* end confdefs.h. */
  261. | #include <stdio.h>
  262. | #ifdef HAVE_SYS_TYPES_H
  263. | # include <sys/types.h>
  264. | #endif
  265. | #ifdef HAVE_SYS_STAT_H
  266. | # include <sys/stat.h>
  267. | #endif
  268. | #ifdef STDC_HEADERS
  269. | # include <stdlib.h>
  270. | # include <stddef.h>
  271. | #else
  272. | # ifdef HAVE_STDLIB_H
  273. | # include <stdlib.h>
  274. | # endif
  275. | #endif
  276. | #ifdef HAVE_STRING_H
  277. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  278. | # include <memory.h>
  279. | # endif
  280. | # include <string.h>
  281. | #endif
  282. | #ifdef HAVE_STRINGS_H
  283. | # include <strings.h>
  284. | #endif
  285. | #ifdef HAVE_INTTYPES_H
  286. | # include <inttypes.h>
  287. | #endif
  288. | #ifdef HAVE_STDINT_H
  289. | # include <stdint.h>
  290. | #endif
  291. | #ifdef HAVE_UNISTD_H
  292. | # include <unistd.h>
  293. | #endif
  294. | #include <minix/config.h>
  295. configure:4881: result: no
  296. configure:4881: checking minix/config.h presence
  297. configure:4881: gcc -E conftest.c
  298. conftest.c:21:26: fatal error: minix/config.h: No such file or directory
  299. #include <minix/config.h>
  300. ^
  301. compilation terminated.
  302. configure:4881: $? = 1
  303. configure: failed program was:
  304. | /* confdefs.h */
  305. | #define PACKAGE_NAME "libidn2"
  306. | #define PACKAGE_TARNAME "libidn2"
  307. | #define PACKAGE_VERSION "0.16"
  308. | #define PACKAGE_STRING "libidn2 0.16"
  309. | #define PACKAGE_BUGREPORT "simon@josefsson.org"
  310. | #define PACKAGE_URL "http://www.gnu.org/software/libidn/#libidn2"
  311. | #define PACKAGE "libidn2"
  312. | #define VERSION "0.16"
  313. | #define STDC_HEADERS 1
  314. | #define HAVE_SYS_TYPES_H 1
  315. | #define HAVE_SYS_STAT_H 1
  316. | #define HAVE_STDLIB_H 1
  317. | #define HAVE_STRING_H 1
  318. | #define HAVE_MEMORY_H 1
  319. | #define HAVE_STRINGS_H 1
  320. | #define HAVE_INTTYPES_H 1
  321. | #define HAVE_STDINT_H 1
  322. | #define HAVE_UNISTD_H 1
  323. | /* end confdefs.h. */
  324. | #include <minix/config.h>
  325. configure:4881: result: no
  326. configure:4881: checking for minix/config.h
  327. configure:4881: result: no
  328. configure:4905: checking whether it is safe to define __EXTENSIONS__
  329. configure:4923: gcc -c -g -O2 conftest.c >&5
  330. configure:4923: $? = 0
  331. configure:4930: result: yes
  332. configure:4959: checking whether _XOPEN_SOURCE should be defined
  333. configure:4978: gcc -c -g -O2 conftest.c >&5
  334. configure:4978: $? = 0
  335. configure:5002: result: no
  336. configure:5017: checking for Minix Amsterdam compiler
  337. configure:5041: result: no
  338. configure:5101: checking for ar
  339. configure:5117: found /bin/ar
  340. configure:5128: result: ar
  341. configure:5154: checking the archiver (ar) interface
  342. configure:5170: gcc -c -g -O2 conftest.c >&5
  343. configure:5170: $? = 0
  344. configure:5172: ar cru libconftest.a conftest.o >&5
  345. configure:5175: $? = 0
  346. configure:5203: result: ar
  347. configure:5268: checking for ar
  348. configure:5295: result: ar
  349. configure:5370: checking for ranlib
  350. configure:5386: found /bin/ranlib
  351. configure:5397: result: ranlib
  352. configure:5428: checking for gcc option to accept ISO C99
  353. configure:5577: gcc -c -g -O2 conftest.c >&5
  354. conftest.c:84:29: error: expected ';', ',' or ')' before 'text'
  355. test_restrict (ccp restrict text)
  356. ^
  357. conftest.c: In function 'main':
  358. conftest.c:138:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
  359. char *restrict newvar = "Another string";
  360. ^
  361. conftest.c:138:18: error: 'newvar' undeclared (first use in this function)
  362. conftest.c:138:18: note: each undeclared identifier is reported only once for each function it appears in
  363. conftest.c:148:3: error: 'for' loop initial declarations are only allowed in C99 mode
  364. for (int i = 0; i < ia->datasize; ++i)
  365. ^
  366. conftest.c:148:3: note: use option -std=c99 or -std=gnu99 to compile your code
  367. configure:5577: $? = 1
  368. configure: failed program was:
  369. | /* confdefs.h */
  370. | #define PACKAGE_NAME "libidn2"
  371. | #define PACKAGE_TARNAME "libidn2"
  372. | #define PACKAGE_VERSION "0.16"
  373. | #define PACKAGE_STRING "libidn2 0.16"
  374. | #define PACKAGE_BUGREPORT "simon@josefsson.org"
  375. | #define PACKAGE_URL "http://www.gnu.org/software/libidn/#libidn2"
  376. | #define PACKAGE "libidn2"
  377. | #define VERSION "0.16"
  378. | #define STDC_HEADERS 1
  379. | #define HAVE_SYS_TYPES_H 1
  380. | #define HAVE_SYS_STAT_H 1
  381. | #define HAVE_STDLIB_H 1
  382. | #define HAVE_STRING_H 1
  383. | #define HAVE_MEMORY_H 1
  384. | #define HAVE_STRINGS_H 1
  385. | #define HAVE_INTTYPES_H 1
  386. | #define HAVE_STDINT_H 1
  387. | #define HAVE_UNISTD_H 1
  388. | #define __EXTENSIONS__ 1
  389. | #define _ALL_SOURCE 1
  390. | #define _DARWIN_C_SOURCE 1
  391. | #define _GNU_SOURCE 1
  392. | #define _POSIX_PTHREAD_SEMANTICS 1
  393. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  394. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  395. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  396. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  397. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  398. | #define __STDC_WANT_LIB_EXT2__ 1
  399. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  400. | #define _TANDEM_SOURCE 1
  401. | /* end confdefs.h. */
  402. | #include <stdarg.h>
  403. | #include <stdbool.h>
  404. | #include <stdlib.h>
  405. | #include <wchar.h>
  406. | #include <stdio.h>
  407. |
  408. | // Check varargs macros. These examples are taken from C99 6.10.3.5.
  409. | #define debug(...) fprintf (stderr, __VA_ARGS__)
  410. | #define showlist(...) puts (#__VA_ARGS__)
  411. | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
  412. | static void
  413. | test_varargs_macros (void)
  414. | {
  415. | int x = 1234;
  416. | int y = 5678;
  417. | debug ("Flag");
  418. | debug ("X = %d\n", x);
  419. | showlist (The first, second, and third items.);
  420. | report (x>y, "x is %d but y is %d", x, y);
  421. | }
  422. |
  423. | // Check long long types.
  424. | #define BIG64 18446744073709551615ull
  425. | #define BIG32 4294967295ul
  426. | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
  427. | #if !BIG_OK
  428. | your preprocessor is broken;
  429. | #endif
  430. | #if BIG_OK
  431. | #else
  432. | your preprocessor is broken;
  433. | #endif
  434. | static long long int bignum = -9223372036854775807LL;
  435. | static unsigned long long int ubignum = BIG64;
  436. |
  437. | struct incomplete_array
  438. | {
  439. | int datasize;
  440. | double data[];
  441. | };
  442. |
  443. | struct named_init {
  444. | int number;
  445. | const wchar_t *name;
  446. | double average;
  447. | };
  448. |
  449. | typedef const char *ccp;
  450. |
  451. | static inline int
  452. | test_restrict (ccp restrict text)
  453. | {
  454. | // See if C++-style comments work.
  455. | // Iterate through items via the restricted pointer.
  456. | // Also check for declarations in for loops.
  457. | for (unsigned int i = 0; *(text+i) != '\0'; ++i)
  458. | continue;
  459. | return 0;
  460. | }
  461. |
  462. | // Check varargs and va_copy.
  463. | static void
  464. | test_varargs (const char *format, ...)
  465. | {
  466. | va_list args;
  467. | va_start (args, format);
  468. | va_list args_copy;
  469. | va_copy (args_copy, args);
  470. |
  471. | const char *str;
  472. | int number;
  473. | float fnumber;
  474. |
  475. | while (*format)
  476. | {
  477. | switch (*format++)
  478. | {
  479. | case 's': // string
  480. | str = va_arg (args_copy, const char *);
  481. | break;
  482. | case 'd': // int
  483. | number = va_arg (args_copy, int);
  484. | break;
  485. | case 'f': // float
  486. | fnumber = va_arg (args_copy, double);
  487. | break;
  488. | default:
  489. | break;
  490. | }
  491. | }
  492. | va_end (args_copy);
  493. | va_end (args);
  494. | }
  495. |
  496. | int
  497. | main ()
  498. | {
  499. |
  500. | // Check bool.
  501. | _Bool success = false;
  502. |
  503. | // Check restrict.
  504. | if (test_restrict ("String literal") == 0)
  505. | success = true;
  506. | char *restrict newvar = "Another string";
  507. |
  508. | // Check varargs.
  509. | test_varargs ("s, d' f .", "string", 65, 34.234);
  510. | test_varargs_macros ();
  511. |
  512. | // Check flexible array members.
  513. | struct incomplete_array *ia =
  514. | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  515. | ia->datasize = 10;
  516. | for (int i = 0; i < ia->datasize; ++i)
  517. | ia->data[i] = i * 1.234;
  518. |
  519. | // Check named initializers.
  520. | struct named_init ni = {
  521. | .number = 34,
  522. | .name = L"Test wide string",
  523. | .average = 543.34343,
  524. | };
  525. |
  526. | ni.number = 58;
  527. |
  528. | int dynamic_array[ni.number];
  529. | dynamic_array[ni.number - 1] = 543;
  530. |
  531. | // work around unused variable warnings
  532. | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
  533. | || dynamic_array[ni.number - 1] != 543);
  534. |
  535. | ;
  536. | return 0;
  537. | }
  538. configure:5577: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  539. configure:5577: $? = 0
  540. configure:5597: result: -std=gnu99
  541. configure:5698: checking for gcc -std=gnu99 option to accept ISO Standard C
  542. configure:5712: result: -std=gnu99
  543. configure:5874: checking the archiver (ar) interface
  544. configure:5923: result: ar
  545. configure:5989: checking how to print strings
  546. configure:6018: result: print -r
  547. configure:6037: checking for a sed that does not truncate output
  548. configure:6101: result: /bin/gsed
  549. configure:6119: checking for fgrep
  550. configure:6181: result: /bin/ggrep -F
  551. configure:6216: checking for ld used by gcc -std=gnu99
  552. configure:6283: result: /usr/bin/ld
  553. configure:6290: checking if the linker (/usr/bin/ld) is GNU ld
  554. configure:6305: result: no
  555. configure:6317: checking for BSD- or MS-compatible name lister (nm)
  556. configure:6366: result: /bin/nm -p
  557. configure:6496: checking the name lister (/bin/nm -p) interface
  558. configure:6503: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  559. configure:6506: /bin/nm -p "conftest.o"
  560. configure:6509: output
  561.  
  562.  
  563. conftest.o:
  564. 0000000000 s
  565. 0000000000 s
  566. 0000000000 s
  567. 0000000000 b
  568. 0000000000 s
  569. 0000000000 s
  570. 0000000000 s
  571. 0000000000 s
  572. 0000000000 s
  573. 0000000000 f conftest.c
  574. 0000000000 B some_variable
  575. configure:6516: result: BSD nm
  576. configure:6519: checking whether ln -s works
  577. configure:6523: result: yes
  578. configure:6531: checking the maximum length of command line arguments
  579. configure:6662: result: 786240
  580. configure:6679: checking whether the shell understands some XSI constructs
  581. configure:6689: result: yes
  582. configure:6693: checking whether the shell understands "+="
  583. configure:6699: result: yes
  584. configure:6734: checking how to convert i386-pc-solaris2.11 file names to i386-pc-solaris2.11 format
  585. configure:6774: result: func_convert_file_noop
  586. configure:6781: checking how to convert i386-pc-solaris2.11 file names to toolchain format
  587. configure:6801: result: func_convert_file_noop
  588. configure:6808: checking for /usr/bin/ld option to reload object files
  589. configure:6815: result: -r
  590. configure:6889: checking for objdump
  591. configure:6919: result: no
  592. configure:6945: checking how to recognize dependent libraries
  593. configure:7143: result: pass_all
  594. configure:7228: checking for dlltool
  595. configure:7258: result: no
  596. configure:7285: checking how to associate runtime and link libraries
  597. configure:7312: result: print -r --
  598. configure:7436: checking for archiver @FILE support
  599. configure:7453: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  600. configure:7453: $? = 0
  601. configure:7456: ar cru libconftest.a @conftest.lst >&5
  602. ar: cannot open @conftest.lst: No such file or directory
  603. ar: @conftest.lst not found
  604. configure:7459: $? = 1
  605. configure:7479: result: no
  606. configure:7537: checking for strip
  607. configure:7553: found /bin/strip
  608. configure:7564: result: strip
  609. configure:7636: checking for ranlib
  610. configure:7663: result: ranlib
  611. configure:7765: checking command to parse /bin/nm -p output from gcc -std=gnu99 object
  612. configure:7885: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  613. configure:7888: $? = 0
  614. configure:7892: /bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\([BDRT][BDRT]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  615. configure:7895: $? = 0
  616. cannot find nm_test_var in conftest.nm
  617. configure:7885: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  618. configure:7888: $? = 0
  619. configure:7892: /bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\([BDRT][BDRT]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  620. configure:7895: $? = 0
  621. cannot run sed -n -e 's/^.*[ ]\([BDRT][BDRT]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d'
  622. configure:7999: result: failed
  623. configure:8039: checking for sysroot
  624. configure:8069: result: no
  625. configure:8258: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  626. configure:8261: $? = 0
  627. configure:8338: checking for mt
  628. configure:8354: found /bin/mt
  629. configure:8365: result: mt
  630. configure:8388: checking if mt is a manifest tool
  631. configure:8394: mt '-?'
  632. mt: unknown command: -?
  633. configure:8402: result: no
  634. configure:9041: checking for dlfcn.h
  635. configure:9041: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  636. configure:9041: $? = 0
  637. configure:9041: result: yes
  638. configure:9545: checking for objdir
  639. configure:9560: result: .libs
  640. configure:9831: checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions
  641. configure:9849: gcc -std=gnu99 -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  642. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
  643. configure:9853: $? = 0
  644. configure:9866: result: no
  645. configure:10193: checking for gcc -std=gnu99 option to produce PIC
  646. configure:10200: result: -fPIC -DPIC
  647. configure:10208: checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works
  648. configure:10226: gcc -std=gnu99 -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  649. configure:10230: $? = 0
  650. configure:10243: result: yes
  651. configure:10272: checking if gcc -std=gnu99 static flag -static works
  652. configure:10300: result: no
  653. configure:10315: checking if gcc -std=gnu99 supports -c -o file.o
  654. configure:10336: gcc -std=gnu99 -c -g -O2 -o out/conftest2.o conftest.c >&5
  655. configure:10340: $? = 0
  656. configure:10362: result: yes
  657. configure:10370: checking if gcc -std=gnu99 supports -c -o file.o
  658. configure:10417: result: yes
  659. configure:10450: checking whether the gcc -std=gnu99 linker (/usr/bin/ld) supports shared libraries
  660. configure:11607: result: yes
  661. configure:11644: checking whether -lc should be explicitly linked in
  662. configure:11652: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  663. configure:11655: $? = 0
  664. configure:11670: gcc -std=gnu99 -shared -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,conftest -o conftest conftest.o -v 2\>\&1 \| /bin/ggrep -lc \>/dev/null 2\>\&1
  665. configure:11673: $? = 0
  666. configure:11687: result: no
  667. configure:11847: checking dynamic linker characteristics
  668. configure:12581: result: solaris2.11 ld.so
  669. configure:12688: checking how to hardcode library paths into programs
  670. configure:12713: result: immediate
  671. configure:13253: checking whether stripping libraries is possible
  672. configure:13275: result: no
  673. configure:13293: checking if libtool supports shared libraries
  674. configure:13295: result: yes
  675. configure:13298: checking whether to build shared libraries
  676. configure:13319: result: yes
  677. configure:13322: checking whether to build static libraries
  678. configure:13326: result: yes
  679. configure:13415: checking for ld used by gcc -std=gnu99
  680. configure:13482: result: /usr/bin/ld
  681. configure:13489: checking if the linker (/usr/bin/ld) is GNU ld
  682. configure:13504: result: no
  683. configure:13511: checking for shared library run path origin
  684. configure:13524: result: done
  685. configure:13549: checking for 64-bit host
  686. configure:13572: result: no
  687. configure:14102: checking for iconv
  688. configure:14126: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  689. Undefined first referenced
  690. symbol in file
  691. libiconv_close /var/tmp//ccwQayYO.o
  692. libiconv_open /var/tmp//ccwQayYO.o
  693. libiconv /var/tmp//ccwQayYO.o
  694. ld: fatal: symbol referencing errors
  695. collect2: error: ld returned 1 exit status
  696. configure:14126: $? = 1
  697. configure: failed program was:
  698. | /* confdefs.h */
  699. | #define PACKAGE_NAME "libidn2"
  700. | #define PACKAGE_TARNAME "libidn2"
  701. | #define PACKAGE_VERSION "0.16"
  702. | #define PACKAGE_STRING "libidn2 0.16"
  703. | #define PACKAGE_BUGREPORT "simon@josefsson.org"
  704. | #define PACKAGE_URL "http://www.gnu.org/software/libidn/#libidn2"
  705. | #define PACKAGE "libidn2"
  706. | #define VERSION "0.16"
  707. | #define STDC_HEADERS 1
  708. | #define HAVE_SYS_TYPES_H 1
  709. | #define HAVE_SYS_STAT_H 1
  710. | #define HAVE_STDLIB_H 1
  711. | #define HAVE_STRING_H 1
  712. | #define HAVE_MEMORY_H 1
  713. | #define HAVE_STRINGS_H 1
  714. | #define HAVE_INTTYPES_H 1
  715. | #define HAVE_STDINT_H 1
  716. | #define HAVE_UNISTD_H 1
  717. | #define __EXTENSIONS__ 1
  718. | #define _ALL_SOURCE 1
  719. | #define _DARWIN_C_SOURCE 1
  720. | #define _GNU_SOURCE 1
  721. | #define _POSIX_PTHREAD_SEMANTICS 1
  722. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  723. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  724. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  725. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  726. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  727. | #define __STDC_WANT_LIB_EXT2__ 1
  728. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  729. | #define _TANDEM_SOURCE 1
  730. | #define HAVE_DLFCN_H 1
  731. | #define LT_OBJDIR ".libs/"
  732. | /* end confdefs.h. */
  733. |
  734. | #include <stdlib.h>
  735. | #include <iconv.h>
  736. |
  737. | int
  738. | main ()
  739. | {
  740. | iconv_t cd = iconv_open("","");
  741. | iconv(cd,NULL,NULL,NULL,NULL);
  742. | iconv_close(cd);
  743. | ;
  744. | return 0;
  745. | }
  746. configure:14150: gcc -std=gnu99 -o conftest -g -O2 conftest.c -liconv >&5
  747. ld: fatal: library -liconv: not found
  748. collect2: error: ld returned 1 exit status
  749. configure:14150: $? = 1
  750. configure: failed program was:
  751. | /* confdefs.h */
  752. | #define PACKAGE_NAME "libidn2"
  753. | #define PACKAGE_TARNAME "libidn2"
  754. | #define PACKAGE_VERSION "0.16"
  755. | #define PACKAGE_STRING "libidn2 0.16"
  756. | #define PACKAGE_BUGREPORT "simon@josefsson.org"
  757. | #define PACKAGE_URL "http://www.gnu.org/software/libidn/#libidn2"
  758. | #define PACKAGE "libidn2"
  759. | #define VERSION "0.16"
  760. | #define STDC_HEADERS 1
  761. | #define HAVE_SYS_TYPES_H 1
  762. | #define HAVE_SYS_STAT_H 1
  763. | #define HAVE_STDLIB_H 1
  764. | #define HAVE_STRING_H 1
  765. | #define HAVE_MEMORY_H 1
  766. | #define HAVE_STRINGS_H 1
  767. | #define HAVE_INTTYPES_H 1
  768. | #define HAVE_STDINT_H 1
  769. | #define HAVE_UNISTD_H 1
  770. | #define __EXTENSIONS__ 1
  771. | #define _ALL_SOURCE 1
  772. | #define _DARWIN_C_SOURCE 1
  773. | #define _GNU_SOURCE 1
  774. | #define _POSIX_PTHREAD_SEMANTICS 1
  775. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  776. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  777. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  778. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  779. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  780. | #define __STDC_WANT_LIB_EXT2__ 1
  781. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  782. | #define _TANDEM_SOURCE 1
  783. | #define HAVE_DLFCN_H 1
  784. | #define LT_OBJDIR ".libs/"
  785. | /* end confdefs.h. */
  786. |
  787. | #include <stdlib.h>
  788. | #include <iconv.h>
  789. |
  790. | int
  791. | main ()
  792. | {
  793. | iconv_t cd = iconv_open("","");
  794. | iconv(cd,NULL,NULL,NULL,NULL);
  795. | iconv_close(cd);
  796. | ;
  797. | return 0;
  798. | }
  799. configure:14160: result: no, consider installing GNU libiconv
  800. configure:15997: checking for libunistring
  801. configure:16019: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lunistring >&5
  802. ld: fatal: library -lunistring: not found
  803. collect2: error: ld returned 1 exit status
  804. configure:16019: $? = 1
  805. configure: failed program was:
  806. | /* confdefs.h */
  807. | #define PACKAGE_NAME "libidn2"
  808. | #define PACKAGE_TARNAME "libidn2"
  809. | #define PACKAGE_VERSION "0.16"
  810. | #define PACKAGE_STRING "libidn2 0.16"
  811. | #define PACKAGE_BUGREPORT "simon@josefsson.org"
  812. | #define PACKAGE_URL "http://www.gnu.org/software/libidn/#libidn2"
  813. | #define PACKAGE "libidn2"
  814. | #define VERSION "0.16"
  815. | #define STDC_HEADERS 1
  816. | #define HAVE_SYS_TYPES_H 1
  817. | #define HAVE_SYS_STAT_H 1
  818. | #define HAVE_STDLIB_H 1
  819. | #define HAVE_STRING_H 1
  820. | #define HAVE_MEMORY_H 1
  821. | #define HAVE_STRINGS_H 1
  822. | #define HAVE_INTTYPES_H 1
  823. | #define HAVE_STDINT_H 1
  824. | #define HAVE_UNISTD_H 1
  825. | #define __EXTENSIONS__ 1
  826. | #define _ALL_SOURCE 1
  827. | #define _DARWIN_C_SOURCE 1
  828. | #define _GNU_SOURCE 1
  829. | #define _POSIX_PTHREAD_SEMANTICS 1
  830. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  831. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  832. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  833. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  834. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  835. | #define __STDC_WANT_LIB_EXT2__ 1
  836. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  837. | #define _TANDEM_SOURCE 1
  838. | #define HAVE_DLFCN_H 1
  839. | #define LT_OBJDIR ".libs/"
  840. | #define ICONV_CONST
  841. | /* end confdefs.h. */
  842. | #include <uniconv.h>
  843. | int
  844. | main ()
  845. | {
  846. | u8_strconv_from_locale((char*)0);
  847. | ;
  848. | return 0;
  849. | }
  850. configure:16029: result: no, consider installing GNU libunistring
  851. configure:16162: checking whether the preprocessor supports include_next
  852. configure:16200: gcc -std=gnu99 -c -g -O2 -Iconftestd1b -Iconftestd2 conftest.c >&5
  853. configure:16200: $? = 0
  854. configure:16221: result: yes
  855. configure:16242: checking whether system header files limit the line length
  856. configure:16265: result: no
  857. configure:16281: checking limits.h usability
  858. configure:16281: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  859. configure:16281: $? = 0
  860. configure:16281: result: yes
  861. configure:16281: checking limits.h presence
  862. configure:16281: gcc -E conftest.c
  863. configure:16281: $? = 0
  864. configure:16281: result: yes
  865. configure:16281: checking for limits.h
  866. configure:16281: result: yes
  867. configure:16281: checking for unistd.h
  868. configure:16281: result: yes
  869. configure:16281: checking wchar.h usability
  870. configure:16281: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  871. configure:16281: $? = 0
  872. configure:16281: result: yes
  873. configure:16281: checking wchar.h presence
  874. configure:16281: gcc -E conftest.c
  875. configure:16281: $? = 0
  876. configure:16281: result: yes
  877. configure:16281: checking for wchar.h
  878. configure:16281: result: yes
  879. configure:16281: checking for stdint.h
  880. configure:16281: result: yes
  881. configure:16381: checking whether limits.h has ULLONG_WIDTH etc.
  882. configure:16401: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  883. conftest.c:45:38: error: 'ULLONG_WIDTH' undeclared here (not in a function)
  884. int ullw = ULLONG_WIDTH;
  885. ^
  886. configure:16401: $? = 1
  887. configure: failed program was:
  888. | /* confdefs.h */
  889. | #define PACKAGE_NAME "libidn2"
  890. | #define PACKAGE_TARNAME "libidn2"
  891. | #define PACKAGE_VERSION "0.16"
  892. | #define PACKAGE_STRING "libidn2 0.16"
  893. | #define PACKAGE_BUGREPORT "simon@josefsson.org"
  894. | #define PACKAGE_URL "http://www.gnu.org/software/libidn/#libidn2"
  895. | #define PACKAGE "libidn2"
  896. | #define VERSION "0.16"
  897. | #define STDC_HEADERS 1
  898. | #define HAVE_SYS_TYPES_H 1
  899. | #define HAVE_SYS_STAT_H 1
  900. | #define HAVE_STDLIB_H 1
  901. | #define HAVE_STRING_H 1
  902. | #define HAVE_MEMORY_H 1
  903. | #define HAVE_STRINGS_H 1
  904. | #define HAVE_INTTYPES_H 1
  905. | #define HAVE_STDINT_H 1
  906. | #define HAVE_UNISTD_H 1
  907. | #define __EXTENSIONS__ 1
  908. | #define _ALL_SOURCE 1
  909. | #define _DARWIN_C_SOURCE 1
  910. | #define _GNU_SOURCE 1
  911. | #define _POSIX_PTHREAD_SEMANTICS 1
  912. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  913. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  914. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  915. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  916. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  917. | #define __STDC_WANT_LIB_EXT2__ 1
  918. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  919. | #define _TANDEM_SOURCE 1
  920. | #define HAVE_DLFCN_H 1
  921. | #define LT_OBJDIR ".libs/"
  922. | #define ICONV_CONST
  923. | #define HAVE_LIMITS_H 1
  924. | #define HAVE_UNISTD_H 1
  925. | #define HAVE_WCHAR_H 1
  926. | #define HAVE_STDINT_H 1
  927. | /* end confdefs.h. */
  928. | #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
  929. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  930. | #endif
  931. | #include <limits.h>
  932. | int ullw = ULLONG_WIDTH;
  933. | int
  934. | main ()
  935. | {
  936. |
  937. | ;
  938. | return 0;
  939. | }
  940. configure:16408: result: no
  941. configure:16426: checking for nl_langinfo and CODESET
  942. configure:16442: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  943. configure:16442: $? = 0
  944. configure:16451: result: yes
  945. configure:16471: checking for symlink
  946. configure:16471: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  947. configure:16471: $? = 0
  948. configure:16471: result: yes
  949. configure:16501: checking for working fcntl.h
  950. configure:16604: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  951. configure:16604: $? = 0
  952. configure:16604: ./conftest
  953. configure:16604: $? = 64
  954. configure: program exited with status 64
  955. configure: failed program was:
  956. | /* confdefs.h */
  957. | #define PACKAGE_NAME "libidn2"
  958. | #define PACKAGE_TARNAME "libidn2"
  959. | #define PACKAGE_VERSION "0.16"
  960. | #define PACKAGE_STRING "libidn2 0.16"
  961. | #define PACKAGE_BUGREPORT "simon@josefsson.org"
  962. | #define PACKAGE_URL "http://www.gnu.org/software/libidn/#libidn2"
  963. | #define PACKAGE "libidn2"
  964. | #define VERSION "0.16"
  965. | #define STDC_HEADERS 1
  966. | #define HAVE_SYS_TYPES_H 1
  967. | #define HAVE_SYS_STAT_H 1
  968. | #define HAVE_STDLIB_H 1
  969. | #define HAVE_STRING_H 1
  970. | #define HAVE_MEMORY_H 1
  971. | #define HAVE_STRINGS_H 1
  972. | #define HAVE_INTTYPES_H 1
  973. | #define HAVE_STDINT_H 1
  974. | #define HAVE_UNISTD_H 1
  975. | #define __EXTENSIONS__ 1
  976. | #define _ALL_SOURCE 1
  977. | #define _DARWIN_C_SOURCE 1
  978. | #define _GNU_SOURCE 1
  979. | #define _POSIX_PTHREAD_SEMANTICS 1
  980. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  981. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  982. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  983. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  984. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  985. | #define __STDC_WANT_LIB_EXT2__ 1
  986. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  987. | #define _TANDEM_SOURCE 1
  988. | #define HAVE_DLFCN_H 1
  989. | #define LT_OBJDIR ".libs/"
  990. | #define ICONV_CONST
  991. | #define HAVE_LIMITS_H 1
  992. | #define HAVE_UNISTD_H 1
  993. | #define HAVE_WCHAR_H 1
  994. | #define HAVE_STDINT_H 1
  995. | #define HAVE_LANGINFO_CODESET 1
  996. | #define HAVE_SYMLINK 1
  997. | /* end confdefs.h. */
  998. | #include <sys/types.h>
  999. | #include <sys/stat.h>
  1000. | #if HAVE_UNISTD_H
  1001. | # include <unistd.h>
  1002. | #else /* on Windows with MSVC */
  1003. | # include <io.h>
  1004. | # include <stdlib.h>
  1005. | # defined sleep(n) _sleep ((n) * 1000)
  1006. | #endif
  1007. | #include <fcntl.h>
  1008. | #ifndef O_NOATIME
  1009. | #define O_NOATIME 0
  1010. | #endif
  1011. | #ifndef O_NOFOLLOW
  1012. | #define O_NOFOLLOW 0
  1013. | #endif
  1014. | static int const constants[] =
  1015. | {
  1016. | O_CREAT, O_EXCL, O_NOCTTY, O_TRUNC, O_APPEND,
  1017. | O_NONBLOCK, O_SYNC, O_ACCMODE, O_RDONLY, O_RDWR, O_WRONLY
  1018. | };
  1019. |
  1020. | int
  1021. | main ()
  1022. | {
  1023. |
  1024. | int result = !constants;
  1025. | #if HAVE_SYMLINK
  1026. | {
  1027. | static char const sym[] = "conftest.sym";
  1028. | if (symlink ("/dev/null", sym) != 0)
  1029. | result |= 2;
  1030. | else
  1031. | {
  1032. | int fd = open (sym, O_WRONLY | O_NOFOLLOW | O_CREAT, 0);
  1033. | if (fd >= 0)
  1034. | {
  1035. | close (fd);
  1036. | result |= 4;
  1037. | }
  1038. | }
  1039. | if (unlink (sym) != 0 || symlink (".", sym) != 0)
  1040. | result |= 2;
  1041. | else
  1042. | {
  1043. | int fd = open (sym, O_RDONLY | O_NOFOLLOW);
  1044. | if (fd >= 0)
  1045. | {
  1046. | close (fd);
  1047. | result |= 4;
  1048. | }
  1049. | }
  1050. | unlink (sym);
  1051. | }
  1052. | #endif
  1053. | {
  1054. | static char const file[] = "confdefs.h";
  1055. | int fd = open (file, O_RDONLY | O_NOATIME);
  1056. | if (fd < 0)
  1057. | result |= 8;
  1058. | else
  1059. | {
  1060. | struct stat st0;
  1061. | if (fstat (fd, &st0) != 0)
  1062. | result |= 16;
  1063. | else
  1064. | {
  1065. | char c;
  1066. | sleep (1);
  1067. | if (read (fd, &c, 1) != 1)
  1068. | result |= 24;
  1069. | else
  1070. | {
  1071. | if (close (fd) != 0)
  1072. | result |= 32;
  1073. | else
  1074. | {
  1075. | struct stat st1;
  1076. | if (stat (file, &st1) != 0)
  1077. | result |= 40;
  1078. | else
  1079. | if (st0.st_atime != st1.st_atime)
  1080. | result |= 64;
  1081. | }
  1082. | }
  1083. | }
  1084. | }
  1085. | }
  1086. | return result;
  1087. | ;
  1088. | return 0;
  1089. | }
  1090. configure:16619: result: no (bad O_NOATIME)
  1091. configure:16643: checking whether getc_unlocked is declared
  1092. configure:16643: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1093. configure:16643: $? = 0
  1094. configure:16643: result: yes
  1095. configure:16656: checking whether we are using the GNU C Library >= 2.1 or uClibc
  1096. conftest.c:47:22: fatal error: features.h: No such file or directory
  1097. #include <features.h>
  1098. ^
  1099. compilation terminated.
  1100. configure:16686: result: no
  1101. configure:16702: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1102. conftest.c:47:10: error: unknown type name 'not'
  1103. not a universal capable compiler
  1104. ^
  1105. conftest.c:47:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
  1106. not a universal capable compiler
  1107. ^
  1108. conftest.c:47:16: error: unknown type name 'universal'
  1109. configure:16702: $? = 1
  1110. configure: failed program was:
  1111. | /* confdefs.h */
  1112. | #define PACKAGE_NAME "libidn2"
  1113. | #define PACKAGE_TARNAME "libidn2"
  1114. | #define PACKAGE_VERSION "0.16"
  1115. | #define PACKAGE_STRING "libidn2 0.16"
  1116. | #define PACKAGE_BUGREPORT "simon@josefsson.org"
  1117. | #define PACKAGE_URL "http://www.gnu.org/software/libidn/#libidn2"
  1118. | #define PACKAGE "libidn2"
  1119. | #define VERSION "0.16"
  1120. | #define STDC_HEADERS 1
  1121. | #define HAVE_SYS_TYPES_H 1
  1122. | #define HAVE_SYS_STAT_H 1
  1123. | #define HAVE_STDLIB_H 1
  1124. | #define HAVE_STRING_H 1
  1125. | #define HAVE_MEMORY_H 1
  1126. | #define HAVE_STRINGS_H 1
  1127. | #define HAVE_INTTYPES_H 1
  1128. | #define HAVE_STDINT_H 1
  1129. | #define HAVE_UNISTD_H 1
  1130. | #define __EXTENSIONS__ 1
  1131. | #define _ALL_SOURCE 1
  1132. | #define _DARWIN_C_SOURCE 1
  1133. | #define _GNU_SOURCE 1
  1134. | #define _POSIX_PTHREAD_SEMANTICS 1
  1135. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  1136. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  1137. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  1138. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  1139. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  1140. | #define __STDC_WANT_LIB_EXT2__ 1
  1141. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  1142. | #define _TANDEM_SOURCE 1
  1143. | #define HAVE_DLFCN_H 1
  1144. | #define LT_OBJDIR ".libs/"
  1145. | #define ICONV_CONST
  1146. | #define HAVE_LIMITS_H 1
  1147. | #define HAVE_UNISTD_H 1
  1148. | #define HAVE_WCHAR_H 1
  1149. | #define HAVE_STDINT_H 1
  1150. | #define HAVE_LANGINFO_CODESET 1
  1151. | #define HAVE_SYMLINK 1
  1152. | #define HAVE_WORKING_O_NOATIME 0
  1153. | #define HAVE_WORKING_O_NOFOLLOW 1
  1154. | #define HAVE_DECL_GETC_UNLOCKED 1
  1155. | /* end confdefs.h. */
  1156. | #ifndef __APPLE_CC__
  1157. | not a universal capable compiler
  1158. | #endif
  1159. | typedef int dummy;
  1160. |
  1161. configure:16809: checking for stdbool.h that conforms to C99
  1162. configure:16884: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1163. configure:16884: $? = 0
  1164. configure:16891: result: yes
  1165. configure:16893: checking for _Bool
  1166. configure:16893: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1167. configure:16893: $? = 0
  1168. configure:16893: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1169. conftest.c: In function 'main':
  1170. conftest.c:82:20: error: expected expression before ')' token
  1171. if (sizeof ((_Bool)))
  1172. ^
  1173. configure:16893: $? = 1
  1174. configure: failed program was:
  1175. | /* confdefs.h */
  1176. | #define PACKAGE_NAME "libidn2"
  1177. | #define PACKAGE_TARNAME "libidn2"
  1178. | #define PACKAGE_VERSION "0.16"
  1179. | #define PACKAGE_STRING "libidn2 0.16"
  1180. | #define PACKAGE_BUGREPORT "simon@josefsson.org"
  1181. | #define PACKAGE_URL "http://www.gnu.org/software/libidn/#libidn2"
  1182. | #define PACKAGE "libidn2"
  1183. | #define VERSION "0.16"
  1184. | #define STDC_HEADERS 1
  1185. | #define HAVE_SYS_TYPES_H 1
  1186. | #define HAVE_SYS_STAT_H 1
  1187. | #define HAVE_STDLIB_H 1
  1188. | #define HAVE_STRING_H 1
  1189. | #define HAVE_MEMORY_H 1
  1190. | #define HAVE_STRINGS_H 1
  1191. | #define HAVE_INTTYPES_H 1
  1192. | #define HAVE_STDINT_H 1
  1193. | #define HAVE_UNISTD_H 1
  1194. | #define __EXTENSIONS__ 1
  1195. | #define _ALL_SOURCE 1
  1196. | #define _DARWIN_C_SOURCE 1
  1197. | #define _GNU_SOURCE 1
  1198. | #define _POSIX_PTHREAD_SEMANTICS 1
  1199. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  1200. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  1201. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  1202. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  1203. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  1204. | #define __STDC_WANT_LIB_EXT2__ 1
  1205. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  1206. | #define _TANDEM_SOURCE 1
  1207. | #define HAVE_DLFCN_H 1
  1208. | #define LT_OBJDIR ".libs/"
  1209. | #define ICONV_CONST
  1210. | #define HAVE_LIMITS_H 1
  1211. | #define HAVE_UNISTD_H 1
  1212. | #define HAVE_WCHAR_H 1
  1213. | #define HAVE_STDINT_H 1
  1214. | #define HAVE_LANGINFO_CODESET 1
  1215. | #define HAVE_SYMLINK 1
  1216. | #define HAVE_WORKING_O_NOATIME 0
  1217. | #define HAVE_WORKING_O_NOFOLLOW 1
  1218. | #define HAVE_DECL_GETC_UNLOCKED 1
  1219. | /* end confdefs.h. */
  1220. | #include <stdio.h>
  1221. | #ifdef HAVE_SYS_TYPES_H
  1222. | # include <sys/types.h>
  1223. | #endif
  1224. | #ifdef HAVE_SYS_STAT_H
  1225. | # include <sys/stat.h>
  1226. | #endif
  1227. | #ifdef STDC_HEADERS
  1228. | # include <stdlib.h>
  1229. | # include <stddef.h>
  1230. | #else
  1231. | # ifdef HAVE_STDLIB_H
  1232. | # include <stdlib.h>
  1233. | # endif
  1234. | #endif
  1235. | #ifdef HAVE_STRING_H
  1236. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1237. | # include <memory.h>
  1238. | # endif
  1239. | # include <string.h>
  1240. | #endif
  1241. | #ifdef HAVE_STRINGS_H
  1242. | # include <strings.h>
  1243. | #endif
  1244. | #ifdef HAVE_INTTYPES_H
  1245. | # include <inttypes.h>
  1246. | #endif
  1247. | #ifdef HAVE_STDINT_H
  1248. | # include <stdint.h>
  1249. | #endif
  1250. | #ifdef HAVE_UNISTD_H
  1251. | # include <unistd.h>
  1252. | #endif
  1253. | int
  1254. | main ()
  1255. | {
  1256. | if (sizeof ((_Bool)))
  1257. | return 0;
  1258. | ;
  1259. | return 0;
  1260. | }
  1261. configure:16893: result: yes
  1262. configure:16910: checking for wchar_t
  1263. configure:16927: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1264. configure:16927: $? = 0
  1265. configure:16934: result: yes
  1266. configure:16943: checking for wint_t
  1267. configure:16968: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1268. configure:16968: $? = 0
  1269. configure:16975: result: yes
  1270. configure:16982: checking whether wint_t is too small
  1271. configure:17010: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1272. configure:17010: $? = 0
  1273. configure:17017: result: no
  1274. configure:17030: checking for unsigned long long int
  1275. configure:17078: result: yes
  1276. configure:17088: checking for long long int
  1277. configure:17138: result: yes
  1278. configure:17296: checking whether stdint.h conforms to C99
  1279. configure:17476: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1280. conftest.c:151:30: error: conflicting types for 'k'
  1281. extern __typeof__ (SIZE_MAX) k;
  1282. ^
  1283. conftest.c:150:15: note: previous declaration of 'k' was here
  1284. extern size_t k;
  1285. ^
  1286. conftest.c:180:9: error: negative width in bit-field 'check_UINT8_C'
  1287. (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1;
  1288. ^
  1289. conftest.c:182:9: error: negative width in bit-field 'check_UINT16_C'
  1290. (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1;
  1291. ^
  1292. conftest.c:202:3: error: negative width in bit-field 'check_uint_fast16'
  1293. int check_uint_fast16: (uint_fast16_t) -1 == UINT_FAST16_MAX ? 1 : -1;
  1294. ^
  1295. configure:17476: $? = 1
  1296. configure: failed program was:
  1297. | /* confdefs.h */
  1298. | #define PACKAGE_NAME "libidn2"
  1299. | #define PACKAGE_TARNAME "libidn2"
  1300. | #define PACKAGE_VERSION "0.16"
  1301. | #define PACKAGE_STRING "libidn2 0.16"
  1302. | #define PACKAGE_BUGREPORT "simon@josefsson.org"
  1303. | #define PACKAGE_URL "http://www.gnu.org/software/libidn/#libidn2"
  1304. | #define PACKAGE "libidn2"
  1305. | #define VERSION "0.16"
  1306. | #define STDC_HEADERS 1
  1307. | #define HAVE_SYS_TYPES_H 1
  1308. | #define HAVE_SYS_STAT_H 1
  1309. | #define HAVE_STDLIB_H 1
  1310. | #define HAVE_STRING_H 1
  1311. | #define HAVE_MEMORY_H 1
  1312. | #define HAVE_STRINGS_H 1
  1313. | #define HAVE_INTTYPES_H 1
  1314. | #define HAVE_STDINT_H 1
  1315. | #define HAVE_UNISTD_H 1
  1316. | #define __EXTENSIONS__ 1
  1317. | #define _ALL_SOURCE 1
  1318. | #define _DARWIN_C_SOURCE 1
  1319. | #define _GNU_SOURCE 1
  1320. | #define _POSIX_PTHREAD_SEMANTICS 1
  1321. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  1322. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  1323. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  1324. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  1325. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  1326. | #define __STDC_WANT_LIB_EXT2__ 1
  1327. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  1328. | #define _TANDEM_SOURCE 1
  1329. | #define HAVE_DLFCN_H 1
  1330. | #define LT_OBJDIR ".libs/"
  1331. | #define ICONV_CONST
  1332. | #define HAVE_LIMITS_H 1
  1333. | #define HAVE_UNISTD_H 1
  1334. | #define HAVE_WCHAR_H 1
  1335. | #define HAVE_STDINT_H 1
  1336. | #define HAVE_LANGINFO_CODESET 1
  1337. | #define HAVE_SYMLINK 1
  1338. | #define HAVE_WORKING_O_NOATIME 0
  1339. | #define HAVE_WORKING_O_NOFOLLOW 1
  1340. | #define HAVE_DECL_GETC_UNLOCKED 1
  1341. | #define HAVE__BOOL 1
  1342. | #define HAVE_WCHAR_T 1
  1343. | #define HAVE_WINT_T 1
  1344. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1345. | #define HAVE_LONG_LONG_INT 1
  1346. | /* end confdefs.h. */
  1347. |
  1348. |
  1349. | #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */
  1350. | #define __STDC_CONSTANT_MACROS 1
  1351. | #define __STDC_LIMIT_MACROS 1
  1352. | #include <stdint.h>
  1353. | /* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in <wchar.h>. */
  1354. | #if !(defined WCHAR_MIN && defined WCHAR_MAX)
  1355. | #error "WCHAR_MIN, WCHAR_MAX not defined in <stdint.h>"
  1356. | #endif
  1357. |
  1358. |
  1359. | /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
  1360. | included before <wchar.h>. */
  1361. | #include <stddef.h>
  1362. | #include <signal.h>
  1363. | #if HAVE_WCHAR_H
  1364. | # include <stdio.h>
  1365. | # include <time.h>
  1366. | # include <wchar.h>
  1367. | #endif
  1368. |
  1369. |
  1370. | #ifdef INT8_MAX
  1371. | int8_t a1 = INT8_MAX;
  1372. | int8_t a1min = INT8_MIN;
  1373. | #endif
  1374. | #ifdef INT16_MAX
  1375. | int16_t a2 = INT16_MAX;
  1376. | int16_t a2min = INT16_MIN;
  1377. | #endif
  1378. | #ifdef INT32_MAX
  1379. | int32_t a3 = INT32_MAX;
  1380. | int32_t a3min = INT32_MIN;
  1381. | #endif
  1382. | #ifdef INT64_MAX
  1383. | int64_t a4 = INT64_MAX;
  1384. | int64_t a4min = INT64_MIN;
  1385. | #endif
  1386. | #ifdef UINT8_MAX
  1387. | uint8_t b1 = UINT8_MAX;
  1388. | #else
  1389. | typedef int b1[(unsigned char) -1 != 255 ? 1 : -1];
  1390. | #endif
  1391. | #ifdef UINT16_MAX
  1392. | uint16_t b2 = UINT16_MAX;
  1393. | #endif
  1394. | #ifdef UINT32_MAX
  1395. | uint32_t b3 = UINT32_MAX;
  1396. | #endif
  1397. | #ifdef UINT64_MAX
  1398. | uint64_t b4 = UINT64_MAX;
  1399. | #endif
  1400. | int_least8_t c1 = INT8_C (0x7f);
  1401. | int_least8_t c1max = INT_LEAST8_MAX;
  1402. | int_least8_t c1min = INT_LEAST8_MIN;
  1403. | int_least16_t c2 = INT16_C (0x7fff);
  1404. | int_least16_t c2max = INT_LEAST16_MAX;
  1405. | int_least16_t c2min = INT_LEAST16_MIN;
  1406. | int_least32_t c3 = INT32_C (0x7fffffff);
  1407. | int_least32_t c3max = INT_LEAST32_MAX;
  1408. | int_least32_t c3min = INT_LEAST32_MIN;
  1409. | int_least64_t c4 = INT64_C (0x7fffffffffffffff);
  1410. | int_least64_t c4max = INT_LEAST64_MAX;
  1411. | int_least64_t c4min = INT_LEAST64_MIN;
  1412. | uint_least8_t d1 = UINT8_C (0xff);
  1413. | uint_least8_t d1max = UINT_LEAST8_MAX;
  1414. | uint_least16_t d2 = UINT16_C (0xffff);
  1415. | uint_least16_t d2max = UINT_LEAST16_MAX;
  1416. | uint_least32_t d3 = UINT32_C (0xffffffff);
  1417. | uint_least32_t d3max = UINT_LEAST32_MAX;
  1418. | uint_least64_t d4 = UINT64_C (0xffffffffffffffff);
  1419. | uint_least64_t d4max = UINT_LEAST64_MAX;
  1420. | int_fast8_t e1 = INT_FAST8_MAX;
  1421. | int_fast8_t e1min = INT_FAST8_MIN;
  1422. | int_fast16_t e2 = INT_FAST16_MAX;
  1423. | int_fast16_t e2min = INT_FAST16_MIN;
  1424. | int_fast32_t e3 = INT_FAST32_MAX;
  1425. | int_fast32_t e3min = INT_FAST32_MIN;
  1426. | int_fast64_t e4 = INT_FAST64_MAX;
  1427. | int_fast64_t e4min = INT_FAST64_MIN;
  1428. | uint_fast8_t f1 = UINT_FAST8_MAX;
  1429. | uint_fast16_t f2 = UINT_FAST16_MAX;
  1430. | uint_fast32_t f3 = UINT_FAST32_MAX;
  1431. | uint_fast64_t f4 = UINT_FAST64_MAX;
  1432. | #ifdef INTPTR_MAX
  1433. | intptr_t g = INTPTR_MAX;
  1434. | intptr_t gmin = INTPTR_MIN;
  1435. | #endif
  1436. | #ifdef UINTPTR_MAX
  1437. | uintptr_t h = UINTPTR_MAX;
  1438. | #endif
  1439. | intmax_t i = INTMAX_MAX;
  1440. | uintmax_t j = UINTMAX_MAX;
  1441. |
  1442. | /* Check that SIZE_MAX has the correct type, if possible. */
  1443. | #if 201112 <= __STDC_VERSION__
  1444. | int k = _Generic (SIZE_MAX, size_t: 0);
  1445. | #elif (2 <= __GNUC__ || defined __IBM__TYPEOF__ || (0x5110 <= __SUNPRO_C && !__STDC__))
  1446. | extern size_t k;
  1447. | extern __typeof__ (SIZE_MAX) k;
  1448. | #endif
  1449. |
  1450. | #include <limits.h> /* for CHAR_BIT */
  1451. | #define TYPE_MINIMUM(t) ((t) ((t) 0 < (t) -1 ? (t) 0 : ~ TYPE_MAXIMUM (t)))
  1452. | #define TYPE_MAXIMUM(t) ((t) ((t) 0 < (t) -1 ? (t) -1 : ((((t) 1 << (sizeof (t) * CHAR_BIT - 2)) - 1) * 2 + 1)))
  1453. | struct s {
  1454. | int check_PTRDIFF:
  1455. | PTRDIFF_MIN == TYPE_MINIMUM (ptrdiff_t)
  1456. | && PTRDIFF_MAX == TYPE_MAXIMUM (ptrdiff_t)
  1457. | ? 1 : -1;
  1458. | /* Detect bug in FreeBSD 6.0 / ia64. */
  1459. | int check_SIG_ATOMIC:
  1460. | SIG_ATOMIC_MIN == TYPE_MINIMUM (sig_atomic_t)
  1461. | && SIG_ATOMIC_MAX == TYPE_MAXIMUM (sig_atomic_t)
  1462. | ? 1 : -1;
  1463. | int check_SIZE: SIZE_MAX == TYPE_MAXIMUM (size_t) ? 1 : -1;
  1464. | int check_WCHAR:
  1465. | WCHAR_MIN == TYPE_MINIMUM (wchar_t)
  1466. | && WCHAR_MAX == TYPE_MAXIMUM (wchar_t)
  1467. | ? 1 : -1;
  1468. | /* Detect bug in mingw. */
  1469. | int check_WINT:
  1470. | WINT_MIN == TYPE_MINIMUM (wint_t)
  1471. | && WINT_MAX == TYPE_MAXIMUM (wint_t)
  1472. | ? 1 : -1;
  1473. |
  1474. | /* Detect bugs in glibc 2.4 and Solaris 10 stdint.h, among others. */
  1475. | int check_UINT8_C:
  1476. | (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1;
  1477. | int check_UINT16_C:
  1478. | (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1;
  1479. |
  1480. | /* Detect bugs in OpenBSD 3.9 stdint.h. */
  1481. | #ifdef UINT8_MAX
  1482. | int check_uint8: (uint8_t) -1 == UINT8_MAX ? 1 : -1;
  1483. | #endif
  1484. | #ifdef UINT16_MAX
  1485. | int check_uint16: (uint16_t) -1 == UINT16_MAX ? 1 : -1;
  1486. | #endif
  1487. | #ifdef UINT32_MAX
  1488. | int check_uint32: (uint32_t) -1 == UINT32_MAX ? 1 : -1;
  1489. | #endif
  1490. | #ifdef UINT64_MAX
  1491. | int check_uint64: (uint64_t) -1 == UINT64_MAX ? 1 : -1;
  1492. | #endif
  1493. | int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1;
  1494. | int check_uint_least16: (uint_least16_t) -1 == UINT_LEAST16_MAX ? 1 : -1;
  1495. | int check_uint_least32: (uint_least32_t) -1 == UINT_LEAST32_MAX ? 1 : -1;
  1496. | int check_uint_least64: (uint_least64_t) -1 == UINT_LEAST64_MAX ? 1 : -1;
  1497. | int check_uint_fast8: (uint_fast8_t) -1 == UINT_FAST8_MAX ? 1 : -1;
  1498. | int check_uint_fast16: (uint_fast16_t) -1 == UINT_FAST16_MAX ? 1 : -1;
  1499. | int check_uint_fast32: (uint_fast32_t) -1 == UINT_FAST32_MAX ? 1 : -1;
  1500. | int check_uint_fast64: (uint_fast64_t) -1 == UINT_FAST64_MAX ? 1 : -1;
  1501. | int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1;
  1502. | int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1;
  1503. | int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1;
  1504. | };
  1505. |
  1506. | int
  1507. | main ()
  1508. | {
  1509. |
  1510. | ;
  1511. | return 0;
  1512. | }
  1513. configure:17570: result: no
  1514. configure:17682: checking sys/inttypes.h usability
  1515. configure:17682: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1516. configure:17682: $? = 0
  1517. configure:17682: result: yes
  1518. configure:17682: checking sys/inttypes.h presence
  1519. configure:17682: gcc -E conftest.c
  1520. configure:17682: $? = 0
  1521. configure:17682: result: yes
  1522. configure:17682: checking for sys/inttypes.h
  1523. configure:17682: result: yes
  1524. configure:17682: checking sys/bitypes.h usability
  1525. configure:17682: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1526. conftest.c:85:25: fatal error: sys/bitypes.h: No such file or directory
  1527. #include <sys/bitypes.h>
  1528. ^
  1529. compilation terminated.
  1530. configure:17682: $? = 1
  1531. configure: failed program was:
  1532. | /* confdefs.h */
  1533. | #define PACKAGE_NAME "libidn2"
  1534. | #define PACKAGE_TARNAME "libidn2"
  1535. | #define PACKAGE_VERSION "0.16"
  1536. | #define PACKAGE_STRING "libidn2 0.16"
  1537. | #define PACKAGE_BUGREPORT "simon@josefsson.org"
  1538. | #define PACKAGE_URL "http://www.gnu.org/software/libidn/#libidn2"
  1539. | #define PACKAGE "libidn2"
  1540. | #define VERSION "0.16"
  1541. | #define STDC_HEADERS 1
  1542. | #define HAVE_SYS_TYPES_H 1
  1543. | #define HAVE_SYS_STAT_H 1
  1544. | #define HAVE_STDLIB_H 1
  1545. | #define HAVE_STRING_H 1
  1546. | #define HAVE_MEMORY_H 1
  1547. | #define HAVE_STRINGS_H 1
  1548. | #define HAVE_INTTYPES_H 1
  1549. | #define HAVE_STDINT_H 1
  1550. | #define HAVE_UNISTD_H 1
  1551. | #define __EXTENSIONS__ 1
  1552. | #define _ALL_SOURCE 1
  1553. | #define _DARWIN_C_SOURCE 1
  1554. | #define _GNU_SOURCE 1
  1555. | #define _POSIX_PTHREAD_SEMANTICS 1
  1556. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  1557. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  1558. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  1559. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  1560. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  1561. | #define __STDC_WANT_LIB_EXT2__ 1
  1562. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  1563. | #define _TANDEM_SOURCE 1
  1564. | #define HAVE_DLFCN_H 1
  1565. | #define LT_OBJDIR ".libs/"
  1566. | #define ICONV_CONST
  1567. | #define HAVE_LIMITS_H 1
  1568. | #define HAVE_UNISTD_H 1
  1569. | #define HAVE_WCHAR_H 1
  1570. | #define HAVE_STDINT_H 1
  1571. | #define HAVE_LANGINFO_CODESET 1
  1572. | #define HAVE_SYMLINK 1
  1573. | #define HAVE_WORKING_O_NOATIME 0
  1574. | #define HAVE_WORKING_O_NOFOLLOW 1
  1575. | #define HAVE_DECL_GETC_UNLOCKED 1
  1576. | #define HAVE__BOOL 1
  1577. | #define HAVE_WCHAR_T 1
  1578. | #define HAVE_WINT_T 1
  1579. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1580. | #define HAVE_LONG_LONG_INT 1
  1581. | #define HAVE_SYS_INTTYPES_H 1
  1582. | /* end confdefs.h. */
  1583. | #include <stdio.h>
  1584. | #ifdef HAVE_SYS_TYPES_H
  1585. | # include <sys/types.h>
  1586. | #endif
  1587. | #ifdef HAVE_SYS_STAT_H
  1588. | # include <sys/stat.h>
  1589. | #endif
  1590. | #ifdef STDC_HEADERS
  1591. | # include <stdlib.h>
  1592. | # include <stddef.h>
  1593. | #else
  1594. | # ifdef HAVE_STDLIB_H
  1595. | # include <stdlib.h>
  1596. | # endif
  1597. | #endif
  1598. | #ifdef HAVE_STRING_H
  1599. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1600. | # include <memory.h>
  1601. | # endif
  1602. | # include <string.h>
  1603. | #endif
  1604. | #ifdef HAVE_STRINGS_H
  1605. | # include <strings.h>
  1606. | #endif
  1607. | #ifdef HAVE_INTTYPES_H
  1608. | # include <inttypes.h>
  1609. | #endif
  1610. | #ifdef HAVE_STDINT_H
  1611. | # include <stdint.h>
  1612. | #endif
  1613. | #ifdef HAVE_UNISTD_H
  1614. | # include <unistd.h>
  1615. | #endif
  1616. | #include <sys/bitypes.h>
  1617. configure:17682: result: no
  1618. configure:17682: checking sys/bitypes.h presence
  1619. configure:17682: gcc -E conftest.c
  1620. conftest.c:52:25: fatal error: sys/bitypes.h: No such file or directory
  1621. #include <sys/bitypes.h>
  1622. ^
  1623. compilation terminated.
  1624. configure:17682: $? = 1
  1625. configure: failed program was:
  1626. | /* confdefs.h */
  1627. | #define PACKAGE_NAME "libidn2"
  1628. | #define PACKAGE_TARNAME "libidn2"
  1629. | #define PACKAGE_VERSION "0.16"
  1630. | #define PACKAGE_STRING "libidn2 0.16"
  1631. | #define PACKAGE_BUGREPORT "simon@josefsson.org"
  1632. | #define PACKAGE_URL "http://www.gnu.org/software/libidn/#libidn2"
  1633. | #define PACKAGE "libidn2"
  1634. | #define VERSION "0.16"
  1635. | #define STDC_HEADERS 1
  1636. | #define HAVE_SYS_TYPES_H 1
  1637. | #define HAVE_SYS_STAT_H 1
  1638. | #define HAVE_STDLIB_H 1
  1639. | #define HAVE_STRING_H 1
  1640. | #define HAVE_MEMORY_H 1
  1641. | #define HAVE_STRINGS_H 1
  1642. | #define HAVE_INTTYPES_H 1
  1643. | #define HAVE_STDINT_H 1
  1644. | #define HAVE_UNISTD_H 1
  1645. | #define __EXTENSIONS__ 1
  1646. | #define _ALL_SOURCE 1
  1647. | #define _DARWIN_C_SOURCE 1
  1648. | #define _GNU_SOURCE 1
  1649. | #define _POSIX_PTHREAD_SEMANTICS 1
  1650. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  1651. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  1652. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  1653. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  1654. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  1655. | #define __STDC_WANT_LIB_EXT2__ 1
  1656. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  1657. | #define _TANDEM_SOURCE 1
  1658. | #define HAVE_DLFCN_H 1
  1659. | #define LT_OBJDIR ".libs/"
  1660. | #define ICONV_CONST
  1661. | #define HAVE_LIMITS_H 1
  1662. | #define HAVE_UNISTD_H 1
  1663. | #define HAVE_WCHAR_H 1
  1664. | #define HAVE_STDINT_H 1
  1665. | #define HAVE_LANGINFO_CODESET 1
  1666. | #define HAVE_SYMLINK 1
  1667. | #define HAVE_WORKING_O_NOATIME 0
  1668. | #define HAVE_WORKING_O_NOFOLLOW 1
  1669. | #define HAVE_DECL_GETC_UNLOCKED 1
  1670. | #define HAVE__BOOL 1
  1671. | #define HAVE_WCHAR_T 1
  1672. | #define HAVE_WINT_T 1
  1673. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1674. | #define HAVE_LONG_LONG_INT 1
  1675. | #define HAVE_SYS_INTTYPES_H 1
  1676. | /* end confdefs.h. */
  1677. | #include <sys/bitypes.h>
  1678. configure:17682: result: no
  1679. configure:17682: checking for sys/bitypes.h
  1680. configure:17682: result: no
  1681. configure:17704: checking for bit size of ptrdiff_t
  1682. configure:17709: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1683. configure:17709: $? = 0
  1684. configure:17709: ./conftest
  1685. configure:17709: $? = 0
  1686. configure:17730: result: 32
  1687. configure:17704: checking for bit size of size_t
  1688. configure:17709: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1689. configure:17709: $? = 0
  1690. configure:17709: ./conftest
  1691. configure:17709: $? = 0
  1692. configure:17730: result: 32
  1693. configure:17749: checking for bit size of sig_atomic_t
  1694. configure:17754: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1695. configure:17754: $? = 0
  1696. configure:17754: ./conftest
  1697. configure:17754: $? = 0
  1698. configure:17775: result: 32
  1699. configure:17749: checking for bit size of wchar_t
  1700. configure:17754: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1701. configure:17754: $? = 0
  1702. configure:17754: ./conftest
  1703. configure:17754: $? = 0
  1704. configure:17775: result: 32
  1705. configure:17749: checking for bit size of wint_t
  1706. configure:17754: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  1707. configure:17754: $? = 0
  1708. configure:17754: ./conftest
  1709. configure:17754: $? = 0
  1710. configure:17775: result: 32
  1711. configure:17793: checking whether sig_atomic_t is signed
  1712. configure:17820: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1713. configure:17820: $? = 0
  1714. configure:17830: result: yes
  1715. configure:17793: checking whether wchar_t is signed
  1716. configure:17820: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1717. configure:17820: $? = 0
  1718. configure:17830: result: yes
  1719. configure:17793: checking whether wint_t is signed
  1720. configure:17820: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1721. configure:17820: $? = 0
  1722. configure:17830: result: yes
  1723. configure:17852: checking for ptrdiff_t integer literal suffix
  1724. configure:17898: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1725. configure:17898: $? = 0
  1726. configure:17907: result:
  1727. configure:17852: checking for size_t integer literal suffix
  1728. configure:17898: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1729. configure:17898: $? = 0
  1730. configure:17907: result: u
  1731. configure:17924: checking for sig_atomic_t integer literal suffix
  1732. configure:17970: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1733. configure:17970: $? = 0
  1734. configure:17979: result:
  1735. configure:17924: checking for wchar_t integer literal suffix
  1736. configure:17970: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1737. conftest.c:75:26: error: conflicting types for 'foo'
  1738. extern int foo;
  1739. ^
  1740. conftest.c:74:30: note: previous declaration of 'foo' was here
  1741. extern wchar_t foo;
  1742. ^
  1743. configure:17970: $? = 1
  1744. configure: failed program was:
  1745. | /* confdefs.h */
  1746. | #define PACKAGE_NAME "libidn2"
  1747. | #define PACKAGE_TARNAME "libidn2"
  1748. | #define PACKAGE_VERSION "0.16"
  1749. | #define PACKAGE_STRING "libidn2 0.16"
  1750. | #define PACKAGE_BUGREPORT "simon@josefsson.org"
  1751. | #define PACKAGE_URL "http://www.gnu.org/software/libidn/#libidn2"
  1752. | #define PACKAGE "libidn2"
  1753. | #define VERSION "0.16"
  1754. | #define STDC_HEADERS 1
  1755. | #define HAVE_SYS_TYPES_H 1
  1756. | #define HAVE_SYS_STAT_H 1
  1757. | #define HAVE_STDLIB_H 1
  1758. | #define HAVE_STRING_H 1
  1759. | #define HAVE_MEMORY_H 1
  1760. | #define HAVE_STRINGS_H 1
  1761. | #define HAVE_INTTYPES_H 1
  1762. | #define HAVE_STDINT_H 1
  1763. | #define HAVE_UNISTD_H 1
  1764. | #define __EXTENSIONS__ 1
  1765. | #define _ALL_SOURCE 1
  1766. | #define _DARWIN_C_SOURCE 1
  1767. | #define _GNU_SOURCE 1
  1768. | #define _POSIX_PTHREAD_SEMANTICS 1
  1769. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  1770. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  1771. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  1772. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  1773. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  1774. | #define __STDC_WANT_LIB_EXT2__ 1
  1775. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  1776. | #define _TANDEM_SOURCE 1
  1777. | #define HAVE_DLFCN_H 1
  1778. | #define LT_OBJDIR ".libs/"
  1779. | #define ICONV_CONST
  1780. | #define HAVE_LIMITS_H 1
  1781. | #define HAVE_UNISTD_H 1
  1782. | #define HAVE_WCHAR_H 1
  1783. | #define HAVE_STDINT_H 1
  1784. | #define HAVE_LANGINFO_CODESET 1
  1785. | #define HAVE_SYMLINK 1
  1786. | #define HAVE_WORKING_O_NOATIME 0
  1787. | #define HAVE_WORKING_O_NOFOLLOW 1
  1788. | #define HAVE_DECL_GETC_UNLOCKED 1
  1789. | #define HAVE__BOOL 1
  1790. | #define HAVE_WCHAR_T 1
  1791. | #define HAVE_WINT_T 1
  1792. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1793. | #define HAVE_LONG_LONG_INT 1
  1794. | #define HAVE_SYS_INTTYPES_H 1
  1795. | #define BITSIZEOF_PTRDIFF_T 32
  1796. | #define BITSIZEOF_SIZE_T 32
  1797. | #define BITSIZEOF_SIG_ATOMIC_T 32
  1798. | #define BITSIZEOF_WCHAR_T 32
  1799. | #define BITSIZEOF_WINT_T 32
  1800. | #define HAVE_SIGNED_SIG_ATOMIC_T 1
  1801. | #define HAVE_SIGNED_WCHAR_T 1
  1802. | #define HAVE_SIGNED_WINT_T 1
  1803. | #define PTRDIFF_T_SUFFIX
  1804. | #define SIZE_T_SUFFIX u
  1805. | #define SIG_ATOMIC_T_SUFFIX
  1806. | /* end confdefs.h. */
  1807. |
  1808. | /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
  1809. | included before <wchar.h>. */
  1810. | #include <stddef.h>
  1811. | #include <signal.h>
  1812. | #if HAVE_WCHAR_H
  1813. | # include <stdio.h>
  1814. | # include <time.h>
  1815. | # include <wchar.h>
  1816. | #endif
  1817. |
  1818. | extern wchar_t foo;
  1819. | extern int foo;
  1820. | int
  1821. | main ()
  1822. | {
  1823. |
  1824. | ;
  1825. | return 0;
  1826. | }
  1827. configure:17970: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1828. configure:17970: $? = 0
  1829. configure:17979: result: l
  1830. configure:17924: checking for wint_t integer literal suffix
  1831. configure:17970: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1832. conftest.c:76:26: error: conflicting types for 'foo'
  1833. extern int foo;
  1834. ^
  1835. conftest.c:75:29: note: previous declaration of 'foo' was here
  1836. extern wint_t foo;
  1837. ^
  1838. configure:17970: $? = 1
  1839. configure: failed program was:
  1840. | /* confdefs.h */
  1841. | #define PACKAGE_NAME "libidn2"
  1842. | #define PACKAGE_TARNAME "libidn2"
  1843. | #define PACKAGE_VERSION "0.16"
  1844. | #define PACKAGE_STRING "libidn2 0.16"
  1845. | #define PACKAGE_BUGREPORT "simon@josefsson.org"
  1846. | #define PACKAGE_URL "http://www.gnu.org/software/libidn/#libidn2"
  1847. | #define PACKAGE "libidn2"
  1848. | #define VERSION "0.16"
  1849. | #define STDC_HEADERS 1
  1850. | #define HAVE_SYS_TYPES_H 1
  1851. | #define HAVE_SYS_STAT_H 1
  1852. | #define HAVE_STDLIB_H 1
  1853. | #define HAVE_STRING_H 1
  1854. | #define HAVE_MEMORY_H 1
  1855. | #define HAVE_STRINGS_H 1
  1856. | #define HAVE_INTTYPES_H 1
  1857. | #define HAVE_STDINT_H 1
  1858. | #define HAVE_UNISTD_H 1
  1859. | #define __EXTENSIONS__ 1
  1860. | #define _ALL_SOURCE 1
  1861. | #define _DARWIN_C_SOURCE 1
  1862. | #define _GNU_SOURCE 1
  1863. | #define _POSIX_PTHREAD_SEMANTICS 1
  1864. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  1865. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  1866. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  1867. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  1868. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  1869. | #define __STDC_WANT_LIB_EXT2__ 1
  1870. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  1871. | #define _TANDEM_SOURCE 1
  1872. | #define HAVE_DLFCN_H 1
  1873. | #define LT_OBJDIR ".libs/"
  1874. | #define ICONV_CONST
  1875. | #define HAVE_LIMITS_H 1
  1876. | #define HAVE_UNISTD_H 1
  1877. | #define HAVE_WCHAR_H 1
  1878. | #define HAVE_STDINT_H 1
  1879. | #define HAVE_LANGINFO_CODESET 1
  1880. | #define HAVE_SYMLINK 1
  1881. | #define HAVE_WORKING_O_NOATIME 0
  1882. | #define HAVE_WORKING_O_NOFOLLOW 1
  1883. | #define HAVE_DECL_GETC_UNLOCKED 1
  1884. | #define HAVE__BOOL 1
  1885. | #define HAVE_WCHAR_T 1
  1886. | #define HAVE_WINT_T 1
  1887. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1888. | #define HAVE_LONG_LONG_INT 1
  1889. | #define HAVE_SYS_INTTYPES_H 1
  1890. | #define BITSIZEOF_PTRDIFF_T 32
  1891. | #define BITSIZEOF_SIZE_T 32
  1892. | #define BITSIZEOF_SIG_ATOMIC_T 32
  1893. | #define BITSIZEOF_WCHAR_T 32
  1894. | #define BITSIZEOF_WINT_T 32
  1895. | #define HAVE_SIGNED_SIG_ATOMIC_T 1
  1896. | #define HAVE_SIGNED_WCHAR_T 1
  1897. | #define HAVE_SIGNED_WINT_T 1
  1898. | #define PTRDIFF_T_SUFFIX
  1899. | #define SIZE_T_SUFFIX u
  1900. | #define SIG_ATOMIC_T_SUFFIX
  1901. | #define WCHAR_T_SUFFIX l
  1902. | /* end confdefs.h. */
  1903. |
  1904. | /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
  1905. | included before <wchar.h>. */
  1906. | #include <stddef.h>
  1907. | #include <signal.h>
  1908. | #if HAVE_WCHAR_H
  1909. | # include <stdio.h>
  1910. | # include <time.h>
  1911. | # include <wchar.h>
  1912. | #endif
  1913. |
  1914. | extern wint_t foo;
  1915. | extern int foo;
  1916. | int
  1917. | main ()
  1918. | {
  1919. |
  1920. | ;
  1921. | return 0;
  1922. | }
  1923. configure:17970: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1924. configure:17970: $? = 0
  1925. configure:17979: result: l
  1926. configure:18022: checking for C/C++ restrict keyword
  1927. configure:18049: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1928. configure:18049: $? = 0
  1929. configure:18057: result: __restrict
  1930. configure:18148: checking whether ffsl is declared without a macro
  1931. configure:18166: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1932. configure:18166: $? = 0
  1933. configure:18174: result: yes
  1934. configure:18148: checking whether ffsll is declared without a macro
  1935. configure:18166: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1936. configure:18166: $? = 0
  1937. configure:18174: result: yes
  1938. configure:18148: checking whether memmem is declared without a macro
  1939. configure:18166: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1940. configure:18166: $? = 0
  1941. configure:18174: result: yes
  1942. configure:18148: checking whether mempcpy is declared without a macro
  1943. configure:18166: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1944. conftest.c: In function 'main':
  1945. conftest.c:75:10: error: 'mempcpy' undeclared (first use in this function)
  1946. (void) mempcpy;
  1947. ^
  1948. conftest.c:75:10: note: each undeclared identifier is reported only once for each function it appears in
  1949. configure:18166: $? = 1
  1950. configure: failed program was:
  1951. | /* confdefs.h */
  1952. | #define PACKAGE_NAME "libidn2"
  1953. | #define PACKAGE_TARNAME "libidn2"
  1954. | #define PACKAGE_VERSION "0.16"
  1955. | #define PACKAGE_STRING "libidn2 0.16"
  1956. | #define PACKAGE_BUGREPORT "simon@josefsson.org"
  1957. | #define PACKAGE_URL "http://www.gnu.org/software/libidn/#libidn2"
  1958. | #define PACKAGE "libidn2"
  1959. | #define VERSION "0.16"
  1960. | #define STDC_HEADERS 1
  1961. | #define HAVE_SYS_TYPES_H 1
  1962. | #define HAVE_SYS_STAT_H 1
  1963. | #define HAVE_STDLIB_H 1
  1964. | #define HAVE_STRING_H 1
  1965. | #define HAVE_MEMORY_H 1
  1966. | #define HAVE_STRINGS_H 1
  1967. | #define HAVE_INTTYPES_H 1
  1968. | #define HAVE_STDINT_H 1
  1969. | #define HAVE_UNISTD_H 1
  1970. | #define __EXTENSIONS__ 1
  1971. | #define _ALL_SOURCE 1
  1972. | #define _DARWIN_C_SOURCE 1
  1973. | #define _GNU_SOURCE 1
  1974. | #define _POSIX_PTHREAD_SEMANTICS 1
  1975. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  1976. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  1977. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  1978. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  1979. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  1980. | #define __STDC_WANT_LIB_EXT2__ 1
  1981. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  1982. | #define _TANDEM_SOURCE 1
  1983. | #define HAVE_DLFCN_H 1
  1984. | #define LT_OBJDIR ".libs/"
  1985. | #define ICONV_CONST
  1986. | #define HAVE_LIMITS_H 1
  1987. | #define HAVE_UNISTD_H 1
  1988. | #define HAVE_WCHAR_H 1
  1989. | #define HAVE_STDINT_H 1
  1990. | #define HAVE_LANGINFO_CODESET 1
  1991. | #define HAVE_SYMLINK 1
  1992. | #define HAVE_WORKING_O_NOATIME 0
  1993. | #define HAVE_WORKING_O_NOFOLLOW 1
  1994. | #define HAVE_DECL_GETC_UNLOCKED 1
  1995. | #define HAVE__BOOL 1
  1996. | #define HAVE_WCHAR_T 1
  1997. | #define HAVE_WINT_T 1
  1998. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1999. | #define HAVE_LONG_LONG_INT 1
  2000. | #define HAVE_SYS_INTTYPES_H 1
  2001. | #define BITSIZEOF_PTRDIFF_T 32
  2002. | #define BITSIZEOF_SIZE_T 32
  2003. | #define BITSIZEOF_SIG_ATOMIC_T 32
  2004. | #define BITSIZEOF_WCHAR_T 32
  2005. | #define BITSIZEOF_WINT_T 32
  2006. | #define HAVE_SIGNED_SIG_ATOMIC_T 1
  2007. | #define HAVE_SIGNED_WCHAR_T 1
  2008. | #define HAVE_SIGNED_WINT_T 1
  2009. | #define PTRDIFF_T_SUFFIX
  2010. | #define SIZE_T_SUFFIX u
  2011. | #define SIG_ATOMIC_T_SUFFIX
  2012. | #define WCHAR_T_SUFFIX l
  2013. | #define WINT_T_SUFFIX l
  2014. | #define restrict __restrict
  2015. | #define HAVE_RAW_DECL_FFSL 1
  2016. | #define HAVE_RAW_DECL_FFSLL 1
  2017. | #define HAVE_RAW_DECL_MEMMEM 1
  2018. | /* end confdefs.h. */
  2019. | #include <string.h>
  2020. |
  2021. | int
  2022. | main ()
  2023. | {
  2024. | #undef mempcpy
  2025. | (void) mempcpy;
  2026. | ;
  2027. | return 0;
  2028. | }
  2029. configure:18174: result: no
  2030. configure:18148: checking whether memrchr is declared without a macro
  2031. configure:18166: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2032. conftest.c: In function 'main':
  2033. conftest.c:75:10: error: 'memrchr' undeclared (first use in this function)
  2034. (void) memrchr;
  2035. ^
  2036. conftest.c:75:10: note: each undeclared identifier is reported only once for each function it appears in
  2037. configure:18166: $? = 1
  2038. configure: failed program was:
  2039. | /* confdefs.h */
  2040. | #define PACKAGE_NAME "libidn2"
  2041. | #define PACKAGE_TARNAME "libidn2"
  2042. | #define PACKAGE_VERSION "0.16"
  2043. | #define PACKAGE_STRING "libidn2 0.16"
  2044. | #define PACKAGE_BUGREPORT "simon@josefsson.org"
  2045. | #define PACKAGE_URL "http://www.gnu.org/software/libidn/#libidn2"
  2046. | #define PACKAGE "libidn2"
  2047. | #define VERSION "0.16"
  2048. | #define STDC_HEADERS 1
  2049. | #define HAVE_SYS_TYPES_H 1
  2050. | #define HAVE_SYS_STAT_H 1
  2051. | #define HAVE_STDLIB_H 1
  2052. | #define HAVE_STRING_H 1
  2053. | #define HAVE_MEMORY_H 1
  2054. | #define HAVE_STRINGS_H 1
  2055. | #define HAVE_INTTYPES_H 1
  2056. | #define HAVE_STDINT_H 1
  2057. | #define HAVE_UNISTD_H 1
  2058. | #define __EXTENSIONS__ 1
  2059. | #define _ALL_SOURCE 1
  2060. | #define _DARWIN_C_SOURCE 1
  2061. | #define _GNU_SOURCE 1
  2062. | #define _POSIX_PTHREAD_SEMANTICS 1
  2063. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  2064. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  2065. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  2066. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  2067. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  2068. | #define __STDC_WANT_LIB_EXT2__ 1
  2069. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  2070. | #define _TANDEM_SOURCE 1
  2071. | #define HAVE_DLFCN_H 1
  2072. | #define LT_OBJDIR ".libs/"
  2073. | #define ICONV_CONST
  2074. | #define HAVE_LIMITS_H 1
  2075. | #define HAVE_UNISTD_H 1
  2076. | #define HAVE_WCHAR_H 1
  2077. | #define HAVE_STDINT_H 1
  2078. | #define HAVE_LANGINFO_CODESET 1
  2079. | #define HAVE_SYMLINK 1
  2080. | #define HAVE_WORKING_O_NOATIME 0
  2081. | #define HAVE_WORKING_O_NOFOLLOW 1
  2082. | #define HAVE_DECL_GETC_UNLOCKED 1
  2083. | #define HAVE__BOOL 1
  2084. | #define HAVE_WCHAR_T 1
  2085. | #define HAVE_WINT_T 1
  2086. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  2087. | #define HAVE_LONG_LONG_INT 1
  2088. | #define HAVE_SYS_INTTYPES_H 1
  2089. | #define BITSIZEOF_PTRDIFF_T 32
  2090. | #define BITSIZEOF_SIZE_T 32
  2091. | #define BITSIZEOF_SIG_ATOMIC_T 32
  2092. | #define BITSIZEOF_WCHAR_T 32
  2093. | #define BITSIZEOF_WINT_T 32
  2094. | #define HAVE_SIGNED_SIG_ATOMIC_T 1
  2095. | #define HAVE_SIGNED_WCHAR_T 1
  2096. | #define HAVE_SIGNED_WINT_T 1
  2097. | #define PTRDIFF_T_SUFFIX
  2098. | #define SIZE_T_SUFFIX u
  2099. | #define SIG_ATOMIC_T_SUFFIX
  2100. | #define WCHAR_T_SUFFIX l
  2101. | #define WINT_T_SUFFIX l
  2102. | #define restrict __restrict
  2103. | #define HAVE_RAW_DECL_FFSL 1
  2104. | #define HAVE_RAW_DECL_FFSLL 1
  2105. | #define HAVE_RAW_DECL_MEMMEM 1
  2106. | /* end confdefs.h. */
  2107. | #include <string.h>
  2108. |
  2109. | int
  2110. | main ()
  2111. | {
  2112. | #undef memrchr
  2113. | (void) memrchr;
  2114. | ;
  2115. | return 0;
  2116. | }
  2117. configure:18174: result: no
  2118. configure:18148: checking whether rawmemchr is declared without a macro
  2119. configure:18166: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2120. conftest.c: In function 'main':
  2121. conftest.c:75:10: error: 'rawmemchr' undeclared (first use in this function)
  2122. (void) rawmemchr;
  2123. ^
  2124. conftest.c:75:10: note: each undeclared identifier is reported only once for each function it appears in
  2125. configure:18166: $? = 1
  2126. configure: failed program was:
  2127. | /* confdefs.h */
  2128. | #define PACKAGE_NAME "libidn2"
  2129. | #define PACKAGE_TARNAME "libidn2"
  2130. | #define PACKAGE_VERSION "0.16"
  2131. | #define PACKAGE_STRING "libidn2 0.16"
  2132. | #define PACKAGE_BUGREPORT "simon@josefsson.org"
  2133. | #define PACKAGE_URL "http://www.gnu.org/software/libidn/#libidn2"
  2134. | #define PACKAGE "libidn2"
  2135. | #define VERSION "0.16"
  2136. | #define STDC_HEADERS 1
  2137. | #define HAVE_SYS_TYPES_H 1
  2138. | #define HAVE_SYS_STAT_H 1
  2139. | #define HAVE_STDLIB_H 1
  2140. | #define HAVE_STRING_H 1
  2141. | #define HAVE_MEMORY_H 1
  2142. | #define HAVE_STRINGS_H 1
  2143. | #define HAVE_INTTYPES_H 1
  2144. | #define HAVE_STDINT_H 1
  2145. | #define HAVE_UNISTD_H 1
  2146. | #define __EXTENSIONS__ 1
  2147. | #define _ALL_SOURCE 1
  2148. | #define _DARWIN_C_SOURCE 1
  2149. | #define _GNU_SOURCE 1
  2150. | #define _POSIX_PTHREAD_SEMANTICS 1
  2151. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  2152. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  2153. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  2154. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  2155. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  2156. | #define __STDC_WANT_LIB_EXT2__ 1
  2157. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  2158. | #define _TANDEM_SOURCE 1
  2159. | #define HAVE_DLFCN_H 1
  2160. | #define LT_OBJDIR ".libs/"
  2161. | #define ICONV_CONST
  2162. | #define HAVE_LIMITS_H 1
  2163. | #define HAVE_UNISTD_H 1
  2164. | #define HAVE_WCHAR_H 1
  2165. | #define HAVE_STDINT_H 1
  2166. | #define HAVE_LANGINFO_CODESET 1
  2167. | #define HAVE_SYMLINK 1
  2168. | #define HAVE_WORKING_O_NOATIME 0
  2169. | #define HAVE_WORKING_O_NOFOLLOW 1
  2170. | #define HAVE_DECL_GETC_UNLOCKED 1
  2171. | #define HAVE__BOOL 1
  2172. | #define HAVE_WCHAR_T 1
  2173. | #define HAVE_WINT_T 1
  2174. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  2175. | #define HAVE_LONG_LONG_INT 1
  2176. | #define HAVE_SYS_INTTYPES_H 1
  2177. | #define BITSIZEOF_PTRDIFF_T 32
  2178. | #define BITSIZEOF_SIZE_T 32
  2179. | #define BITSIZEOF_SIG_ATOMIC_T 32
  2180. | #define BITSIZEOF_WCHAR_T 32
  2181. | #define BITSIZEOF_WINT_T 32
  2182. | #define HAVE_SIGNED_SIG_ATOMIC_T 1
  2183. | #define HAVE_SIGNED_WCHAR_T 1
  2184. | #define HAVE_SIGNED_WINT_T 1
  2185. | #define PTRDIFF_T_SUFFIX
  2186. | #define SIZE_T_SUFFIX u
  2187. | #define SIG_ATOMIC_T_SUFFIX
  2188. | #define WCHAR_T_SUFFIX l
  2189. | #define WINT_T_SUFFIX l
  2190. | #define restrict __restrict
  2191. | #define HAVE_RAW_DECL_FFSL 1
  2192. | #define HAVE_RAW_DECL_FFSLL 1
  2193. | #define HAVE_RAW_DECL_MEMMEM 1
  2194. | /* end confdefs.h. */
  2195. | #include <string.h>
  2196. |
  2197. | int
  2198. | main ()
  2199. | {
  2200. | #undef rawmemchr
  2201. | (void) rawmemchr;
  2202. | ;
  2203. | return 0;
  2204. | }
  2205. configure:18174: result: no
  2206. configure:18148: checking whether stpcpy is declared without a macro
  2207. configure:18166: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2208. configure:18166: $? = 0
  2209. configure:18174: result: yes
  2210. configure:18148: checking whether stpncpy is declared without a macro
  2211. configure:18166: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2212. configure:18166: $? = 0
  2213. configure:18174: result: yes
  2214. configure:18148: checking whether strchrnul is declared without a macro
  2215. configure:18166: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2216. configure:18166: $? = 0
  2217. configure:18174: result: yes
  2218. configure:18148: checking whether strdup is declared without a macro
  2219. configure:18166: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2220. configure:18166: $? = 0
  2221. configure:18174: result: yes
  2222. configure:18148: checking whether strncat is declared without a macro
  2223. configure:18166: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2224. configure:18166: $? = 0
  2225. configure:18174: result: yes
  2226. configure:18148: checking whether strndup is declared without a macro
  2227. configure:18166: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2228. configure:18166: $? = 0
  2229. configure:18174: result: yes
  2230. configure:18148: checking whether strnlen is declared without a macro
  2231. configure:18166: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2232. configure:18166: $? = 0
  2233. configure:18174: result: yes
  2234. configure:18148: checking whether strpbrk is declared without a macro
  2235. configure:18166: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2236. configure:18166: $? = 0
  2237. configure:18174: result: yes
  2238. configure:18148: checking whether strsep is declared without a macro
  2239. configure:18166: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2240. configure:18166: $? = 0
  2241. configure:18174: result: yes
  2242. configure:18148: checking whether strcasestr is declared without a macro
  2243. configure:18166: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2244. configure:18166: $? = 0
  2245. configure:18174: result: yes
  2246. configure:18148: checking whether strtok_r is declared without a macro
  2247. configure:18166: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2248. configure:18166: $? = 0
  2249. configure:18174: result: yes
  2250. configure:18148: checking whether strerror_r is declared without a macro
  2251. configure:18166: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2252. configure:18166: $? = 0
  2253. configure:18174: result: yes
  2254. configure:18148: checking whether strsignal is declared without a macro
  2255. configure:18166: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2256. configure:18166: $? = 0
  2257. configure:18174: result: yes
  2258. configure:18148: checking whether strverscmp is declared without a macro
  2259. configure:18166: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2260. conftest.c: In function 'main':
  2261. conftest.c:88:10: error: 'strverscmp' undeclared (first use in this function)
  2262. (void) strverscmp;
  2263. ^
  2264. conftest.c:88:10: note: each undeclared identifier is reported only once for each function it appears in
  2265. configure:18166: $? = 1
  2266. configure: failed program was:
  2267. | /* confdefs.h */
  2268. | #define PACKAGE_NAME "libidn2"
  2269. | #define PACKAGE_TARNAME "libidn2"
  2270. | #define PACKAGE_VERSION "0.16"
  2271. | #define PACKAGE_STRING "libidn2 0.16"
  2272. | #define PACKAGE_BUGREPORT "simon@josefsson.org"
  2273. | #define PACKAGE_URL "http://www.gnu.org/software/libidn/#libidn2"
  2274. | #define PACKAGE "libidn2"
  2275. | #define VERSION "0.16"
  2276. | #define STDC_HEADERS 1
  2277. | #define HAVE_SYS_TYPES_H 1
  2278. | #define HAVE_SYS_STAT_H 1
  2279. | #define HAVE_STDLIB_H 1
  2280. | #define HAVE_STRING_H 1
  2281. | #define HAVE_MEMORY_H 1
  2282. | #define HAVE_STRINGS_H 1
  2283. | #define HAVE_INTTYPES_H 1
  2284. | #define HAVE_STDINT_H 1
  2285. | #define HAVE_UNISTD_H 1
  2286. | #define __EXTENSIONS__ 1
  2287. | #define _ALL_SOURCE 1
  2288. | #define _DARWIN_C_SOURCE 1
  2289. | #define _GNU_SOURCE 1
  2290. | #define _POSIX_PTHREAD_SEMANTICS 1
  2291. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  2292. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  2293. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  2294. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  2295. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  2296. | #define __STDC_WANT_LIB_EXT2__ 1
  2297. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  2298. | #define _TANDEM_SOURCE 1
  2299. | #define HAVE_DLFCN_H 1
  2300. | #define LT_OBJDIR ".libs/"
  2301. | #define ICONV_CONST
  2302. | #define HAVE_LIMITS_H 1
  2303. | #define HAVE_UNISTD_H 1
  2304. | #define HAVE_WCHAR_H 1
  2305. | #define HAVE_STDINT_H 1
  2306. | #define HAVE_LANGINFO_CODESET 1
  2307. | #define HAVE_SYMLINK 1
  2308. | #define HAVE_WORKING_O_NOATIME 0
  2309. | #define HAVE_WORKING_O_NOFOLLOW 1
  2310. | #define HAVE_DECL_GETC_UNLOCKED 1
  2311. | #define HAVE__BOOL 1
  2312. | #define HAVE_WCHAR_T 1
  2313. | #define HAVE_WINT_T 1
  2314. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  2315. | #define HAVE_LONG_LONG_INT 1
  2316. | #define HAVE_SYS_INTTYPES_H 1
  2317. | #define BITSIZEOF_PTRDIFF_T 32
  2318. | #define BITSIZEOF_SIZE_T 32
  2319. | #define BITSIZEOF_SIG_ATOMIC_T 32
  2320. | #define BITSIZEOF_WCHAR_T 32
  2321. | #define BITSIZEOF_WINT_T 32
  2322. | #define HAVE_SIGNED_SIG_ATOMIC_T 1
  2323. | #define HAVE_SIGNED_WCHAR_T 1
  2324. | #define HAVE_SIGNED_WINT_T 1
  2325. | #define PTRDIFF_T_SUFFIX
  2326. | #define SIZE_T_SUFFIX u
  2327. | #define SIG_ATOMIC_T_SUFFIX
  2328. | #define WCHAR_T_SUFFIX l
  2329. | #define WINT_T_SUFFIX l
  2330. | #define restrict __restrict
  2331. | #define HAVE_RAW_DECL_FFSL 1
  2332. | #define HAVE_RAW_DECL_FFSLL 1
  2333. | #define HAVE_RAW_DECL_MEMMEM 1
  2334. | #define HAVE_RAW_DECL_STPCPY 1
  2335. | #define HAVE_RAW_DECL_STPNCPY 1
  2336. | #define HAVE_RAW_DECL_STRCHRNUL 1
  2337. | #define HAVE_RAW_DECL_STRDUP 1
  2338. | #define HAVE_RAW_DECL_STRNCAT 1
  2339. | #define HAVE_RAW_DECL_STRNDUP 1
  2340. | #define HAVE_RAW_DECL_STRNLEN 1
  2341. | #define HAVE_RAW_DECL_STRPBRK 1
  2342. | #define HAVE_RAW_DECL_STRSEP 1
  2343. | #define HAVE_RAW_DECL_STRCASESTR 1
  2344. | #define HAVE_RAW_DECL_STRTOK_R 1
  2345. | #define HAVE_RAW_DECL_STRERROR_R 1
  2346. | #define HAVE_RAW_DECL_STRSIGNAL 1
  2347. | /* end confdefs.h. */
  2348. | #include <string.h>
  2349. |
  2350. | int
  2351. | main ()
  2352. | {
  2353. | #undef strverscmp
  2354. | (void) strverscmp;
  2355. | ;
  2356. | return 0;
  2357. | }
  2358. configure:18174: result: no
  2359. configure:18188: checking for pid_t
  2360. configure:18188: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2361. configure:18188: $? = 0
  2362. configure:18188: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2363. conftest.c: In function 'main':
  2364. conftest.c:118:20: error: expected expression before ')' token
  2365. if (sizeof ((pid_t)))
  2366. ^
  2367. configure:18188: $? = 1
  2368. configure: failed program was:
  2369. | /* confdefs.h */
  2370. | #define PACKAGE_NAME "libidn2"
  2371. | #define PACKAGE_TARNAME "libidn2"
  2372. | #define PACKAGE_VERSION "0.16"
  2373. | #define PACKAGE_STRING "libidn2 0.16"
  2374. | #define PACKAGE_BUGREPORT "simon@josefsson.org"
  2375. | #define PACKAGE_URL "http://www.gnu.org/software/libidn/#libidn2"
  2376. | #define PACKAGE "libidn2"
  2377. | #define VERSION "0.16"
  2378. | #define STDC_HEADERS 1
  2379. | #define HAVE_SYS_TYPES_H 1
  2380. | #define HAVE_SYS_STAT_H 1
  2381. | #define HAVE_STDLIB_H 1
  2382. | #define HAVE_STRING_H 1
  2383. | #define HAVE_MEMORY_H 1
  2384. | #define HAVE_STRINGS_H 1
  2385. | #define HAVE_INTTYPES_H 1
  2386. | #define HAVE_STDINT_H 1
  2387. | #define HAVE_UNISTD_H 1
  2388. | #define __EXTENSIONS__ 1
  2389. | #define _ALL_SOURCE 1
  2390. | #define _DARWIN_C_SOURCE 1
  2391. | #define _GNU_SOURCE 1
  2392. | #define _POSIX_PTHREAD_SEMANTICS 1
  2393. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  2394. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  2395. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  2396. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  2397. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  2398. | #define __STDC_WANT_LIB_EXT2__ 1
  2399. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  2400. | #define _TANDEM_SOURCE 1
  2401. | #define HAVE_DLFCN_H 1
  2402. | #define LT_OBJDIR ".libs/"
  2403. | #define ICONV_CONST
  2404. | #define HAVE_LIMITS_H 1
  2405. | #define HAVE_UNISTD_H 1
  2406. | #define HAVE_WCHAR_H 1
  2407. | #define HAVE_STDINT_H 1
  2408. | #define HAVE_LANGINFO_CODESET 1
  2409. | #define HAVE_SYMLINK 1
  2410. | #define HAVE_WORKING_O_NOATIME 0
  2411. | #define HAVE_WORKING_O_NOFOLLOW 1
  2412. | #define HAVE_DECL_GETC_UNLOCKED 1
  2413. | #define HAVE__BOOL 1
  2414. | #define HAVE_WCHAR_T 1
  2415. | #define HAVE_WINT_T 1
  2416. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  2417. | #define HAVE_LONG_LONG_INT 1
  2418. | #define HAVE_SYS_INTTYPES_H 1
  2419. | #define BITSIZEOF_PTRDIFF_T 32
  2420. | #define BITSIZEOF_SIZE_T 32
  2421. | #define BITSIZEOF_SIG_ATOMIC_T 32
  2422. | #define BITSIZEOF_WCHAR_T 32
  2423. | #define BITSIZEOF_WINT_T 32
  2424. | #define HAVE_SIGNED_SIG_ATOMIC_T 1
  2425. | #define HAVE_SIGNED_WCHAR_T 1
  2426. | #define HAVE_SIGNED_WINT_T 1
  2427. | #define PTRDIFF_T_SUFFIX
  2428. | #define SIZE_T_SUFFIX u
  2429. | #define SIG_ATOMIC_T_SUFFIX
  2430. | #define WCHAR_T_SUFFIX l
  2431. | #define WINT_T_SUFFIX l
  2432. | #define restrict __restrict
  2433. | #define HAVE_RAW_DECL_FFSL 1
  2434. | #define HAVE_RAW_DECL_FFSLL 1
  2435. | #define HAVE_RAW_DECL_MEMMEM 1
  2436. | #define HAVE_RAW_DECL_STPCPY 1
  2437. | #define HAVE_RAW_DECL_STPNCPY 1
  2438. | #define HAVE_RAW_DECL_STRCHRNUL 1
  2439. | #define HAVE_RAW_DECL_STRDUP 1
  2440. | #define HAVE_RAW_DECL_STRNCAT 1
  2441. | #define HAVE_RAW_DECL_STRNDUP 1
  2442. | #define HAVE_RAW_DECL_STRNLEN 1
  2443. | #define HAVE_RAW_DECL_STRPBRK 1
  2444. | #define HAVE_RAW_DECL_STRSEP 1
  2445. | #define HAVE_RAW_DECL_STRCASESTR 1
  2446. | #define HAVE_RAW_DECL_STRTOK_R 1
  2447. | #define HAVE_RAW_DECL_STRERROR_R 1
  2448. | #define HAVE_RAW_DECL_STRSIGNAL 1
  2449. | /* end confdefs.h. */
  2450. | #include <stdio.h>
  2451. | #ifdef HAVE_SYS_TYPES_H
  2452. | # include <sys/types.h>
  2453. | #endif
  2454. | #ifdef HAVE_SYS_STAT_H
  2455. | # include <sys/stat.h>
  2456. | #endif
  2457. | #ifdef STDC_HEADERS
  2458. | # include <stdlib.h>
  2459. | # include <stddef.h>
  2460. | #else
  2461. | # ifdef HAVE_STDLIB_H
  2462. | # include <stdlib.h>
  2463. | # endif
  2464. | #endif
  2465. | #ifdef HAVE_STRING_H
  2466. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2467. | # include <memory.h>
  2468. | # endif
  2469. | # include <string.h>
  2470. | #endif
  2471. | #ifdef HAVE_STRINGS_H
  2472. | # include <strings.h>
  2473. | #endif
  2474. | #ifdef HAVE_INTTYPES_H
  2475. | # include <inttypes.h>
  2476. | #endif
  2477. | #ifdef HAVE_STDINT_H
  2478. | # include <stdint.h>
  2479. | #endif
  2480. | #ifdef HAVE_UNISTD_H
  2481. | # include <unistd.h>
  2482. | #endif
  2483. | int
  2484. | main ()
  2485. | {
  2486. | if (sizeof ((pid_t)))
  2487. | return 0;
  2488. | ;
  2489. | return 0;
  2490. | }
  2491. configure:18188: result: yes
  2492. configure:18199: checking for mode_t
  2493. configure:18199: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2494. configure:18199: $? = 0
  2495. configure:18199: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2496. conftest.c: In function 'main':
  2497. conftest.c:118:21: error: expected expression before ')' token
  2498. if (sizeof ((mode_t)))
  2499. ^
  2500. configure:18199: $? = 1
  2501. configure: failed program was:
  2502. | /* confdefs.h */
  2503. | #define PACKAGE_NAME "libidn2"
  2504. | #define PACKAGE_TARNAME "libidn2"
  2505. | #define PACKAGE_VERSION "0.16"
  2506. | #define PACKAGE_STRING "libidn2 0.16"
  2507. | #define PACKAGE_BUGREPORT "simon@josefsson.org"
  2508. | #define PACKAGE_URL "http://www.gnu.org/software/libidn/#libidn2"
  2509. | #define PACKAGE "libidn2"
  2510. | #define VERSION "0.16"
  2511. | #define STDC_HEADERS 1
  2512. | #define HAVE_SYS_TYPES_H 1
  2513. | #define HAVE_SYS_STAT_H 1
  2514. | #define HAVE_STDLIB_H 1
  2515. | #define HAVE_STRING_H 1
  2516. | #define HAVE_MEMORY_H 1
  2517. | #define HAVE_STRINGS_H 1
  2518. | #define HAVE_INTTYPES_H 1
  2519. | #define HAVE_STDINT_H 1
  2520. | #define HAVE_UNISTD_H 1
  2521. | #define __EXTENSIONS__ 1
  2522. | #define _ALL_SOURCE 1
  2523. | #define _DARWIN_C_SOURCE 1
  2524. | #define _GNU_SOURCE 1
  2525. | #define _POSIX_PTHREAD_SEMANTICS 1
  2526. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  2527. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  2528. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  2529. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  2530. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  2531. | #define __STDC_WANT_LIB_EXT2__ 1
  2532. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  2533. | #define _TANDEM_SOURCE 1
  2534. | #define HAVE_DLFCN_H 1
  2535. | #define LT_OBJDIR ".libs/"
  2536. | #define ICONV_CONST
  2537. | #define HAVE_LIMITS_H 1
  2538. | #define HAVE_UNISTD_H 1
  2539. | #define HAVE_WCHAR_H 1
  2540. | #define HAVE_STDINT_H 1
  2541. | #define HAVE_LANGINFO_CODESET 1
  2542. | #define HAVE_SYMLINK 1
  2543. | #define HAVE_WORKING_O_NOATIME 0
  2544. | #define HAVE_WORKING_O_NOFOLLOW 1
  2545. | #define HAVE_DECL_GETC_UNLOCKED 1
  2546. | #define HAVE__BOOL 1
  2547. | #define HAVE_WCHAR_T 1
  2548. | #define HAVE_WINT_T 1
  2549. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  2550. | #define HAVE_LONG_LONG_INT 1
  2551. | #define HAVE_SYS_INTTYPES_H 1
  2552. | #define BITSIZEOF_PTRDIFF_T 32
  2553. | #define BITSIZEOF_SIZE_T 32
  2554. | #define BITSIZEOF_SIG_ATOMIC_T 32
  2555. | #define BITSIZEOF_WCHAR_T 32
  2556. | #define BITSIZEOF_WINT_T 32
  2557. | #define HAVE_SIGNED_SIG_ATOMIC_T 1
  2558. | #define HAVE_SIGNED_WCHAR_T 1
  2559. | #define HAVE_SIGNED_WINT_T 1
  2560. | #define PTRDIFF_T_SUFFIX
  2561. | #define SIZE_T_SUFFIX u
  2562. | #define SIG_ATOMIC_T_SUFFIX
  2563. | #define WCHAR_T_SUFFIX l
  2564. | #define WINT_T_SUFFIX l
  2565. | #define restrict __restrict
  2566. | #define HAVE_RAW_DECL_FFSL 1
  2567. | #define HAVE_RAW_DECL_FFSLL 1
  2568. | #define HAVE_RAW_DECL_MEMMEM 1
  2569. | #define HAVE_RAW_DECL_STPCPY 1
  2570. | #define HAVE_RAW_DECL_STPNCPY 1
  2571. | #define HAVE_RAW_DECL_STRCHRNUL 1
  2572. | #define HAVE_RAW_DECL_STRDUP 1
  2573. | #define HAVE_RAW_DECL_STRNCAT 1
  2574. | #define HAVE_RAW_DECL_STRNDUP 1
  2575. | #define HAVE_RAW_DECL_STRNLEN 1
  2576. | #define HAVE_RAW_DECL_STRPBRK 1
  2577. | #define HAVE_RAW_DECL_STRSEP 1
  2578. | #define HAVE_RAW_DECL_STRCASESTR 1
  2579. | #define HAVE_RAW_DECL_STRTOK_R 1
  2580. | #define HAVE_RAW_DECL_STRERROR_R 1
  2581. | #define HAVE_RAW_DECL_STRSIGNAL 1
  2582. | /* end confdefs.h. */
  2583. | #include <stdio.h>
  2584. | #ifdef HAVE_SYS_TYPES_H
  2585. | # include <sys/types.h>
  2586. | #endif
  2587. | #ifdef HAVE_SYS_STAT_H
  2588. | # include <sys/stat.h>
  2589. | #endif
  2590. | #ifdef STDC_HEADERS
  2591. | # include <stdlib.h>
  2592. | # include <stddef.h>
  2593. | #else
  2594. | # ifdef HAVE_STDLIB_H
  2595. | # include <stdlib.h>
  2596. | # endif
  2597. | #endif
  2598. | #ifdef HAVE_STRING_H
  2599. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2600. | # include <memory.h>
  2601. | # endif
  2602. | # include <string.h>
  2603. | #endif
  2604. | #ifdef HAVE_STRINGS_H
  2605. | # include <strings.h>
  2606. | #endif
  2607. | #ifdef HAVE_INTTYPES_H
  2608. | # include <inttypes.h>
  2609. | #endif
  2610. | #ifdef HAVE_STDINT_H
  2611. | # include <stdint.h>
  2612. | #endif
  2613. | #ifdef HAVE_UNISTD_H
  2614. | # include <unistd.h>
  2615. | #endif
  2616. | int
  2617. | main ()
  2618. | {
  2619. | if (sizeof ((mode_t)))
  2620. | return 0;
  2621. | ;
  2622. | return 0;
  2623. | }
  2624. configure:18199: result: yes
  2625. configure:18325: checking for inline
  2626. configure:18341: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2627. configure:18341: $? = 0
  2628. configure:18349: result: inline
  2629. configure:18447: checking if LD -Wl,--version-script works
  2630. configure:18467: gcc -std=gnu99 -o conftest -g -O2 -Wl,--version-script=conftest.map conftest.c >&5
  2631. ld: fatal: unrecognized option '--'
  2632. ld: fatal: use the '-z help' option for usage information
  2633. collect2: error: ld returned 1 exit status
  2634. configure:18467: $? = 1
  2635. configure: failed program was:
  2636. | /* confdefs.h */
  2637. | #define PACKAGE_NAME "libidn2"
  2638. | #define PACKAGE_TARNAME "libidn2"
  2639. | #define PACKAGE_VERSION "0.16"
  2640. | #define PACKAGE_STRING "libidn2 0.16"
  2641. | #define PACKAGE_BUGREPORT "simon@josefsson.org"
  2642. | #define PACKAGE_URL "http://www.gnu.org/software/libidn/#libidn2"
  2643. | #define PACKAGE "libidn2"
  2644. | #define VERSION "0.16"
  2645. | #define STDC_HEADERS 1
  2646. | #define HAVE_SYS_TYPES_H 1
  2647. | #define HAVE_SYS_STAT_H 1
  2648. | #define HAVE_STDLIB_H 1
  2649. | #define HAVE_STRING_H 1
  2650. | #define HAVE_MEMORY_H 1
  2651. | #define HAVE_STRINGS_H 1
  2652. | #define HAVE_INTTYPES_H 1
  2653. | #define HAVE_STDINT_H 1
  2654. | #define HAVE_UNISTD_H 1
  2655. | #define __EXTENSIONS__ 1
  2656. | #define _ALL_SOURCE 1
  2657. | #define _DARWIN_C_SOURCE 1
  2658. | #define _GNU_SOURCE 1
  2659. | #define _POSIX_PTHREAD_SEMANTICS 1
  2660. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  2661. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  2662. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  2663. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  2664. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  2665. | #define __STDC_WANT_LIB_EXT2__ 1
  2666. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  2667. | #define _TANDEM_SOURCE 1
  2668. | #define HAVE_DLFCN_H 1
  2669. | #define LT_OBJDIR ".libs/"
  2670. | #define ICONV_CONST
  2671. | #define HAVE_LIMITS_H 1
  2672. | #define HAVE_UNISTD_H 1
  2673. | #define HAVE_WCHAR_H 1
  2674. | #define HAVE_STDINT_H 1
  2675. | #define HAVE_LANGINFO_CODESET 1
  2676. | #define HAVE_SYMLINK 1
  2677. | #define HAVE_WORKING_O_NOATIME 0
  2678. | #define HAVE_WORKING_O_NOFOLLOW 1
  2679. | #define HAVE_DECL_GETC_UNLOCKED 1
  2680. | #define HAVE__BOOL 1
  2681. | #define HAVE_WCHAR_T 1
  2682. | #define HAVE_WINT_T 1
  2683. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  2684. | #define HAVE_LONG_LONG_INT 1
  2685. | #define HAVE_SYS_INTTYPES_H 1
  2686. | #define BITSIZEOF_PTRDIFF_T 32
  2687. | #define BITSIZEOF_SIZE_T 32
  2688. | #define BITSIZEOF_SIG_ATOMIC_T 32
  2689. | #define BITSIZEOF_WCHAR_T 32
  2690. | #define BITSIZEOF_WINT_T 32
  2691. | #define HAVE_SIGNED_SIG_ATOMIC_T 1
  2692. | #define HAVE_SIGNED_WCHAR_T 1
  2693. | #define HAVE_SIGNED_WINT_T 1
  2694. | #define PTRDIFF_T_SUFFIX
  2695. | #define SIZE_T_SUFFIX u
  2696. | #define SIG_ATOMIC_T_SUFFIX
  2697. | #define WCHAR_T_SUFFIX l
  2698. | #define WINT_T_SUFFIX l
  2699. | #define restrict __restrict
  2700. | #define HAVE_RAW_DECL_FFSL 1
  2701. | #define HAVE_RAW_DECL_FFSLL 1
  2702. | #define HAVE_RAW_DECL_MEMMEM 1
  2703. | #define HAVE_RAW_DECL_STPCPY 1
  2704. | #define HAVE_RAW_DECL_STPNCPY 1
  2705. | #define HAVE_RAW_DECL_STRCHRNUL 1
  2706. | #define HAVE_RAW_DECL_STRDUP 1
  2707. | #define HAVE_RAW_DECL_STRNCAT 1
  2708. | #define HAVE_RAW_DECL_STRNDUP 1
  2709. | #define HAVE_RAW_DECL_STRNLEN 1
  2710. | #define HAVE_RAW_DECL_STRPBRK 1
  2711. | #define HAVE_RAW_DECL_STRSEP 1
  2712. | #define HAVE_RAW_DECL_STRCASESTR 1
  2713. | #define HAVE_RAW_DECL_STRTOK_R 1
  2714. | #define HAVE_RAW_DECL_STRERROR_R 1
  2715. | #define HAVE_RAW_DECL_STRSIGNAL 1
  2716. | /* end confdefs.h. */
  2717. |
  2718. | int
  2719. | main ()
  2720. | {
  2721. |
  2722. | ;
  2723. | return 0;
  2724. | }
  2725. configure:18490: gcc -std=gnu99 -o conftest -g -O2 -Wl,--version-script=conftest.map conftest.c >&5
  2726. ld: fatal: unrecognized option '--'
  2727. ld: fatal: use the '-z help' option for usage information
  2728. collect2: error: ld returned 1 exit status
  2729. configure:18490: $? = 1
  2730. configure: failed program was:
  2731. | /* confdefs.h */
  2732. | #define PACKAGE_NAME "libidn2"
  2733. | #define PACKAGE_TARNAME "libidn2"
  2734. | #define PACKAGE_VERSION "0.16"
  2735. | #define PACKAGE_STRING "libidn2 0.16"
  2736. | #define PACKAGE_BUGREPORT "simon@josefsson.org"
  2737. | #define PACKAGE_URL "http://www.gnu.org/software/libidn/#libidn2"
  2738. | #define PACKAGE "libidn2"
  2739. | #define VERSION "0.16"
  2740. | #define STDC_HEADERS 1
  2741. | #define HAVE_SYS_TYPES_H 1
  2742. | #define HAVE_SYS_STAT_H 1
  2743. | #define HAVE_STDLIB_H 1
  2744. | #define HAVE_STRING_H 1
  2745. | #define HAVE_MEMORY_H 1
  2746. | #define HAVE_STRINGS_H 1
  2747. | #define HAVE_INTTYPES_H 1
  2748. | #define HAVE_STDINT_H 1
  2749. | #define HAVE_UNISTD_H 1
  2750. | #define __EXTENSIONS__ 1
  2751. | #define _ALL_SOURCE 1
  2752. | #define _DARWIN_C_SOURCE 1
  2753. | #define _GNU_SOURCE 1
  2754. | #define _POSIX_PTHREAD_SEMANTICS 1
  2755. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  2756. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  2757. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  2758. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  2759. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  2760. | #define __STDC_WANT_LIB_EXT2__ 1
  2761. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  2762. | #define _TANDEM_SOURCE 1
  2763. | #define HAVE_DLFCN_H 1
  2764. | #define LT_OBJDIR ".libs/"
  2765. | #define ICONV_CONST
  2766. | #define HAVE_LIMITS_H 1
  2767. | #define HAVE_UNISTD_H 1
  2768. | #define HAVE_WCHAR_H 1
  2769. | #define HAVE_STDINT_H 1
  2770. | #define HAVE_LANGINFO_CODESET 1
  2771. | #define HAVE_SYMLINK 1
  2772. | #define HAVE_WORKING_O_NOATIME 0
  2773. | #define HAVE_WORKING_O_NOFOLLOW 1
  2774. | #define HAVE_DECL_GETC_UNLOCKED 1
  2775. | #define HAVE__BOOL 1
  2776. | #define HAVE_WCHAR_T 1
  2777. | #define HAVE_WINT_T 1
  2778. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  2779. | #define HAVE_LONG_LONG_INT 1
  2780. | #define HAVE_SYS_INTTYPES_H 1
  2781. | #define BITSIZEOF_PTRDIFF_T 32
  2782. | #define BITSIZEOF_SIZE_T 32
  2783. | #define BITSIZEOF_SIG_ATOMIC_T 32
  2784. | #define BITSIZEOF_WCHAR_T 32
  2785. | #define BITSIZEOF_WINT_T 32
  2786. | #define HAVE_SIGNED_SIG_ATOMIC_T 1
  2787. | #define HAVE_SIGNED_WCHAR_T 1
  2788. | #define HAVE_SIGNED_WINT_T 1
  2789. | #define PTRDIFF_T_SUFFIX
  2790. | #define SIZE_T_SUFFIX u
  2791. | #define SIG_ATOMIC_T_SUFFIX
  2792. | #define WCHAR_T_SUFFIX l
  2793. | #define WINT_T_SUFFIX l
  2794. | #define restrict __restrict
  2795. | #define HAVE_RAW_DECL_FFSL 1
  2796. | #define HAVE_RAW_DECL_FFSLL 1
  2797. | #define HAVE_RAW_DECL_MEMMEM 1
  2798. | #define HAVE_RAW_DECL_STPCPY 1
  2799. | #define HAVE_RAW_DECL_STPNCPY 1
  2800. | #define HAVE_RAW_DECL_STRCHRNUL 1
  2801. | #define HAVE_RAW_DECL_STRDUP 1
  2802. | #define HAVE_RAW_DECL_STRNCAT 1
  2803. | #define HAVE_RAW_DECL_STRNDUP 1
  2804. | #define HAVE_RAW_DECL_STRNLEN 1
  2805. | #define HAVE_RAW_DECL_STRPBRK 1
  2806. | #define HAVE_RAW_DECL_STRSEP 1
  2807. | #define HAVE_RAW_DECL_STRCASESTR 1
  2808. | #define HAVE_RAW_DECL_STRTOK_R 1
  2809. | #define HAVE_RAW_DECL_STRERROR_R 1
  2810. | #define HAVE_RAW_DECL_STRSIGNAL 1
  2811. | /* end confdefs.h. */
  2812. |
  2813. | int
  2814. | main ()
  2815. | {
  2816. |
  2817. | ;
  2818. | return 0;
  2819. | }
  2820. configure:18501: result: no
  2821. configure:18520: checking whether the -Werror option is usable
  2822. configure:18539: gcc -std=gnu99 -c -g -O2 -Werror conftest.c >&5
  2823. configure:18539: $? = 0
  2824. configure:18548: result: yes
  2825. configure:18550: checking for simple visibility declarations
  2826. configure:18577: gcc -std=gnu99 -c -g -O2 -fvisibility=hidden -Werror conftest.c >&5
  2827. configure:18577: $? = 0
  2828. configure:18586: result: yes
  2829. configure:18622: checking whether program_invocation_name is declared
  2830. configure:18622: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2831. conftest.c: In function 'main':
  2832. conftest.c:92:10: error: 'program_invocation_name' undeclared (first use in this function)
  2833. (void) program_invocation_name;
  2834. ^
  2835. conftest.c:92:10: note: each undeclared identifier is reported only once for each function it appears in
  2836. configure:18622: $? = 1
  2837. configure: failed program was:
  2838. | /* confdefs.h */
  2839. | #define PACKAGE_NAME "libidn2"
  2840. | #define PACKAGE_TARNAME "libidn2"
  2841. | #define PACKAGE_VERSION "0.16"
  2842. | #define PACKAGE_STRING "libidn2 0.16"
  2843. | #define PACKAGE_BUGREPORT "simon@josefsson.org"
  2844. | #define PACKAGE_URL "http://www.gnu.org/software/libidn/#libidn2"
  2845. | #define PACKAGE "libidn2"
  2846. | #define VERSION "0.16"
  2847. | #define STDC_HEADERS 1
  2848. | #define HAVE_SYS_TYPES_H 1
  2849. | #define HAVE_SYS_STAT_H 1
  2850. | #define HAVE_STDLIB_H 1
  2851. | #define HAVE_STRING_H 1
  2852. | #define HAVE_MEMORY_H 1
  2853. | #define HAVE_STRINGS_H 1
  2854. | #define HAVE_INTTYPES_H 1
  2855. | #define HAVE_STDINT_H 1
  2856. | #define HAVE_UNISTD_H 1
  2857. | #define __EXTENSIONS__ 1
  2858. | #define _ALL_SOURCE 1
  2859. | #define _DARWIN_C_SOURCE 1
  2860. | #define _GNU_SOURCE 1
  2861. | #define _POSIX_PTHREAD_SEMANTICS 1
  2862. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  2863. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  2864. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  2865. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  2866. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  2867. | #define __STDC_WANT_LIB_EXT2__ 1
  2868. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  2869. | #define _TANDEM_SOURCE 1
  2870. | #define HAVE_DLFCN_H 1
  2871. | #define LT_OBJDIR ".libs/"
  2872. | #define ICONV_CONST
  2873. | #define HAVE_LIMITS_H 1
  2874. | #define HAVE_UNISTD_H 1
  2875. | #define HAVE_WCHAR_H 1
  2876. | #define HAVE_STDINT_H 1
  2877. | #define HAVE_LANGINFO_CODESET 1
  2878. | #define HAVE_SYMLINK 1
  2879. | #define HAVE_WORKING_O_NOATIME 0
  2880. | #define HAVE_WORKING_O_NOFOLLOW 1
  2881. | #define HAVE_DECL_GETC_UNLOCKED 1
  2882. | #define HAVE__BOOL 1
  2883. | #define HAVE_WCHAR_T 1
  2884. | #define HAVE_WINT_T 1
  2885. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  2886. | #define HAVE_LONG_LONG_INT 1
  2887. | #define HAVE_SYS_INTTYPES_H 1
  2888. | #define BITSIZEOF_PTRDIFF_T 32
  2889. | #define BITSIZEOF_SIZE_T 32
  2890. | #define BITSIZEOF_SIG_ATOMIC_T 32
  2891. | #define BITSIZEOF_WCHAR_T 32
  2892. | #define BITSIZEOF_WINT_T 32
  2893. | #define HAVE_SIGNED_SIG_ATOMIC_T 1
  2894. | #define HAVE_SIGNED_WCHAR_T 1
  2895. | #define HAVE_SIGNED_WINT_T 1
  2896. | #define PTRDIFF_T_SUFFIX
  2897. | #define SIZE_T_SUFFIX u
  2898. | #define SIG_ATOMIC_T_SUFFIX
  2899. | #define WCHAR_T_SUFFIX l
  2900. | #define WINT_T_SUFFIX l
  2901. | #define restrict __restrict
  2902. | #define HAVE_RAW_DECL_FFSL 1
  2903. | #define HAVE_RAW_DECL_FFSLL 1
  2904. | #define HAVE_RAW_DECL_MEMMEM 1
  2905. | #define HAVE_RAW_DECL_STPCPY 1
  2906. | #define HAVE_RAW_DECL_STPNCPY 1
  2907. | #define HAVE_RAW_DECL_STRCHRNUL 1
  2908. | #define HAVE_RAW_DECL_STRDUP 1
  2909. | #define HAVE_RAW_DECL_STRNCAT 1
  2910. | #define HAVE_RAW_DECL_STRNDUP 1
  2911. | #define HAVE_RAW_DECL_STRNLEN 1
  2912. | #define HAVE_RAW_DECL_STRPBRK 1
  2913. | #define HAVE_RAW_DECL_STRSEP 1
  2914. | #define HAVE_RAW_DECL_STRCASESTR 1
  2915. | #define HAVE_RAW_DECL_STRTOK_R 1
  2916. | #define HAVE_RAW_DECL_STRERROR_R 1
  2917. | #define HAVE_RAW_DECL_STRSIGNAL 1
  2918. | #define HAVE_VISIBILITY 1
  2919. | /* end confdefs.h. */
  2920. | #include <errno.h>
  2921. |
  2922. | int
  2923. | main ()
  2924. | {
  2925. | #ifndef program_invocation_name
  2926. | #ifdef __cplusplus
  2927. | (void) program_invocation_name;
  2928. | #else
  2929. | (void) program_invocation_name;
  2930. | #endif
  2931. | #endif
  2932. |
  2933. | ;
  2934. | return 0;
  2935. | }
  2936. configure:18622: result: no
  2937. configure:18634: checking whether program_invocation_short_name is declared
  2938. configure:18634: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2939. conftest.c: In function 'main':
  2940. conftest.c:93:10: error: 'program_invocation_short_name' undeclared (first use in this function)
  2941. (void) program_invocation_short_name;
  2942. ^
  2943. conftest.c:93:10: note: each undeclared identifier is reported only once for each function it appears in
  2944. configure:18634: $? = 1
  2945. configure: failed program was:
  2946. | /* confdefs.h */
  2947. | #define PACKAGE_NAME "libidn2"
  2948. | #define PACKAGE_TARNAME "libidn2"
  2949. | #define PACKAGE_VERSION "0.16"
  2950. | #define PACKAGE_STRING "libidn2 0.16"
  2951. | #define PACKAGE_BUGREPORT "simon@josefsson.org"
  2952. | #define PACKAGE_URL "http://www.gnu.org/software/libidn/#libidn2"
  2953. | #define PACKAGE "libidn2"
  2954. | #define VERSION "0.16"
  2955. | #define STDC_HEADERS 1
  2956. | #define HAVE_SYS_TYPES_H 1
  2957. | #define HAVE_SYS_STAT_H 1
  2958. | #define HAVE_STDLIB_H 1
  2959. | #define HAVE_STRING_H 1
  2960. | #define HAVE_MEMORY_H 1
  2961. | #define HAVE_STRINGS_H 1
  2962. | #define HAVE_INTTYPES_H 1
  2963. | #define HAVE_STDINT_H 1
  2964. | #define HAVE_UNISTD_H 1
  2965. | #define __EXTENSIONS__ 1
  2966. | #define _ALL_SOURCE 1
  2967. | #define _DARWIN_C_SOURCE 1
  2968. | #define _GNU_SOURCE 1
  2969. | #define _POSIX_PTHREAD_SEMANTICS 1
  2970. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  2971. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  2972. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  2973. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  2974. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  2975. | #define __STDC_WANT_LIB_EXT2__ 1
  2976. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  2977. | #define _TANDEM_SOURCE 1
  2978. | #define HAVE_DLFCN_H 1
  2979. | #define LT_OBJDIR ".libs/"
  2980. | #define ICONV_CONST
  2981. | #define HAVE_LIMITS_H 1
  2982. | #define HAVE_UNISTD_H 1
  2983. | #define HAVE_WCHAR_H 1
  2984. | #define HAVE_STDINT_H 1
  2985. | #define HAVE_LANGINFO_CODESET 1
  2986. | #define HAVE_SYMLINK 1
  2987. | #define HAVE_WORKING_O_NOATIME 0
  2988. | #define HAVE_WORKING_O_NOFOLLOW 1
  2989. | #define HAVE_DECL_GETC_UNLOCKED 1
  2990. | #define HAVE__BOOL 1
  2991. | #define HAVE_WCHAR_T 1
  2992. | #define HAVE_WINT_T 1
  2993. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  2994. | #define HAVE_LONG_LONG_INT 1
  2995. | #define HAVE_SYS_INTTYPES_H 1
  2996. | #define BITSIZEOF_PTRDIFF_T 32
  2997. | #define BITSIZEOF_SIZE_T 32
  2998. | #define BITSIZEOF_SIG_ATOMIC_T 32
  2999. | #define BITSIZEOF_WCHAR_T 32
  3000. | #define BITSIZEOF_WINT_T 32
  3001. | #define HAVE_SIGNED_SIG_ATOMIC_T 1
  3002. | #define HAVE_SIGNED_WCHAR_T 1
  3003. | #define HAVE_SIGNED_WINT_T 1
  3004. | #define PTRDIFF_T_SUFFIX
  3005. | #define SIZE_T_SUFFIX u
  3006. | #define SIG_ATOMIC_T_SUFFIX
  3007. | #define WCHAR_T_SUFFIX l
  3008. | #define WINT_T_SUFFIX l
  3009. | #define restrict __restrict
  3010. | #define HAVE_RAW_DECL_FFSL 1
  3011. | #define HAVE_RAW_DECL_FFSLL 1
  3012. | #define HAVE_RAW_DECL_MEMMEM 1
  3013. | #define HAVE_RAW_DECL_STPCPY 1
  3014. | #define HAVE_RAW_DECL_STPNCPY 1
  3015. | #define HAVE_RAW_DECL_STRCHRNUL 1
  3016. | #define HAVE_RAW_DECL_STRDUP 1
  3017. | #define HAVE_RAW_DECL_STRNCAT 1
  3018. | #define HAVE_RAW_DECL_STRNDUP 1
  3019. | #define HAVE_RAW_DECL_STRNLEN 1
  3020. | #define HAVE_RAW_DECL_STRPBRK 1
  3021. | #define HAVE_RAW_DECL_STRSEP 1
  3022. | #define HAVE_RAW_DECL_STRCASESTR 1
  3023. | #define HAVE_RAW_DECL_STRTOK_R 1
  3024. | #define HAVE_RAW_DECL_STRERROR_R 1
  3025. | #define HAVE_RAW_DECL_STRSIGNAL 1
  3026. | #define HAVE_VISIBILITY 1
  3027. | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
  3028. | /* end confdefs.h. */
  3029. | #include <errno.h>
  3030. |
  3031. | int
  3032. | main ()
  3033. | {
  3034. | #ifndef program_invocation_short_name
  3035. | #ifdef __cplusplus
  3036. | (void) program_invocation_short_name;
  3037. | #else
  3038. | (void) program_invocation_short_name;
  3039. | #endif
  3040. | #endif
  3041. |
  3042. | ;
  3043. | return 0;
  3044. | }
  3045. configure:18634: result: no
  3046. configure:18652: checking for rawmemchr
  3047. configure:18652: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  3048. Undefined first referenced
  3049. symbol in file
  3050. rawmemchr /var/tmp//ccNpa4oQ.o
  3051. ld: fatal: symbol referencing errors
  3052. collect2: error: ld returned 1 exit status
  3053. configure:18652: $? = 1
  3054. configure: failed program was:
  3055. | /* confdefs.h */
  3056. | #define PACKAGE_NAME "libidn2"
  3057. | #define PACKAGE_TARNAME "libidn2"
  3058. | #define PACKAGE_VERSION "0.16"
  3059. | #define PACKAGE_STRING "libidn2 0.16"
  3060. | #define PACKAGE_BUGREPORT "simon@josefsson.org"
  3061. | #define PACKAGE_URL "http://www.gnu.org/software/libidn/#libidn2"
  3062. | #define PACKAGE "libidn2"
  3063. | #define VERSION "0.16"
  3064. | #define STDC_HEADERS 1
  3065. | #define HAVE_SYS_TYPES_H 1
  3066. | #define HAVE_SYS_STAT_H 1
  3067. | #define HAVE_STDLIB_H 1
  3068. | #define HAVE_STRING_H 1
  3069. | #define HAVE_MEMORY_H 1
  3070. | #define HAVE_STRINGS_H 1
  3071. | #define HAVE_INTTYPES_H 1
  3072. | #define HAVE_STDINT_H 1
  3073. | #define HAVE_UNISTD_H 1
  3074. | #define __EXTENSIONS__ 1
  3075. | #define _ALL_SOURCE 1
  3076. | #define _DARWIN_C_SOURCE 1
  3077. | #define _GNU_SOURCE 1
  3078. | #define _POSIX_PTHREAD_SEMANTICS 1
  3079. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  3080. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  3081. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  3082. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  3083. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  3084. | #define __STDC_WANT_LIB_EXT2__ 1
  3085. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  3086. | #define _TANDEM_SOURCE 1
  3087. | #define HAVE_DLFCN_H 1
  3088. | #define LT_OBJDIR ".libs/"
  3089. | #define ICONV_CONST
  3090. | #define HAVE_LIMITS_H 1
  3091. | #define HAVE_UNISTD_H 1
  3092. | #define HAVE_WCHAR_H 1
  3093. | #define HAVE_STDINT_H 1
  3094. | #define HAVE_LANGINFO_CODESET 1
  3095. | #define HAVE_SYMLINK 1
  3096. | #define HAVE_WORKING_O_NOATIME 0
  3097. | #define HAVE_WORKING_O_NOFOLLOW 1
  3098. | #define HAVE_DECL_GETC_UNLOCKED 1
  3099. | #define HAVE__BOOL 1
  3100. | #define HAVE_WCHAR_T 1
  3101. | #define HAVE_WINT_T 1
  3102. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  3103. | #define HAVE_LONG_LONG_INT 1
  3104. | #define HAVE_SYS_INTTYPES_H 1
  3105. | #define BITSIZEOF_PTRDIFF_T 32
  3106. | #define BITSIZEOF_SIZE_T 32
  3107. | #define BITSIZEOF_SIG_ATOMIC_T 32
  3108. | #define BITSIZEOF_WCHAR_T 32
  3109. | #define BITSIZEOF_WINT_T 32
  3110. | #define HAVE_SIGNED_SIG_ATOMIC_T 1
  3111. | #define HAVE_SIGNED_WCHAR_T 1
  3112. | #define HAVE_SIGNED_WINT_T 1
  3113. | #define PTRDIFF_T_SUFFIX
  3114. | #define SIZE_T_SUFFIX u
  3115. | #define SIG_ATOMIC_T_SUFFIX
  3116. | #define WCHAR_T_SUFFIX l
  3117. | #define WINT_T_SUFFIX l
  3118. | #define restrict __restrict
  3119. | #define HAVE_RAW_DECL_FFSL 1
  3120. | #define HAVE_RAW_DECL_FFSLL 1
  3121. | #define HAVE_RAW_DECL_MEMMEM 1
  3122. | #define HAVE_RAW_DECL_STPCPY 1
  3123. | #define HAVE_RAW_DECL_STPNCPY 1
  3124. | #define HAVE_RAW_DECL_STRCHRNUL 1
  3125. | #define HAVE_RAW_DECL_STRDUP 1
  3126. | #define HAVE_RAW_DECL_STRNCAT 1
  3127. | #define HAVE_RAW_DECL_STRNDUP 1
  3128. | #define HAVE_RAW_DECL_STRNLEN 1
  3129. | #define HAVE_RAW_DECL_STRPBRK 1
  3130. | #define HAVE_RAW_DECL_STRSEP 1
  3131. | #define HAVE_RAW_DECL_STRCASESTR 1
  3132. | #define HAVE_RAW_DECL_STRTOK_R 1
  3133. | #define HAVE_RAW_DECL_STRERROR_R 1
  3134. | #define HAVE_RAW_DECL_STRSIGNAL 1
  3135. | #define HAVE_VISIBILITY 1
  3136. | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
  3137. | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
  3138. | /* end confdefs.h. */
  3139. | /* Define rawmemchr to an innocuous variant, in case <limits.h> declares rawmemchr.
  3140. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3141. | #define rawmemchr innocuous_rawmemchr
  3142. |
  3143. | /* System header to define __stub macros and hopefully few prototypes,
  3144. | which can conflict with char rawmemchr (); below.
  3145. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3146. | <limits.h> exists even on freestanding compilers. */
  3147. |
  3148. | #ifdef __STDC__
  3149. | # include <limits.h>
  3150. | #else
  3151. | # include <assert.h>
  3152. | #endif
  3153. |
  3154. | #undef rawmemchr
  3155. |
  3156. | /* Override any GCC internal prototype to avoid an error.
  3157. | Use char because int might match the return type of a GCC
  3158. | builtin and then its argument prototype would still apply. */
  3159. | #ifdef __cplusplus
  3160. | extern "C"
  3161. | #endif
  3162. | char rawmemchr ();
  3163. | /* The GNU C library defines this for functions which it implements
  3164. | to always fail with ENOSYS. Some functions are actually named
  3165. | something starting with __ and the normal name is an alias. */
  3166. | #if defined __stub_rawmemchr || defined __stub___rawmemchr
  3167. | choke me
  3168. | #endif
  3169. |
  3170. | int
  3171. | main ()
  3172. | {
  3173. | return rawmemchr ();
  3174. | ;
  3175. | return 0;
  3176. | }
  3177. configure:18652: result: no
  3178. configure:18694: checking for ssize_t
  3179. configure:18711: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  3180. configure:18711: $? = 0
  3181. configure:18718: result: yes
  3182. configure:18729: checking for va_copy
  3183. configure:18750: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  3184. configure:18750: $? = 0
  3185. configure:18758: result: yes
  3186. configure:18940: checking for max_align_t
  3187. configure:18940: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  3188. conftest.c: In function 'main':
  3189. conftest.c:92:13: error: 'max_align_t' undeclared (first use in this function)
  3190. if (sizeof (max_align_t))
  3191. ^
  3192. conftest.c:92:13: note: each undeclared identifier is reported only once for each function it appears in
  3193. configure:18940: $? = 1
  3194. configure: failed program was:
  3195. | /* confdefs.h */
  3196. | #define PACKAGE_NAME "libidn2"
  3197. | #define PACKAGE_TARNAME "libidn2"
  3198. | #define PACKAGE_VERSION "0.16"
  3199. | #define PACKAGE_STRING "libidn2 0.16"
  3200. | #define PACKAGE_BUGREPORT "simon@josefsson.org"
  3201. | #define PACKAGE_URL "http://www.gnu.org/software/libidn/#libidn2"
  3202. | #define PACKAGE "libidn2"
  3203. | #define VERSION "0.16"
  3204. | #define STDC_HEADERS 1
  3205. | #define HAVE_SYS_TYPES_H 1
  3206. | #define HAVE_SYS_STAT_H 1
  3207. | #define HAVE_STDLIB_H 1
  3208. | #define HAVE_STRING_H 1
  3209. | #define HAVE_MEMORY_H 1
  3210. | #define HAVE_STRINGS_H 1
  3211. | #define HAVE_INTTYPES_H 1
  3212. | #define HAVE_STDINT_H 1
  3213. | #define HAVE_UNISTD_H 1
  3214. | #define __EXTENSIONS__ 1
  3215. | #define _ALL_SOURCE 1
  3216. | #define _DARWIN_C_SOURCE 1
  3217. | #define _GNU_SOURCE 1
  3218. | #define _POSIX_PTHREAD_SEMANTICS 1
  3219. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  3220. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  3221. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  3222. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  3223. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  3224. | #define __STDC_WANT_LIB_EXT2__ 1
  3225. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  3226. | #define _TANDEM_SOURCE 1
  3227. | #define HAVE_DLFCN_H 1
  3228. | #define LT_OBJDIR ".libs/"
  3229. | #define ICONV_CONST
  3230. | #define HAVE_LIMITS_H 1
  3231. | #define HAVE_UNISTD_H 1
  3232. | #define HAVE_WCHAR_H 1
  3233. | #define HAVE_STDINT_H 1
  3234. | #define HAVE_LANGINFO_CODESET 1
  3235. | #define HAVE_SYMLINK 1
  3236. | #define HAVE_WORKING_O_NOATIME 0
  3237. | #define HAVE_WORKING_O_NOFOLLOW 1
  3238. | #define HAVE_DECL_GETC_UNLOCKED 1
  3239. | #define HAVE__BOOL 1
  3240. | #define HAVE_WCHAR_T 1
  3241. | #define HAVE_WINT_T 1
  3242. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  3243. | #define HAVE_LONG_LONG_INT 1
  3244. | #define HAVE_SYS_INTTYPES_H 1
  3245. | #define BITSIZEOF_PTRDIFF_T 32
  3246. | #define BITSIZEOF_SIZE_T 32
  3247. | #define BITSIZEOF_SIG_ATOMIC_T 32
  3248. | #define BITSIZEOF_WCHAR_T 32
  3249. | #define BITSIZEOF_WINT_T 32
  3250. | #define HAVE_SIGNED_SIG_ATOMIC_T 1
  3251. | #define HAVE_SIGNED_WCHAR_T 1
  3252. | #define HAVE_SIGNED_WINT_T 1
  3253. | #define PTRDIFF_T_SUFFIX
  3254. | #define SIZE_T_SUFFIX u
  3255. | #define SIG_ATOMIC_T_SUFFIX
  3256. | #define WCHAR_T_SUFFIX l
  3257. | #define WINT_T_SUFFIX l
  3258. | #define restrict __restrict
  3259. | #define HAVE_RAW_DECL_FFSL 1
  3260. | #define HAVE_RAW_DECL_FFSLL 1
  3261. | #define HAVE_RAW_DECL_MEMMEM 1
  3262. | #define HAVE_RAW_DECL_STPCPY 1
  3263. | #define HAVE_RAW_DECL_STPNCPY 1
  3264. | #define HAVE_RAW_DECL_STRCHRNUL 1
  3265. | #define HAVE_RAW_DECL_STRDUP 1
  3266. | #define HAVE_RAW_DECL_STRNCAT 1
  3267. | #define HAVE_RAW_DECL_STRNDUP 1
  3268. | #define HAVE_RAW_DECL_STRNLEN 1
  3269. | #define HAVE_RAW_DECL_STRPBRK 1
  3270. | #define HAVE_RAW_DECL_STRSEP 1
  3271. | #define HAVE_RAW_DECL_STRCASESTR 1
  3272. | #define HAVE_RAW_DECL_STRTOK_R 1
  3273. | #define HAVE_RAW_DECL_STRERROR_R 1
  3274. | #define HAVE_RAW_DECL_STRSIGNAL 1
  3275. | #define HAVE_VISIBILITY 1
  3276. | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
  3277. | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
  3278. | #define GNULIB_TEST_RAWMEMCHR 1
  3279. | /* end confdefs.h. */
  3280. | #include <stddef.h>
  3281. |
  3282. |
  3283. | int
  3284. | main ()
  3285. | {
  3286. | if (sizeof (max_align_t))
  3287. | return 0;
  3288. | ;
  3289. | return 0;
  3290. | }
  3291. configure:18940: result: no
  3292. configure:18953: checking whether NULL can be used in arbitrary expressions
  3293. configure:18971: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  3294. configure:18971: $? = 0
  3295. configure:18978: result: yes
  3296. configure:19074: checking for strchrnul
  3297. configure:19074: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  3298. configure:19074: $? = 0
  3299. configure:19074: result: yes
  3300. configure:19086: checking whether strchrnul works
  3301. configure:19130: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  3302. configure:19130: $? = 0
  3303. configure:19130: ./conftest
  3304. configure:19130: $? = 0
  3305. configure:19141: result: yes
  3306. configure:19186: checking for strverscmp
  3307. configure:19186: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  3308. Undefined first referenced
  3309. symbol in file
  3310. strverscmp /var/tmp//ccRxaqwQ.o
  3311. ld: fatal: symbol referencing errors
  3312. collect2: error: ld returned 1 exit status
  3313. configure:19186: $? = 1
  3314. configure: failed program was:
  3315. | /* confdefs.h */
  3316. | #define PACKAGE_NAME "libidn2"
  3317. | #define PACKAGE_TARNAME "libidn2"
  3318. | #define PACKAGE_VERSION "0.16"
  3319. | #define PACKAGE_STRING "libidn2 0.16"
  3320. | #define PACKAGE_BUGREPORT "simon@josefsson.org"
  3321. | #define PACKAGE_URL "http://www.gnu.org/software/libidn/#libidn2"
  3322. | #define PACKAGE "libidn2"
  3323. | #define VERSION "0.16"
  3324. | #define STDC_HEADERS 1
  3325. | #define HAVE_SYS_TYPES_H 1
  3326. | #define HAVE_SYS_STAT_H 1
  3327. | #define HAVE_STDLIB_H 1
  3328. | #define HAVE_STRING_H 1
  3329. | #define HAVE_MEMORY_H 1
  3330. | #define HAVE_STRINGS_H 1
  3331. | #define HAVE_INTTYPES_H 1
  3332. | #define HAVE_STDINT_H 1
  3333. | #define HAVE_UNISTD_H 1
  3334. | #define __EXTENSIONS__ 1
  3335. | #define _ALL_SOURCE 1
  3336. | #define _DARWIN_C_SOURCE 1
  3337. | #define _GNU_SOURCE 1
  3338. | #define _POSIX_PTHREAD_SEMANTICS 1
  3339. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  3340. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  3341. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  3342. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  3343. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  3344. | #define __STDC_WANT_LIB_EXT2__ 1
  3345. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  3346. | #define _TANDEM_SOURCE 1
  3347. | #define HAVE_DLFCN_H 1
  3348. | #define LT_OBJDIR ".libs/"
  3349. | #define ICONV_CONST
  3350. | #define HAVE_LIMITS_H 1
  3351. | #define HAVE_UNISTD_H 1
  3352. | #define HAVE_WCHAR_H 1
  3353. | #define HAVE_STDINT_H 1
  3354. | #define HAVE_LANGINFO_CODESET 1
  3355. | #define HAVE_SYMLINK 1
  3356. | #define HAVE_WORKING_O_NOATIME 0
  3357. | #define HAVE_WORKING_O_NOFOLLOW 1
  3358. | #define HAVE_DECL_GETC_UNLOCKED 1
  3359. | #define HAVE__BOOL 1
  3360. | #define HAVE_WCHAR_T 1
  3361. | #define HAVE_WINT_T 1
  3362. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  3363. | #define HAVE_LONG_LONG_INT 1
  3364. | #define HAVE_SYS_INTTYPES_H 1
  3365. | #define BITSIZEOF_PTRDIFF_T 32
  3366. | #define BITSIZEOF_SIZE_T 32
  3367. | #define BITSIZEOF_SIG_ATOMIC_T 32
  3368. | #define BITSIZEOF_WCHAR_T 32
  3369. | #define BITSIZEOF_WINT_T 32
  3370. | #define HAVE_SIGNED_SIG_ATOMIC_T 1
  3371. | #define HAVE_SIGNED_WCHAR_T 1
  3372. | #define HAVE_SIGNED_WINT_T 1
  3373. | #define PTRDIFF_T_SUFFIX
  3374. | #define SIZE_T_SUFFIX u
  3375. | #define SIG_ATOMIC_T_SUFFIX
  3376. | #define WCHAR_T_SUFFIX l
  3377. | #define WINT_T_SUFFIX l
  3378. | #define restrict __restrict
  3379. | #define HAVE_RAW_DECL_FFSL 1
  3380. | #define HAVE_RAW_DECL_FFSLL 1
  3381. | #define HAVE_RAW_DECL_MEMMEM 1
  3382. | #define HAVE_RAW_DECL_STPCPY 1
  3383. | #define HAVE_RAW_DECL_STPNCPY 1
  3384. | #define HAVE_RAW_DECL_STRCHRNUL 1
  3385. | #define HAVE_RAW_DECL_STRDUP 1
  3386. | #define HAVE_RAW_DECL_STRNCAT 1
  3387. | #define HAVE_RAW_DECL_STRNDUP 1
  3388. | #define HAVE_RAW_DECL_STRNLEN 1
  3389. | #define HAVE_RAW_DECL_STRPBRK 1
  3390. | #define HAVE_RAW_DECL_STRSEP 1
  3391. | #define HAVE_RAW_DECL_STRCASESTR 1
  3392. | #define HAVE_RAW_DECL_STRTOK_R 1
  3393. | #define HAVE_RAW_DECL_STRERROR_R 1
  3394. | #define HAVE_RAW_DECL_STRSIGNAL 1
  3395. | #define HAVE_VISIBILITY 1
  3396. | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
  3397. | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
  3398. | #define GNULIB_TEST_RAWMEMCHR 1
  3399. | #define HAVE_STRCHRNUL 1
  3400. | #define GNULIB_TEST_STRCHRNUL 1
  3401. | /* end confdefs.h. */
  3402. | /* Define strverscmp to an innocuous variant, in case <limits.h> declares strverscmp.
  3403. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3404. | #define strverscmp innocuous_strverscmp
  3405. |
  3406. | /* System header to define __stub macros and hopefully few prototypes,
  3407. | which can conflict with char strverscmp (); below.
  3408. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3409. | <limits.h> exists even on freestanding compilers. */
  3410. |
  3411. | #ifdef __STDC__
  3412. | # include <limits.h>
  3413. | #else
  3414. | # include <assert.h>
  3415. | #endif
  3416. |
  3417. | #undef strverscmp
  3418. |
  3419. | /* Override any GCC internal prototype to avoid an error.
  3420. | Use char because int might match the return type of a GCC
  3421. | builtin and then its argument prototype would still apply. */
  3422. | #ifdef __cplusplus
  3423. | extern "C"
  3424. | #endif
  3425. | char strverscmp ();
  3426. | /* The GNU C library defines this for functions which it implements
  3427. | to always fail with ENOSYS. Some functions are actually named
  3428. | something starting with __ and the normal name is an alias. */
  3429. | #if defined __stub_strverscmp || defined __stub___strverscmp
  3430. | choke me
  3431. | #endif
  3432. |
  3433. | int
  3434. | main ()
  3435. | {
  3436. | return strverscmp ();
  3437. | ;
  3438. | return 0;
  3439. | }
  3440. configure:19186: result: no
  3441. configure:19388: checking for valgrind
  3442. configure:19404: found /usr/local/bin/valgrind
  3443. configure:19415: result: valgrind
  3444. configure:19439: checking whether self tests are run under valgrind
  3445. configure:19441: result: yes
  3446. configure:19536: checking for valgrind
  3447. configure:19563: result: valgrind
  3448. configure:19587: checking whether self tests are run under valgrind
  3449. configure:19589: result: yes
  3450. configure:19655: checking for pkg-config
  3451. configure:19673: found /bin/pkg-config
  3452. configure:19685: result: /bin/pkg-config
  3453. configure:19710: checking pkg-config is at least version 0.9.0
  3454. configure:19713: result: yes
  3455. configure:19725: checking for gtkdoc-check
  3456. configure:19758: result: no
  3457. configure:19767: checking for gtkdoc-rebase
  3458. configure:19800: result: no
  3459. configure:19811: checking for gtkdoc-mkpdf
  3460. configure:19844: result: no
  3461. configure:19882: checking whether to build gtk-doc documentation
  3462. configure:19884: result: no
  3463. configure:19952: checking whether NLS is requested
  3464. configure:19961: result: yes
  3465. configure:20001: checking for msgfmt
  3466. configure:20036: result: no
  3467. configure:20042: checking for gmsgfmt
  3468. configure:20060: found /bin/gmsgfmt
  3469. configure:20073: result: /bin/gmsgfmt
  3470. configure:20123: checking for xgettext
  3471. configure:20158: result: no
  3472. configure:20200: checking for msgmerge
  3473. configure: trying /bin/msgmerge...
  3474. configure:20231: result: /bin/msgmerge
  3475. configure:20272: checking for CFPreferencesCopyAppValue
  3476. configure:20290: gcc -std=gnu99 -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
  3477. conftest.c:89:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
  3478. #include <CoreFoundation/CFPreferences.h>
  3479. ^
  3480. compilation terminated.
  3481. configure:20290: $? = 1
  3482. configure: failed program was:
  3483. | /* confdefs.h */
  3484. | #define PACKAGE_NAME "libidn2"
  3485. | #define PACKAGE_TARNAME "libidn2"
  3486. | #define PACKAGE_VERSION "0.16"
  3487. | #define PACKAGE_STRING "libidn2 0.16"
  3488. | #define PACKAGE_BUGREPORT "simon@josefsson.org"
  3489. | #define PACKAGE_URL "http://www.gnu.org/software/libidn/#libidn2"
  3490. | #define PACKAGE "libidn2"
  3491. | #define VERSION "0.16"
  3492. | #define STDC_HEADERS 1
  3493. | #define HAVE_SYS_TYPES_H 1
  3494. | #define HAVE_SYS_STAT_H 1
  3495. | #define HAVE_STDLIB_H 1
  3496. | #define HAVE_STRING_H 1
  3497. | #define HAVE_MEMORY_H 1
  3498. | #define HAVE_STRINGS_H 1
  3499. | #define HAVE_INTTYPES_H 1
  3500. | #define HAVE_STDINT_H 1
  3501. | #define HAVE_UNISTD_H 1
  3502. | #define __EXTENSIONS__ 1
  3503. | #define _ALL_SOURCE 1
  3504. | #define _DARWIN_C_SOURCE 1
  3505. | #define _GNU_SOURCE 1
  3506. | #define _POSIX_PTHREAD_SEMANTICS 1
  3507. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  3508. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  3509. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  3510. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  3511. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  3512. | #define __STDC_WANT_LIB_EXT2__ 1
  3513. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  3514. | #define _TANDEM_SOURCE 1
  3515. | #define HAVE_DLFCN_H 1
  3516. | #define LT_OBJDIR ".libs/"
  3517. | #define ICONV_CONST
  3518. | #define HAVE_LIMITS_H 1
  3519. | #define HAVE_UNISTD_H 1
  3520. | #define HAVE_WCHAR_H 1
  3521. | #define HAVE_STDINT_H 1
  3522. | #define HAVE_LANGINFO_CODESET 1
  3523. | #define HAVE_SYMLINK 1
  3524. | #define HAVE_WORKING_O_NOATIME 0
  3525. | #define HAVE_WORKING_O_NOFOLLOW 1
  3526. | #define HAVE_DECL_GETC_UNLOCKED 1
  3527. | #define HAVE__BOOL 1
  3528. | #define HAVE_WCHAR_T 1
  3529. | #define HAVE_WINT_T 1
  3530. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  3531. | #define HAVE_LONG_LONG_INT 1
  3532. | #define HAVE_SYS_INTTYPES_H 1
  3533. | #define BITSIZEOF_PTRDIFF_T 32
  3534. | #define BITSIZEOF_SIZE_T 32
  3535. | #define BITSIZEOF_SIG_ATOMIC_T 32
  3536. | #define BITSIZEOF_WCHAR_T 32
  3537. | #define BITSIZEOF_WINT_T 32
  3538. | #define HAVE_SIGNED_SIG_ATOMIC_T 1
  3539. | #define HAVE_SIGNED_WCHAR_T 1
  3540. | #define HAVE_SIGNED_WINT_T 1
  3541. | #define PTRDIFF_T_SUFFIX
  3542. | #define SIZE_T_SUFFIX u
  3543. | #define SIG_ATOMIC_T_SUFFIX
  3544. | #define WCHAR_T_SUFFIX l
  3545. | #define WINT_T_SUFFIX l
  3546. | #define restrict __restrict
  3547. | #define HAVE_RAW_DECL_FFSL 1
  3548. | #define HAVE_RAW_DECL_FFSLL 1
  3549. | #define HAVE_RAW_DECL_MEMMEM 1
  3550. | #define HAVE_RAW_DECL_STPCPY 1
  3551. | #define HAVE_RAW_DECL_STPNCPY 1
  3552. | #define HAVE_RAW_DECL_STRCHRNUL 1
  3553. | #define HAVE_RAW_DECL_STRDUP 1
  3554. | #define HAVE_RAW_DECL_STRNCAT 1
  3555. | #define HAVE_RAW_DECL_STRNDUP 1
  3556. | #define HAVE_RAW_DECL_STRNLEN 1
  3557. | #define HAVE_RAW_DECL_STRPBRK 1
  3558. | #define HAVE_RAW_DECL_STRSEP 1
  3559. | #define HAVE_RAW_DECL_STRCASESTR 1
  3560. | #define HAVE_RAW_DECL_STRTOK_R 1
  3561. | #define HAVE_RAW_DECL_STRERROR_R 1
  3562. | #define HAVE_RAW_DECL_STRSIGNAL 1
  3563. | #define HAVE_VISIBILITY 1
  3564. | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
  3565. | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
  3566. | #define GNULIB_TEST_RAWMEMCHR 1
  3567. | #define HAVE_STRCHRNUL 1
  3568. | #define GNULIB_TEST_STRCHRNUL 1
  3569. | #define GNULIB_TEST_STRVERSCMP 1
  3570. | /* end confdefs.h. */
  3571. | #include <CoreFoundation/CFPreferences.h>
  3572. | int
  3573. | main ()
  3574. | {
  3575. | CFPreferencesCopyAppValue(NULL, NULL)
  3576. | ;
  3577. | return 0;
  3578. | }
  3579. configure:20299: result: no
  3580. configure:20306: checking for CFLocaleCopyCurrent
  3581. configure:20324: gcc -std=gnu99 -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
  3582. conftest.c:89:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
  3583. #include <CoreFoundation/CFLocale.h>
  3584. ^
  3585. compilation terminated.
  3586. configure:20324: $? = 1
  3587. configure: failed program was:
  3588. | /* confdefs.h */
  3589. | #define PACKAGE_NAME "libidn2"
  3590. | #define PACKAGE_TARNAME "libidn2"
  3591. | #define PACKAGE_VERSION "0.16"
  3592. | #define PACKAGE_STRING "libidn2 0.16"
  3593. | #define PACKAGE_BUGREPORT "simon@josefsson.org"
  3594. | #define PACKAGE_URL "http://www.gnu.org/software/libidn/#libidn2"
  3595. | #define PACKAGE "libidn2"
  3596. | #define VERSION "0.16"
  3597. | #define STDC_HEADERS 1
  3598. | #define HAVE_SYS_TYPES_H 1
  3599. | #define HAVE_SYS_STAT_H 1
  3600. | #define HAVE_STDLIB_H 1
  3601. | #define HAVE_STRING_H 1
  3602. | #define HAVE_MEMORY_H 1
  3603. | #define HAVE_STRINGS_H 1
  3604. | #define HAVE_INTTYPES_H 1
  3605. | #define HAVE_STDINT_H 1
  3606. | #define HAVE_UNISTD_H 1
  3607. | #define __EXTENSIONS__ 1
  3608. | #define _ALL_SOURCE 1
  3609. | #define _DARWIN_C_SOURCE 1
  3610. | #define _GNU_SOURCE 1
  3611. | #define _POSIX_PTHREAD_SEMANTICS 1
  3612. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  3613. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  3614. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  3615. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  3616. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  3617. | #define __STDC_WANT_LIB_EXT2__ 1
  3618. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  3619. | #define _TANDEM_SOURCE 1
  3620. | #define HAVE_DLFCN_H 1
  3621. | #define LT_OBJDIR ".libs/"
  3622. | #define ICONV_CONST
  3623. | #define HAVE_LIMITS_H 1
  3624. | #define HAVE_UNISTD_H 1
  3625. | #define HAVE_WCHAR_H 1
  3626. | #define HAVE_STDINT_H 1
  3627. | #define HAVE_LANGINFO_CODESET 1
  3628. | #define HAVE_SYMLINK 1
  3629. | #define HAVE_WORKING_O_NOATIME 0
  3630. | #define HAVE_WORKING_O_NOFOLLOW 1
  3631. | #define HAVE_DECL_GETC_UNLOCKED 1
  3632. | #define HAVE__BOOL 1
  3633. | #define HAVE_WCHAR_T 1
  3634. | #define HAVE_WINT_T 1
  3635. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  3636. | #define HAVE_LONG_LONG_INT 1
  3637. | #define HAVE_SYS_INTTYPES_H 1
  3638. | #define BITSIZEOF_PTRDIFF_T 32
  3639. | #define BITSIZEOF_SIZE_T 32
  3640. | #define BITSIZEOF_SIG_ATOMIC_T 32
  3641. | #define BITSIZEOF_WCHAR_T 32
  3642. | #define BITSIZEOF_WINT_T 32
  3643. | #define HAVE_SIGNED_SIG_ATOMIC_T 1
  3644. | #define HAVE_SIGNED_WCHAR_T 1
  3645. | #define HAVE_SIGNED_WINT_T 1
  3646. | #define PTRDIFF_T_SUFFIX
  3647. | #define SIZE_T_SUFFIX u
  3648. | #define SIG_ATOMIC_T_SUFFIX
  3649. | #define WCHAR_T_SUFFIX l
  3650. | #define WINT_T_SUFFIX l
  3651. | #define restrict __restrict
  3652. | #define HAVE_RAW_DECL_FFSL 1
  3653. | #define HAVE_RAW_DECL_FFSLL 1
  3654. | #define HAVE_RAW_DECL_MEMMEM 1
  3655. | #define HAVE_RAW_DECL_STPCPY 1
  3656. | #define HAVE_RAW_DECL_STPNCPY 1
  3657. | #define HAVE_RAW_DECL_STRCHRNUL 1
  3658. | #define HAVE_RAW_DECL_STRDUP 1
  3659. | #define HAVE_RAW_DECL_STRNCAT 1
  3660. | #define HAVE_RAW_DECL_STRNDUP 1
  3661. | #define HAVE_RAW_DECL_STRNLEN 1
  3662. | #define HAVE_RAW_DECL_STRPBRK 1
  3663. | #define HAVE_RAW_DECL_STRSEP 1
  3664. | #define HAVE_RAW_DECL_STRCASESTR 1
  3665. | #define HAVE_RAW_DECL_STRTOK_R 1
  3666. | #define HAVE_RAW_DECL_STRERROR_R 1
  3667. | #define HAVE_RAW_DECL_STRSIGNAL 1
  3668. | #define HAVE_VISIBILITY 1
  3669. | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
  3670. | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
  3671. | #define GNULIB_TEST_RAWMEMCHR 1
  3672. | #define HAVE_STRCHRNUL 1
  3673. | #define GNULIB_TEST_STRCHRNUL 1
  3674. | #define GNULIB_TEST_STRVERSCMP 1
  3675. | /* end confdefs.h. */
  3676. | #include <CoreFoundation/CFLocale.h>
  3677. | int
  3678. | main ()
  3679. | {
  3680. | CFLocaleCopyCurrent();
  3681. | ;
  3682. | return 0;
  3683. | }
  3684. configure:20333: result: no
  3685. configure:20382: checking for GNU gettext in libc
  3686. configure:20406: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  3687. configure:20406: $? = 0
  3688. configure:20415: result: yes
  3689. configure:21252: checking whether to use NLS
  3690. configure:21254: result: yes
  3691. configure:21257: checking where the gettext function comes from
  3692. configure:21268: result: libc
  3693. configure:21339: checking whether make supports nested variables
  3694. configure:21356: result: yes
  3695. configure:22005: checking that generated files are newer than configure
  3696. configure:22011: result: done
  3697. configure:22132: creating ./config.status
  3698.  
  3699. ## ---------------------- ##
  3700. ## Running config.status. ##
  3701. ## ---------------------- ##
  3702.  
  3703. This file was extended by libidn2 config.status 0.16, which was
  3704. generated by GNU Autoconf 2.69. Invocation command line was
  3705.  
  3706. CONFIG_FILES =
  3707. CONFIG_HEADERS =
  3708. CONFIG_LINKS =
  3709. CONFIG_COMMANDS =
  3710. $ ./config.status
  3711.  
  3712. on solaris
  3713.  
  3714. config.status:1378: creating Makefile
  3715. config.status:1378: creating doc/Makefile
  3716. config.status:1378: creating doc/reference/Makefile
  3717. config.status:1378: creating doc/reference/version.xml
  3718. config.status:1378: creating examples/Makefile
  3719. config.status:1378: creating idn2.h
  3720. config.status:1378: creating lib/Makefile
  3721. config.status:1378: creating po/Makefile.in
  3722. config.status:1378: creating src/Makefile
  3723. config.status:1378: creating tests/Makefile
  3724. config.status:1378: creating config.h
  3725. config.status:1638: executing depfiles commands
  3726. config.status:1638: executing libtool commands
  3727. config.status:1638: executing po-directories commands
  3728. configure:24533: Summary of build options:
  3729.  
  3730. Version: 0.16
  3731. Host OS: solaris2.11
  3732. Install prefix: /usr/local
  3733. Compiler: gcc -std=gnu99
  3734. Warning flags:
  3735. CFLAGS: -g -O2
  3736. LDFlags:
  3737. Library types: Shared=yes, Static=yes
  3738. Libiconv: no, consider installing GNU libiconv
  3739. Libunistring: no, consider installing GNU libunistring
  3740. Valgrind: valgrind -q --error-exitcode=1 --leak-check=full
  3741. Version script: no
  3742.  
  3743.  
  3744. ## ---------------- ##
  3745. ## Cache variables. ##
  3746. ## ---------------- ##
  3747.  
  3748. ac_cv_build=i386-pc-solaris2.11
  3749. ac_cv_c_compiler_gnu=yes
  3750. ac_cv_c_inline=inline
  3751. ac_cv_c_restrict=__restrict
  3752. ac_cv_env_CC_set=''
  3753. ac_cv_env_CC_value=''
  3754. ac_cv_env_CFLAGS_set=''
  3755. ac_cv_env_CFLAGS_value=''
  3756. ac_cv_env_CPPFLAGS_set=''
  3757. ac_cv_env_CPPFLAGS_value=''
  3758. ac_cv_env_CPP_set=''
  3759. ac_cv_env_CPP_value=''
  3760. ac_cv_env_LDFLAGS_set=''
  3761. ac_cv_env_LDFLAGS_value=''
  3762. ac_cv_env_LIBS_set=''
  3763. ac_cv_env_LIBS_value=''
  3764. ac_cv_env_PKG_CONFIG_LIBDIR_set=''
  3765. ac_cv_env_PKG_CONFIG_LIBDIR_value=''
  3766. ac_cv_env_PKG_CONFIG_PATH_set=''
  3767. ac_cv_env_PKG_CONFIG_PATH_value=''
  3768. ac_cv_env_PKG_CONFIG_set=''
  3769. ac_cv_env_PKG_CONFIG_value=''
  3770. ac_cv_env_build_alias_set=''
  3771. ac_cv_env_build_alias_value=''
  3772. ac_cv_env_host_alias_set=''
  3773. ac_cv_env_host_alias_value=''
  3774. ac_cv_env_target_alias_set=''
  3775. ac_cv_env_target_alias_value=''
  3776. ac_cv_func_rawmemchr=no
  3777. ac_cv_func_strchrnul=yes
  3778. ac_cv_func_strverscmp=no
  3779. ac_cv_func_symlink=yes
  3780. ac_cv_gnu_library_2_1=no
  3781. ac_cv_have_decl_ffsl=yes
  3782. ac_cv_have_decl_ffsll=yes
  3783. ac_cv_have_decl_getc_unlocked=yes
  3784. ac_cv_have_decl_memmem=yes
  3785. ac_cv_have_decl_program_invocation_name=no
  3786. ac_cv_have_decl_program_invocation_short_name=no
  3787. ac_cv_have_decl_stpcpy=yes
  3788. ac_cv_have_decl_stpncpy=yes
  3789. ac_cv_have_decl_strcasestr=yes
  3790. ac_cv_have_decl_strchrnul=yes
  3791. ac_cv_have_decl_strdup=yes
  3792. ac_cv_have_decl_strerror_r=yes
  3793. ac_cv_have_decl_strncat=yes
  3794. ac_cv_have_decl_strndup=yes
  3795. ac_cv_have_decl_strnlen=yes
  3796. ac_cv_have_decl_strpbrk=yes
  3797. ac_cv_have_decl_strsep=yes
  3798. ac_cv_have_decl_strsignal=yes
  3799. ac_cv_have_decl_strtok_r=yes
  3800. ac_cv_header_dlfcn_h=yes
  3801. ac_cv_header_inttypes_h=yes
  3802. ac_cv_header_limits_h=yes
  3803. ac_cv_header_memory_h=yes
  3804. ac_cv_header_minix_config_h=no
  3805. ac_cv_header_stdbool_h=yes
  3806. ac_cv_header_stdc=yes
  3807. ac_cv_header_stdint_h=yes
  3808. ac_cv_header_stdlib_h=yes
  3809. ac_cv_header_string_h=yes
  3810. ac_cv_header_strings_h=yes
  3811. ac_cv_header_sys_bitypes_h=no
  3812. ac_cv_header_sys_inttypes_h=yes
  3813. ac_cv_header_sys_stat_h=yes
  3814. ac_cv_header_sys_types_h=yes
  3815. ac_cv_header_unistd_h=yes
  3816. ac_cv_header_wchar_h=yes
  3817. ac_cv_host=i386-pc-solaris2.11
  3818. ac_cv_libunistring='no, consider installing GNU libunistring'
  3819. ac_cv_objext=o
  3820. ac_cv_path_EGREP='/bin/ggrep -E'
  3821. ac_cv_path_FGREP='/bin/ggrep -F'
  3822. ac_cv_path_GMSGFMT=/bin/gmsgfmt
  3823. ac_cv_path_GREP=/bin/ggrep
  3824. ac_cv_path_MSGFMT=:
  3825. ac_cv_path_MSGMERGE=/bin/msgmerge
  3826. ac_cv_path_SED=/bin/gsed
  3827. ac_cv_path_XGETTEXT=:
  3828. ac_cv_path_ac_pt_PKG_CONFIG=/bin/pkg-config
  3829. ac_cv_path_install='/bin/ginstall -c'
  3830. ac_cv_path_mkdir=/bin/gmkdir
  3831. ac_cv_prog_AWK=gawk
  3832. ac_cv_prog_CPP='gcc -E'
  3833. ac_cv_prog_VALGRIND=valgrind
  3834. ac_cv_prog_ac_ct_AR=ar
  3835. ac_cv_prog_ac_ct_CC=gcc
  3836. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  3837. ac_cv_prog_ac_ct_RANLIB=ranlib
  3838. ac_cv_prog_ac_ct_STRIP=strip
  3839. ac_cv_prog_cc_c89=''
  3840. ac_cv_prog_cc_c99='-std=gnu99'
  3841. ac_cv_prog_cc_g=yes
  3842. ac_cv_prog_cc_stdc='-std=gnu99'
  3843. ac_cv_prog_make_make_set=yes
  3844. ac_cv_safe_to_define___extensions__=yes
  3845. ac_cv_should_define__xopen_source=no
  3846. ac_cv_type__Bool=yes
  3847. ac_cv_type_long_long_int=yes
  3848. ac_cv_type_max_align_t=no
  3849. ac_cv_type_mode_t=yes
  3850. ac_cv_type_pid_t=yes
  3851. ac_cv_type_unsigned_long_long_int=yes
  3852. acl_cv_hardcode_direct=no
  3853. acl_cv_hardcode_libdir_flag_spec='-R$libdir'
  3854. acl_cv_hardcode_libdir_separator=''
  3855. acl_cv_hardcode_minus_L=no
  3856. acl_cv_libext=a
  3857. acl_cv_libname_spec='lib$name'
  3858. acl_cv_library_names_spec='$libname$shrext'
  3859. acl_cv_path_LD=/usr/bin/ld
  3860. acl_cv_prog_gnu_ld=no
  3861. acl_cv_rpath=done
  3862. acl_cv_shlibext=so
  3863. acl_cv_wl=-Wl,
  3864. am_cv_CC_dependencies_compiler_type=gcc3
  3865. am_cv_ar_interface=ar
  3866. am_cv_func_iconv='no, consider installing GNU libiconv'
  3867. am_cv_langinfo_codeset=yes
  3868. am_cv_lib_iconv=no
  3869. am_cv_make_support_nested_variables=yes
  3870. am_cv_prog_cc_c_o=yes
  3871. am_cv_proto_iconv_arg1=''
  3872. gl_cv_bitsizeof_ptrdiff_t=32
  3873. gl_cv_bitsizeof_sig_atomic_t=32
  3874. gl_cv_bitsizeof_size_t=32
  3875. gl_cv_bitsizeof_wchar_t=32
  3876. gl_cv_bitsizeof_wint_t=32
  3877. gl_cv_c_amsterdam_compiler=no
  3878. gl_cv_c_multiarch=no
  3879. gl_cv_cc_vis_werror=yes
  3880. gl_cv_cc_visibility=yes
  3881. gl_cv_decl_null_works=yes
  3882. gl_cv_func_strchrnul_works=yes
  3883. gl_cv_func_va_copy=yes
  3884. gl_cv_have_include_next=yes
  3885. gl_cv_have_raw_decl_ffsl=yes
  3886. gl_cv_have_raw_decl_ffsll=yes
  3887. gl_cv_have_raw_decl_memmem=yes
  3888. gl_cv_have_raw_decl_mempcpy=no
  3889. gl_cv_have_raw_decl_memrchr=no
  3890. gl_cv_have_raw_decl_rawmemchr=no
  3891. gl_cv_have_raw_decl_stpcpy=yes
  3892. gl_cv_have_raw_decl_stpncpy=yes
  3893. gl_cv_have_raw_decl_strcasestr=yes
  3894. gl_cv_have_raw_decl_strchrnul=yes
  3895. gl_cv_have_raw_decl_strdup=yes
  3896. gl_cv_have_raw_decl_strerror_r=yes
  3897. gl_cv_have_raw_decl_strncat=yes
  3898. gl_cv_have_raw_decl_strndup=yes
  3899. gl_cv_have_raw_decl_strnlen=yes
  3900. gl_cv_have_raw_decl_strpbrk=yes
  3901. gl_cv_have_raw_decl_strsep=yes
  3902. gl_cv_have_raw_decl_strsignal=yes
  3903. gl_cv_have_raw_decl_strtok_r=yes
  3904. gl_cv_have_raw_decl_strverscmp=no
  3905. gl_cv_header_limits_width=no
  3906. gl_cv_header_working_fcntl_h='no (bad O_NOATIME)'
  3907. gl_cv_header_working_stdint_h=no
  3908. gl_cv_next_limits_h='<limits.h>'
  3909. gl_cv_next_stddef_h='<stddef.h>'
  3910. gl_cv_next_stdint_h='<stdint.h>'
  3911. gl_cv_next_string_h='<string.h>'
  3912. gl_cv_next_sys_types_h='<sys/types.h>'
  3913. gl_cv_pragma_columns=no
  3914. gl_cv_solaris_64bit=no
  3915. gl_cv_sys_ld_version_script=no
  3916. gl_cv_type_ptrdiff_t_signed=yes
  3917. gl_cv_type_ptrdiff_t_suffix=''
  3918. gl_cv_type_sig_atomic_t_signed=yes
  3919. gl_cv_type_sig_atomic_t_suffix=''
  3920. gl_cv_type_size_t_signed=no
  3921. gl_cv_type_size_t_suffix=u
  3922. gl_cv_type_wchar_t_signed=yes
  3923. gl_cv_type_wchar_t_suffix=l
  3924. gl_cv_type_wint_t_signed=yes
  3925. gl_cv_type_wint_t_suffix=l
  3926. gl_cv_type_wint_t_too_small=no
  3927. gt_cv_c_wchar_t=yes
  3928. gt_cv_c_wint_t=yes
  3929. gt_cv_func_CFLocaleCopyCurrent=no
  3930. gt_cv_func_CFPreferencesCopyAppValue=no
  3931. gt_cv_func_gnugettext1_libc=yes
  3932. gt_cv_ssize_t=yes
  3933. lt_cv_ar_at_file=no
  3934. lt_cv_archive_cmds_need_lc=no
  3935. lt_cv_deplibs_check_method=pass_all
  3936. lt_cv_file_magic_cmd='$MAGIC_CMD'
  3937. lt_cv_file_magic_test_file=''
  3938. lt_cv_ld_reload_flag=-r
  3939. lt_cv_nm_interface='BSD nm'
  3940. lt_cv_objdir=.libs
  3941. lt_cv_path_LD=/usr/bin/ld
  3942. lt_cv_path_NM='/bin/nm -p'
  3943. lt_cv_path_mainfest_tool=no
  3944. lt_cv_prog_compiler_c_o=yes
  3945. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  3946. lt_cv_prog_compiler_pic_works=yes
  3947. lt_cv_prog_compiler_rtti_exceptions=no
  3948. lt_cv_prog_compiler_static_works=no
  3949. lt_cv_prog_gnu_ld=no
  3950. lt_cv_sharedlib_from_linklib_cmd='print -r --'
  3951. lt_cv_sys_global_symbol_pipe=''
  3952. lt_cv_sys_global_symbol_to_c_name_address=$'sed -n -e \'s/^: \\([^ ]*\\)[ ]*$/ {\\"\\1\\", (void *) 0},/p\' -e \'s/^[BDRT]* \\([^ ]*\\) \\([^ ]*\\)$/ {"\\2", (void *) \\&\\2},/p\''
  3953. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix=$'sed -n -e \'s/^: \\([^ ]*\\)[ ]*$/ {\\"\\1\\", (void *) 0},/p\' -e \'s/^[BDRT]* \\([^ ]*\\) \\(lib[^ ]*\\)$/ {"\\2", (void *) \\&\\2},/p\' -e \'s/^[BDRT]* \\([^ ]*\\) \\([^ ]*\\)$/ {"lib\\2", (void *) \\&\\2},/p\''
  3954. lt_cv_sys_global_symbol_to_cdecl=''
  3955. lt_cv_sys_max_cmd_len=786240
  3956. lt_cv_to_host_file_cmd=func_convert_file_noop
  3957. lt_cv_to_tool_file_cmd=func_convert_file_noop
  3958.  
  3959. ## ----------------- ##
  3960. ## Output variables. ##
  3961. ## ----------------- ##
  3962.  
  3963. ACLOCAL='${SHELL} /export/home/jwalton/libidn2-0.16/build-aux/missing aclocal-1.14'
  3964. AMDEPBACKSLASH='\'
  3965. AMDEP_FALSE='#'
  3966. AMDEP_TRUE=''
  3967. AMTAR='$${TAR-tar}'
  3968. AM_BACKSLASH='\'
  3969. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  3970. AM_DEFAULT_VERBOSITY='0'
  3971. AM_V='$(V)'
  3972. APPLE_UNIVERSAL_BUILD='0'
  3973. AR='ar'
  3974. ARFLAGS='cr'
  3975. AS='as'
  3976. AUTOCONF='${SHELL} /export/home/jwalton/libidn2-0.16/build-aux/missing autoconf'
  3977. AUTOHEADER='${SHELL} /export/home/jwalton/libidn2-0.16/build-aux/missing autoheader'
  3978. AUTOMAKE='${SHELL} /export/home/jwalton/libidn2-0.16/build-aux/missing automake-1.14'
  3979. AWK='gawk'
  3980. BITSIZEOF_PTRDIFF_T='32'
  3981. BITSIZEOF_SIG_ATOMIC_T='32'
  3982. BITSIZEOF_SIZE_T='32'
  3983. BITSIZEOF_WCHAR_T='32'
  3984. BITSIZEOF_WINT_T='32'
  3985. CC='gcc -std=gnu99'
  3986. CCDEPMODE='depmode=gcc3'
  3987. CFLAGS='-g -O2'
  3988. CFLAG_VISIBILITY='-fvisibility=hidden'
  3989. CONFIG_INCLUDE='config.h'
  3990. CPP='gcc -E'
  3991. CPPFLAGS=''
  3992. CYGPATH_W='echo'
  3993. DEFS='-DHAVE_CONFIG_H'
  3994. DEPDIR='.deps'
  3995. DLLTOOL='false'
  3996. DSYMUTIL=''
  3997. DUMPBIN=''
  3998. ECHO_C='\c'
  3999. ECHO_N=''
  4000. ECHO_T=''
  4001. EGREP='/bin/ggrep -E'
  4002. ENABLE_GTK_DOC_FALSE=''
  4003. ENABLE_GTK_DOC_TRUE='#'
  4004. EXEEXT=''
  4005. FGREP='/bin/ggrep -F'
  4006. GETTEXT_MACRO_VERSION='0.19'
  4007. GLIBC21='no'
  4008. GL_COND_LIBTOOL_FALSE='#'
  4009. GL_COND_LIBTOOL_TRUE=''
  4010. GL_GENERATE_LIMITS_H_FALSE='#'
  4011. GL_GENERATE_LIMITS_H_TRUE=''
  4012. GL_GENERATE_STDARG_H_FALSE=''
  4013. GL_GENERATE_STDARG_H_TRUE='#'
  4014. GL_GENERATE_STDBOOL_H_FALSE=''
  4015. GL_GENERATE_STDBOOL_H_TRUE='#'
  4016. GL_GENERATE_STDDEF_H_FALSE='#'
  4017. GL_GENERATE_STDDEF_H_TRUE=''
  4018. GL_GENERATE_STDINT_H_FALSE='#'
  4019. GL_GENERATE_STDINT_H_TRUE=''
  4020. GMSGFMT='/bin/gmsgfmt'
  4021. GMSGFMT_015='/bin/gmsgfmt'
  4022. GNULIB_FFSL='0'
  4023. GNULIB_FFSLL='0'
  4024. GNULIB_MBSCASECMP='0'
  4025. GNULIB_MBSCASESTR='0'
  4026. GNULIB_MBSCHR='0'
  4027. GNULIB_MBSCSPN='0'
  4028. GNULIB_MBSLEN='0'
  4029. GNULIB_MBSNCASECMP='0'
  4030. GNULIB_MBSNLEN='0'
  4031. GNULIB_MBSPBRK='0'
  4032. GNULIB_MBSPCASECMP='0'
  4033. GNULIB_MBSRCHR='0'
  4034. GNULIB_MBSSEP='0'
  4035. GNULIB_MBSSPN='0'
  4036. GNULIB_MBSSTR='0'
  4037. GNULIB_MBSTOK_R='0'
  4038. GNULIB_MEMCHR='0'
  4039. GNULIB_MEMMEM='0'
  4040. GNULIB_MEMPCPY='0'
  4041. GNULIB_MEMRCHR='0'
  4042. GNULIB_OVERRIDES_WINT_T='0'
  4043. GNULIB_RAWMEMCHR='1'
  4044. GNULIB_STPCPY='0'
  4045. GNULIB_STPNCPY='0'
  4046. GNULIB_STRCASESTR='0'
  4047. GNULIB_STRCHRNUL='1'
  4048. GNULIB_STRDUP='0'
  4049. GNULIB_STRERROR='0'
  4050. GNULIB_STRERROR_R='0'
  4051. GNULIB_STRNCAT='0'
  4052. GNULIB_STRNDUP='0'
  4053. GNULIB_STRNLEN='0'
  4054. GNULIB_STRPBRK='0'
  4055. GNULIB_STRSEP='0'
  4056. GNULIB_STRSIGNAL='0'
  4057. GNULIB_STRSTR='0'
  4058. GNULIB_STRTOK_R='0'
  4059. GNULIB_STRVERSCMP='1'
  4060. GREP='/bin/ggrep'
  4061. GTKDOC_CHECK=''
  4062. GTKDOC_MKPDF=''
  4063. GTKDOC_REBASE='true'
  4064. GTK_DOC_BUILD_HTML_FALSE='#'
  4065. GTK_DOC_BUILD_HTML_TRUE=''
  4066. GTK_DOC_BUILD_PDF_FALSE=''
  4067. GTK_DOC_BUILD_PDF_TRUE='#'
  4068. GTK_DOC_USE_LIBTOOL_FALSE='#'
  4069. GTK_DOC_USE_LIBTOOL_TRUE=''
  4070. GTK_DOC_USE_REBASE_FALSE='#'
  4071. GTK_DOC_USE_REBASE_TRUE=''
  4072. HAVE_C99_STDINT_H='0'
  4073. HAVE_DECL_MEMMEM='1'
  4074. HAVE_DECL_MEMRCHR='1'
  4075. HAVE_DECL_STRDUP='1'
  4076. HAVE_DECL_STRERROR_R='1'
  4077. HAVE_DECL_STRNDUP='1'
  4078. HAVE_DECL_STRNLEN='1'
  4079. HAVE_DECL_STRSIGNAL='1'
  4080. HAVE_DECL_STRTOK_R='1'
  4081. HAVE_FFSL='1'
  4082. HAVE_FFSLL='1'
  4083. HAVE_INTTYPES_H='1'
  4084. HAVE_LD_VERSION_SCRIPT_FALSE=''
  4085. HAVE_LD_VERSION_SCRIPT_TRUE='#'
  4086. HAVE_LIBUNISTRING='no'
  4087. HAVE_LONG_LONG_INT='1'
  4088. HAVE_MAX_ALIGN_T='0'
  4089. HAVE_MBSLEN='0'
  4090. HAVE_MEMCHR='1'
  4091. HAVE_MEMPCPY='1'
  4092. HAVE_RAWMEMCHR='0'
  4093. HAVE_SIGNED_SIG_ATOMIC_T='1'
  4094. HAVE_SIGNED_WCHAR_T='1'
  4095. HAVE_SIGNED_WINT_T='1'
  4096. HAVE_STDINT_H='1'
  4097. HAVE_STPCPY='1'
  4098. HAVE_STPNCPY='1'
  4099. HAVE_STRCASESTR='1'
  4100. HAVE_STRCHRNUL='1'
  4101. HAVE_STRPBRK='1'
  4102. HAVE_STRSEP='1'
  4103. HAVE_STRVERSCMP='0'
  4104. HAVE_SYS_BITYPES_H='0'
  4105. HAVE_SYS_INTTYPES_H='1'
  4106. HAVE_SYS_TYPES_H='1'
  4107. HAVE_UNSIGNED_LONG_LONG_INT='1'
  4108. HAVE_VISIBILITY='1'
  4109. HAVE_WCHAR_H='1'
  4110. HAVE_WCHAR_T='1'
  4111. HAVE__BOOL='1'
  4112. HELP2MAN='${SHELL} /export/home/jwalton/libidn2-0.16/build-aux/missing help2man'
  4113. HTML_DIR='${datadir}/gtk-doc/html'
  4114. INCLUDE_NEXT='include_next'
  4115. INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
  4116. INSTALL_DATA='${INSTALL} -m 644'
  4117. INSTALL_PROGRAM='${INSTALL}'
  4118. INSTALL_SCRIPT='${INSTALL}'
  4119. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  4120. INTLLIBS=''
  4121. INTL_MACOSX_LIBS=''
  4122. LD='/usr/bin/ld'
  4123. LDFLAGS=''
  4124. LIBICONV=''
  4125. LIBINTL=''
  4126. LIBOBJS=''
  4127. LIBS=''
  4128. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  4129. LIBUNISTRING=''
  4130. LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NONE_FALSE='#'
  4131. LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NONE_TRUE=''
  4132. LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OF_FALSE='#'
  4133. LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OF_TRUE=''
  4134. LIBUNISTRING_COMPILE_UNICTYPE_JOININGTYPE_OF_FALSE='#'
  4135. LIBUNISTRING_COMPILE_UNICTYPE_JOININGTYPE_OF_TRUE=''
  4136. LIBUNISTRING_PREFIX=''
  4137. LIBUNISTRING_UNICTYPE_H='unictype.h'
  4138. LIBUNISTRING_UNITYPES_H='unitypes.h'
  4139. LIMITS_H='limits.h'
  4140. LIPO=''
  4141. LN_S='ln -s'
  4142. LOCALCHARSET_TESTS_ENVIRONMENT='CHARSETALIASDIR="$(abs_top_builddir)/lib"'
  4143. LTLIBICONV=''
  4144. LTLIBINTL=''
  4145. LTLIBOBJS=''
  4146. LTLIBUNISTRING=''
  4147. LT_AGE='1'
  4148. LT_CURRENT='1'
  4149. LT_REVISION='4'
  4150. MAKEINFO='${SHELL} /export/home/jwalton/libidn2-0.16/build-aux/missing makeinfo'
  4151. MANIFEST_TOOL=':'
  4152. MKDIR_P='/bin/gmkdir -p'
  4153. MSGFMT=':'
  4154. MSGFMT_015=':'
  4155. MSGMERGE='/bin/msgmerge'
  4156. NEXT_AS_FIRST_DIRECTIVE_LIMITS_H='<limits.h>'
  4157. NEXT_AS_FIRST_DIRECTIVE_STDARG_H=''
  4158. NEXT_AS_FIRST_DIRECTIVE_STDDEF_H='<stddef.h>'
  4159. NEXT_AS_FIRST_DIRECTIVE_STDINT_H='<stdint.h>'
  4160. NEXT_AS_FIRST_DIRECTIVE_STRING_H='<string.h>'
  4161. NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H='<sys/types.h>'
  4162. NEXT_LIMITS_H='<limits.h>'
  4163. NEXT_STDARG_H='<stdarg.h>'
  4164. NEXT_STDDEF_H='<stddef.h>'
  4165. NEXT_STDINT_H='<stdint.h>'
  4166. NEXT_STRING_H='<string.h>'
  4167. NEXT_SYS_TYPES_H='<sys/types.h>'
  4168. NM='/bin/nm -p'
  4169. NMEDIT=''
  4170. OBJDUMP='false'
  4171. OBJEXT='o'
  4172. OTOOL64=''
  4173. OTOOL=''
  4174. PACKAGE='libidn2'
  4175. PACKAGE_BUGREPORT='simon@josefsson.org'
  4176. PACKAGE_NAME='libidn2'
  4177. PACKAGE_STRING='libidn2 0.16'
  4178. PACKAGE_TARNAME='libidn2'
  4179. PACKAGE_URL='http://www.gnu.org/software/libidn/#libidn2'
  4180. PACKAGE_VERSION='0.16'
  4181. PATH_SEPARATOR=':'
  4182. PKG_CONFIG='/bin/pkg-config'
  4183. PKG_CONFIG_LIBDIR=''
  4184. PKG_CONFIG_PATH=''
  4185. POSUB='po'
  4186. PRAGMA_COLUMNS=''
  4187. PRAGMA_SYSTEM_HEADER='#pragma GCC system_header'
  4188. PTRDIFF_T_SUFFIX=''
  4189. RANLIB='ranlib'
  4190. REPLACE_MEMCHR='0'
  4191. REPLACE_MEMMEM='0'
  4192. REPLACE_NULL='0'
  4193. REPLACE_STPNCPY='0'
  4194. REPLACE_STRCASESTR='0'
  4195. REPLACE_STRCHRNUL='0'
  4196. REPLACE_STRDUP='0'
  4197. REPLACE_STRERROR='0'
  4198. REPLACE_STRERROR_R='0'
  4199. REPLACE_STRNCAT='0'
  4200. REPLACE_STRNDUP='0'
  4201. REPLACE_STRNLEN='0'
  4202. REPLACE_STRSIGNAL='0'
  4203. REPLACE_STRSTR='0'
  4204. REPLACE_STRTOK_R='0'
  4205. SED='/bin/gsed'
  4206. SET_MAKE=''
  4207. SHELL='/bin/sh'
  4208. SIG_ATOMIC_T_SUFFIX=''
  4209. SIZE_T_SUFFIX='u'
  4210. STDARG_H=''
  4211. STDBOOL_H=''
  4212. STDDEF_H='stddef.h'
  4213. STDINT_H='stdint.h'
  4214. STRIP='strip'
  4215. UNDEFINE_STRTOK_R='0'
  4216. USE_NLS='yes'
  4217. VALGRIND='valgrind -q --error-exitcode=1 --leak-check=full'
  4218. VERSION='0.16'
  4219. WARN_CFLAGS=''
  4220. WCHAR_T_SUFFIX='l'
  4221. WINDOWS_64_BIT_OFF_T='0'
  4222. WINT_T_SUFFIX='l'
  4223. XGETTEXT=':'
  4224. XGETTEXT_015=':'
  4225. XGETTEXT_EXTRA_OPTIONS=''
  4226. ac_ct_AR='ar'
  4227. ac_ct_CC='gcc'
  4228. ac_ct_DUMPBIN=''
  4229. am__EXEEXT_FALSE=''
  4230. am__EXEEXT_TRUE='#'
  4231. am__fastdepCC_FALSE='#'
  4232. am__fastdepCC_TRUE=''
  4233. am__include='include'
  4234. am__isrc=''
  4235. am__leading_dot='.'
  4236. am__nodep='_no'
  4237. am__quote=''
  4238. am__tar='$${TAR-tar} chof - "$$tardir"'
  4239. am__untar='$${TAR-tar} xf -'
  4240. bindir='${exec_prefix}/bin'
  4241. build='i386-pc-solaris2.11'
  4242. build_alias=''
  4243. build_cpu='i386'
  4244. build_os='solaris2.11'
  4245. build_vendor='pc'
  4246. datadir='${datarootdir}'
  4247. datarootdir='${prefix}/share'
  4248. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  4249. dvidir='${docdir}'
  4250. exec_prefix='${prefix}'
  4251. gl_LIBOBJS=' rawmemchr.o strverscmp.o'
  4252. gl_LTLIBOBJS=' rawmemchr.lo strverscmp.lo'
  4253. gltests_LIBOBJS=''
  4254. gltests_LTLIBOBJS=''
  4255. gltests_WITNESS='IN_LIBIDN2_GNULIB_TESTS'
  4256. host='i386-pc-solaris2.11'
  4257. host_alias=''
  4258. host_cpu='i386'
  4259. host_os='solaris2.11'
  4260. host_vendor='pc'
  4261. htmldir='${docdir}'
  4262. includedir='${prefix}/include'
  4263. infodir='${datarootdir}/info'
  4264. install_sh='${SHELL} /export/home/jwalton/libidn2-0.16/build-aux/install-sh'
  4265. libdir='${exec_prefix}/lib'
  4266. libexecdir='${exec_prefix}/libexec'
  4267. lispdir='${datarootdir}/emacs/site-lisp'
  4268. localedir='${datarootdir}/locale'
  4269. localstatedir='${prefix}/var'
  4270. mandir='${datarootdir}/man'
  4271. mkdir_p='$(MKDIR_P)'
  4272. oldincludedir='/usr/include'
  4273. pdfdir='${docdir}'
  4274. pkglibexecdir='${libexecdir}/${PACKAGE}'
  4275. prefix='/usr/local'
  4276. program_transform_name='s,x,x,'
  4277. psdir='${docdir}'
  4278. runstatedir='${localstatedir}/run'
  4279. sbindir='${exec_prefix}/sbin'
  4280. sharedstatedir='${prefix}/com'
  4281. sysconfdir='${prefix}/etc'
  4282. target_alias=''
  4283.  
  4284. ## ----------- ##
  4285. ## confdefs.h. ##
  4286. ## ----------- ##
  4287.  
  4288. /* confdefs.h */
  4289. #define PACKAGE_NAME "libidn2"
  4290. #define PACKAGE_TARNAME "libidn2"
  4291. #define PACKAGE_VERSION "0.16"
  4292. #define PACKAGE_STRING "libidn2 0.16"
  4293. #define PACKAGE_BUGREPORT "simon@josefsson.org"
  4294. #define PACKAGE_URL "http://www.gnu.org/software/libidn/#libidn2"
  4295. #define PACKAGE "libidn2"
  4296. #define VERSION "0.16"
  4297. #define STDC_HEADERS 1
  4298. #define HAVE_SYS_TYPES_H 1
  4299. #define HAVE_SYS_STAT_H 1
  4300. #define HAVE_STDLIB_H 1
  4301. #define HAVE_STRING_H 1
  4302. #define HAVE_MEMORY_H 1
  4303. #define HAVE_STRINGS_H 1
  4304. #define HAVE_INTTYPES_H 1
  4305. #define HAVE_STDINT_H 1
  4306. #define HAVE_UNISTD_H 1
  4307. #define __EXTENSIONS__ 1
  4308. #define _ALL_SOURCE 1
  4309. #define _DARWIN_C_SOURCE 1
  4310. #define _GNU_SOURCE 1
  4311. #define _POSIX_PTHREAD_SEMANTICS 1
  4312. #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  4313. #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  4314. #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  4315. #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  4316. #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  4317. #define __STDC_WANT_LIB_EXT2__ 1
  4318. #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  4319. #define _TANDEM_SOURCE 1
  4320. #define HAVE_DLFCN_H 1
  4321. #define LT_OBJDIR ".libs/"
  4322. #define ICONV_CONST
  4323. #define HAVE_LIMITS_H 1
  4324. #define HAVE_UNISTD_H 1
  4325. #define HAVE_WCHAR_H 1
  4326. #define HAVE_STDINT_H 1
  4327. #define HAVE_LANGINFO_CODESET 1
  4328. #define HAVE_SYMLINK 1
  4329. #define HAVE_WORKING_O_NOATIME 0
  4330. #define HAVE_WORKING_O_NOFOLLOW 1
  4331. #define HAVE_DECL_GETC_UNLOCKED 1
  4332. #define HAVE__BOOL 1
  4333. #define HAVE_WCHAR_T 1
  4334. #define HAVE_WINT_T 1
  4335. #define HAVE_UNSIGNED_LONG_LONG_INT 1
  4336. #define HAVE_LONG_LONG_INT 1
  4337. #define HAVE_SYS_INTTYPES_H 1
  4338. #define BITSIZEOF_PTRDIFF_T 32
  4339. #define BITSIZEOF_SIZE_T 32
  4340. #define BITSIZEOF_SIG_ATOMIC_T 32
  4341. #define BITSIZEOF_WCHAR_T 32
  4342. #define BITSIZEOF_WINT_T 32
  4343. #define HAVE_SIGNED_SIG_ATOMIC_T 1
  4344. #define HAVE_SIGNED_WCHAR_T 1
  4345. #define HAVE_SIGNED_WINT_T 1
  4346. #define PTRDIFF_T_SUFFIX
  4347. #define SIZE_T_SUFFIX u
  4348. #define SIG_ATOMIC_T_SUFFIX
  4349. #define WCHAR_T_SUFFIX l
  4350. #define WINT_T_SUFFIX l
  4351. #define restrict __restrict
  4352. #define HAVE_RAW_DECL_FFSL 1
  4353. #define HAVE_RAW_DECL_FFSLL 1
  4354. #define HAVE_RAW_DECL_MEMMEM 1
  4355. #define HAVE_RAW_DECL_STPCPY 1
  4356. #define HAVE_RAW_DECL_STPNCPY 1
  4357. #define HAVE_RAW_DECL_STRCHRNUL 1
  4358. #define HAVE_RAW_DECL_STRDUP 1
  4359. #define HAVE_RAW_DECL_STRNCAT 1
  4360. #define HAVE_RAW_DECL_STRNDUP 1
  4361. #define HAVE_RAW_DECL_STRNLEN 1
  4362. #define HAVE_RAW_DECL_STRPBRK 1
  4363. #define HAVE_RAW_DECL_STRSEP 1
  4364. #define HAVE_RAW_DECL_STRCASESTR 1
  4365. #define HAVE_RAW_DECL_STRTOK_R 1
  4366. #define HAVE_RAW_DECL_STRERROR_R 1
  4367. #define HAVE_RAW_DECL_STRSIGNAL 1
  4368. #define HAVE_VISIBILITY 1
  4369. #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
  4370. #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
  4371. #define GNULIB_TEST_RAWMEMCHR 1
  4372. #define HAVE_STRCHRNUL 1
  4373. #define GNULIB_TEST_STRCHRNUL 1
  4374. #define GNULIB_TEST_STRVERSCMP 1
  4375. #define ENABLE_NLS 1
  4376. #define HAVE_GETTEXT 1
  4377. #define HAVE_DCGETTEXT 1
  4378.  
  4379. configure: exit 0
  4380. solaris:libidn2-0.16$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement