Advertisement
Guest User

Untitled

a guest
Aug 18th, 2014
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.00 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by libgpg-error configure 1.13, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --prefix=/c/MinGW/
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = ndu-ghm
  14. uname -m = i686
  15. uname -r = 1.0.18(0.48/3/2)
  16. uname -s = MINGW32_NT-6.1
  17. uname -v = 2012-11-21 22:34
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: .
  31. PATH: /usr/local/bin
  32. PATH: /mingw/bin
  33. PATH: /bin
  34. PATH: /c/Program Files/Common Files/SOFTPRO/Shared
  35. PATH: /c/Windows/system32
  36. PATH: /c/Windows
  37. PATH: /c/Windows/System32/Wbem
  38. PATH: /c/Windows/System32/WindowsPowerShell/v1.0/
  39. PATH: /c/PSGVM/tools
  40. PATH: /c/Program Files/Subversion/bin
  41. PATH: /c/MinGW/bin/
  42.  
  43.  
  44. ## ----------- ##
  45. ## Core tests. ##
  46. ## ----------- ##
  47.  
  48. configure:2625: checking for a BSD-compatible install
  49. configure:2693: result: /bin/install -c
  50. configure:2704: checking whether build environment is sane
  51. configure:2754: result: yes
  52. configure:2895: checking for a thread-safe mkdir -p
  53. configure:2934: result: /bin/mkdir -p
  54. configure:2947: checking for gawk
  55. configure:2963: found /bin/gawk
  56. configure:2974: result: gawk
  57. configure:2985: checking whether make sets $(MAKE)
  58. configure:3007: result: yes
  59. configure:3088: checking whether to enable maintainer-specific portions of Makefiles
  60. configure:3097: result: no
  61. configure:3125: checking whether make supports nested variables
  62. configure:3142: result: yes
  63. configure:3160: checking build system type
  64. configure:3174: result: i686-pc-mingw32
  65. configure:3194: checking host system type
  66. configure:3207: result: i686-pc-mingw32
  67. configure:3231: autobuild project... libgpg-error
  68. configure:3233: autobuild revision... 1.13
  69. configure:3237: autobuild hostname... ndu-ghm
  70. configure:3246: autobuild timestamp... 20140816-154109
  71. configure:3300: checking for gcc
  72. configure:3316: found /c/MinGW/bin//gcc
  73. configure:3327: result: gcc
  74. configure:3556: checking for C compiler version
  75. configure:3565: gcc --version >&5
  76. gcc.exe (GCC) 4.8.1
  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:3576: $? = 0
  82. configure:3565: gcc -v >&5
  83. Using built-in specs.
  84. COLLECT_GCC=c:\MinGW\bin\gcc.exe
  85. COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/4.8.1/lto-wrapper.exe
  86. Target: mingw32
  87. Configured with: ../gcc-4.8.1/configure --prefix=/mingw --host=mingw32 --build=mingw32 --without-pic --enable-shared --enable-static --with-gnu-ld --enable-lto --enable-libssp --disable-multilib --enable-languages=c,c++,fortran,objc,obj-c++,ada --disable-sjlj-exceptions --with-dwarf2 --disable-win32-registry --enable-libstdcxx-debug --enable-version-specific-runtime-libs --with-gmp=/usr/src/pkg/gmp-5.1.2-1-mingw32-src/bld --with-mpc=/usr/src/pkg/mpc-1.0.1-1-mingw32-src/bld --with-mpfr= --with-system-zlib --with-gnu-as --enable-decimal-float=yes --enable-libgomp --enable-threads --with-libiconv-prefix=/mingw32 --with-libintl-prefix=/mingw --disable-bootstrap LDFLAGS=-s CFLAGS=-D_USE_32BIT_TIME_T
  88. Thread model: win32
  89. gcc version 4.8.1 (GCC)
  90. configure:3576: $? = 0
  91. configure:3565: gcc -V >&5
  92. gcc.exe: error: unrecognized command line option '-V'
  93. gcc.exe: fatal error: no input files
  94. compilation terminated.
  95. configure:3576: $? = 1
  96. configure:3565: gcc -qversion >&5
  97. gcc.exe: error: unrecognized command line option '-qversion'
  98. gcc.exe: fatal error: no input files
  99. compilation terminated.
  100. configure:3576: $? = 1
  101. configure:3596: checking whether the C compiler works
  102. configure:3618: gcc conftest.c >&5
  103. configure:3622: $? = 0
  104. configure:3670: result: yes
  105. configure:3673: checking for C compiler default output file name
  106. configure:3675: result: a.exe
  107. configure:3681: checking for suffix of executables
  108. configure:3688: gcc -o conftest.exe conftest.c >&5
  109. configure:3692: $? = 0
  110. configure:3714: result: .exe
  111. configure:3736: checking whether we are cross compiling
  112. configure:3744: gcc -o conftest.exe conftest.c >&5
  113. configure:3748: $? = 0
  114. configure:3755: ./conftest.exe
  115. configure:3759: $? = 0
  116. configure:3774: result: no
  117. configure:3779: checking for suffix of object files
  118. configure:3801: gcc -c conftest.c >&5
  119. configure:3805: $? = 0
  120. configure:3826: result: o
  121. configure:3830: checking whether we are using the GNU C compiler
  122. configure:3849: gcc -c conftest.c >&5
  123. configure:3849: $? = 0
  124. configure:3858: result: yes
  125. configure:3867: checking whether gcc accepts -g
  126. configure:3887: gcc -c -g conftest.c >&5
  127. configure:3887: $? = 0
  128. configure:3928: result: yes
  129. configure:3945: checking for gcc option to accept ISO C89
  130. configure:4008: gcc -c -g -O2 conftest.c >&5
  131. configure:4008: $? = 0
  132. configure:4021: result: none needed
  133. configure:4052: checking for style of include used by make
  134. configure:4080: result: GNU
  135. configure:4106: checking dependency style of gcc
  136. configure:4217: result: gcc3
  137. configure:4233: checking whether gcc and cc understand -c and -o together
  138. configure:4264: gcc -c conftest.c -o conftest2.o >&5
  139. configure:4268: $? = 0
  140. configure:4274: gcc -c conftest.c -o conftest2.o >&5
  141. configure:4278: $? = 0
  142. configure:4289: cc -c conftest.c >&5
  143. configure:4293: $? = 0
  144. configure:4301: cc -c conftest.c -o conftest2.o >&5
  145. configure:4305: $? = 0
  146. configure:4311: cc -c conftest.c -o conftest2.o >&5
  147. configure:4315: $? = 0
  148. configure:4333: result: yes
  149. configure:4363: checking how to run the C preprocessor
  150. configure:4394: gcc -E conftest.c
  151. configure:4394: $? = 0
  152. configure:4408: gcc -E conftest.c
  153. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  154. #include <ac_nonexistent.h>
  155. ^
  156. compilation terminated.
  157. configure:4408: $? = 1
  158. configure: failed program was:
  159. | /* confdefs.h */
  160. | #define PACKAGE_NAME "libgpg-error"
  161. | #define PACKAGE_TARNAME "libgpg-error"
  162. | #define PACKAGE_VERSION "1.13"
  163. | #define PACKAGE_STRING "libgpg-error 1.13"
  164. | #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
  165. | #define PACKAGE_URL ""
  166. | #define PACKAGE "libgpg-error"
  167. | #define VERSION "1.13"
  168. | /* end confdefs.h. */
  169. | #include <ac_nonexistent.h>
  170. configure:4433: result: gcc -E
  171. configure:4453: gcc -E conftest.c
  172. configure:4453: $? = 0
  173. configure:4467: gcc -E conftest.c
  174. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  175. #include <ac_nonexistent.h>
  176. ^
  177. compilation terminated.
  178. configure:4467: $? = 1
  179. configure: failed program was:
  180. | /* confdefs.h */
  181. | #define PACKAGE_NAME "libgpg-error"
  182. | #define PACKAGE_TARNAME "libgpg-error"
  183. | #define PACKAGE_VERSION "1.13"
  184. | #define PACKAGE_STRING "libgpg-error 1.13"
  185. | #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
  186. | #define PACKAGE_URL ""
  187. | #define PACKAGE "libgpg-error"
  188. | #define VERSION "1.13"
  189. | /* end confdefs.h. */
  190. | #include <ac_nonexistent.h>
  191. configure:4499: checking for gawk
  192. configure:4526: result: gawk
  193. configure:4580: checking for ar
  194. configure:4596: found /c/MinGW/bin//ar
  195. configure:4607: result: ar
  196. configure:4631: checking for grep that handles long lines and -e
  197. configure:4689: result: /bin/grep
  198. configure:4694: checking for egrep
  199. configure:4756: result: /bin/grep -E
  200. configure:4761: checking for ANSI C header files
  201. configure:4781: gcc -c -g -O2 conftest.c >&5
  202. configure:4781: $? = 0
  203. configure:4854: gcc -o conftest.exe -g -O2 conftest.c >&5
  204. configure:4854: $? = 0
  205. configure:4854: ./conftest.exe
  206. configure:4854: $? = 0
  207. configure:4865: result: yes
  208. configure:4878: checking for sys/types.h
  209. configure:4878: gcc -c -g -O2 conftest.c >&5
  210. configure:4878: $? = 0
  211. configure:4878: result: yes
  212. configure:4878: checking for sys/stat.h
  213. configure:4878: gcc -c -g -O2 conftest.c >&5
  214. configure:4878: $? = 0
  215. configure:4878: result: yes
  216. configure:4878: checking for stdlib.h
  217. configure:4878: gcc -c -g -O2 conftest.c >&5
  218. configure:4878: $? = 0
  219. configure:4878: result: yes
  220. configure:4878: checking for string.h
  221. configure:4878: gcc -c -g -O2 conftest.c >&5
  222. configure:4878: $? = 0
  223. configure:4878: result: yes
  224. configure:4878: checking for memory.h
  225. configure:4878: gcc -c -g -O2 conftest.c >&5
  226. configure:4878: $? = 0
  227. configure:4878: result: yes
  228. configure:4878: checking for strings.h
  229. configure:4878: gcc -c -g -O2 conftest.c >&5
  230. configure:4878: $? = 0
  231. configure:4878: result: yes
  232. configure:4878: checking for inttypes.h
  233. configure:4878: gcc -c -g -O2 conftest.c >&5
  234. configure:4878: $? = 0
  235. configure:4878: result: yes
  236. configure:4878: checking for stdint.h
  237. configure:4878: gcc -c -g -O2 conftest.c >&5
  238. configure:4878: $? = 0
  239. configure:4878: result: yes
  240. configure:4878: checking for unistd.h
  241. configure:4878: gcc -c -g -O2 conftest.c >&5
  242. configure:4878: $? = 0
  243. configure:4878: result: yes
  244. configure:4891: checking minix/config.h usability
  245. configure:4891: gcc -c -g -O2 conftest.c >&5
  246. conftest.c:54:26: fatal error: minix/config.h: No such file or directory
  247. #include <minix/config.h>
  248. ^
  249. compilation terminated.
  250. configure:4891: $? = 1
  251. configure: failed program was:
  252. | /* confdefs.h */
  253. | #define PACKAGE_NAME "libgpg-error"
  254. | #define PACKAGE_TARNAME "libgpg-error"
  255. | #define PACKAGE_VERSION "1.13"
  256. | #define PACKAGE_STRING "libgpg-error 1.13"
  257. | #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
  258. | #define PACKAGE_URL ""
  259. | #define PACKAGE "libgpg-error"
  260. | #define VERSION "1.13"
  261. | #define STDC_HEADERS 1
  262. | #define HAVE_SYS_TYPES_H 1
  263. | #define HAVE_SYS_STAT_H 1
  264. | #define HAVE_STDLIB_H 1
  265. | #define HAVE_STRING_H 1
  266. | #define HAVE_MEMORY_H 1
  267. | #define HAVE_STRINGS_H 1
  268. | #define HAVE_INTTYPES_H 1
  269. | #define HAVE_STDINT_H 1
  270. | #define HAVE_UNISTD_H 1
  271. | /* end confdefs.h. */
  272. | #include <stdio.h>
  273. | #ifdef HAVE_SYS_TYPES_H
  274. | # include <sys/types.h>
  275. | #endif
  276. | #ifdef HAVE_SYS_STAT_H
  277. | # include <sys/stat.h>
  278. | #endif
  279. | #ifdef STDC_HEADERS
  280. | # include <stdlib.h>
  281. | # include <stddef.h>
  282. | #else
  283. | # ifdef HAVE_STDLIB_H
  284. | # include <stdlib.h>
  285. | # endif
  286. | #endif
  287. | #ifdef HAVE_STRING_H
  288. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  289. | # include <memory.h>
  290. | # endif
  291. | # include <string.h>
  292. | #endif
  293. | #ifdef HAVE_STRINGS_H
  294. | # include <strings.h>
  295. | #endif
  296. | #ifdef HAVE_INTTYPES_H
  297. | # include <inttypes.h>
  298. | #endif
  299. | #ifdef HAVE_STDINT_H
  300. | # include <stdint.h>
  301. | #endif
  302. | #ifdef HAVE_UNISTD_H
  303. | # include <unistd.h>
  304. | #endif
  305. | #include <minix/config.h>
  306. configure:4891: result: no
  307. configure:4891: checking minix/config.h presence
  308. configure:4891: gcc -E conftest.c
  309. conftest.c:21:26: fatal error: minix/config.h: No such file or directory
  310. #include <minix/config.h>
  311. ^
  312. compilation terminated.
  313. configure:4891: $? = 1
  314. configure: failed program was:
  315. | /* confdefs.h */
  316. | #define PACKAGE_NAME "libgpg-error"
  317. | #define PACKAGE_TARNAME "libgpg-error"
  318. | #define PACKAGE_VERSION "1.13"
  319. | #define PACKAGE_STRING "libgpg-error 1.13"
  320. | #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
  321. | #define PACKAGE_URL ""
  322. | #define PACKAGE "libgpg-error"
  323. | #define VERSION "1.13"
  324. | #define STDC_HEADERS 1
  325. | #define HAVE_SYS_TYPES_H 1
  326. | #define HAVE_SYS_STAT_H 1
  327. | #define HAVE_STDLIB_H 1
  328. | #define HAVE_STRING_H 1
  329. | #define HAVE_MEMORY_H 1
  330. | #define HAVE_STRINGS_H 1
  331. | #define HAVE_INTTYPES_H 1
  332. | #define HAVE_STDINT_H 1
  333. | #define HAVE_UNISTD_H 1
  334. | /* end confdefs.h. */
  335. | #include <minix/config.h>
  336. configure:4891: result: no
  337. configure:4891: checking for minix/config.h
  338. configure:4891: result: no
  339. configure:4912: checking whether it is safe to define __EXTENSIONS__
  340. configure:4930: gcc -c -g -O2 conftest.c >&5
  341. configure:4930: $? = 0
  342. configure:4937: result: yes
  343. configure:5084: checking how to print strings
  344. configure:5111: result: printf
  345. configure:5132: checking for a sed that does not truncate output
  346. configure:5196: result: /bin/sed
  347. configure:5214: checking for fgrep
  348. configure:5276: result: /bin/grep -F
  349. configure:5311: checking for ld used by gcc
  350. configure:5378: result: c:/mingw/mingw32/bin/ld.exe
  351. configure:5385: checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld
  352. configure:5400: result: yes
  353. configure:5412: checking for BSD- or MS-compatible name lister (nm)
  354. configure:5461: result: /c/MinGW/bin//nm
  355. configure:5591: checking the name lister (/c/MinGW/bin//nm) interface
  356. configure:5598: gcc -c -g -O2 conftest.c >&5
  357. configure:5601: /c/MinGW/bin//nm "conftest.o"
  358. configure:5604: output
  359. 00000000 b .bss
  360. 00000000 d .data
  361. 00000000 N .debug_abbrev
  362. 00000000 N .debug_aranges
  363. 00000000 N .debug_info
  364. 00000000 N .debug_line
  365. 00000000 r .rdata$zzz
  366. 00000000 t .text
  367. 00000000 B _some_variable
  368. configure:5611: result: BSD nm
  369. configure:5614: checking whether ln -s works
  370. configure:5621: result: no, using cp -pR
  371. configure:5626: checking the maximum length of command line arguments
  372. configure:5756: result: 8192
  373. configure:5773: checking whether the shell understands some XSI constructs
  374. configure:5783: result: yes
  375. configure:5787: checking whether the shell understands "+="
  376. configure:5793: result: yes
  377. configure:5828: checking how to convert i686-pc-mingw32 file names to i686-pc-mingw32 format
  378. configure:5868: result: func_convert_file_msys_to_w32
  379. configure:5875: checking how to convert i686-pc-mingw32 file names to toolchain format
  380. configure:5895: result: func_convert_file_msys_to_w32
  381. configure:5902: checking for c:/mingw/mingw32/bin/ld.exe option to reload object files
  382. configure:5909: result: -r
  383. configure:5983: checking for objdump
  384. configure:5999: found /c/MinGW/bin//objdump
  385. configure:6010: result: objdump
  386. configure:6039: checking how to recognize dependent libraries
  387. configure:6241: result: file_magic ^x86 archive import|^x86 DLL
  388. configure:6326: checking for dlltool
  389. configure:6342: found /c/MinGW/bin//dlltool
  390. configure:6353: result: dlltool
  391. configure:6383: checking how to associate runtime and link libraries
  392. configure:6410: result: func_cygming_dll_for_implib
  393. configure:6534: checking for archiver @FILE support
  394. configure:6551: gcc -c -g -O2 conftest.c >&5
  395. configure:6551: $? = 0
  396. configure:6554: ar cru libconftest.a @conftest.lst >&5
  397. configure:6557: $? = 0
  398. configure:6562: ar cru libconftest.a @conftest.lst >&5
  399. c:\MinGW\bin\ar.exe: conftest.o: No such file or directory
  400. configure:6565: $? = 1
  401. configure:6577: result: @
  402. configure:6635: checking for strip
  403. configure:6651: found /c/MinGW/bin//strip
  404. configure:6662: result: strip
  405. configure:6734: checking for ranlib
  406. configure:6750: found /c/MinGW/bin//ranlib
  407. configure:6761: result: ranlib
  408. configure:6863: checking command to parse /c/MinGW/bin//nm output from gcc object
  409. configure:6983: gcc -c -g -O2 conftest.c >&5
  410. configure:6986: $? = 0
  411. configure:6990: /c/MinGW/bin//nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  412. configure:6993: $? = 0
  413. cannot find nm_test_var in conftest.nm
  414. configure:6983: gcc -c -g -O2 conftest.c >&5
  415. configure:6986: $? = 0
  416. configure:6990: /c/MinGW/bin//nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  417. configure:6993: $? = 0
  418. configure:7059: gcc -o conftest.exe -g -O2 conftest.c conftstm.o >&5
  419. configure:7062: $? = 0
  420. configure:7100: result: ok
  421. configure:7137: checking for sysroot
  422. configure:7167: result: no
  423. configure:7429: checking for mt
  424. configure:7459: result: no
  425. configure:7479: checking if : is a manifest tool
  426. configure:7485: : '-?'
  427. configure:7493: result: no
  428. configure:8132: checking for dlfcn.h
  429. configure:8132: gcc -c -g -O2 conftest.c >&5
  430. conftest.c:60:19: fatal error: dlfcn.h: No such file or directory
  431. #include <dlfcn.h>
  432. ^
  433. compilation terminated.
  434. configure:8132: $? = 1
  435. configure: failed program was:
  436. | /* confdefs.h */
  437. | #define PACKAGE_NAME "libgpg-error"
  438. | #define PACKAGE_TARNAME "libgpg-error"
  439. | #define PACKAGE_VERSION "1.13"
  440. | #define PACKAGE_STRING "libgpg-error 1.13"
  441. | #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
  442. | #define PACKAGE_URL ""
  443. | #define PACKAGE "libgpg-error"
  444. | #define VERSION "1.13"
  445. | #define STDC_HEADERS 1
  446. | #define HAVE_SYS_TYPES_H 1
  447. | #define HAVE_SYS_STAT_H 1
  448. | #define HAVE_STDLIB_H 1
  449. | #define HAVE_STRING_H 1
  450. | #define HAVE_MEMORY_H 1
  451. | #define HAVE_STRINGS_H 1
  452. | #define HAVE_INTTYPES_H 1
  453. | #define HAVE_STDINT_H 1
  454. | #define HAVE_UNISTD_H 1
  455. | #define __EXTENSIONS__ 1
  456. | #define _ALL_SOURCE 1
  457. | #define _GNU_SOURCE 1
  458. | #define _POSIX_PTHREAD_SEMANTICS 1
  459. | #define _TANDEM_SOURCE 1
  460. | /* end confdefs.h. */
  461. | #include <stdio.h>
  462. | #ifdef HAVE_SYS_TYPES_H
  463. | # include <sys/types.h>
  464. | #endif
  465. | #ifdef HAVE_SYS_STAT_H
  466. | # include <sys/stat.h>
  467. | #endif
  468. | #ifdef STDC_HEADERS
  469. | # include <stdlib.h>
  470. | # include <stddef.h>
  471. | #else
  472. | # ifdef HAVE_STDLIB_H
  473. | # include <stdlib.h>
  474. | # endif
  475. | #endif
  476. | #ifdef HAVE_STRING_H
  477. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  478. | # include <memory.h>
  479. | # endif
  480. | # include <string.h>
  481. | #endif
  482. | #ifdef HAVE_STRINGS_H
  483. | # include <strings.h>
  484. | #endif
  485. | #ifdef HAVE_INTTYPES_H
  486. | # include <inttypes.h>
  487. | #endif
  488. | #ifdef HAVE_STDINT_H
  489. | # include <stdint.h>
  490. | #endif
  491. | #ifdef HAVE_UNISTD_H
  492. | # include <unistd.h>
  493. | #endif
  494. |
  495. | #include <dlfcn.h>
  496. configure:8132: result: no
  497. configure:8195: checking for as
  498. configure:8211: found /c/MinGW/bin//as
  499. configure:8222: result: as
  500. configure:8287: checking for dlltool
  501. configure:8314: result: dlltool
  502. configure:8379: checking for objdump
  503. configure:8406: result: objdump
  504. configure:8635: checking for objdir
  505. configure:8650: result: .libs
  506. configure:8921: checking if gcc supports -fno-rtti -fno-exceptions
  507. configure:8939: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  508. cc1.exe: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
  509. configure:8943: $? = 0
  510. configure:8956: result: no
  511. configure:9283: checking for gcc option to produce PIC
  512. configure:9290: result: -DDLL_EXPORT -DPIC
  513. configure:9298: checking if gcc PIC flag -DDLL_EXPORT -DPIC works
  514. configure:9316: gcc -c -g -O2 -DDLL_EXPORT -DPIC -DPIC conftest.c >&5
  515. configure:9320: $? = 0
  516. configure:9333: result: yes
  517. configure:9362: checking if gcc static flag -static works
  518. configure:9390: result: yes
  519. configure:9405: checking if gcc supports -c -o file.o
  520. configure:9426: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  521. configure:9430: $? = 0
  522. configure:9452: result: yes
  523. configure:9460: checking if gcc supports -c -o file.o
  524. configure:9507: result: yes
  525. configure:9540: checking whether the gcc linker (c:/mingw/mingw32/bin/ld.exe) supports shared libraries
  526. configure:10697: result: yes
  527. configure:10734: checking whether -lc should be explicitly linked in
  528. configure:10742: gcc -c -g -O2 conftest.c >&5
  529. configure:10745: $? = 0
  530. configure:10760: gcc -shared conftest.o -v -o ./conftest -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  531. configure:10763: $? = 1
  532. configure:10777: result: yes
  533. configure:10937: checking dynamic linker characteristics
  534. configure:11702: result: Win32 ld.exe
  535. configure:11809: checking how to hardcode library paths into programs
  536. configure:11834: result: immediate
  537. configure:12374: checking whether stripping libraries is possible
  538. configure:12379: result: yes
  539. configure:12414: checking if libtool supports shared libraries
  540. configure:12416: result: yes
  541. configure:12419: checking whether to build shared libraries
  542. configure:12440: result: yes
  543. configure:12443: checking whether to build static libraries
  544. configure:12447: result: no
  545. configure:12527: checking for windres
  546. configure:12543: found /c/MinGW/bin//windres
  547. configure:12554: result: windres
  548. configure:12664: checking for cc for build
  549. configure:12671: result: gcc
  550. configure:12682: checking whether NLS is requested
  551. configure:12691: result: yes
  552. configure:12732: checking for msgfmt
  553. configure: trying /c/MinGW/bin//msgfmt...
  554. configure:12767: result: no
  555. configure:12773: checking for gmsgfmt
  556. configure:12804: result: :
  557. configure:12855: checking for xgettext
  558. configure: trying /c/MinGW/bin//xgettext...
  559. configure:12890: result: no
  560. configure:12933: checking for msgmerge
  561. configure: trying /c/MinGW/bin//msgmerge...
  562. configure:12967: result: no
  563. configure:13021: checking for ld used by GCC
  564. configure:13085: result: c:/mingw/mingw32/bin/ld.exe
  565. configure:13092: checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld
  566. configure:13105: result: yes
  567. configure:13112: checking for shared library run path origin
  568. configure:13125: result: done
  569. configure:13626: checking for CFPreferencesCopyAppValue
  570. configure:13644: gcc -o conftest.exe -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
  571. conftest.c:27:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
  572. #include <CoreFoundation/CFPreferences.h>
  573. ^
  574. compilation terminated.
  575. configure:13644: $? = 1
  576. configure: failed program was:
  577. | /* confdefs.h */
  578. | #define PACKAGE_NAME "libgpg-error"
  579. | #define PACKAGE_TARNAME "libgpg-error"
  580. | #define PACKAGE_VERSION "1.13"
  581. | #define PACKAGE_STRING "libgpg-error 1.13"
  582. | #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
  583. | #define PACKAGE_URL ""
  584. | #define PACKAGE "libgpg-error"
  585. | #define VERSION "1.13"
  586. | #define STDC_HEADERS 1
  587. | #define HAVE_SYS_TYPES_H 1
  588. | #define HAVE_SYS_STAT_H 1
  589. | #define HAVE_STDLIB_H 1
  590. | #define HAVE_STRING_H 1
  591. | #define HAVE_MEMORY_H 1
  592. | #define HAVE_STRINGS_H 1
  593. | #define HAVE_INTTYPES_H 1
  594. | #define HAVE_STDINT_H 1
  595. | #define HAVE_UNISTD_H 1
  596. | #define __EXTENSIONS__ 1
  597. | #define _ALL_SOURCE 1
  598. | #define _GNU_SOURCE 1
  599. | #define _POSIX_PTHREAD_SEMANTICS 1
  600. | #define _TANDEM_SOURCE 1
  601. | #define LT_OBJDIR ".libs/"
  602. | /* end confdefs.h. */
  603. | #include <CoreFoundation/CFPreferences.h>
  604. | int
  605. | main ()
  606. | {
  607. | CFPreferencesCopyAppValue(NULL, NULL)
  608. | ;
  609. | return 0;
  610. | }
  611. configure:13653: result: no
  612. configure:13660: checking for CFLocaleCopyCurrent
  613. configure:13678: gcc -o conftest.exe -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
  614. conftest.c:27:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
  615. #include <CoreFoundation/CFLocale.h>
  616. ^
  617. compilation terminated.
  618. configure:13678: $? = 1
  619. configure: failed program was:
  620. | /* confdefs.h */
  621. | #define PACKAGE_NAME "libgpg-error"
  622. | #define PACKAGE_TARNAME "libgpg-error"
  623. | #define PACKAGE_VERSION "1.13"
  624. | #define PACKAGE_STRING "libgpg-error 1.13"
  625. | #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
  626. | #define PACKAGE_URL ""
  627. | #define PACKAGE "libgpg-error"
  628. | #define VERSION "1.13"
  629. | #define STDC_HEADERS 1
  630. | #define HAVE_SYS_TYPES_H 1
  631. | #define HAVE_SYS_STAT_H 1
  632. | #define HAVE_STDLIB_H 1
  633. | #define HAVE_STRING_H 1
  634. | #define HAVE_MEMORY_H 1
  635. | #define HAVE_STRINGS_H 1
  636. | #define HAVE_INTTYPES_H 1
  637. | #define HAVE_STDINT_H 1
  638. | #define HAVE_UNISTD_H 1
  639. | #define __EXTENSIONS__ 1
  640. | #define _ALL_SOURCE 1
  641. | #define _GNU_SOURCE 1
  642. | #define _POSIX_PTHREAD_SEMANTICS 1
  643. | #define _TANDEM_SOURCE 1
  644. | #define LT_OBJDIR ".libs/"
  645. | /* end confdefs.h. */
  646. | #include <CoreFoundation/CFLocale.h>
  647. | int
  648. | main ()
  649. | {
  650. | CFLocaleCopyCurrent();
  651. | ;
  652. | return 0;
  653. | }
  654. configure:13687: result: no
  655. configure:13736: checking for GNU gettext in libc
  656. configure:13756: gcc -o conftest.exe -g -O2 conftest.c >&5
  657. C:\Users\ADMINI~1\AppData\Local\Temp\ccGPgObw.o: In function `main':
  658. C:\MinGW\msys\1.0\home\Administrator\libgpg-error-1.13/conftest.c:34: undefined reference to `libintl_bindtextdomain'
  659. C:\MinGW\msys\1.0\home\Administrator\libgpg-error-1.13/conftest.c:35: undefined reference to `libintl_gettext'
  660. C:\MinGW\msys\1.0\home\Administrator\libgpg-error-1.13/conftest.c:35: undefined reference to `_nl_domain_bindings'
  661. C:\MinGW\msys\1.0\home\Administrator\libgpg-error-1.13/conftest.c:35: undefined reference to `_nl_msg_cat_cntr'
  662. collect2.exe: error: ld returned 1 exit status
  663. configure:13756: $? = 1
  664. configure: failed program was:
  665. | /* confdefs.h */
  666. | #define PACKAGE_NAME "libgpg-error"
  667. | #define PACKAGE_TARNAME "libgpg-error"
  668. | #define PACKAGE_VERSION "1.13"
  669. | #define PACKAGE_STRING "libgpg-error 1.13"
  670. | #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
  671. | #define PACKAGE_URL ""
  672. | #define PACKAGE "libgpg-error"
  673. | #define VERSION "1.13"
  674. | #define STDC_HEADERS 1
  675. | #define HAVE_SYS_TYPES_H 1
  676. | #define HAVE_SYS_STAT_H 1
  677. | #define HAVE_STDLIB_H 1
  678. | #define HAVE_STRING_H 1
  679. | #define HAVE_MEMORY_H 1
  680. | #define HAVE_STRINGS_H 1
  681. | #define HAVE_INTTYPES_H 1
  682. | #define HAVE_STDINT_H 1
  683. | #define HAVE_UNISTD_H 1
  684. | #define __EXTENSIONS__ 1
  685. | #define _ALL_SOURCE 1
  686. | #define _GNU_SOURCE 1
  687. | #define _POSIX_PTHREAD_SEMANTICS 1
  688. | #define _TANDEM_SOURCE 1
  689. | #define LT_OBJDIR ".libs/"
  690. | /* end confdefs.h. */
  691. | #include <libintl.h>
  692. |
  693. | extern int _nl_msg_cat_cntr;
  694. | extern int *_nl_domain_bindings;
  695. | int
  696. | main ()
  697. | {
  698. | bindtextdomain ("", "");
  699. | return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
  700. | ;
  701. | return 0;
  702. | }
  703. configure:13765: result: no
  704. configure:13799: checking for iconv
  705. configure:13821: gcc -o conftest.exe -g -O2 -I/c/MinGW/include conftest.c >&5
  706. C:\Users\ADMINI~1\AppData\Local\Temp\ccqI3ZSk.o: In function `main':
  707. C:\MinGW\msys\1.0\home\Administrator\libgpg-error-1.13/conftest.c:32: undefined reference to `libiconv_open'
  708. C:\MinGW\msys\1.0\home\Administrator\libgpg-error-1.13/conftest.c:33: undefined reference to `libiconv'
  709. C:\MinGW\msys\1.0\home\Administrator\libgpg-error-1.13/conftest.c:34: undefined reference to `libiconv_close'
  710. collect2.exe: error: ld returned 1 exit status
  711. configure:13821: $? = 1
  712. configure: failed program was:
  713. | /* confdefs.h */
  714. | #define PACKAGE_NAME "libgpg-error"
  715. | #define PACKAGE_TARNAME "libgpg-error"
  716. | #define PACKAGE_VERSION "1.13"
  717. | #define PACKAGE_STRING "libgpg-error 1.13"
  718. | #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
  719. | #define PACKAGE_URL ""
  720. | #define PACKAGE "libgpg-error"
  721. | #define VERSION "1.13"
  722. | #define STDC_HEADERS 1
  723. | #define HAVE_SYS_TYPES_H 1
  724. | #define HAVE_SYS_STAT_H 1
  725. | #define HAVE_STDLIB_H 1
  726. | #define HAVE_STRING_H 1
  727. | #define HAVE_MEMORY_H 1
  728. | #define HAVE_STRINGS_H 1
  729. | #define HAVE_INTTYPES_H 1
  730. | #define HAVE_STDINT_H 1
  731. | #define HAVE_UNISTD_H 1
  732. | #define __EXTENSIONS__ 1
  733. | #define _ALL_SOURCE 1
  734. | #define _GNU_SOURCE 1
  735. | #define _POSIX_PTHREAD_SEMANTICS 1
  736. | #define _TANDEM_SOURCE 1
  737. | #define LT_OBJDIR ".libs/"
  738. | /* end confdefs.h. */
  739. | #include <stdlib.h>
  740. | #include <iconv.h>
  741. | int
  742. | main ()
  743. | {
  744. | iconv_t cd = iconv_open("","");
  745. | iconv(cd,NULL,NULL,NULL,NULL);
  746. | iconv_close(cd);
  747. | ;
  748. | return 0;
  749. | }
  750. configure:13843: gcc -o conftest.exe -g -O2 -I/c/MinGW/include conftest.c /c/MinGW/lib/libiconv.dll.a -L/c/MinGW/lib >&5
  751. configure:13843: $? = 0
  752. configure:13853: result: yes
  753. configure:13856: checking for working iconv
  754. configure:13932: gcc -o conftest.exe -g -O2 -I/c/MinGW/include conftest.c /c/MinGW/lib/libiconv.dll.a -L/c/MinGW/lib >&5
  755. configure:13932: $? = 0
  756. configure:13932: ./conftest.exe
  757. configure:13932: $? = 0
  758. configure:13944: result: yes
  759. configure:13959: checking how to link with libiconv
  760. configure:13961: result: /c/MinGW/lib/libiconv.dll.a -L/c/MinGW/lib
  761. configure:14407: checking for GNU gettext in libintl
  762. configure:14435: gcc -o conftest.exe -g -O2 -I/c/MinGW/include conftest.c /c/MinGW/lib/libintl.dll.a -L/c/MinGW/lib /c/MinGW/lib/libiconv.dll.a -L/c/MinGW/lib >&5
  763. configure:14435: $? = 0
  764. configure:14476: result: yes
  765. configure:14511: checking whether to use NLS
  766. configure:14513: result: yes
  767. configure:14516: checking where the gettext function comes from
  768. configure:14527: result: external libintl
  769. configure:14535: checking how to link with libintl
  770. configure:14537: result: /c/MinGW/lib/libintl.dll.a -L/c/MinGW/lib /c/MinGW/lib/libiconv.dll.a -L/c/MinGW/lib
  771. configure:14586: checking for ANSI C header files
  772. configure:14690: result: yes
  773. configure:14701: checking for stdlib.h
  774. configure:14701: result: yes
  775. configure:14701: checking locale.h usability
  776. configure:14701: gcc -c -g -O2 -I/c/MinGW/include conftest.c >&5
  777. configure:14701: $? = 0
  778. configure:14701: result: yes
  779. configure:14701: checking locale.h presence
  780. configure:14701: gcc -E -I/c/MinGW/include conftest.c
  781. configure:14701: $? = 0
  782. configure:14701: result: yes
  783. configure:14701: checking for locale.h
  784. configure:14701: result: yes
  785. configure:14711: checking whether strerror_r is declared
  786. configure:14711: gcc -c -g -O2 -I/c/MinGW/include conftest.c >&5
  787. conftest.c: In function 'main':
  788. conftest.c:74:10: error: 'strerror_r' undeclared (first use in this function)
  789. (void) strerror_r;
  790. ^
  791. conftest.c:74:10: note: each undeclared identifier is reported only once for each function it appears in
  792. configure:14711: $? = 1
  793. configure: failed program was:
  794. | /* confdefs.h */
  795. | #define PACKAGE_NAME "libgpg-error"
  796. | #define PACKAGE_TARNAME "libgpg-error"
  797. | #define PACKAGE_VERSION "1.13"
  798. | #define PACKAGE_STRING "libgpg-error 1.13"
  799. | #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
  800. | #define PACKAGE_URL ""
  801. | #define PACKAGE "libgpg-error"
  802. | #define VERSION "1.13"
  803. | #define STDC_HEADERS 1
  804. | #define HAVE_SYS_TYPES_H 1
  805. | #define HAVE_SYS_STAT_H 1
  806. | #define HAVE_STDLIB_H 1
  807. | #define HAVE_STRING_H 1
  808. | #define HAVE_MEMORY_H 1
  809. | #define HAVE_STRINGS_H 1
  810. | #define HAVE_INTTYPES_H 1
  811. | #define HAVE_STDINT_H 1
  812. | #define HAVE_UNISTD_H 1
  813. | #define __EXTENSIONS__ 1
  814. | #define _ALL_SOURCE 1
  815. | #define _GNU_SOURCE 1
  816. | #define _POSIX_PTHREAD_SEMANTICS 1
  817. | #define _TANDEM_SOURCE 1
  818. | #define LT_OBJDIR ".libs/"
  819. | #define HAVE_ICONV 1
  820. | #define ENABLE_NLS 1
  821. | #define HAVE_GETTEXT 1
  822. | #define HAVE_DCGETTEXT 1
  823. | #define STDC_HEADERS 1
  824. | #define HAVE_STDLIB_H 1
  825. | #define HAVE_LOCALE_H 1
  826. | /* end confdefs.h. */
  827. | #include <stdio.h>
  828. | #ifdef HAVE_SYS_TYPES_H
  829. | # include <sys/types.h>
  830. | #endif
  831. | #ifdef HAVE_SYS_STAT_H
  832. | # include <sys/stat.h>
  833. | #endif
  834. | #ifdef STDC_HEADERS
  835. | # include <stdlib.h>
  836. | # include <stddef.h>
  837. | #else
  838. | # ifdef HAVE_STDLIB_H
  839. | # include <stdlib.h>
  840. | # endif
  841. | #endif
  842. | #ifdef HAVE_STRING_H
  843. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  844. | # include <memory.h>
  845. | # endif
  846. | # include <string.h>
  847. | #endif
  848. | #ifdef HAVE_STRINGS_H
  849. | # include <strings.h>
  850. | #endif
  851. | #ifdef HAVE_INTTYPES_H
  852. | # include <inttypes.h>
  853. | #endif
  854. | #ifdef HAVE_STDINT_H
  855. | # include <stdint.h>
  856. | #endif
  857. | #ifdef HAVE_UNISTD_H
  858. | # include <unistd.h>
  859. | #endif
  860. | int
  861. | main ()
  862. | {
  863. | #ifndef strerror_r
  864. | #ifdef __cplusplus
  865. | (void) strerror_r;
  866. | #else
  867. | (void) strerror_r;
  868. | #endif
  869. | #endif
  870. |
  871. | ;
  872. | return 0;
  873. | }
  874. configure:14711: result: no
  875. configure:14724: checking for strerror_r
  876. configure:14724: gcc -o conftest.exe -g -O2 -I/c/MinGW/include conftest.c >&5
  877. C:\Users\ADMINI~1\AppData\Local\Temp\ccQObCoW.o: In function `main':
  878. C:\MinGW\msys\1.0\home\Administrator\libgpg-error-1.13/conftest.c:69: undefined reference to `strerror_r'
  879. collect2.exe: error: ld returned 1 exit status
  880. configure:14724: $? = 1
  881. configure: failed program was:
  882. | /* confdefs.h */
  883. | #define PACKAGE_NAME "libgpg-error"
  884. | #define PACKAGE_TARNAME "libgpg-error"
  885. | #define PACKAGE_VERSION "1.13"
  886. | #define PACKAGE_STRING "libgpg-error 1.13"
  887. | #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
  888. | #define PACKAGE_URL ""
  889. | #define PACKAGE "libgpg-error"
  890. | #define VERSION "1.13"
  891. | #define STDC_HEADERS 1
  892. | #define HAVE_SYS_TYPES_H 1
  893. | #define HAVE_SYS_STAT_H 1
  894. | #define HAVE_STDLIB_H 1
  895. | #define HAVE_STRING_H 1
  896. | #define HAVE_MEMORY_H 1
  897. | #define HAVE_STRINGS_H 1
  898. | #define HAVE_INTTYPES_H 1
  899. | #define HAVE_STDINT_H 1
  900. | #define HAVE_UNISTD_H 1
  901. | #define __EXTENSIONS__ 1
  902. | #define _ALL_SOURCE 1
  903. | #define _GNU_SOURCE 1
  904. | #define _POSIX_PTHREAD_SEMANTICS 1
  905. | #define _TANDEM_SOURCE 1
  906. | #define LT_OBJDIR ".libs/"
  907. | #define HAVE_ICONV 1
  908. | #define ENABLE_NLS 1
  909. | #define HAVE_GETTEXT 1
  910. | #define HAVE_DCGETTEXT 1
  911. | #define STDC_HEADERS 1
  912. | #define HAVE_STDLIB_H 1
  913. | #define HAVE_LOCALE_H 1
  914. | #define HAVE_DECL_STRERROR_R 0
  915. | /* end confdefs.h. */
  916. | /* Define strerror_r to an innocuous variant, in case <limits.h> declares strerror_r.
  917. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  918. | #define strerror_r innocuous_strerror_r
  919. |
  920. | /* System header to define __stub macros and hopefully few prototypes,
  921. | which can conflict with char strerror_r (); below.
  922. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  923. | <limits.h> exists even on freestanding compilers. */
  924. |
  925. | #ifdef __STDC__
  926. | # include <limits.h>
  927. | #else
  928. | # include <assert.h>
  929. | #endif
  930. |
  931. | #undef strerror_r
  932. |
  933. | /* Override any GCC internal prototype to avoid an error.
  934. | Use char because int might match the return type of a GCC
  935. | builtin and then its argument prototype would still apply. */
  936. | #ifdef __cplusplus
  937. | extern "C"
  938. | #endif
  939. | char strerror_r ();
  940. | /* The GNU C library defines this for functions which it implements
  941. | to always fail with ENOSYS. Some functions are actually named
  942. | something starting with __ and the normal name is an alias. */
  943. | #if defined __stub_strerror_r || defined __stub___strerror_r
  944. | choke me
  945. | #endif
  946. |
  947. | int
  948. | main ()
  949. | {
  950. | return strerror_r ();
  951. | ;
  952. | return 0;
  953. | }
  954. configure:14724: result: no
  955. configure:14733: checking whether strerror_r returns char *
  956. configure:14785: gcc -o conftest.exe -g -O2 -I/c/MinGW/include conftest.c >&5
  957. C:\Users\ADMINI~1\AppData\Local\Temp\cc2LBEpJ.o: In function `main':
  958. C:\MinGW\msys\1.0\home\Administrator\libgpg-error-1.13/conftest.c:73: undefined reference to `strerror_r'
  959. collect2.exe: error: ld returned 1 exit status
  960. configure:14785: $? = 1
  961. configure: program exited with status 1
  962. configure: failed program was:
  963. | /* confdefs.h */
  964. | #define PACKAGE_NAME "libgpg-error"
  965. | #define PACKAGE_TARNAME "libgpg-error"
  966. | #define PACKAGE_VERSION "1.13"
  967. | #define PACKAGE_STRING "libgpg-error 1.13"
  968. | #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
  969. | #define PACKAGE_URL ""
  970. | #define PACKAGE "libgpg-error"
  971. | #define VERSION "1.13"
  972. | #define STDC_HEADERS 1
  973. | #define HAVE_SYS_TYPES_H 1
  974. | #define HAVE_SYS_STAT_H 1
  975. | #define HAVE_STDLIB_H 1
  976. | #define HAVE_STRING_H 1
  977. | #define HAVE_MEMORY_H 1
  978. | #define HAVE_STRINGS_H 1
  979. | #define HAVE_INTTYPES_H 1
  980. | #define HAVE_STDINT_H 1
  981. | #define HAVE_UNISTD_H 1
  982. | #define __EXTENSIONS__ 1
  983. | #define _ALL_SOURCE 1
  984. | #define _GNU_SOURCE 1
  985. | #define _POSIX_PTHREAD_SEMANTICS 1
  986. | #define _TANDEM_SOURCE 1
  987. | #define LT_OBJDIR ".libs/"
  988. | #define HAVE_ICONV 1
  989. | #define ENABLE_NLS 1
  990. | #define HAVE_GETTEXT 1
  991. | #define HAVE_DCGETTEXT 1
  992. | #define STDC_HEADERS 1
  993. | #define HAVE_STDLIB_H 1
  994. | #define HAVE_LOCALE_H 1
  995. | #define HAVE_DECL_STRERROR_R 0
  996. | /* end confdefs.h. */
  997. | #include <stdio.h>
  998. | #ifdef HAVE_SYS_TYPES_H
  999. | # include <sys/types.h>
  1000. | #endif
  1001. | #ifdef HAVE_SYS_STAT_H
  1002. | # include <sys/stat.h>
  1003. | #endif
  1004. | #ifdef STDC_HEADERS
  1005. | # include <stdlib.h>
  1006. | # include <stddef.h>
  1007. | #else
  1008. | # ifdef HAVE_STDLIB_H
  1009. | # include <stdlib.h>
  1010. | # endif
  1011. | #endif
  1012. | #ifdef HAVE_STRING_H
  1013. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1014. | # include <memory.h>
  1015. | # endif
  1016. | # include <string.h>
  1017. | #endif
  1018. | #ifdef HAVE_STRINGS_H
  1019. | # include <strings.h>
  1020. | #endif
  1021. | #ifdef HAVE_INTTYPES_H
  1022. | # include <inttypes.h>
  1023. | #endif
  1024. | #ifdef HAVE_STDINT_H
  1025. | # include <stdint.h>
  1026. | #endif
  1027. | #ifdef HAVE_UNISTD_H
  1028. | # include <unistd.h>
  1029. | #endif
  1030. | extern char *strerror_r ();
  1031. | int
  1032. | main ()
  1033. | {
  1034. | char buf[100];
  1035. | char x = *strerror_r (0, buf, sizeof buf);
  1036. | return ! isalpha (x);
  1037. | ;
  1038. | return 0;
  1039. | }
  1040. configure:14795: result: no
  1041. configure:14809: checking for strerror_r
  1042. configure:14809: result: no
  1043. configure:14813: WARNING: Without strerror_r, gpg_strerror_r might not be thread-safe
  1044. configure:14822: checking for flockfile
  1045. configure:14822: gcc -o conftest.exe -g -O2 -I/c/MinGW/include conftest.c >&5
  1046. C:\Users\ADMINI~1\AppData\Local\Temp\ccAF1TWD.o: In function `main':
  1047. C:\MinGW\msys\1.0\home\Administrator\libgpg-error-1.13/conftest.c:69: undefined reference to `flockfile'
  1048. collect2.exe: error: ld returned 1 exit status
  1049. configure:14822: $? = 1
  1050. configure: failed program was:
  1051. | /* confdefs.h */
  1052. | #define PACKAGE_NAME "libgpg-error"
  1053. | #define PACKAGE_TARNAME "libgpg-error"
  1054. | #define PACKAGE_VERSION "1.13"
  1055. | #define PACKAGE_STRING "libgpg-error 1.13"
  1056. | #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
  1057. | #define PACKAGE_URL ""
  1058. | #define PACKAGE "libgpg-error"
  1059. | #define VERSION "1.13"
  1060. | #define STDC_HEADERS 1
  1061. | #define HAVE_SYS_TYPES_H 1
  1062. | #define HAVE_SYS_STAT_H 1
  1063. | #define HAVE_STDLIB_H 1
  1064. | #define HAVE_STRING_H 1
  1065. | #define HAVE_MEMORY_H 1
  1066. | #define HAVE_STRINGS_H 1
  1067. | #define HAVE_INTTYPES_H 1
  1068. | #define HAVE_STDINT_H 1
  1069. | #define HAVE_UNISTD_H 1
  1070. | #define __EXTENSIONS__ 1
  1071. | #define _ALL_SOURCE 1
  1072. | #define _GNU_SOURCE 1
  1073. | #define _POSIX_PTHREAD_SEMANTICS 1
  1074. | #define _TANDEM_SOURCE 1
  1075. | #define LT_OBJDIR ".libs/"
  1076. | #define HAVE_ICONV 1
  1077. | #define ENABLE_NLS 1
  1078. | #define HAVE_GETTEXT 1
  1079. | #define HAVE_DCGETTEXT 1
  1080. | #define STDC_HEADERS 1
  1081. | #define HAVE_STDLIB_H 1
  1082. | #define HAVE_LOCALE_H 1
  1083. | #define HAVE_DECL_STRERROR_R 0
  1084. | /* end confdefs.h. */
  1085. | /* Define flockfile to an innocuous variant, in case <limits.h> declares flockfile.
  1086. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1087. | #define flockfile innocuous_flockfile
  1088. |
  1089. | /* System header to define __stub macros and hopefully few prototypes,
  1090. | which can conflict with char flockfile (); below.
  1091. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1092. | <limits.h> exists even on freestanding compilers. */
  1093. |
  1094. | #ifdef __STDC__
  1095. | # include <limits.h>
  1096. | #else
  1097. | # include <assert.h>
  1098. | #endif
  1099. |
  1100. | #undef flockfile
  1101. |
  1102. | /* Override any GCC internal prototype to avoid an error.
  1103. | Use char because int might match the return type of a GCC
  1104. | builtin and then its argument prototype would still apply. */
  1105. | #ifdef __cplusplus
  1106. | extern "C"
  1107. | #endif
  1108. | char flockfile ();
  1109. | /* The GNU C library defines this for functions which it implements
  1110. | to always fail with ENOSYS. Some functions are actually named
  1111. | something starting with __ and the normal name is an alias. */
  1112. | #if defined __stub_flockfile || defined __stub___flockfile
  1113. | choke me
  1114. | #endif
  1115. |
  1116. | int
  1117. | main ()
  1118. | {
  1119. | return flockfile ();
  1120. | ;
  1121. | return 0;
  1122. | }
  1123. configure:14822: result: no
  1124. configure:14834: checking for an ANSI C-conforming const
  1125. configure:14900: gcc -c -g -O2 -I/c/MinGW/include conftest.c >&5
  1126. configure:14900: $? = 0
  1127. configure:14907: result: yes
  1128. configure:15657: creating ./config.status
  1129.  
  1130. ## ---------------------- ##
  1131. ## Running config.status. ##
  1132. ## ---------------------- ##
  1133.  
  1134. This file was extended by libgpg-error config.status 1.13, which was
  1135. generated by GNU Autoconf 2.69. Invocation command line was
  1136.  
  1137. CONFIG_FILES =
  1138. CONFIG_HEADERS =
  1139. CONFIG_LINKS =
  1140. CONFIG_COMMANDS =
  1141. $ ./config.status
  1142.  
  1143. on ndu-ghm
  1144.  
  1145. config.status:1222: creating Makefile
  1146. config.status:1222: creating po/Makefile.in
  1147. config.status:1222: creating m4/Makefile
  1148. config.status:1222: creating src/Makefile
  1149. config.status:1222: creating tests/Makefile
  1150. config.status:1222: creating lang/Makefile
  1151. config.status:1222: creating lang/cl/Makefile
  1152. config.status:1222: creating lang/cl/gpg-error.asd
  1153. config.status:1222: creating src/versioninfo.rc
  1154. config.status:1222: creating src/gpg-error-config
  1155. config.status:1222: creating config.h
  1156. config.status:1451: executing depfiles commands
  1157. config.status:1451: executing libtool commands
  1158. config.status:1451: executing po-directories commands
  1159.  
  1160. ## ---------------- ##
  1161. ## Cache variables. ##
  1162. ## ---------------- ##
  1163.  
  1164. ac_cv_build=i686-pc-mingw32
  1165. ac_cv_c_compiler_gnu=yes
  1166. ac_cv_c_const=yes
  1167. ac_cv_env_CC_FOR_BUILD_set=
  1168. ac_cv_env_CC_FOR_BUILD_value=
  1169. ac_cv_env_CC_set=
  1170. ac_cv_env_CC_value=
  1171. ac_cv_env_CFLAGS_set=
  1172. ac_cv_env_CFLAGS_value=
  1173. ac_cv_env_CPPFLAGS_set=
  1174. ac_cv_env_CPPFLAGS_value=
  1175. ac_cv_env_CPP_set=
  1176. ac_cv_env_CPP_value=
  1177. ac_cv_env_LDFLAGS_set=
  1178. ac_cv_env_LDFLAGS_value=
  1179. ac_cv_env_LIBS_set=
  1180. ac_cv_env_LIBS_value=
  1181. ac_cv_env_build_alias_set=
  1182. ac_cv_env_build_alias_value=
  1183. ac_cv_env_host_alias_set=
  1184. ac_cv_env_host_alias_value=
  1185. ac_cv_env_target_alias_set=
  1186. ac_cv_env_target_alias_value=
  1187. ac_cv_exeext=.exe
  1188. ac_cv_func_flockfile=no
  1189. ac_cv_func_strerror_r=no
  1190. ac_cv_func_strerror_r_char_p=no
  1191. ac_cv_have_decl_strerror_r=no
  1192. ac_cv_header_dlfcn_h=no
  1193. ac_cv_header_inttypes_h=yes
  1194. ac_cv_header_locale_h=yes
  1195. ac_cv_header_memory_h=yes
  1196. ac_cv_header_minix_config_h=no
  1197. ac_cv_header_stdc=yes
  1198. ac_cv_header_stdint_h=yes
  1199. ac_cv_header_stdlib_h=yes
  1200. ac_cv_header_string_h=yes
  1201. ac_cv_header_strings_h=yes
  1202. ac_cv_header_sys_stat_h=yes
  1203. ac_cv_header_sys_types_h=yes
  1204. ac_cv_header_unistd_h=yes
  1205. ac_cv_host=i686-pc-mingw32
  1206. ac_cv_objext=o
  1207. ac_cv_path_EGREP='/bin/grep -E'
  1208. ac_cv_path_FGREP='/bin/grep -F'
  1209. ac_cv_path_GMSGFMT=:
  1210. ac_cv_path_GREP=/bin/grep
  1211. ac_cv_path_MSGFMT=:
  1212. ac_cv_path_MSGMERGE=:
  1213. ac_cv_path_SED=/bin/sed
  1214. ac_cv_path_XGETTEXT=:
  1215. ac_cv_path_install='/bin/install -c'
  1216. ac_cv_path_mkdir=/bin/mkdir
  1217. ac_cv_prog_AWK=gawk
  1218. ac_cv_prog_CPP='gcc -E'
  1219. ac_cv_prog_ac_ct_AR=ar
  1220. ac_cv_prog_ac_ct_AS=as
  1221. ac_cv_prog_ac_ct_CC=gcc
  1222. ac_cv_prog_ac_ct_DLLTOOL=dlltool
  1223. ac_cv_prog_ac_ct_OBJDUMP=objdump
  1224. ac_cv_prog_ac_ct_RANLIB=ranlib
  1225. ac_cv_prog_ac_ct_RC=windres
  1226. ac_cv_prog_ac_ct_STRIP=strip
  1227. ac_cv_prog_cc_c89=
  1228. ac_cv_prog_cc_g=yes
  1229. ac_cv_prog_cc_gcc_c_o=yes
  1230. ac_cv_prog_make_make_set=yes
  1231. ac_cv_safe_to_define___extensions__=yes
  1232. acl_cv_hardcode_direct=no
  1233. acl_cv_hardcode_libdir_flag_spec='-L$libdir'
  1234. acl_cv_hardcode_libdir_separator=
  1235. acl_cv_hardcode_minus_L=no
  1236. acl_cv_libext=a
  1237. acl_cv_libname_spec='lib$name'
  1238. acl_cv_library_names_spec='$libname.dll.a $libname.lib'
  1239. acl_cv_path_LD=c:/mingw/mingw32/bin/ld.exe
  1240. acl_cv_prog_gnu_ld=yes
  1241. acl_cv_rpath=done
  1242. acl_cv_shlibext=dll
  1243. acl_cv_wl=-Wl,
  1244. am_cv_CC_dependencies_compiler_type=gcc3
  1245. am_cv_func_iconv=yes
  1246. am_cv_func_iconv_works=yes
  1247. am_cv_lib_iconv=yes
  1248. am_cv_make_support_nested_variables=yes
  1249. gt_cv_func_CFLocaleCopyCurrent=no
  1250. gt_cv_func_CFPreferencesCopyAppValue=no
  1251. gt_cv_func_gnugettext1_libc=no
  1252. gt_cv_func_gnugettext1_libintl=yes
  1253. lt_cv_ar_at_file=@
  1254. lt_cv_archive_cmds_need_lc=yes
  1255. lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
  1256. lt_cv_file_magic_cmd=func_win32_libid
  1257. lt_cv_file_magic_test_file=
  1258. lt_cv_ld_reload_flag=-r
  1259. lt_cv_nm_interface='BSD nm'
  1260. lt_cv_objdir=.libs
  1261. lt_cv_path_LD=c:/mingw/mingw32/bin/ld.exe
  1262. lt_cv_path_NM=/c/MinGW/bin//nm
  1263. lt_cv_path_mainfest_tool=no
  1264. lt_cv_prog_compiler_c_o=yes
  1265. lt_cv_prog_compiler_c_o_RC=yes
  1266. lt_cv_prog_compiler_pic='-DDLL_EXPORT -DPIC'
  1267. lt_cv_prog_compiler_pic_works=yes
  1268. lt_cv_prog_compiler_rtti_exceptions=no
  1269. lt_cv_prog_compiler_static_works=yes
  1270. lt_cv_prog_gnu_ld=yes
  1271. lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
  1272. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)
  1273. \{0,1\}$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  1274. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  1275. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
  1276. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  1277. lt_cv_sys_max_cmd_len=8192
  1278. lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
  1279. lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
  1280.  
  1281. ## ----------------- ##
  1282. ## Output variables. ##
  1283. ## ----------------- ##
  1284.  
  1285. ACLOCAL='${SHELL} /home/Administrator/libgpg-error-1.13/build-aux/missing --run aclocal-1.11'
  1286. AMDEPBACKSLASH='\'
  1287. AMDEP_FALSE='#'
  1288. AMDEP_TRUE=''
  1289. AMTAR='$${TAR-tar}'
  1290. AM_BACKSLASH='\'
  1291. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  1292. AM_DEFAULT_VERBOSITY='1'
  1293. AM_V='$(V)'
  1294. AR='ar'
  1295. AS='as'
  1296. AUTOCONF='${SHELL} /home/Administrator/libgpg-error-1.13/build-aux/missing --run autoconf'
  1297. AUTOHEADER='${SHELL} /home/Administrator/libgpg-error-1.13/build-aux/missing --run autoheader'
  1298. AUTOMAKE='${SHELL} /home/Administrator/libgpg-error-1.13/build-aux/missing --run automake-1.11'
  1299. AWK='gawk'
  1300. BUILD_FILEVERSION='1,13,0,6400'
  1301. BUILD_REVISION='1900266'
  1302. BUILD_TIMESTAMP='2014-08-16T13:41+0000'
  1303. CC='gcc'
  1304. CCDEPMODE='depmode=gcc3'
  1305. CC_FOR_BUILD='gcc'
  1306. CFLAGS='-g -O2'
  1307. CPP='gcc -E'
  1308. CPPFLAGS='-I/c/MinGW/include'
  1309. CROSS_COMPILING_FALSE=''
  1310. CROSS_COMPILING_TRUE='#'
  1311. CYGPATH_W='echo'
  1312. DEFS='-DHAVE_CONFIG_H'
  1313. DEPDIR='.deps'
  1314. DLLTOOL='dlltool'
  1315. DSYMUTIL=''
  1316. DUMPBIN=''
  1317. ECHO_C=''
  1318. ECHO_N='-n'
  1319. ECHO_T=''
  1320. EGREP='/bin/grep -E'
  1321. EXEEXT='.exe'
  1322. FGREP='/bin/grep -F'
  1323. GETTEXT_MACRO_VERSION='0.17'
  1324. GMSGFMT=':'
  1325. GMSGFMT_015=':'
  1326. GPG_ERROR_CONFIG_CFLAGS=''
  1327. GPG_ERROR_CONFIG_HOST='i686-pc-mingw32'
  1328. GPG_ERROR_CONFIG_ISUBDIRAFTER=''
  1329. GPG_ERROR_CONFIG_LIBS='-lgpg-error'
  1330. GPG_ERROR_CONFIG_MT_CFLAGS=''
  1331. GPG_ERROR_CONFIG_MT_LIBS=''
  1332. GREP='/bin/grep'
  1333. HAVE_W32CE_SYSTEM_FALSE=''
  1334. HAVE_W32CE_SYSTEM_TRUE='#'
  1335. HAVE_W32_SYSTEM_FALSE='#'
  1336. HAVE_W32_SYSTEM_TRUE=''
  1337. HAVE_W64_SYSTEM_FALSE=''
  1338. HAVE_W64_SYSTEM_TRUE='#'
  1339. INSTALL_DATA='${INSTALL} -m 644'
  1340. INSTALL_PROGRAM='${INSTALL}'
  1341. INSTALL_SCRIPT='${INSTALL}'
  1342. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  1343. INTLLIBS='/c/MinGW/lib/libintl.dll.a -L/c/MinGW/lib /c/MinGW/lib/libiconv.dll.a -L/c/MinGW/lib'
  1344. INTL_MACOSX_LIBS=''
  1345. LANGUAGES_SOME_FALSE='#'
  1346. LANGUAGES_SOME_TRUE=''
  1347. LD='c:/mingw/mingw32/bin/ld.exe'
  1348. LDFLAGS=''
  1349. LIBGPG_ERROR_LT_AGE='11'
  1350. LIBGPG_ERROR_LT_CURRENT='11'
  1351. LIBGPG_ERROR_LT_REVISION='0'
  1352. LIBICONV='/c/MinGW/lib/libiconv.dll.a -L/c/MinGW/lib'
  1353. LIBINTL='/c/MinGW/lib/libintl.dll.a -L/c/MinGW/lib /c/MinGW/lib/libiconv.dll.a -L/c/MinGW/lib'
  1354. LIBMULTITHREAD=''
  1355. LIBOBJS=''
  1356. LIBS=''
  1357. LIBTHREAD=''
  1358. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  1359. LIPO=''
  1360. LN_S='cp -pR'
  1361. LTLIBICONV='-L/c/MinGW/lib -liconv -R/c/MinGW/lib'
  1362. LTLIBINTL='-L/c/MinGW/lib -lintl -L/c/MinGW/lib -liconv -R/c/MinGW/lib'
  1363. LTLIBMULTITHREAD=''
  1364. LTLIBOBJS=''
  1365. LTLIBTHREAD=''
  1366. MAINT='#'
  1367. MAINTAINER_MODE_FALSE=''
  1368. MAINTAINER_MODE_TRUE='#'
  1369. MAKEINFO='${SHELL} /home/Administrator/libgpg-error-1.13/build-aux/missing --run makeinfo'
  1370. MANIFEST_TOOL=':'
  1371. MKDIR_P='/bin/mkdir -p'
  1372. MSGFMT=':'
  1373. MSGFMT_015=':'
  1374. MSGMERGE=':'
  1375. NM='/c/MinGW/bin//nm'
  1376. NMEDIT=''
  1377. OBJDUMP='objdump'
  1378. OBJEXT='o'
  1379. OTOOL64=''
  1380. OTOOL=''
  1381. PACKAGE='libgpg-error'
  1382. PACKAGE_BUGREPORT='http://bugs.gnupg.org'
  1383. PACKAGE_NAME='libgpg-error'
  1384. PACKAGE_STRING='libgpg-error 1.13'
  1385. PACKAGE_TARNAME='libgpg-error'
  1386. PACKAGE_URL=''
  1387. PACKAGE_VERSION='1.13'
  1388. PATH_SEPARATOR=':'
  1389. POSUB='po'
  1390. RANLIB='ranlib'
  1391. RC='windres'
  1392. SED='/bin/sed'
  1393. SET_MAKE=''
  1394. SHELL='/bin/sh'
  1395. STRIP='strip'
  1396. USE_NLS='yes'
  1397. VERSION='1.13'
  1398. VERSION_NUMBER='0x010d00'
  1399. XGETTEXT=':'
  1400. XGETTEXT_015=':'
  1401. XGETTEXT_EXTRA_OPTIONS=''
  1402. ac_ct_AR='ar'
  1403. ac_ct_CC='gcc'
  1404. ac_ct_DUMPBIN=''
  1405. am__EXEEXT_FALSE='#'
  1406. am__EXEEXT_TRUE=''
  1407. am__fastdepCC_FALSE='#'
  1408. am__fastdepCC_TRUE=''
  1409. am__include='include'
  1410. am__isrc=''
  1411. am__leading_dot='.'
  1412. am__nodep='_no'
  1413. am__quote=''
  1414. am__tar='$${TAR-tar} chof - "$$tardir"'
  1415. am__untar='$${TAR-tar} xf -'
  1416. bindir='${exec_prefix}/bin'
  1417. build='i686-pc-mingw32'
  1418. build_alias=''
  1419. build_cpu='i686'
  1420. build_os='mingw32'
  1421. build_vendor='pc'
  1422. datadir='${datarootdir}'
  1423. datarootdir='${prefix}/share'
  1424. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1425. dvidir='${docdir}'
  1426. exec_prefix='${prefix}'
  1427. host='i686-pc-mingw32'
  1428. host_alias=''
  1429. host_cpu='i686'
  1430. host_os='mingw32'
  1431. host_vendor='pc'
  1432. htmldir='${docdir}'
  1433. includedir='${prefix}/include'
  1434. infodir='${datarootdir}/info'
  1435. install_sh='${SHELL} /home/Administrator/libgpg-error-1.13/build-aux/install-sh'
  1436. libdir='${exec_prefix}/lib'
  1437. libexecdir='${exec_prefix}/libexec'
  1438. localedir='${datarootdir}/locale'
  1439. localstatedir='${prefix}/var'
  1440. mandir='${datarootdir}/man'
  1441. mkdir_p='/bin/mkdir -p'
  1442. oldincludedir='/usr/include'
  1443. pdfdir='${docdir}'
  1444. prefix='/c/MinGW'
  1445. program_transform_name='s,x,x,'
  1446. psdir='${docdir}'
  1447. sbindir='${exec_prefix}/sbin'
  1448. sharedstatedir='${prefix}/com'
  1449. sysconfdir='${prefix}/etc'
  1450. target_alias=''
  1451.  
  1452. ## ----------- ##
  1453. ## confdefs.h. ##
  1454. ## ----------- ##
  1455.  
  1456. /* confdefs.h */
  1457. #define PACKAGE_NAME "libgpg-error"
  1458. #define PACKAGE_TARNAME "libgpg-error"
  1459. #define PACKAGE_VERSION "1.13"
  1460. #define PACKAGE_STRING "libgpg-error 1.13"
  1461. #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
  1462. #define PACKAGE_URL ""
  1463. #define PACKAGE "libgpg-error"
  1464. #define VERSION "1.13"
  1465. #define STDC_HEADERS 1
  1466. #define HAVE_SYS_TYPES_H 1
  1467. #define HAVE_SYS_STAT_H 1
  1468. #define HAVE_STDLIB_H 1
  1469. #define HAVE_STRING_H 1
  1470. #define HAVE_MEMORY_H 1
  1471. #define HAVE_STRINGS_H 1
  1472. #define HAVE_INTTYPES_H 1
  1473. #define HAVE_STDINT_H 1
  1474. #define HAVE_UNISTD_H 1
  1475. #define __EXTENSIONS__ 1
  1476. #define _ALL_SOURCE 1
  1477. #define _GNU_SOURCE 1
  1478. #define _POSIX_PTHREAD_SEMANTICS 1
  1479. #define _TANDEM_SOURCE 1
  1480. #define LT_OBJDIR ".libs/"
  1481. #define HAVE_ICONV 1
  1482. #define ENABLE_NLS 1
  1483. #define HAVE_GETTEXT 1
  1484. #define HAVE_DCGETTEXT 1
  1485. #define STDC_HEADERS 1
  1486. #define HAVE_STDLIB_H 1
  1487. #define HAVE_LOCALE_H 1
  1488. #define HAVE_DECL_STRERROR_R 0
  1489. #define USE_WINDOWS_THREADS 1
  1490. #define HAVE_W32_SYSTEM 1
  1491. #define HOST_TRIPLET_STRING "i686-pc-mingw32"
  1492. #define BUILD_REVISION "1900266"
  1493. #define BUILD_TIMESTAMP "2014-08-16T13:41+0000"
  1494.  
  1495. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement