Advertisement
Guest User

config

a guest
Oct 6th, 2015
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.71 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 tutorial configure 0.1.0, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ../configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = GENUSIS-PC
  14. uname -m = x86_64
  15. uname -r = 2.3.0(0.290/5/3)
  16. uname -s = MINGW32_NT-10.0
  17. uname -v = 2015-09-15 09:39
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = x86_64
  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: /mingw32/bin
  31. PATH: /usr/local/bin
  32. PATH: /usr/bin
  33. PATH: /bin
  34. PATH: /c/WINDOWS/system32
  35. PATH: /c/WINDOWS
  36. PATH: /c/WINDOWS/System32/Wbem
  37. PATH: /c/WINDOWS/System32/WindowsPowerShell/v1.0
  38. PATH: /c/Program Files (x86)/AMD/ATI.ACE/Core-Static
  39. PATH: /c/Program Files (x86)/Skype/Phone
  40. PATH: /usr/bin/site_perl
  41. PATH: /usr/bin/vendor_perl
  42. PATH: /usr/bin/core_perl
  43. PATH: /mingw32/bin
  44. PATH: /usr/local/bin
  45.  
  46.  
  47. ## ----------- ##
  48. ## Core tests. ##
  49. ## ----------- ##
  50.  
  51. configure:2421: checking build system type
  52. configure:2435: result: x86_64-pc-mingw32
  53. configure:2455: checking host system type
  54. configure:2468: result: x86_64-pc-mingw32
  55. configure:2505: checking for a BSD-compatible install
  56. configure:2573: result: /usr/bin/install -c
  57. configure:2584: checking whether build environment is sane
  58. configure:2639: result: yes
  59. configure:2790: checking for a thread-safe mkdir -p
  60. configure:2829: result: /usr/bin/mkdir -p
  61. configure:2836: checking for gawk
  62. configure:2852: found /usr/bin/gawk
  63. configure:2863: result: gawk
  64. configure:2874: checking whether make sets $(MAKE)
  65. configure:2896: result: yes
  66. configure:2925: checking whether make supports nested variables
  67. configure:2942: result: yes
  68. configure:3114: checking how to print strings
  69. configure:3141: result: printf
  70. configure:3174: checking for style of include used by make
  71. configure:3202: result: GNU
  72. configure:3273: checking for gcc
  73. configure:3289: found /mingw32/bin/gcc
  74. configure:3300: result: gcc
  75. configure:3529: checking for C compiler version
  76. configure:3538: gcc --version >&5
  77. gcc.exe (Rev4, Built by MSYS2 project) 5.2.0
  78. Copyright (C) 2015 Free Software Foundation, Inc.
  79. This is free software; see the source for copying conditions. There is NO
  80. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  81.  
  82. configure:3549: $? = 0
  83. configure:3538: gcc -v >&5
  84. Using built-in specs.
  85. COLLECT_GCC=C:\msys64\mingw32\bin\gcc.exe
  86. COLLECT_LTO_WRAPPER=C:/msys64/mingw32/bin/../lib/gcc/i686-w64-mingw32/5.2.0/lto-wrapper.exe
  87. Target: i686-w64-mingw32
  88. Configured with: ../gcc-5.2.0/configure --prefix=/mingw32 --with-local-prefix=/mingw32/local --build=i686-w64-mingw32 --host=i686-w64-mingw32 --target=i686-w64-mingw32 --with-native-system-header-dir=/mingw32/i686-w64-mingw32/include --libexecdir=/mingw32/lib --with-gxx-include-dir=/mingw32/include/c++/5.2.0 --enable-bootstrap --with-arch=i686 --with-tune=generic --enable-languages=c,lto,c++,objc,obj-c++,fortran,ada --enable-shared --enable-static --enable-libatomic --enable-threads=posix --enable-graphite --enable-fully-dynamic-string --enable-libstdcxx-time=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-version-specific-runtime-libs --disable-isl-version-check --enable-lto --enable-libgomp --disable-multilib --enable-checking=release --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-libiconv --with-system-zlib --with-gmp=/mingw32 --with-mpfr=/mingw32 --with-mpc=/mingw32 --with-isl=/mingw32 --with-pkgversion='Rev4, Built by MSYS2 project' --with-bugurl=http://sourceforge.net/projects/msys2 --with-gnu-as --with-gnu-ld --disable-sjlj-exceptions --with-dwarf2
  89. Thread model: posix
  90. gcc version 5.2.0 (Rev4, Built by MSYS2 project)
  91. configure:3549: $? = 0
  92. configure:3538: gcc -V >&5
  93. gcc.exe: error: unrecognized command line option '-V'
  94. gcc.exe: fatal error: no input files
  95. compilation terminated.
  96. configure:3549: $? = 1
  97. configure:3538: gcc -qversion >&5
  98. gcc.exe: error: unrecognized command line option '-qversion'
  99. gcc.exe: fatal error: no input files
  100. compilation terminated.
  101. configure:3549: $? = 1
  102. configure:3569: checking whether the C compiler works
  103. configure:3591: gcc conftest.c >&5
  104. configure:3595: $? = 0
  105. configure:3643: result: yes
  106. configure:3646: checking for C compiler default output file name
  107. configure:3648: result: a.exe
  108. configure:3654: checking for suffix of executables
  109. configure:3661: gcc -o conftest.exe conftest.c >&5
  110. configure:3665: $? = 0
  111. configure:3687: result: .exe
  112. configure:3709: checking whether we are cross compiling
  113. configure:3717: gcc -o conftest.exe conftest.c >&5
  114. configure:3721: $? = 0
  115. configure:3728: ./conftest.exe
  116. configure:3732: $? = 0
  117. configure:3747: result: no
  118. configure:3752: checking for suffix of object files
  119. configure:3774: gcc -c conftest.c >&5
  120. configure:3778: $? = 0
  121. configure:3799: result: o
  122. configure:3803: checking whether we are using the GNU C compiler
  123. configure:3822: gcc -c conftest.c >&5
  124. configure:3822: $? = 0
  125. configure:3831: result: yes
  126. configure:3840: checking whether gcc accepts -g
  127. configure:3860: gcc -c -g conftest.c >&5
  128. configure:3860: $? = 0
  129. configure:3901: result: yes
  130. configure:3918: checking for gcc option to accept ISO C89
  131. configure:3981: gcc -c -g -O2 conftest.c >&5
  132. configure:3981: $? = 0
  133. configure:3994: result: none needed
  134. configure:4019: checking whether gcc understands -c and -o together
  135. configure:4041: gcc -c conftest.c -o conftest2.o
  136. configure:4044: $? = 0
  137. configure:4041: gcc -c conftest.c -o conftest2.o
  138. configure:4044: $? = 0
  139. configure:4056: result: yes
  140. configure:4075: checking dependency style of gcc
  141. configure:4186: result: gcc3
  142. configure:4201: checking for a sed that does not truncate output
  143. configure:4265: result: /usr/bin/sed
  144. configure:4283: checking for grep that handles long lines and -e
  145. configure:4341: result: /usr/bin/grep
  146. configure:4346: checking for egrep
  147. configure:4408: result: /usr/bin/grep -E
  148. configure:4413: checking for fgrep
  149. configure:4475: result: /usr/bin/grep -F
  150. configure:4510: checking for ld used by gcc
  151. configure:4577: result: C:/msys64/mingw32/i686-w64-mingw32/bin/ld.exe
  152. configure:4584: checking if the linker (C:/msys64/mingw32/i686-w64-mingw32/bin/ld.exe) is GNU ld
  153. configure:4599: result: yes
  154. configure:4611: checking for BSD- or MS-compatible name lister (nm)
  155. configure:4665: result: /mingw32/bin/nm -B
  156. configure:4795: checking the name lister (/mingw32/bin/nm -B) interface
  157. configure:4802: gcc -c -g -O2 conftest.c >&5
  158. configure:4805: /mingw32/bin/nm -B "conftest.o"
  159. configure:4808: output
  160. 00000000 b .bss
  161. 00000000 d .data
  162. 00000000 N .debug_abbrev
  163. 00000000 N .debug_aranges
  164. 00000000 N .debug_info
  165. 00000000 N .debug_line
  166. 00000000 r .rdata$zzz
  167. 00000000 t .text
  168. 00000000 B _some_variable
  169. configure:4815: result: BSD nm
  170. configure:4818: checking whether ln -s works
  171. configure:4825: result: no, using cp -pR
  172. configure:4830: checking the maximum length of command line arguments
  173. configure:4961: result: 8192
  174. configure:5009: checking how to convert x86_64-pc-mingw32 file names to x86_64-pc-mingw32 format
  175. configure:5049: result: func_convert_file_msys_to_w32
  176. configure:5056: checking how to convert x86_64-pc-mingw32 file names to toolchain format
  177. configure:5076: result: func_convert_file_msys_to_w32
  178. configure:5083: checking for C:/msys64/mingw32/i686-w64-mingw32/bin/ld.exe option to reload object files
  179. configure:5090: result: -r
  180. configure:5164: checking for objdump
  181. configure:5180: found /mingw32/bin/objdump
  182. configure:5191: result: objdump
  183. configure:5223: checking how to recognize dependent libraries
  184. configure:5423: result: file_magic ^x86 archive import|^x86 DLL
  185. configure:5508: checking for dlltool
  186. configure:5524: found /mingw32/bin/dlltool
  187. configure:5535: result: dlltool
  188. configure:5568: checking how to associate runtime and link libraries
  189. configure:5595: result: func_cygming_dll_for_implib
  190. configure:5656: checking for ar
  191. configure:5672: found /mingw32/bin/ar
  192. configure:5683: result: ar
  193. configure:5720: checking for archiver @FILE support
  194. configure:5737: gcc -c -g -O2 conftest.c >&5
  195. configure:5737: $? = 0
  196. configure:5740: ar cru libconftest.a @conftest.lst >&5
  197. configure:5743: $? = 0
  198. configure:5748: ar cru libconftest.a @conftest.lst >&5
  199. C:\msys64\mingw32\bin\ar.exe: conftest.o: No such file or directory
  200. configure:5751: $? = 1
  201. configure:5763: result: @
  202. configure:5821: checking for strip
  203. configure:5837: found /mingw32/bin/strip
  204. configure:5848: result: strip
  205. configure:5920: checking for ranlib
  206. configure:5936: found /mingw32/bin/ranlib
  207. configure:5947: result: ranlib
  208. configure:6049: checking command to parse /mingw32/bin/nm -B output from gcc object
  209. configure:6202: gcc -c -g -O2 conftest.c >&5
  210. configure:6205: $? = 0
  211. configure:6209: /mingw32/bin/nm -B 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
  212. configure:6212: $? = 0
  213. cannot find nm_test_var in conftest.nm
  214. configure:6202: gcc -c -g -O2 conftest.c >&5
  215. configure:6205: $? = 0
  216. configure:6209: /mingw32/bin/nm -B 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
  217. configure:6212: $? = 0
  218. configure:6278: gcc -o conftest.exe -g -O2 conftest.c conftstm.o >&5
  219. configure:6281: $? = 0
  220. configure:6319: result: ok
  221. configure:6366: checking for sysroot
  222. configure:6396: result: no
  223. configure:6403: checking for a working dd
  224. configure:6441: result: /usr/bin/dd
  225. configure:6445: checking how to truncate binary pipes
  226. configure:6460: result: /usr/bin/dd bs=4096 count=1
  227. configure:6789: checking for mt
  228. configure:6819: result: no
  229. configure:6839: checking if : is a manifest tool
  230. configure:6845: : '-?'
  231. configure:6853: result: no
  232. configure:7530: checking how to run the C preprocessor
  233. configure:7561: gcc -E conftest.c
  234. configure:7561: $? = 0
  235. configure:7575: gcc -E conftest.c
  236. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  237. compilation terminated.
  238. configure:7575: $? = 1
  239. configure: failed program was:
  240. | /* confdefs.h */
  241. | #define PACKAGE_NAME "tutorial"
  242. | #define PACKAGE_TARNAME "tutorial"
  243. | #define PACKAGE_VERSION "0.1.0"
  244. | #define PACKAGE_STRING "tutorial 0.1.0"
  245. | #define PACKAGE_BUGREPORT "lordsatin@hotmail.com"
  246. | #define PACKAGE_URL ""
  247. | #define PACKAGE "tutorial"
  248. | #define VERSION "0.1.0"
  249. | /* end confdefs.h. */
  250. | #include <ac_nonexistent.h>
  251. configure:7600: result: gcc -E
  252. configure:7620: gcc -E conftest.c
  253. configure:7620: $? = 0
  254. configure:7634: gcc -E conftest.c
  255. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  256. compilation terminated.
  257. configure:7634: $? = 1
  258. configure: failed program was:
  259. | /* confdefs.h */
  260. | #define PACKAGE_NAME "tutorial"
  261. | #define PACKAGE_TARNAME "tutorial"
  262. | #define PACKAGE_VERSION "0.1.0"
  263. | #define PACKAGE_STRING "tutorial 0.1.0"
  264. | #define PACKAGE_BUGREPORT "lordsatin@hotmail.com"
  265. | #define PACKAGE_URL ""
  266. | #define PACKAGE "tutorial"
  267. | #define VERSION "0.1.0"
  268. | /* end confdefs.h. */
  269. | #include <ac_nonexistent.h>
  270. configure:7663: checking for ANSI C header files
  271. configure:7683: gcc -c -g -O2 conftest.c >&5
  272. configure:7683: $? = 0
  273. configure:7756: gcc -o conftest.exe -g -O2 conftest.c >&5
  274. configure:7756: $? = 0
  275. configure:7756: ./conftest.exe
  276. configure:7756: $? = 0
  277. configure:7767: result: yes
  278. configure:7780: checking for sys/types.h
  279. configure:7780: gcc -c -g -O2 conftest.c >&5
  280. configure:7780: $? = 0
  281. configure:7780: result: yes
  282. configure:7780: checking for sys/stat.h
  283. configure:7780: gcc -c -g -O2 conftest.c >&5
  284. configure:7780: $? = 0
  285. configure:7780: result: yes
  286. configure:7780: checking for stdlib.h
  287. configure:7780: gcc -c -g -O2 conftest.c >&5
  288. configure:7780: $? = 0
  289. configure:7780: result: yes
  290. configure:7780: checking for string.h
  291. configure:7780: gcc -c -g -O2 conftest.c >&5
  292. configure:7780: $? = 0
  293. configure:7780: result: yes
  294. configure:7780: checking for memory.h
  295. configure:7780: gcc -c -g -O2 conftest.c >&5
  296. configure:7780: $? = 0
  297. configure:7780: result: yes
  298. configure:7780: checking for strings.h
  299. configure:7780: gcc -c -g -O2 conftest.c >&5
  300. configure:7780: $? = 0
  301. configure:7780: result: yes
  302. configure:7780: checking for inttypes.h
  303. configure:7780: gcc -c -g -O2 conftest.c >&5
  304. configure:7780: $? = 0
  305. configure:7780: result: yes
  306. configure:7780: checking for stdint.h
  307. configure:7780: gcc -c -g -O2 conftest.c >&5
  308. configure:7780: $? = 0
  309. configure:7780: result: yes
  310. configure:7780: checking for unistd.h
  311. configure:7780: gcc -c -g -O2 conftest.c >&5
  312. configure:7780: $? = 0
  313. configure:7780: result: yes
  314. configure:7794: checking for dlfcn.h
  315. configure:7794: gcc -c -g -O2 conftest.c >&5
  316. conftest.c:55:19: fatal error: dlfcn.h: No such file or directory
  317. compilation terminated.
  318. configure:7794: $? = 1
  319. configure: failed program was:
  320. | /* confdefs.h */
  321. | #define PACKAGE_NAME "tutorial"
  322. | #define PACKAGE_TARNAME "tutorial"
  323. | #define PACKAGE_VERSION "0.1.0"
  324. | #define PACKAGE_STRING "tutorial 0.1.0"
  325. | #define PACKAGE_BUGREPORT "lordsatin@hotmail.com"
  326. | #define PACKAGE_URL ""
  327. | #define PACKAGE "tutorial"
  328. | #define VERSION "0.1.0"
  329. | #define STDC_HEADERS 1
  330. | #define HAVE_SYS_TYPES_H 1
  331. | #define HAVE_SYS_STAT_H 1
  332. | #define HAVE_STDLIB_H 1
  333. | #define HAVE_STRING_H 1
  334. | #define HAVE_MEMORY_H 1
  335. | #define HAVE_STRINGS_H 1
  336. | #define HAVE_INTTYPES_H 1
  337. | #define HAVE_STDINT_H 1
  338. | #define HAVE_UNISTD_H 1
  339. | /* end confdefs.h. */
  340. | #include <stdio.h>
  341. | #ifdef HAVE_SYS_TYPES_H
  342. | # include <sys/types.h>
  343. | #endif
  344. | #ifdef HAVE_SYS_STAT_H
  345. | # include <sys/stat.h>
  346. | #endif
  347. | #ifdef STDC_HEADERS
  348. | # include <stdlib.h>
  349. | # include <stddef.h>
  350. | #else
  351. | # ifdef HAVE_STDLIB_H
  352. | # include <stdlib.h>
  353. | # endif
  354. | #endif
  355. | #ifdef HAVE_STRING_H
  356. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  357. | # include <memory.h>
  358. | # endif
  359. | # include <string.h>
  360. | #endif
  361. | #ifdef HAVE_STRINGS_H
  362. | # include <strings.h>
  363. | #endif
  364. | #ifdef HAVE_INTTYPES_H
  365. | # include <inttypes.h>
  366. | #endif
  367. | #ifdef HAVE_STDINT_H
  368. | # include <stdint.h>
  369. | #endif
  370. | #ifdef HAVE_UNISTD_H
  371. | # include <unistd.h>
  372. | #endif
  373. |
  374. | #include <dlfcn.h>
  375. configure:7794: result: no
  376. configure:8050: checking for objdir
  377. configure:8065: result: .libs
  378. configure:8329: checking if gcc supports -fno-rtti -fno-exceptions
  379. configure:8347: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  380. cc1.exe: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
  381. configure:8351: $? = 0
  382. configure:8364: result: no
  383. configure:8722: checking for gcc option to produce PIC
  384. configure:8729: result: -DDLL_EXPORT -DPIC
  385. configure:8737: checking if gcc PIC flag -DDLL_EXPORT -DPIC works
  386. configure:8755: gcc -c -g -O2 -DDLL_EXPORT -DPIC -DPIC conftest.c >&5
  387. configure:8759: $? = 0
  388. configure:8772: result: yes
  389. configure:8801: checking if gcc static flag -static works
  390. configure:8829: result: yes
  391. configure:8844: checking if gcc supports -c -o file.o
  392. configure:8865: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  393. configure:8869: $? = 0
  394. configure:8891: result: yes
  395. configure:8899: checking if gcc supports -c -o file.o
  396. configure:8946: result: yes
  397. configure:8979: checking whether the gcc linker (C:/msys64/mingw32/i686-w64-mingw32/bin/ld.exe) supports shared libraries
  398. configure:10238: result: yes
  399. configure:10275: checking whether -lc should be explicitly linked in
  400. configure:10283: gcc -c -g -O2 conftest.c >&5
  401. configure:10286: $? = 0
  402. configure:10301: gcc -shared conftest.o -v -o ./conftest -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
  403. configure:10304: $? = 1
  404. configure:10318: result: yes
  405. configure:10478: checking dynamic linker characteristics
  406. configure:11302: result: Win32 ld.exe
  407. configure:11424: checking how to hardcode library paths into programs
  408. configure:11449: result: immediate
  409. configure:11997: checking whether stripping libraries is possible
  410. configure:12002: result: yes
  411. configure:12037: checking if libtool supports shared libraries
  412. configure:12039: result: yes
  413. configure:12042: checking whether to build shared libraries
  414. configure:12067: result: yes
  415. configure:12070: checking whether to build static libraries
  416. configure:12074: result: yes
  417. configure:12123: checking whether make supports nested variables
  418. configure:12140: result: yes
  419. configure:12201: checking for gcc
  420. configure:12228: result: gcc
  421. configure:12457: checking for C compiler version
  422. configure:12466: gcc --version >&5
  423. gcc.exe (Rev4, Built by MSYS2 project) 5.2.0
  424. Copyright (C) 2015 Free Software Foundation, Inc.
  425. This is free software; see the source for copying conditions. There is NO
  426. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  427.  
  428. configure:12477: $? = 0
  429. configure:12466: gcc -v >&5
  430. Using built-in specs.
  431. COLLECT_GCC=C:\msys64\mingw32\bin\gcc.exe
  432. COLLECT_LTO_WRAPPER=C:/msys64/mingw32/bin/../lib/gcc/i686-w64-mingw32/5.2.0/lto-wrapper.exe
  433. Target: i686-w64-mingw32
  434. Configured with: ../gcc-5.2.0/configure --prefix=/mingw32 --with-local-prefix=/mingw32/local --build=i686-w64-mingw32 --host=i686-w64-mingw32 --target=i686-w64-mingw32 --with-native-system-header-dir=/mingw32/i686-w64-mingw32/include --libexecdir=/mingw32/lib --with-gxx-include-dir=/mingw32/include/c++/5.2.0 --enable-bootstrap --with-arch=i686 --with-tune=generic --enable-languages=c,lto,c++,objc,obj-c++,fortran,ada --enable-shared --enable-static --enable-libatomic --enable-threads=posix --enable-graphite --enable-fully-dynamic-string --enable-libstdcxx-time=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-version-specific-runtime-libs --disable-isl-version-check --enable-lto --enable-libgomp --disable-multilib --enable-checking=release --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-libiconv --with-system-zlib --with-gmp=/mingw32 --with-mpfr=/mingw32 --with-mpc=/mingw32 --with-isl=/mingw32 --with-pkgversion='Rev4, Built by MSYS2 project' --with-bugurl=http://sourceforge.net/projects/msys2 --with-gnu-as --with-gnu-ld --disable-sjlj-exceptions --with-dwarf2
  435. Thread model: posix
  436. gcc version 5.2.0 (Rev4, Built by MSYS2 project)
  437. configure:12477: $? = 0
  438. configure:12466: gcc -V >&5
  439. gcc.exe: error: unrecognized command line option '-V'
  440. gcc.exe: fatal error: no input files
  441. compilation terminated.
  442. configure:12477: $? = 1
  443. configure:12466: gcc -qversion >&5
  444. gcc.exe: error: unrecognized command line option '-qversion'
  445. gcc.exe: fatal error: no input files
  446. compilation terminated.
  447. configure:12477: $? = 1
  448. configure:12481: checking whether we are using the GNU C compiler
  449. configure:12509: result: yes
  450. configure:12518: checking whether gcc accepts -g
  451. configure:12579: result: yes
  452. configure:12596: checking for gcc option to accept ISO C89
  453. configure:12672: result: none needed
  454. configure:12697: checking whether gcc understands -c and -o together
  455. configure:12734: result: yes
  456. configure:12753: checking dependency style of gcc
  457. configure:12864: result: gcc3
  458. configure:12947: checking for pkg-config
  459. configure:12965: found /mingw32/bin/pkg-config
  460. configure:12977: result: /mingw32/bin/pkg-config
  461. configure:13002: checking pkg-config is at least version 0.9.0
  462. configure:13005: result: yes
  463. configure:13015: checking for SWIFT_ATOMIC
  464. configure:13022: $PKG_CONFIG --exists --print-errors "swift-atomic"
  465. configure:13025: $? = 0
  466. configure:13039: $PKG_CONFIG --exists --print-errors "swift-atomic"
  467. configure:13042: $? = 0
  468. configure:13100: result: yes
  469. configure:13106: checking for SWIFT_DATA
  470. configure:13113: $PKG_CONFIG --exists --print-errors "swift-data"
  471. configure:13116: $? = 0
  472. configure:13130: $PKG_CONFIG --exists --print-errors "swift-data"
  473. configure:13133: $? = 0
  474. configure:13191: result: yes
  475. configure:13197: checking for SWIFT_TIME
  476. configure:13204: $PKG_CONFIG --exists --print-errors "swift-time"
  477. configure:13207: $? = 0
  478. configure:13221: $PKG_CONFIG --exists --print-errors "swift-time"
  479. configure:13224: $? = 0
  480. configure:13282: result: yes
  481. configure:13288: checking for SWIFT_EVENT
  482. configure:13295: $PKG_CONFIG --exists --print-errors "swift-event"
  483. configure:13298: $? = 0
  484. configure:13312: $PKG_CONFIG --exists --print-errors "swift-event"
  485. configure:13315: $? = 0
  486. configure:13373: result: yes
  487. configure:13379: checking for SWIFT_FS
  488. configure:13386: $PKG_CONFIG --exists --print-errors "swift-fs"
  489. configure:13389: $? = 0
  490. configure:13403: $PKG_CONFIG --exists --print-errors "swift-fs"
  491. configure:13406: $? = 0
  492. configure:13464: result: yes
  493. configure:13470: checking for SWIFT_STRING
  494. configure:13477: $PKG_CONFIG --exists --print-errors "swift-string"
  495. configure:13480: $? = 0
  496. configure:13494: $PKG_CONFIG --exists --print-errors "swift-string"
  497. configure:13497: $? = 0
  498. configure:13555: result: yes
  499. configure:13561: checking for SWIFT_THREAD
  500. configure:13568: $PKG_CONFIG --exists --print-errors "swift-thread"
  501. configure:13571: $? = 0
  502. configure:13585: $PKG_CONFIG --exists --print-errors "swift-thread"
  503. configure:13588: $? = 0
  504. configure:13646: result: yes
  505. configure:13652: checking for SWIFT_UNICODE
  506. configure:13659: $PKG_CONFIG --exists --print-errors "swift-unicode"
  507. configure:13662: $? = 0
  508. configure:13676: $PKG_CONFIG --exists --print-errors "swift-unicode"
  509. configure:13679: $? = 0
  510. configure:13737: result: yes
  511. configure:13743: checking for SWIFT_WINDOW
  512. configure:13750: $PKG_CONFIG --exists --print-errors "swift-window"
  513. configure:13753: $? = 0
  514. configure:13767: $PKG_CONFIG --exists --print-errors "swift-window"
  515. configure:13770: $? = 0
  516. configure:13828: result: yes
  517. configure:13834: checking for SWIFT_IMAGE
  518. configure:13841: $PKG_CONFIG --exists --print-errors "swift-image"
  519. configure:13844: $? = 0
  520. configure:13858: $PKG_CONFIG --exists --print-errors "swift-image"
  521. configure:13861: $? = 0
  522. configure:13919: result: yes
  523. configure:13925: checking for SWIFT_GUI
  524. configure:13932: $PKG_CONFIG --exists --print-errors "swift-gui"
  525. configure:13935: $? = 0
  526. configure:13949: $PKG_CONFIG --exists --print-errors "swift-gui"
  527. configure:13952: $? = 0
  528. configure:14010: result: yes
  529. configure:14016: checking for SWIFT_IO
  530. configure:14023: $PKG_CONFIG --exists --print-errors "swift-io"
  531. configure:14026: $? = 0
  532. configure:14040: $PKG_CONFIG --exists --print-errors "swift-io"
  533. configure:14043: $? = 0
  534. configure:14101: result: yes
  535. configure:14107: checking for SWIFT_MATHS
  536. configure:14114: $PKG_CONFIG --exists --print-errors "swift-maths"
  537. configure:14117: $? = 0
  538. configure:14131: $PKG_CONFIG --exists --print-errors "swift-maths"
  539. configure:14134: $? = 0
  540. configure:14192: result: yes
  541. configure:14201: checking limits.h usability
  542. configure:14201: gcc -c -g -O2 -DUNICODE -D_UNICODE conftest.c >&5
  543. configure:14201: $? = 0
  544. configure:14201: result: yes
  545. configure:14201: checking limits.h presence
  546. configure:14201: gcc -E conftest.c
  547. configure:14201: $? = 0
  548. configure:14201: result: yes
  549. configure:14201: checking for limits.h
  550. configure:14201: result: yes
  551. configure:14201: checking for stdint.h
  552. configure:14201: result: yes
  553. configure:14201: checking for stdlib.h
  554. configure:14201: result: yes
  555. configure:14201: checking for string.h
  556. configure:14201: result: yes
  557. configure:14201: checking sys/time.h usability
  558. configure:14201: gcc -c -g -O2 -DUNICODE -D_UNICODE conftest.c >&5
  559. configure:14201: $? = 0
  560. configure:14201: result: yes
  561. configure:14201: checking sys/time.h presence
  562. configure:14201: gcc -E conftest.c
  563. configure:14201: $? = 0
  564. configure:14201: result: yes
  565. configure:14201: checking for sys/time.h
  566. configure:14201: result: yes
  567. configure:14201: checking sys/timeb.h usability
  568. configure:14201: gcc -c -g -O2 -DUNICODE -D_UNICODE conftest.c >&5
  569. configure:14201: $? = 0
  570. configure:14201: result: yes
  571. configure:14201: checking sys/timeb.h presence
  572. configure:14201: gcc -E conftest.c
  573. configure:14201: $? = 0
  574. configure:14201: result: yes
  575. configure:14201: checking for sys/timeb.h
  576. configure:14201: result: yes
  577. configure:14201: checking for unistd.h
  578. configure:14201: result: yes
  579. configure:14213: checking for size_t
  580. configure:14213: gcc -c -g -O2 -DUNICODE -D_UNICODE conftest.c >&5
  581. configure:14213: $? = 0
  582. configure:14213: gcc -c -g -O2 -DUNICODE -D_UNICODE conftest.c >&5
  583. conftest.c: In function 'main':
  584. conftest.c:65:21: error: expected expression before ')' token
  585. if (sizeof ((size_t)))
  586. ^
  587. configure:14213: $? = 1
  588. configure: failed program was:
  589. | /* confdefs.h */
  590. | #define PACKAGE_NAME "tutorial"
  591. | #define PACKAGE_TARNAME "tutorial"
  592. | #define PACKAGE_VERSION "0.1.0"
  593. | #define PACKAGE_STRING "tutorial 0.1.0"
  594. | #define PACKAGE_BUGREPORT "lordsatin@hotmail.com"
  595. | #define PACKAGE_URL ""
  596. | #define PACKAGE "tutorial"
  597. | #define VERSION "0.1.0"
  598. | #define STDC_HEADERS 1
  599. | #define HAVE_SYS_TYPES_H 1
  600. | #define HAVE_SYS_STAT_H 1
  601. | #define HAVE_STDLIB_H 1
  602. | #define HAVE_STRING_H 1
  603. | #define HAVE_MEMORY_H 1
  604. | #define HAVE_STRINGS_H 1
  605. | #define HAVE_INTTYPES_H 1
  606. | #define HAVE_STDINT_H 1
  607. | #define HAVE_UNISTD_H 1
  608. | #define LT_OBJDIR ".libs/"
  609. | #define HAVE_LIMITS_H 1
  610. | #define HAVE_STDINT_H 1
  611. | #define HAVE_STDLIB_H 1
  612. | #define HAVE_STRING_H 1
  613. | #define HAVE_SYS_TIME_H 1
  614. | #define HAVE_SYS_TIMEB_H 1
  615. | #define HAVE_UNISTD_H 1
  616. | /* end confdefs.h. */
  617. | #include <stdio.h>
  618. | #ifdef HAVE_SYS_TYPES_H
  619. | # include <sys/types.h>
  620. | #endif
  621. | #ifdef HAVE_SYS_STAT_H
  622. | # include <sys/stat.h>
  623. | #endif
  624. | #ifdef STDC_HEADERS
  625. | # include <stdlib.h>
  626. | # include <stddef.h>
  627. | #else
  628. | # ifdef HAVE_STDLIB_H
  629. | # include <stdlib.h>
  630. | # endif
  631. | #endif
  632. | #ifdef HAVE_STRING_H
  633. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  634. | # include <memory.h>
  635. | # endif
  636. | # include <string.h>
  637. | #endif
  638. | #ifdef HAVE_STRINGS_H
  639. | # include <strings.h>
  640. | #endif
  641. | #ifdef HAVE_INTTYPES_H
  642. | # include <inttypes.h>
  643. | #endif
  644. | #ifdef HAVE_STDINT_H
  645. | # include <stdint.h>
  646. | #endif
  647. | #ifdef HAVE_UNISTD_H
  648. | # include <unistd.h>
  649. | #endif
  650. | int
  651. | main ()
  652. | {
  653. | if (sizeof ((size_t)))
  654. | return 0;
  655. | ;
  656. | return 0;
  657. | }
  658. configure:14213: result: yes
  659. configure:14228: checking for stdlib.h
  660. configure:14228: result: yes
  661. configure:14238: checking for GNU libc compatible malloc
  662. configure:14262: gcc -o conftest.exe -g -O2 -DUNICODE -D_UNICODE -static-libgcc conftest.c >&5
  663. configure:14262: $? = 0
  664. configure:14262: ./conftest.exe
  665. configure:14262: $? = 0
  666. configure:14272: result: yes
  667. configure:14295: checking for stdlib.h
  668. configure:14295: result: yes
  669. configure:14305: checking for GNU libc compatible realloc
  670. configure:14329: gcc -o conftest.exe -g -O2 -DUNICODE -D_UNICODE -static-libgcc conftest.c >&5
  671. configure:14329: $? = 0
  672. configure:14329: ./conftest.exe
  673. configure:14329: $? = 0
  674. configure:14339: result: yes
  675. configure:14363: checking for clock_gettime
  676. configure:14363: gcc -o conftest.exe -g -O2 -DUNICODE -D_UNICODE -static-libgcc conftest.c >&5
  677. configure:14363: $? = 0
  678. configure:14363: result: yes
  679. configure:14363: checking for gettimeofday
  680. configure:14363: gcc -o conftest.exe -g -O2 -DUNICODE -D_UNICODE -static-libgcc conftest.c >&5
  681. configure:14363: $? = 0
  682. configure:14363: result: yes
  683. configure:14363: checking for memset
  684. configure:14363: gcc -o conftest.exe -g -O2 -DUNICODE -D_UNICODE -static-libgcc conftest.c >&5
  685. conftest.c:58:6: warning: conflicting types for built-in function 'memset'
  686. char memset ();
  687. ^
  688. configure:14363: $? = 0
  689. configure:14363: result: yes
  690. configure:14363: checking for select
  691. configure:14363: gcc -o conftest.exe -g -O2 -DUNICODE -D_UNICODE -static-libgcc conftest.c >&5
  692. C:\msys64\tmp\ccY6HpRL.o: In function `main':
  693. C:\msys64\home\lords\tutorial\build32/conftest.c:70: undefined reference to `select'
  694. collect2.exe: error: ld returned 1 exit status
  695. configure:14363: $? = 1
  696. configure: failed program was:
  697. | /* confdefs.h */
  698. | #define PACKAGE_NAME "tutorial"
  699. | #define PACKAGE_TARNAME "tutorial"
  700. | #define PACKAGE_VERSION "0.1.0"
  701. | #define PACKAGE_STRING "tutorial 0.1.0"
  702. | #define PACKAGE_BUGREPORT "lordsatin@hotmail.com"
  703. | #define PACKAGE_URL ""
  704. | #define PACKAGE "tutorial"
  705. | #define VERSION "0.1.0"
  706. | #define STDC_HEADERS 1
  707. | #define HAVE_SYS_TYPES_H 1
  708. | #define HAVE_SYS_STAT_H 1
  709. | #define HAVE_STDLIB_H 1
  710. | #define HAVE_STRING_H 1
  711. | #define HAVE_MEMORY_H 1
  712. | #define HAVE_STRINGS_H 1
  713. | #define HAVE_INTTYPES_H 1
  714. | #define HAVE_STDINT_H 1
  715. | #define HAVE_UNISTD_H 1
  716. | #define LT_OBJDIR ".libs/"
  717. | #define HAVE_LIMITS_H 1
  718. | #define HAVE_STDINT_H 1
  719. | #define HAVE_STDLIB_H 1
  720. | #define HAVE_STRING_H 1
  721. | #define HAVE_SYS_TIME_H 1
  722. | #define HAVE_SYS_TIMEB_H 1
  723. | #define HAVE_UNISTD_H 1
  724. | #define HAVE_STDLIB_H 1
  725. | #define HAVE_MALLOC 1
  726. | #define HAVE_STDLIB_H 1
  727. | #define HAVE_REALLOC 1
  728. | #define HAVE_CLOCK_GETTIME 1
  729. | #define HAVE_GETTIMEOFDAY 1
  730. | #define HAVE_MEMSET 1
  731. | /* end confdefs.h. */
  732. | /* Define select to an innocuous variant, in case <limits.h> declares select.
  733. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  734. | #define select innocuous_select
  735. |
  736. | /* System header to define __stub macros and hopefully few prototypes,
  737. | which can conflict with char select (); below.
  738. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  739. | <limits.h> exists even on freestanding compilers. */
  740. |
  741. | #ifdef __STDC__
  742. | # include <limits.h>
  743. | #else
  744. | # include <assert.h>
  745. | #endif
  746. |
  747. | #undef select
  748. |
  749. | /* Override any GCC internal prototype to avoid an error.
  750. | Use char because int might match the return type of a GCC
  751. | builtin and then its argument prototype would still apply. */
  752. | #ifdef __cplusplus
  753. | extern "C"
  754. | #endif
  755. | char select ();
  756. | /* The GNU C library defines this for functions which it implements
  757. | to always fail with ENOSYS. Some functions are actually named
  758. | something starting with __ and the normal name is an alias. */
  759. | #if defined __stub_select || defined __stub___select
  760. | choke me
  761. | #endif
  762. |
  763. | int
  764. | main ()
  765. | {
  766. | return select ();
  767. | ;
  768. | return 0;
  769. | }
  770. configure:14363: result: no
  771. configure:14363: checking for socket
  772. configure:14363: gcc -o conftest.exe -g -O2 -DUNICODE -D_UNICODE -static-libgcc conftest.c >&5
  773. C:\msys64\tmp\ccgsscPp.o: In function `main':
  774. C:\msys64\home\lords\tutorial\build32/conftest.c:70: undefined reference to `socket'
  775. collect2.exe: error: ld returned 1 exit status
  776. configure:14363: $? = 1
  777. configure: failed program was:
  778. | /* confdefs.h */
  779. | #define PACKAGE_NAME "tutorial"
  780. | #define PACKAGE_TARNAME "tutorial"
  781. | #define PACKAGE_VERSION "0.1.0"
  782. | #define PACKAGE_STRING "tutorial 0.1.0"
  783. | #define PACKAGE_BUGREPORT "lordsatin@hotmail.com"
  784. | #define PACKAGE_URL ""
  785. | #define PACKAGE "tutorial"
  786. | #define VERSION "0.1.0"
  787. | #define STDC_HEADERS 1
  788. | #define HAVE_SYS_TYPES_H 1
  789. | #define HAVE_SYS_STAT_H 1
  790. | #define HAVE_STDLIB_H 1
  791. | #define HAVE_STRING_H 1
  792. | #define HAVE_MEMORY_H 1
  793. | #define HAVE_STRINGS_H 1
  794. | #define HAVE_INTTYPES_H 1
  795. | #define HAVE_STDINT_H 1
  796. | #define HAVE_UNISTD_H 1
  797. | #define LT_OBJDIR ".libs/"
  798. | #define HAVE_LIMITS_H 1
  799. | #define HAVE_STDINT_H 1
  800. | #define HAVE_STDLIB_H 1
  801. | #define HAVE_STRING_H 1
  802. | #define HAVE_SYS_TIME_H 1
  803. | #define HAVE_SYS_TIMEB_H 1
  804. | #define HAVE_UNISTD_H 1
  805. | #define HAVE_STDLIB_H 1
  806. | #define HAVE_MALLOC 1
  807. | #define HAVE_STDLIB_H 1
  808. | #define HAVE_REALLOC 1
  809. | #define HAVE_CLOCK_GETTIME 1
  810. | #define HAVE_GETTIMEOFDAY 1
  811. | #define HAVE_MEMSET 1
  812. | /* end confdefs.h. */
  813. | /* Define socket to an innocuous variant, in case <limits.h> declares socket.
  814. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  815. | #define socket innocuous_socket
  816. |
  817. | /* System header to define __stub macros and hopefully few prototypes,
  818. | which can conflict with char socket (); below.
  819. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  820. | <limits.h> exists even on freestanding compilers. */
  821. |
  822. | #ifdef __STDC__
  823. | # include <limits.h>
  824. | #else
  825. | # include <assert.h>
  826. | #endif
  827. |
  828. | #undef socket
  829. |
  830. | /* Override any GCC internal prototype to avoid an error.
  831. | Use char because int might match the return type of a GCC
  832. | builtin and then its argument prototype would still apply. */
  833. | #ifdef __cplusplus
  834. | extern "C"
  835. | #endif
  836. | char socket ();
  837. | /* The GNU C library defines this for functions which it implements
  838. | to always fail with ENOSYS. Some functions are actually named
  839. | something starting with __ and the normal name is an alias. */
  840. | #if defined __stub_socket || defined __stub___socket
  841. | choke me
  842. | #endif
  843. |
  844. | int
  845. | main ()
  846. | {
  847. | return socket ();
  848. | ;
  849. | return 0;
  850. | }
  851. configure:14363: result: no
  852. configure:14486: checking that generated files are newer than configure
  853. configure:14492: result: done
  854. configure:14519: creating ./config.status
  855.  
  856. ## ---------------------- ##
  857. ## Running config.status. ##
  858. ## ---------------------- ##
  859.  
  860. This file was extended by tutorial config.status 0.1.0, which was
  861. generated by GNU Autoconf 2.69. Invocation command line was
  862.  
  863. CONFIG_FILES =
  864. CONFIG_HEADERS =
  865. CONFIG_LINKS =
  866. CONFIG_COMMANDS =
  867. $ ./config.status
  868.  
  869. on GENUSIS-PC
  870.  
  871. config.status:1139: creating Makefile
  872. config.status:1139: creating include/config.h
  873. config.status:1305: include/config.h is unchanged
  874. config.status:1353: executing depfiles commands
  875. config.status:1353: executing libtool commands
  876.  
  877. ## ---------------- ##
  878. ## Cache variables. ##
  879. ## ---------------- ##
  880.  
  881. ac_cv_build=x86_64-pc-mingw32
  882. ac_cv_c_compiler_gnu=yes
  883. ac_cv_env_CC_set=
  884. ac_cv_env_CC_value=
  885. ac_cv_env_CFLAGS_set=
  886. ac_cv_env_CFLAGS_value=
  887. ac_cv_env_CPPFLAGS_set=
  888. ac_cv_env_CPPFLAGS_value=
  889. ac_cv_env_CPP_set=
  890. ac_cv_env_CPP_value=
  891. ac_cv_env_LDFLAGS_set=
  892. ac_cv_env_LDFLAGS_value=
  893. ac_cv_env_LIBS_set=
  894. ac_cv_env_LIBS_value=
  895. ac_cv_env_LT_SYS_LIBRARY_PATH_set=
  896. ac_cv_env_LT_SYS_LIBRARY_PATH_value=
  897. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  898. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  899. ac_cv_env_PKG_CONFIG_PATH_set=set
  900. ac_cv_env_PKG_CONFIG_PATH_value=/mingw32/lib/pkgconfig:/mingw32/share/pkgconfig:/mingw32/lib/pkgconfig:/usr/local/lib/pkgconfig
  901. ac_cv_env_PKG_CONFIG_set=
  902. ac_cv_env_PKG_CONFIG_value=
  903. ac_cv_env_SWIFT_ATOMIC_CFLAGS_set=
  904. ac_cv_env_SWIFT_ATOMIC_CFLAGS_value=
  905. ac_cv_env_SWIFT_ATOMIC_LIBS_set=
  906. ac_cv_env_SWIFT_ATOMIC_LIBS_value=
  907. ac_cv_env_SWIFT_DATA_CFLAGS_set=
  908. ac_cv_env_SWIFT_DATA_CFLAGS_value=
  909. ac_cv_env_SWIFT_DATA_LIBS_set=
  910. ac_cv_env_SWIFT_DATA_LIBS_value=
  911. ac_cv_env_SWIFT_EVENT_CFLAGS_set=
  912. ac_cv_env_SWIFT_EVENT_CFLAGS_value=
  913. ac_cv_env_SWIFT_EVENT_LIBS_set=
  914. ac_cv_env_SWIFT_EVENT_LIBS_value=
  915. ac_cv_env_SWIFT_FS_CFLAGS_set=
  916. ac_cv_env_SWIFT_FS_CFLAGS_value=
  917. ac_cv_env_SWIFT_FS_LIBS_set=
  918. ac_cv_env_SWIFT_FS_LIBS_value=
  919. ac_cv_env_SWIFT_GUI_CFLAGS_set=
  920. ac_cv_env_SWIFT_GUI_CFLAGS_value=
  921. ac_cv_env_SWIFT_GUI_LIBS_set=
  922. ac_cv_env_SWIFT_GUI_LIBS_value=
  923. ac_cv_env_SWIFT_IMAGE_CFLAGS_set=
  924. ac_cv_env_SWIFT_IMAGE_CFLAGS_value=
  925. ac_cv_env_SWIFT_IMAGE_LIBS_set=
  926. ac_cv_env_SWIFT_IMAGE_LIBS_value=
  927. ac_cv_env_SWIFT_IO_CFLAGS_set=
  928. ac_cv_env_SWIFT_IO_CFLAGS_value=
  929. ac_cv_env_SWIFT_IO_LIBS_set=
  930. ac_cv_env_SWIFT_IO_LIBS_value=
  931. ac_cv_env_SWIFT_MATHS_CFLAGS_set=
  932. ac_cv_env_SWIFT_MATHS_CFLAGS_value=
  933. ac_cv_env_SWIFT_MATHS_LIBS_set=
  934. ac_cv_env_SWIFT_MATHS_LIBS_value=
  935. ac_cv_env_SWIFT_STRING_CFLAGS_set=
  936. ac_cv_env_SWIFT_STRING_CFLAGS_value=
  937. ac_cv_env_SWIFT_STRING_LIBS_set=
  938. ac_cv_env_SWIFT_STRING_LIBS_value=
  939. ac_cv_env_SWIFT_THREAD_CFLAGS_set=
  940. ac_cv_env_SWIFT_THREAD_CFLAGS_value=
  941. ac_cv_env_SWIFT_THREAD_LIBS_set=
  942. ac_cv_env_SWIFT_THREAD_LIBS_value=
  943. ac_cv_env_SWIFT_TIME_CFLAGS_set=
  944. ac_cv_env_SWIFT_TIME_CFLAGS_value=
  945. ac_cv_env_SWIFT_TIME_LIBS_set=
  946. ac_cv_env_SWIFT_TIME_LIBS_value=
  947. ac_cv_env_SWIFT_UNICODE_CFLAGS_set=
  948. ac_cv_env_SWIFT_UNICODE_CFLAGS_value=
  949. ac_cv_env_SWIFT_UNICODE_LIBS_set=
  950. ac_cv_env_SWIFT_UNICODE_LIBS_value=
  951. ac_cv_env_SWIFT_WINDOW_CFLAGS_set=
  952. ac_cv_env_SWIFT_WINDOW_CFLAGS_value=
  953. ac_cv_env_SWIFT_WINDOW_LIBS_set=
  954. ac_cv_env_SWIFT_WINDOW_LIBS_value=
  955. ac_cv_env_build_alias_set=
  956. ac_cv_env_build_alias_value=
  957. ac_cv_env_host_alias_set=
  958. ac_cv_env_host_alias_value=
  959. ac_cv_env_target_alias_set=
  960. ac_cv_env_target_alias_value=
  961. ac_cv_exeext=.exe
  962. ac_cv_func_clock_gettime=yes
  963. ac_cv_func_gettimeofday=yes
  964. ac_cv_func_malloc_0_nonnull=yes
  965. ac_cv_func_memset=yes
  966. ac_cv_func_realloc_0_nonnull=yes
  967. ac_cv_func_select=no
  968. ac_cv_func_socket=no
  969. ac_cv_header_dlfcn_h=no
  970. ac_cv_header_inttypes_h=yes
  971. ac_cv_header_limits_h=yes
  972. ac_cv_header_memory_h=yes
  973. ac_cv_header_stdc=yes
  974. ac_cv_header_stdint_h=yes
  975. ac_cv_header_stdlib_h=yes
  976. ac_cv_header_string_h=yes
  977. ac_cv_header_strings_h=yes
  978. ac_cv_header_sys_stat_h=yes
  979. ac_cv_header_sys_time_h=yes
  980. ac_cv_header_sys_timeb_h=yes
  981. ac_cv_header_sys_types_h=yes
  982. ac_cv_header_unistd_h=yes
  983. ac_cv_host=x86_64-pc-mingw32
  984. ac_cv_objext=o
  985. ac_cv_path_EGREP='/usr/bin/grep -E'
  986. ac_cv_path_FGREP='/usr/bin/grep -F'
  987. ac_cv_path_GREP=/usr/bin/grep
  988. ac_cv_path_SED=/usr/bin/sed
  989. ac_cv_path_ac_pt_PKG_CONFIG=/mingw32/bin/pkg-config
  990. ac_cv_path_install='/usr/bin/install -c'
  991. ac_cv_path_lt_DD=/usr/bin/dd
  992. ac_cv_path_mkdir=/usr/bin/mkdir
  993. ac_cv_prog_AWK=gawk
  994. ac_cv_prog_CPP='gcc -E'
  995. ac_cv_prog_ac_ct_AR=ar
  996. ac_cv_prog_ac_ct_CC=gcc
  997. ac_cv_prog_ac_ct_DLLTOOL=dlltool
  998. ac_cv_prog_ac_ct_OBJDUMP=objdump
  999. ac_cv_prog_ac_ct_RANLIB=ranlib
  1000. ac_cv_prog_ac_ct_STRIP=strip
  1001. ac_cv_prog_cc_c89=
  1002. ac_cv_prog_cc_g=yes
  1003. ac_cv_prog_make_make_set=yes
  1004. ac_cv_type_size_t=yes
  1005. am_cv_CC_dependencies_compiler_type=gcc3
  1006. am_cv_make_support_nested_variables=yes
  1007. am_cv_prog_cc_c_o=yes
  1008. lt_cv_ar_at_file=@
  1009. lt_cv_archive_cmds_need_lc=yes
  1010. lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
  1011. lt_cv_file_magic_cmd=func_win32_libid
  1012. lt_cv_file_magic_test_file=
  1013. lt_cv_ld_reload_flag=-r
  1014. lt_cv_nm_interface='BSD nm'
  1015. lt_cv_objdir=.libs
  1016. lt_cv_path_LD=C:/msys64/mingw32/i686-w64-mingw32/bin/ld.exe
  1017. lt_cv_path_NM='/mingw32/bin/nm -B'
  1018. lt_cv_path_mainfest_tool=no
  1019. lt_cv_prog_compiler_c_o=yes
  1020. lt_cv_prog_compiler_pic='-DDLL_EXPORT -DPIC'
  1021. lt_cv_prog_compiler_pic_works=yes
  1022. lt_cv_prog_compiler_rtti_exceptions=no
  1023. lt_cv_prog_compiler_static_works=yes
  1024. lt_cv_prog_gnu_ld=yes
  1025. lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
  1026. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)
  1027. \{0,1\}$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  1028. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
  1029. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
  1030. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  1031. lt_cv_sys_global_symbol_to_import=
  1032. lt_cv_sys_max_cmd_len=8192
  1033. lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
  1034. lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
  1035. lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'
  1036. pkg_cv_SWIFT_ATOMIC_CFLAGS=-IC:/msys64/mingw32/include
  1037. pkg_cv_SWIFT_ATOMIC_LIBS='-LC:/msys64/mingw32/lib -lswift-atomic'
  1038. pkg_cv_SWIFT_DATA_CFLAGS=-IC:/msys64/mingw32/include
  1039. pkg_cv_SWIFT_DATA_LIBS='-LC:/msys64/mingw32/lib -lswift-data'
  1040. pkg_cv_SWIFT_EVENT_CFLAGS=-IC:/msys64/mingw32/include
  1041. pkg_cv_SWIFT_EVENT_LIBS='-LC:/msys64/mingw32/lib -lswift-event'
  1042. pkg_cv_SWIFT_FS_CFLAGS=-IC:/msys64/mingw32/include
  1043. pkg_cv_SWIFT_FS_LIBS='-LC:/msys64/mingw32/lib -lswift-fs'
  1044. pkg_cv_SWIFT_GUI_CFLAGS=-IC:/msys64/mingw32/include
  1045. pkg_cv_SWIFT_GUI_LIBS='-LC:/msys64/mingw32/lib -lswift-gui'
  1046. pkg_cv_SWIFT_IMAGE_CFLAGS=-IC:/msys64/mingw32/include
  1047. pkg_cv_SWIFT_IMAGE_LIBS='-LC:/msys64/mingw32/lib -lswift-image'
  1048. pkg_cv_SWIFT_IO_CFLAGS=-IC:/msys64/mingw32/include
  1049. pkg_cv_SWIFT_IO_LIBS='-LC:/msys64/mingw32/lib -lswift-io'
  1050. pkg_cv_SWIFT_MATHS_CFLAGS=-IC:/msys64/mingw32/include
  1051. pkg_cv_SWIFT_MATHS_LIBS='-LC:/msys64/mingw32/lib -lswift-maths'
  1052. pkg_cv_SWIFT_STRING_CFLAGS=-IC:/msys64/mingw32/include
  1053. pkg_cv_SWIFT_STRING_LIBS='-LC:/msys64/mingw32/lib -lswift-string'
  1054. pkg_cv_SWIFT_THREAD_CFLAGS=-IC:/msys64/mingw32/include
  1055. pkg_cv_SWIFT_THREAD_LIBS='-LC:/msys64/mingw32/lib -lswift-thread'
  1056. pkg_cv_SWIFT_TIME_CFLAGS=-IC:/msys64/mingw32/include
  1057. pkg_cv_SWIFT_TIME_LIBS='-LC:/msys64/mingw32/lib -lswift-time'
  1058. pkg_cv_SWIFT_UNICODE_CFLAGS=-IC:/msys64/mingw32/include
  1059. pkg_cv_SWIFT_UNICODE_LIBS='-LC:/msys64/mingw32/lib -lswift-unicode'
  1060. pkg_cv_SWIFT_WINDOW_CFLAGS=-IC:/msys64/mingw32/include
  1061. pkg_cv_SWIFT_WINDOW_LIBS='-LC:/msys64/mingw32/lib -lswift-window'
  1062.  
  1063. ## ----------------- ##
  1064. ## Output variables. ##
  1065. ## ----------------- ##
  1066.  
  1067. ACLOCAL='${SHELL} /home/lords/tutorial/config/missing aclocal-1.15'
  1068. AMDEPBACKSLASH='\'
  1069. AMDEP_FALSE='#'
  1070. AMDEP_TRUE=''
  1071. AMTAR='$${TAR-tar}'
  1072. AM_BACKSLASH='\'
  1073. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  1074. AM_DEFAULT_VERBOSITY='0'
  1075. AM_V='$(V)'
  1076. AR='ar'
  1077. AUTOCONF='${SHELL} /home/lords/tutorial/config/missing autoconf'
  1078. AUTOHEADER='${SHELL} /home/lords/tutorial/config/missing autoheader'
  1079. AUTOMAKE='${SHELL} /home/lords/tutorial/config/missing automake-1.15'
  1080. AWK='gawk'
  1081. CC='gcc'
  1082. CCDEPMODE='depmode=gcc3'
  1083. CFLAGS='-g -O2 -DUNICODE -D_UNICODE'
  1084. CPP='gcc -E'
  1085. CPPFLAGS=''
  1086. CYGPATH_W='cygpath -w'
  1087. DEFS='-DHAVE_CONFIG_H'
  1088. DEPDIR='.deps'
  1089. DLLTOOL='dlltool'
  1090. DSYMUTIL=''
  1091. DUMPBIN=''
  1092. ECHO_C=''
  1093. ECHO_N='-n'
  1094. ECHO_T=''
  1095. EGREP='/usr/bin/grep -E'
  1096. EXEEXT='.exe'
  1097. FGREP='/usr/bin/grep -F'
  1098. GREP='/usr/bin/grep'
  1099. INSTALL_DATA='${INSTALL} -m 644'
  1100. INSTALL_PROGRAM='${INSTALL}'
  1101. INSTALL_SCRIPT='${INSTALL}'
  1102. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  1103. LD='C:/msys64/mingw32/i686-w64-mingw32/bin/ld.exe'
  1104. LDFLAGS=' -static-libgcc'
  1105. LIBOBJS=''
  1106. LIBS=''
  1107. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  1108. LIPO=''
  1109. LN_S='cp -pR'
  1110. LTLIBOBJS=''
  1111. LT_SYS_LIBRARY_PATH=''
  1112. MAKEINFO='${SHELL} /home/lords/tutorial/config/missing makeinfo'
  1113. MANIFEST_TOOL=':'
  1114. MKDIR_P='/usr/bin/mkdir -p'
  1115. NM='/mingw32/bin/nm -B'
  1116. NMEDIT=''
  1117. OBJDUMP='objdump'
  1118. OBJECTS=''
  1119. OBJEXT='o'
  1120. OTOOL64=''
  1121. OTOOL=''
  1122. PACKAGE='tutorial'
  1123. PACKAGE_BUGREPORT='lordsatin@hotmail.com'
  1124. PACKAGE_NAME='tutorial'
  1125. PACKAGE_STRING='tutorial 0.1.0'
  1126. PACKAGE_TARNAME='tutorial'
  1127. PACKAGE_URL=''
  1128. PACKAGE_VERSION='0.1.0'
  1129. PATH_SEPARATOR=':'
  1130. PKG_CONFIG='/mingw32/bin/pkg-config'
  1131. PKG_CONFIG_LIBDIR=''
  1132. PKG_CONFIG_PATH='/mingw32/lib/pkgconfig:/mingw32/share/pkgconfig:/mingw32/lib/pkgconfig:/usr/local/lib/pkgconfig'
  1133. RANLIB='ranlib'
  1134. SED='/usr/bin/sed'
  1135. SET_MAKE=''
  1136. SHELL='/bin/sh'
  1137. STRIP='strip'
  1138. SWIFT_ATOMIC_CFLAGS='-IC:/msys64/mingw32/include'
  1139. SWIFT_ATOMIC_LIBS='-LC:/msys64/mingw32/lib -lswift-atomic'
  1140. SWIFT_DATA_CFLAGS='-IC:/msys64/mingw32/include'
  1141. SWIFT_DATA_LIBS='-LC:/msys64/mingw32/lib -lswift-data'
  1142. SWIFT_EVENT_CFLAGS='-IC:/msys64/mingw32/include'
  1143. SWIFT_EVENT_LIBS='-LC:/msys64/mingw32/lib -lswift-event'
  1144. SWIFT_FS_CFLAGS='-IC:/msys64/mingw32/include'
  1145. SWIFT_FS_LIBS='-LC:/msys64/mingw32/lib -lswift-fs'
  1146. SWIFT_GUI_CFLAGS='-IC:/msys64/mingw32/include'
  1147. SWIFT_GUI_LIBS='-LC:/msys64/mingw32/lib -lswift-gui'
  1148. SWIFT_IMAGE_CFLAGS='-IC:/msys64/mingw32/include'
  1149. SWIFT_IMAGE_LIBS='-LC:/msys64/mingw32/lib -lswift-image'
  1150. SWIFT_IO_CFLAGS='-IC:/msys64/mingw32/include'
  1151. SWIFT_IO_LIBS='-LC:/msys64/mingw32/lib -lswift-io'
  1152. SWIFT_MATHS_CFLAGS='-IC:/msys64/mingw32/include'
  1153. SWIFT_MATHS_LIBS='-LC:/msys64/mingw32/lib -lswift-maths'
  1154. SWIFT_STRING_CFLAGS='-IC:/msys64/mingw32/include'
  1155. SWIFT_STRING_LIBS='-LC:/msys64/mingw32/lib -lswift-string'
  1156. SWIFT_THREAD_CFLAGS='-IC:/msys64/mingw32/include'
  1157. SWIFT_THREAD_LIBS='-LC:/msys64/mingw32/lib -lswift-thread'
  1158. SWIFT_TIME_CFLAGS='-IC:/msys64/mingw32/include'
  1159. SWIFT_TIME_LIBS='-LC:/msys64/mingw32/lib -lswift-time'
  1160. SWIFT_UNICODE_CFLAGS='-IC:/msys64/mingw32/include'
  1161. SWIFT_UNICODE_LIBS='-LC:/msys64/mingw32/lib -lswift-unicode'
  1162. SWIFT_WINDOW_CFLAGS='-IC:/msys64/mingw32/include'
  1163. SWIFT_WINDOW_LIBS='-LC:/msys64/mingw32/lib -lswift-window'
  1164. VERSION='0.1.0'
  1165. ac_ct_AR='ar'
  1166. ac_ct_CC='gcc'
  1167. ac_ct_DUMPBIN=''
  1168. am__EXEEXT_FALSE='#'
  1169. am__EXEEXT_TRUE=''
  1170. am__fastdepCC_FALSE='#'
  1171. am__fastdepCC_TRUE=''
  1172. am__include='include'
  1173. am__isrc=' -I$(srcdir)'
  1174. am__leading_dot='.'
  1175. am__nodep='_no'
  1176. am__quote=''
  1177. am__tar='$${TAR-tar} chof - "$$tardir"'
  1178. am__untar='$${TAR-tar} xf -'
  1179. bindir='${exec_prefix}/bin'
  1180. build='x86_64-pc-mingw32'
  1181. build_alias=''
  1182. build_cpu='x86_64'
  1183. build_os='mingw32'
  1184. build_vendor='pc'
  1185. datadir='${datarootdir}'
  1186. datarootdir='${prefix}/share'
  1187. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1188. dvidir='${docdir}'
  1189. exec_prefix='${prefix}'
  1190. host='x86_64-pc-mingw32'
  1191. host_alias=''
  1192. host_cpu='x86_64'
  1193. host_os='mingw32'
  1194. host_vendor='pc'
  1195. htmldir='${docdir}'
  1196. includedir='${prefix}/include'
  1197. infodir='${datarootdir}/info'
  1198. install_sh='${SHELL} /home/lords/tutorial/config/install-sh'
  1199. libdir='${exec_prefix}/lib'
  1200. libexecdir='${exec_prefix}/libexec'
  1201. localedir='${datarootdir}/locale'
  1202. localstatedir='${prefix}/var'
  1203. mandir='${datarootdir}/man'
  1204. mkdir_p='$(MKDIR_P)'
  1205. oldincludedir='/usr/include'
  1206. pdfdir='${docdir}'
  1207. prefix='/usr/local'
  1208. program_transform_name='s,x,x,'
  1209. psdir='${docdir}'
  1210. sbindir='${exec_prefix}/sbin'
  1211. sharedstatedir='${prefix}/com'
  1212. sysconfdir='${prefix}/etc'
  1213. target_alias=''
  1214.  
  1215. ## ----------- ##
  1216. ## confdefs.h. ##
  1217. ## ----------- ##
  1218.  
  1219. /* confdefs.h */
  1220. #define PACKAGE_NAME "tutorial"
  1221. #define PACKAGE_TARNAME "tutorial"
  1222. #define PACKAGE_VERSION "0.1.0"
  1223. #define PACKAGE_STRING "tutorial 0.1.0"
  1224. #define PACKAGE_BUGREPORT "lordsatin@hotmail.com"
  1225. #define PACKAGE_URL ""
  1226. #define PACKAGE "tutorial"
  1227. #define VERSION "0.1.0"
  1228. #define STDC_HEADERS 1
  1229. #define HAVE_SYS_TYPES_H 1
  1230. #define HAVE_SYS_STAT_H 1
  1231. #define HAVE_STDLIB_H 1
  1232. #define HAVE_STRING_H 1
  1233. #define HAVE_MEMORY_H 1
  1234. #define HAVE_STRINGS_H 1
  1235. #define HAVE_INTTYPES_H 1
  1236. #define HAVE_STDINT_H 1
  1237. #define HAVE_UNISTD_H 1
  1238. #define LT_OBJDIR ".libs/"
  1239. #define HAVE_LIMITS_H 1
  1240. #define HAVE_STDINT_H 1
  1241. #define HAVE_STDLIB_H 1
  1242. #define HAVE_STRING_H 1
  1243. #define HAVE_SYS_TIME_H 1
  1244. #define HAVE_SYS_TIMEB_H 1
  1245. #define HAVE_UNISTD_H 1
  1246. #define HAVE_STDLIB_H 1
  1247. #define HAVE_MALLOC 1
  1248. #define HAVE_STDLIB_H 1
  1249. #define HAVE_REALLOC 1
  1250. #define HAVE_CLOCK_GETTIME 1
  1251. #define HAVE_GETTIMEOFDAY 1
  1252. #define HAVE_MEMSET 1
  1253.  
  1254. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement