Posted to tcl by hypnotoad at Tue Nov 28 00:29:21 GMT 2017view raw

  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 configure, which was
  5. generated by GNU Autoconf 2.59. Invocation command line was
  6.  
  7. $ O:/odie/odie/tcl/win/configure --with-tclsh=c:/tcl/bin/tclsh87.exe --with-tcl=. --with-tzdata --prefix /tcl --exec-prefix /tcl --disable-shared
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = windows-7-build
  14. uname -m = i686
  15. uname -r = 1.0.19(0.48/3/2)
  16. uname -s = MINGW32_NT-6.1
  17. uname -v = 2016-07-13 17:45
  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. 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: /usr/bin
  34. PATH: /c/Tcl/bin
  35. PATH: /c/Program Files (x86)/ActiveState Komodo IDE 9/
  36. PATH: /c/Windows/system32
  37. PATH: /c/Windows
  38. PATH: /c/Windows/System32/Wbem
  39. PATH: /c/Windows/System32/WindowsPowerShell/v1.0/
  40. PATH: /c/Program Files/Microsoft SQL Server/110/Tools/Binn/
  41. PATH: /c/Program Files/Git/cmd
  42. PATH: /c/Tcl/bin
  43. PATH: /c/Tcl/bin
  44. PATH: /c/Program Files (x86)/ActiveState Komodo IDE 9/
  45. PATH: /c/Windows/system32
  46. PATH: /c/Windows
  47. PATH: /c/Windows/System32/Wbem
  48. PATH: /c/Windows/System32/WindowsPowerShell/v1.0/
  49. PATH: /c/Program Files/Microsoft SQL Server/110/Tools/Binn/
  50. PATH: /c/Program Files/Git/cmd
  51.  
  52.  
  53. ## ----------- ##
  54. ## Core tests. ##
  55. ## ----------- ##
  56.  
  57. configure:1403: checking for gcc
  58. configure:1419: found /mingw/bin/gcc
  59. configure:1429: result: gcc
  60. configure:1673: checking for C compiler version
  61. configure:1676: gcc --version </dev/null >&5
  62. gcc.exe (MinGW.org GCC-6.3.0-1) 6.3.0
  63. Copyright (C) 2016 Free Software Foundation, Inc.
  64. This is free software; see the source for copying conditions. There is NO
  65. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  66.  
  67. configure:1679: $? = 0
  68. configure:1681: gcc -v </dev/null >&5
  69. Using built-in specs.
  70. COLLECT_GCC=c:\mingw\bin\gcc.exe
  71. COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/6.3.0/lto-wrapper.exe
  72. Target: mingw32
  73. Configured with: ../src/gcc-6.3.0/configure --build=x86_64-pc-linux-gnu --host=mingw32 --target=mingw32 --with-gmp=/mingw --with-mpfr --with-mpc=/mingw --with-isl=/mingw --prefix=/mingw --disable-win32-registry --with-arch=i586 --with-tune=generic --enable-languages=c,c++,objc,obj-c++,fortran,ada --with-pkgversion='MinGW.org GCC-6.3.0-1' --enable-static --enable-shared --enable-threads --with-dwarf2 --disable-sjlj-exceptions --enable-version-specific-runtime-libs --with-libiconv-prefix=/mingw --with-libintl-prefix=/mingw --enable-libstdcxx-debug --enable-libgomp --disable-libvtv --enable-nls
  74. Thread model: win32
  75. gcc version 6.3.0 (MinGW.org GCC-6.3.0-1)
  76. configure:1684: $? = 0
  77. configure:1686: gcc -V </dev/null >&5
  78. gcc.exe: error: unrecognized command line option '-V'
  79. gcc.exe: fatal error: no input files
  80. compilation terminated.
  81. configure:1689: $? = 1
  82. configure:1712: checking for C compiler default output file name
  83. configure:1715: gcc conftest.c >&5
  84. configure:1718: $? = 0
  85. configure:1764: result: a.exe
  86. configure:1769: checking whether the C compiler works
  87. configure:1775: ./a.exe
  88. configure:1778: $? = 0
  89. configure:1795: result: yes
  90. configure:1802: checking whether we are cross compiling
  91. configure:1804: result: no
  92. configure:1807: checking for suffix of executables
  93. configure:1809: gcc -o conftest.exe conftest.c >&5
  94. configure:1812: $? = 0
  95. configure:1837: result: .exe
  96. configure:1843: checking for suffix of object files
  97. configure:1864: gcc -c conftest.c >&5
  98. configure:1867: $? = 0
  99. configure:1889: result: o
  100. configure:1893: checking whether we are using the GNU C compiler
  101. configure:1917: gcc -c conftest.c >&5
  102. configure:1923: $? = 0
  103. configure:1927: test -z
  104. || test ! -s conftest.err
  105. configure:1930: $? = 0
  106. configure:1933: test -s conftest.o
  107. configure:1936: $? = 0
  108. configure:1949: result: yes
  109. configure:1955: checking whether gcc accepts -g
  110. configure:1976: gcc -c -g conftest.c >&5
  111. configure:1982: $? = 0
  112. configure:1986: test -z
  113. || test ! -s conftest.err
  114. configure:1989: $? = 0
  115. configure:1992: test -s conftest.o
  116. configure:1995: $? = 0
  117. configure:2006: result: yes
  118. configure:2023: checking for gcc option to accept ANSI C
  119. configure:2093: gcc -c conftest.c >&5
  120. configure:2099: $? = 0
  121. configure:2103: test -z
  122. || test ! -s conftest.err
  123. configure:2106: $? = 0
  124. configure:2109: test -s conftest.o
  125. configure:2112: $? = 0
  126. configure:2130: result: none needed
  127. configure:2148: gcc -c conftest.c >&5
  128. conftest.c:2:3: error: unknown type name 'choke'
  129. choke me
  130. ^~~~~
  131. conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
  132. configure:2154: $? = 1
  133. configure: failed program was:
  134. | #ifndef __cplusplus
  135. | choke me
  136. | #endif
  137. configure:2288: checking for inline
  138. configure:2309: gcc -c conftest.c >&5
  139. configure:2315: $? = 0
  140. configure:2319: test -z
  141. || test ! -s conftest.err
  142. configure:2322: $? = 0
  143. configure:2325: test -s conftest.o
  144. configure:2328: $? = 0
  145. configure:2340: result: inline
  146. configure:2364: checking how to run the C preprocessor
  147. configure:2399: gcc -E conftest.c
  148. configure:2405: $? = 0
  149. configure:2437: gcc -E conftest.c
  150. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  151. #include <ac_nonexistent.h>
  152. ^
  153. compilation terminated.
  154. configure:2443: $? = 1
  155. configure: failed program was:
  156. | /* confdefs.h. */
  157. |
  158. | #define PACKAGE_NAME ""
  159. | #define PACKAGE_TARNAME ""
  160. | #define PACKAGE_VERSION ""
  161. | #define PACKAGE_STRING ""
  162. | #define PACKAGE_BUGREPORT ""
  163. | /* end confdefs.h. */
  164. | #include <ac_nonexistent.h>
  165. configure:2482: result: gcc -E
  166. configure:2506: gcc -E conftest.c
  167. configure:2512: $? = 0
  168. configure:2544: gcc -E conftest.c
  169. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  170. #include <ac_nonexistent.h>
  171. ^
  172. compilation terminated.
  173. configure:2550: $? = 1
  174. configure: failed program was:
  175. | /* confdefs.h. */
  176. |
  177. | #define PACKAGE_NAME ""
  178. | #define PACKAGE_TARNAME ""
  179. | #define PACKAGE_VERSION ""
  180. | #define PACKAGE_STRING ""
  181. | #define PACKAGE_BUGREPORT ""
  182. | /* end confdefs.h. */
  183. | #include <ac_nonexistent.h>
  184. configure:2594: checking for egrep
  185. configure:2604: result: grep -E
  186. configure:2609: checking for ANSI C header files
  187. configure:2634: gcc -c conftest.c >&5
  188. configure:2640: $? = 0
  189. configure:2644: test -z
  190. || test ! -s conftest.err
  191. configure:2647: $? = 0
  192. configure:2650: test -s conftest.o
  193. configure:2653: $? = 0
  194. configure:2742: gcc -o conftest.exe conftest.c >&5
  195. conftest.c: In function 'main':
  196. conftest.c:26:7: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
  197. exit(2);
  198. ^~~~
  199. conftest.c:26:7: warning: incompatible implicit declaration of built-in function 'exit'
  200. conftest.c:26:7: note: include '<stdlib.h>' or provide a declaration of 'exit'
  201. conftest.c:27:3: warning: incompatible implicit declaration of built-in function 'exit'
  202. exit (0);
  203. ^~~~
  204. conftest.c:27:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
  205. configure:2745: $? = 0
  206. configure:2747: ./conftest.exe
  207. configure:2750: $? = 0
  208. configure:2765: result: yes
  209. configure:2817: checking for ar
  210. configure:2833: found /mingw/bin/ar
  211. configure:2843: result: ar
  212. configure:2896: checking for ranlib
  213. configure:2912: found /mingw/bin/ranlib
  214. configure:2922: result: ranlib
  215. configure:2975: checking for windres
  216. configure:2991: found /mingw/bin/windres
  217. configure:3001: result: windres
  218. configure:3018: checking whether make sets $(MAKE)
  219. configure:3038: result: yes
  220. configure:3060: checking for building with threads
  221. configure:3071: result: yes (default)
  222. configure:3124: checking how to build libraries
  223. configure:3146: result: static
  224. configure:3177: checking for sys/types.h
  225. configure:3193: gcc -c conftest.c >&5
  226. configure:3199: $? = 0
  227. configure:3203: test -z
  228. || test ! -s conftest.err
  229. configure:3206: $? = 0
  230. configure:3209: test -s conftest.o
  231. configure:3212: $? = 0
  232. configure:3223: result: yes
  233. configure:3177: checking for sys/stat.h
  234. configure:3193: gcc -c conftest.c >&5
  235. configure:3199: $? = 0
  236. configure:3203: test -z
  237. || test ! -s conftest.err
  238. configure:3206: $? = 0
  239. configure:3209: test -s conftest.o
  240. configure:3212: $? = 0
  241. configure:3223: result: yes
  242. configure:3177: checking for stdlib.h
  243. configure:3193: gcc -c conftest.c >&5
  244. configure:3199: $? = 0
  245. configure:3203: test -z
  246. || test ! -s conftest.err
  247. configure:3206: $? = 0
  248. configure:3209: test -s conftest.o
  249. configure:3212: $? = 0
  250. configure:3223: result: yes
  251. configure:3177: checking for string.h
  252. configure:3193: gcc -c conftest.c >&5
  253. configure:3199: $? = 0
  254. configure:3203: test -z
  255. || test ! -s conftest.err
  256. configure:3206: $? = 0
  257. configure:3209: test -s conftest.o
  258. configure:3212: $? = 0
  259. configure:3223: result: yes
  260. configure:3177: checking for memory.h
  261. configure:3193: gcc -c conftest.c >&5
  262. configure:3199: $? = 0
  263. configure:3203: test -z
  264. || test ! -s conftest.err
  265. configure:3206: $? = 0
  266. configure:3209: test -s conftest.o
  267. configure:3212: $? = 0
  268. configure:3223: result: yes
  269. configure:3177: checking for strings.h
  270. configure:3193: gcc -c conftest.c >&5
  271. configure:3199: $? = 0
  272. configure:3203: test -z
  273. || test ! -s conftest.err
  274. configure:3206: $? = 0
  275. configure:3209: test -s conftest.o
  276. configure:3212: $? = 0
  277. configure:3223: result: yes
  278. configure:3177: checking for inttypes.h
  279. configure:3193: gcc -c conftest.c >&5
  280. configure:3199: $? = 0
  281. configure:3203: test -z
  282. || test ! -s conftest.err
  283. configure:3206: $? = 0
  284. configure:3209: test -s conftest.o
  285. configure:3212: $? = 0
  286. configure:3223: result: yes
  287. configure:3177: checking for stdint.h
  288. configure:3193: gcc -c conftest.c >&5
  289. configure:3199: $? = 0
  290. configure:3203: test -z
  291. || test ! -s conftest.err
  292. configure:3206: $? = 0
  293. configure:3209: test -s conftest.o
  294. configure:3212: $? = 0
  295. configure:3223: result: yes
  296. configure:3177: checking for unistd.h
  297. configure:3193: gcc -c conftest.c >&5
  298. configure:3199: $? = 0
  299. configure:3203: test -z
  300. || test ! -s conftest.err
  301. configure:3206: $? = 0
  302. configure:3209: test -s conftest.o
  303. configure:3212: $? = 0
  304. configure:3223: result: yes
  305. configure:3239: checking if 64bit support is requested
  306. configure:3248: result: no
  307. configure:3253: checking if Windows/CE build is requested
  308. configure:3262: result: no
  309. configure:3265: checking for Windows/CE celib directory
  310. configure:3275: result: NO_CELIB
  311. configure:3288: checking for cygpath
  312. configure:3315: result: echo
  313. configure:3331: checking for cross-compile version of gcc
  314. configure:3356: gcc -c conftest.c >&5
  315. configure:3362: $? = 0
  316. configure:3366: test -z
  317. || test ! -s conftest.err
  318. configure:3369: $? = 0
  319. configure:3372: test -s conftest.o
  320. configure:3375: $? = 0
  321. configure:3387: result: no
  322. configure:3454: checking for mingw32 version of gcc
  323. configure:3479: gcc -c conftest.c >&5
  324. conftest.c:26:8: error: #error win32
  325. #error win32
  326. ^~~~~
  327. configure:3485: $? = 1
  328. configure: failed program was:
  329. | /* confdefs.h. */
  330. |
  331. | #define PACKAGE_NAME ""
  332. | #define PACKAGE_TARNAME ""
  333. | #define PACKAGE_VERSION ""
  334. | #define PACKAGE_STRING ""
  335. | #define PACKAGE_BUGREPORT ""
  336. | #define STDC_HEADERS 1
  337. | #define TCL_THREADS 1
  338. | #define USE_THREAD_ALLOC 1
  339. | #define TCL_CFGVAL_ENCODING "cp1252"
  340. | #define STATIC_BUILD 1
  341. | #define HAVE_SYS_TYPES_H 1
  342. | #define HAVE_SYS_STAT_H 1
  343. | #define HAVE_STDLIB_H 1
  344. | #define HAVE_STRING_H 1
  345. | #define HAVE_MEMORY_H 1
  346. | #define HAVE_STRINGS_H 1
  347. | #define HAVE_INTTYPES_H 1
  348. | #define HAVE_STDINT_H 1
  349. | #define HAVE_UNISTD_H 1
  350. | #define MODULE_SCOPE extern
  351. | /* end confdefs.h. */
  352. |
  353. | #ifdef _WIN32
  354. | #error win32
  355. | #endif
  356. |
  357. | int
  358. | main ()
  359. | {
  360. |
  361. | ;
  362. | return 0;
  363. | }
  364. configure:3510: result: yes
  365. configure:3519: checking for working -municode linker flag
  366. configure:3543: gcc -o conftest.exe -mwindows -municode -Dmain=xxmain conftest.c >&5
  367. gcc.exe: error: unrecognized command line option '-municode'
  368. configure:3549: $? = 1
  369. configure: failed program was:
  370. | /* confdefs.h. */
  371. |
  372. | #define PACKAGE_NAME ""
  373. | #define PACKAGE_TARNAME ""
  374. | #define PACKAGE_VERSION ""
  375. | #define PACKAGE_STRING ""
  376. | #define PACKAGE_BUGREPORT ""
  377. | #define STDC_HEADERS 1
  378. | #define TCL_THREADS 1
  379. | #define USE_THREAD_ALLOC 1
  380. | #define TCL_CFGVAL_ENCODING "cp1252"
  381. | #define STATIC_BUILD 1
  382. | #define HAVE_SYS_TYPES_H 1
  383. | #define HAVE_SYS_STAT_H 1
  384. | #define HAVE_STDLIB_H 1
  385. | #define HAVE_STRING_H 1
  386. | #define HAVE_MEMORY_H 1
  387. | #define HAVE_STRINGS_H 1
  388. | #define HAVE_INTTYPES_H 1
  389. | #define HAVE_STDINT_H 1
  390. | #define HAVE_UNISTD_H 1
  391. | #define MODULE_SCOPE extern
  392. | /* end confdefs.h. */
  393. |
  394. | #include <windows.h>
  395. | int APIENTRY wWinMain(HINSTANCE a, HINSTANCE b, LPWSTR c, int d) {return 0;}
  396. |
  397. | int
  398. | main ()
  399. | {
  400. |
  401. | ;
  402. | return 0;
  403. | }
  404. configure:3575: result: no
  405. configure:3585: checking compiler flags
  406. configure:3607: result: using static flags
  407. configure:3706: gcc -c conftest.c >&5
  408. conftest.c:26:5: error: #error 32-bit
  409. #error 32-bit
  410. ^~~~~
  411. configure:3712: $? = 1
  412. configure: failed program was:
  413. | /* confdefs.h. */
  414. |
  415. | #define PACKAGE_NAME ""
  416. | #define PACKAGE_TARNAME ""
  417. | #define PACKAGE_VERSION ""
  418. | #define PACKAGE_STRING ""
  419. | #define PACKAGE_BUGREPORT ""
  420. | #define STDC_HEADERS 1
  421. | #define TCL_THREADS 1
  422. | #define USE_THREAD_ALLOC 1
  423. | #define TCL_CFGVAL_ENCODING "cp1252"
  424. | #define STATIC_BUILD 1
  425. | #define HAVE_SYS_TYPES_H 1
  426. | #define HAVE_SYS_STAT_H 1
  427. | #define HAVE_STDLIB_H 1
  428. | #define HAVE_STRING_H 1
  429. | #define HAVE_MEMORY_H 1
  430. | #define HAVE_STRINGS_H 1
  431. | #define HAVE_INTTYPES_H 1
  432. | #define HAVE_STDINT_H 1
  433. | #define HAVE_UNISTD_H 1
  434. | #define MODULE_SCOPE extern
  435. | /* end confdefs.h. */
  436. |
  437. | #ifndef _WIN64
  438. | #error 32-bit
  439. | #endif
  440. |
  441. | int
  442. | main ()
  443. | {
  444. |
  445. | ;
  446. | return 0;
  447. | }
  448. configure:4054: checking for SEH support in compiler
  449. configure:4086: gcc -o conftest.exe conftest.c -lnetapi32 -lkernel32 -luser32 -ladvapi32 -luserenv -lws2_32 >&5
  450. conftest.c: In function 'main':
  451. conftest.c:31:3: error: '__try' undeclared (first use in this function)
  452. __try {
  453. ^~~~~
  454. conftest.c:31:3: note: each undeclared identifier is reported only once for each function it appears in
  455. conftest.c:31:9: error: expected ';' before '{' token
  456. __try {
  457. ^
  458. configure:4089: $? = 1
  459. configure: program exited with status 1
  460. configure: failed program was:
  461. | /* confdefs.h. */
  462. |
  463. | #define PACKAGE_NAME ""
  464. | #define PACKAGE_TARNAME ""
  465. | #define PACKAGE_VERSION ""
  466. | #define PACKAGE_STRING ""
  467. | #define PACKAGE_BUGREPORT ""
  468. | #define STDC_HEADERS 1
  469. | #define TCL_THREADS 1
  470. | #define USE_THREAD_ALLOC 1
  471. | #define TCL_CFGVAL_ENCODING "cp1252"
  472. | #define STATIC_BUILD 1
  473. | #define HAVE_SYS_TYPES_H 1
  474. | #define HAVE_SYS_STAT_H 1
  475. | #define HAVE_STDLIB_H 1
  476. | #define HAVE_STRING_H 1
  477. | #define HAVE_MEMORY_H 1
  478. | #define HAVE_STRINGS_H 1
  479. | #define HAVE_INTTYPES_H 1
  480. | #define HAVE_STDINT_H 1
  481. | #define HAVE_UNISTD_H 1
  482. | #define MODULE_SCOPE extern
  483. | /* end confdefs.h. */
  484. |
  485. | #define WIN32_LEAN_AND_MEAN
  486. | #include <windows.h>
  487. | #undef WIN32_LEAN_AND_MEAN
  488. |
  489. | int main(int argc, char** argv) {
  490. | int a, b = 0;
  491. | __try {
  492. | a = 666 / b;
  493. | }
  494. | __except (EXCEPTION_EXECUTE_HANDLER) {
  495. | return 0;
  496. | }
  497. | return 1;
  498. | }
  499. |
  500. configure:4109: result: no
  501. configure:4125: checking for EXCEPTION_DISPOSITION support in include files
  502. configure:4152: gcc -c conftest.c >&5
  503. conftest.c: In function 'main':
  504. conftest.c:34:3: error: unknown type name 'EXCEPTION_DISPOSITION'
  505. EXCEPTION_DISPOSITION x;
  506. ^~~~~~~~~~~~~~~~~~~~~
  507. configure:4158: $? = 1
  508. configure: failed program was:
  509. | /* confdefs.h. */
  510. |
  511. | #define PACKAGE_NAME ""
  512. | #define PACKAGE_TARNAME ""
  513. | #define PACKAGE_VERSION ""
  514. | #define PACKAGE_STRING ""
  515. | #define PACKAGE_BUGREPORT ""
  516. | #define STDC_HEADERS 1
  517. | #define TCL_THREADS 1
  518. | #define USE_THREAD_ALLOC 1
  519. | #define TCL_CFGVAL_ENCODING "cp1252"
  520. | #define STATIC_BUILD 1
  521. | #define HAVE_SYS_TYPES_H 1
  522. | #define HAVE_SYS_STAT_H 1
  523. | #define HAVE_STDLIB_H 1
  524. | #define HAVE_STRING_H 1
  525. | #define HAVE_MEMORY_H 1
  526. | #define HAVE_STRINGS_H 1
  527. | #define HAVE_INTTYPES_H 1
  528. | #define HAVE_STDINT_H 1
  529. | #define HAVE_UNISTD_H 1
  530. | #define MODULE_SCOPE extern
  531. | #define HAVE_NO_SEH 1
  532. | /* end confdefs.h. */
  533. |
  534. | # define WIN32_LEAN_AND_MEAN
  535. | # include <windows.h>
  536. | # undef WIN32_LEAN_AND_MEAN
  537. |
  538. | int
  539. | main ()
  540. | {
  541. |
  542. | EXCEPTION_DISPOSITION x;
  543. |
  544. | ;
  545. | return 0;
  546. | }
  547. configure:4183: result: no
  548. configure:4197: checking for winnt.h that ignores VOID define
  549. configure:4227: gcc -c conftest.c >&5
  550. configure:4233: $? = 0
  551. configure:4237: test -z
  552. || test ! -s conftest.err
  553. configure:4240: $? = 0
  554. configure:4243: test -s conftest.o
  555. configure:4246: $? = 0
  556. configure:4258: result: yes
  557. configure:4272: checking for cast to union support
  558. configure:4296: gcc -c conftest.c >&5
  559. configure:4302: $? = 0
  560. configure:4306: test -z
  561. || test ! -s conftest.err
  562. configure:4309: $? = 0
  563. configure:4312: test -s conftest.o
  564. configure:4315: $? = 0
  565. configure:4327: result: yes
  566. configure:4411: checking for intptr_t
  567. configure:4435: gcc -c conftest.c >&5
  568. configure:4441: $? = 0
  569. configure:4445: test -z
  570. || test ! -s conftest.err
  571. configure:4448: $? = 0
  572. configure:4451: test -s conftest.o
  573. configure:4454: $? = 0
  574. configure:4465: result: yes
  575. configure:4546: checking for uintptr_t
  576. configure:4570: gcc -c conftest.c >&5
  577. configure:4576: $? = 0
  578. configure:4580: test -z
  579. || test ! -s conftest.err
  580. configure:4583: $? = 0
  581. configure:4586: test -s conftest.o
  582. configure:4589: $? = 0
  583. configure:4600: result: yes
  584. configure:4691: checking for FINDEX_INFO_LEVELS in winbase.h
  585. configure:4719: gcc -c conftest.c >&5
  586. configure:4725: $? = 0
  587. configure:4729: test -z
  588. || test ! -s conftest.err
  589. configure:4732: $? = 0
  590. configure:4735: test -s conftest.o
  591. configure:4738: $? = 0
  592. configure:4750: result: yes
  593. configure:4762: checking for intrinsics support in compiler
  594. configure:4790: gcc -o conftest.exe conftest.c -lnetapi32 -lkernel32 -luser32 -ladvapi32 -luserenv -lws2_32 >&5
  595. conftest.c:35:20: fatal error: intrin.h: No such file or directory
  596. #include <intrin.h>
  597. ^
  598. compilation terminated.
  599. configure:4796: $? = 1
  600. configure: failed program was:
  601. | /* confdefs.h. */
  602. |
  603. | #define PACKAGE_NAME ""
  604. | #define PACKAGE_TARNAME ""
  605. | #define PACKAGE_VERSION ""
  606. | #define PACKAGE_STRING ""
  607. | #define PACKAGE_BUGREPORT ""
  608. | #define STDC_HEADERS 1
  609. | #define TCL_THREADS 1
  610. | #define USE_THREAD_ALLOC 1
  611. | #define TCL_CFGVAL_ENCODING "cp1252"
  612. | #define STATIC_BUILD 1
  613. | #define HAVE_SYS_TYPES_H 1
  614. | #define HAVE_SYS_STAT_H 1
  615. | #define HAVE_STDLIB_H 1
  616. | #define HAVE_STRING_H 1
  617. | #define HAVE_MEMORY_H 1
  618. | #define HAVE_STRINGS_H 1
  619. | #define HAVE_INTTYPES_H 1
  620. | #define HAVE_STDINT_H 1
  621. | #define HAVE_UNISTD_H 1
  622. | #define MODULE_SCOPE extern
  623. | #define HAVE_NO_SEH 1
  624. | #define EXCEPTION_DISPOSITION int
  625. | #define HAVE_WINNT_IGNORE_VOID 1
  626. | #define HAVE_CAST_TO_UNION 1
  627. | #define HAVE_ZLIB 1
  628. | #define HAVE_INTPTR_T 1
  629. | #define HAVE_UINTPTR_T 1
  630. | /* end confdefs.h. */
  631. |
  632. | #define WIN32_LEAN_AND_MEAN
  633. | #include <windows.h>
  634. | #undef WIN32_LEAN_AND_MEAN
  635. | #include <intrin.h>
  636. |
  637. | int
  638. | main ()
  639. | {
  640. |
  641. | __cpuidex(0,0,0);
  642. |
  643. | ;
  644. | return 0;
  645. | }
  646. configure:4822: result: no
  647. configure:4834: checking for wspiapi.h
  648. configure:4857: gcc -c conftest.c >&5
  649. conftest.c:32:21: fatal error: wspiapi.h: No such file or directory
  650. #include <wspiapi.h>
  651. ^
  652. compilation terminated.
  653. configure:4863: $? = 1
  654. configure: failed program was:
  655. | /* confdefs.h. */
  656. |
  657. | #define PACKAGE_NAME ""
  658. | #define PACKAGE_TARNAME ""
  659. | #define PACKAGE_VERSION ""
  660. | #define PACKAGE_STRING ""
  661. | #define PACKAGE_BUGREPORT ""
  662. | #define STDC_HEADERS 1
  663. | #define TCL_THREADS 1
  664. | #define USE_THREAD_ALLOC 1
  665. | #define TCL_CFGVAL_ENCODING "cp1252"
  666. | #define STATIC_BUILD 1
  667. | #define HAVE_SYS_TYPES_H 1
  668. | #define HAVE_SYS_STAT_H 1
  669. | #define HAVE_STDLIB_H 1
  670. | #define HAVE_STRING_H 1
  671. | #define HAVE_MEMORY_H 1
  672. | #define HAVE_STRINGS_H 1
  673. | #define HAVE_INTTYPES_H 1
  674. | #define HAVE_STDINT_H 1
  675. | #define HAVE_UNISTD_H 1
  676. | #define MODULE_SCOPE extern
  677. | #define HAVE_NO_SEH 1
  678. | #define EXCEPTION_DISPOSITION int
  679. | #define HAVE_WINNT_IGNORE_VOID 1
  680. | #define HAVE_CAST_TO_UNION 1
  681. | #define HAVE_ZLIB 1
  682. | #define HAVE_INTPTR_T 1
  683. | #define HAVE_UINTPTR_T 1
  684. | /* end confdefs.h. */
  685. |
  686. | #include <wspiapi.h>
  687. |
  688. | int
  689. | main ()
  690. | {
  691. |
  692. | ;
  693. | return 0;
  694. | }
  695. configure:4888: result: no
  696. configure:4902: checking for FINDEX_INFO_LEVELS in winbase.h
  697. configure:4961: result: yes
  698. configure:4978: checking for build with symbols
  699. configure:4997: result: no
  700. configure:5055: checking whether to embed manifest
  701. configure:5103: result: no
  702. configure:5417: creating ./config.status
  703.  
  704. ## ---------------------- ##
  705. ## Running config.status. ##
  706. ## ---------------------- ##
  707.  
  708. This file was extended by config.status, which was
  709. generated by GNU Autoconf 2.59. Invocation command line was
  710.  
  711. CONFIG_FILES =
  712. CONFIG_HEADERS =
  713. CONFIG_LINKS =
  714. CONFIG_COMMANDS =
  715. $ ./config.status
  716.  
  717. on windows-7-build
  718.  
  719. config.status:731: creating Makefile
  720. config.status:731: creating tclConfig.sh
  721. config.status:731: creating tcl.hpj
  722. config.status:731: creating tclsh.exe.manifest
  723.  
  724. ## ---------------- ##
  725. ## Cache variables. ##
  726. ## ---------------- ##
  727.  
  728. ac_cv_c_compiler_gnu=yes
  729. ac_cv_c_inline=inline
  730. ac_cv_cross=no
  731. ac_cv_env_CC_set=
  732. ac_cv_env_CC_value=
  733. ac_cv_env_CFLAGS_set=
  734. ac_cv_env_CFLAGS_value=
  735. ac_cv_env_CPPFLAGS_set=
  736. ac_cv_env_CPPFLAGS_value=
  737. ac_cv_env_CPP_set=
  738. ac_cv_env_CPP_value=
  739. ac_cv_env_LDFLAGS_set=
  740. ac_cv_env_LDFLAGS_value=
  741. ac_cv_env_build_alias_set=
  742. ac_cv_env_build_alias_value=
  743. ac_cv_env_host_alias_set=
  744. ac_cv_env_host_alias_value=
  745. ac_cv_env_target_alias_set=
  746. ac_cv_env_target_alias_value=
  747. ac_cv_exeext=.exe
  748. ac_cv_header_inttypes_h=yes
  749. ac_cv_header_memory_h=yes
  750. ac_cv_header_stdc=yes
  751. ac_cv_header_stdint_h=yes
  752. ac_cv_header_stdlib_h=yes
  753. ac_cv_header_string_h=yes
  754. ac_cv_header_strings_h=yes
  755. ac_cv_header_sys_stat_h=yes
  756. ac_cv_header_sys_types_h=yes
  757. ac_cv_header_unistd_h=yes
  758. ac_cv_municode=no
  759. ac_cv_objext=o
  760. ac_cv_prog_CPP='gcc -E'
  761. ac_cv_prog_CYGPATH=echo
  762. ac_cv_prog_ac_ct_AR=ar
  763. ac_cv_prog_ac_ct_CC=gcc
  764. ac_cv_prog_ac_ct_RANLIB=ranlib
  765. ac_cv_prog_ac_ct_RC=windres
  766. ac_cv_prog_cc_g=yes
  767. ac_cv_prog_cc_stdc=
  768. ac_cv_prog_egrep='grep -E'
  769. ac_cv_prog_make_make_set=yes
  770. ac_cv_type_intptr_t=yes
  771. ac_cv_type_uintptr_t=yes
  772. ac_cv_win32=yes
  773. tcl_cv_cast_to_union=yes
  774. tcl_cv_eh_disposition=no
  775. tcl_cv_findex_enums=yes
  776. tcl_cv_intrinsics=no
  777. tcl_cv_seh=no
  778. tcl_cv_winnt_ignore_void=yes
  779. tcl_cv_wspiapi_h=no
  780.  
  781. ## ----------------- ##
  782. ## Output variables. ##
  783. ## ----------------- ##
  784.  
  785. AR='ar'
  786. CC='gcc'
  787. CC_EXENAME='-o $@'
  788. CC_OBJNAME='-o $@'
  789. CELIB_DIR='NO_CELIB'
  790. CFG_TCL_EXPORT_FILE_SUFFIX='${NODOT_VERSION}${DBGX}.a'
  791. CFG_TCL_SHARED_LIB_SUFFIX='${NODOT_VERSION}${DBGX}.dll'
  792. CFG_TCL_UNSHARED_LIB_SUFFIX='${NODOT_VERSION}${DBGX}.a'
  793. CFLAGS=''
  794. CFLAGS_DEBUG='-g'
  795. CFLAGS_DEFAULT='$(CFLAGS_OPTIMIZE)'
  796. CFLAGS_OPTIMIZE='-O2 -fomit-frame-pointer'
  797. CFLAGS_WARNING='-Wall -Wdeclaration-after-statement'
  798. CPP='gcc -E'
  799. CPPFLAGS=''
  800. CYGPATH='echo'
  801. DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DMODULE_SCOPE=extern -DHAVE_NO_SEH=1 -DEXCEPTION_DISPOSITION=int -DHAVE_WINNT_IGNORE_VOID=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 '
  802. DEPARG='"$<"'
  803. DLLSUFFIX='.dll'
  804. DL_LIBS=''
  805. ECHO_C=''
  806. ECHO_N='-n'
  807. ECHO_T=''
  808. EGREP='grep -E'
  809. EXEEXT='.exe'
  810. EXESUFFIX='s.exe'
  811. EXTRA_CFLAGS='-pipe -DTCL_BROKEN_MAINARGS'
  812. LDFLAGS=''
  813. LDFLAGS_CONSOLE='-mconsole -pipe -static-libgcc'
  814. LDFLAGS_DEBUG=''
  815. LDFLAGS_DEFAULT='$(LDFLAGS_OPTIMIZE)'
  816. LDFLAGS_OPTIMIZE=''
  817. LDFLAGS_WINDOW='-mwindows -pipe -static-libgcc'
  818. LIBOBJS=''
  819. LIBPREFIX='lib'
  820. LIBRARIES='${STATIC_LIBRARIES}'
  821. LIBS='-lnetapi32 -lkernel32 -luser32 -ladvapi32 -luserenv -lws2_32'
  822. LIBSUFFIX='.a'
  823. LIBS_GUI='-lgdi32 -lcomdlg32 -limm32 -lcomctl32 -lshell32 -luuid -lole32 -loleaut32'
  824. LTLIBOBJS=''
  825. MACHINE='X86'
  826. MAKE_DLL='${SHLIB_LD} $(LDFLAGS) -o $@ -pipe -static-libgcc -Wl,--out-implib,$(patsubst %.dll,lib%.a,$@)'
  827. MAKE_EXE='${CC} -o $@'
  828. MAKE_LIB='${STLIB_LD} $@'
  829. MAKE_STUB_LIB='${STLIB_LD} $@'
  830. OBJEXT='o'
  831. PACKAGE_BUGREPORT=''
  832. PACKAGE_NAME=''
  833. PACKAGE_STRING=''
  834. PACKAGE_TARNAME=''
  835. PACKAGE_VERSION=''
  836. PATH_SEPARATOR=':'
  837. PKG_CFG_ARGS='--with-tclsh=c:/tcl/bin/tclsh87.exe --with-tcl=. --with-tzdata --prefix /tcl --exec-prefix /tcl --disable-shared'
  838. POST_MAKE_LIB='${RANLIB} $@'
  839. RANLIB='ranlib'
  840. RC='windres'
  841. RC_DEFINE='--define'
  842. RC_DEFINES='--define STATIC_BUILD'
  843. RC_INCLUDE='--include'
  844. RC_OUT='-o'
  845. RC_TYPE=''
  846. RES='res.o'
  847. SET_MAKE=''
  848. SHELL='/bin/sh'
  849. SHLIB_CFLAGS=''
  850. SHLIB_LD='${CC} -shared'
  851. SHLIB_LD_LIBS='${LIBS}'
  852. SHLIB_SUFFIX='.dll'
  853. STLIB_LD='${AR} cr'
  854. TCL_BIN_DIR=''
  855. TCL_BUILD_EXP_FILE=''
  856. TCL_BUILD_LIB_SPEC='-L/odie/odie/build/pkg/tcl -ltcl86'
  857. TCL_BUILD_STUB_LIB_PATH='/odie/odie/build/pkg/tcl/libtclstub86.a'
  858. TCL_BUILD_STUB_LIB_SPEC='-L/odie/odie/build/pkg/tcl -ltclstub86'
  859. TCL_CC_SEARCH_FLAGS=''
  860. TCL_DBGX=''
  861. TCL_DDE_MAJOR_VERSION='1'
  862. TCL_DDE_MINOR_VERSION='4'
  863. TCL_DDE_VERSION='1.4'
  864. TCL_DLL_FILE='tcl86.dll'
  865. TCL_EXE='TCL_LIBRARY="${LIBRARY_DIR}"; export TCL_LIBRARY; ./${TCLSH}'
  866. TCL_EXP_FILE=''
  867. TCL_IMPORT_LIB_FILE=''
  868. TCL_IMPORT_LIB_FLAG=''
  869. TCL_INCLUDE_SPEC='-I/tcl/include'
  870. TCL_LD_SEARCH_FLAGS=''
  871. TCL_LIB_FILE='libtcl86.a'
  872. TCL_LIB_FLAG=''
  873. TCL_LIB_SPEC='-L/tcl/lib -ltcl86'
  874. TCL_LIB_VERSIONS_OK=''
  875. TCL_MAJOR_VERSION='8'
  876. TCL_MINOR_VERSION='6'
  877. TCL_NEEDS_EXP_FILE=''
  878. TCL_PACKAGE_PATH='/tcl/lib'
  879. TCL_PATCH_LEVEL='.7'
  880. TCL_REG_MAJOR_VERSION='1'
  881. TCL_REG_MINOR_VERSION='3'
  882. TCL_REG_VERSION='1.3'
  883. TCL_SHARED_BUILD='0'
  884. TCL_SRC_DIR='/odie/odie/tcl'
  885. TCL_STATIC_LIB_FILE=''
  886. TCL_STATIC_LIB_FLAG=''
  887. TCL_STUB_LIB_FILE='libtclstub86.a'
  888. TCL_STUB_LIB_FLAG='-ltclstub86'
  889. TCL_STUB_LIB_PATH='/tcl/lib/libtclstub86.a'
  890. TCL_STUB_LIB_SPEC='-L/tcl/lib -ltclstub86'
  891. TCL_THREADS='1'
  892. TCL_VERSION='8.6'
  893. TCL_WIN_VERSION='8.6.2.7'
  894. VC_MANIFEST_EMBED_DLL=''
  895. VC_MANIFEST_EMBED_EXE=''
  896. ZLIB_DLL_FILE=''
  897. ZLIB_LIBS=''
  898. ZLIB_OBJS='${ZLIB_OBJS}'
  899. ac_ct_AR='ar'
  900. ac_ct_CC='gcc'
  901. ac_ct_RANLIB='ranlib'
  902. ac_ct_RC='windres'
  903. bindir='${exec_prefix}/bin'
  904. build_alias=''
  905. datadir='${prefix}/share'
  906. exec_prefix='/tcl'
  907. host_alias=''
  908. includedir='${prefix}/include'
  909. infodir='${prefix}/info'
  910. libdir='/tcl/lib'
  911. libexecdir='${exec_prefix}/libexec'
  912. localstatedir='${prefix}/var'
  913. mandir='${prefix}/man'
  914. oldincludedir='/usr/include'
  915. prefix='/tcl'
  916. program_transform_name='s,x,x,'
  917. sbindir='${exec_prefix}/sbin'
  918. sharedstatedir='${prefix}/com'
  919. sysconfdir='${prefix}/etc'
  920. target_alias=''
  921.  
  922. ## ----------- ##
  923. ## confdefs.h. ##
  924. ## ----------- ##
  925.  
  926. #define EXCEPTION_DISPOSITION int
  927. #define HAVE_CAST_TO_UNION 1
  928. #define HAVE_INTPTR_T 1
  929. #define HAVE_INTTYPES_H 1
  930. #define HAVE_MEMORY_H 1
  931. #define HAVE_NO_SEH 1
  932. #define HAVE_STDINT_H 1
  933. #define HAVE_STDLIB_H 1
  934. #define HAVE_STRINGS_H 1
  935. #define HAVE_STRING_H 1
  936. #define HAVE_SYS_STAT_H 1
  937. #define HAVE_SYS_TYPES_H 1
  938. #define HAVE_UINTPTR_T 1
  939. #define HAVE_UNISTD_H 1
  940. #define HAVE_WINNT_IGNORE_VOID 1
  941. #define HAVE_ZLIB 1
  942. #define MODULE_SCOPE extern
  943. #define NDEBUG 1
  944. #define PACKAGE_BUGREPORT ""
  945. #define PACKAGE_NAME ""
  946. #define PACKAGE_STRING ""
  947. #define PACKAGE_TARNAME ""
  948. #define PACKAGE_VERSION ""
  949. #define STATIC_BUILD 1
  950. #define STDC_HEADERS 1
  951. #define TCL_CFGVAL_ENCODING "cp1252"
  952. #define TCL_CFG_OPTIMIZED 1
  953. #define TCL_THREADS 1
  954. #define USE_THREAD_ALLOC 1
  955.  
  956. configure: exit 0
  957.