Posted to tcl by hypnotoad at Mon Nov 27 23:28:11 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.69. Invocation command line was
  6.  
  7. $ ./configure
  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. /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/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:2196: checking for gcc
  58. configure:2212: found /mingw/bin/gcc
  59. configure:2223: result: gcc
  60. configure:2452: checking for C compiler version
  61. configure:2461: gcc --version >&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:2472: $? = 0
  68. configure:2461: gcc -v >&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:2472: $? = 0
  77. configure:2461: gcc -V >&5
  78. gcc.exe: error: unrecognized command line option '-V'
  79. gcc.exe: fatal error: no input files
  80. compilation terminated.
  81. configure:2472: $? = 1
  82. configure:2461: gcc -qversion >&5
  83. gcc.exe: error: unrecognized command line option '-qversion'; did you mean '--version'?
  84. gcc.exe: fatal error: no input files
  85. compilation terminated.
  86. configure:2472: $? = 1
  87. configure:2492: checking whether the C compiler works
  88. configure:2514: gcc conftest.c >&5
  89. configure:2518: $? = 0
  90. configure:2566: result: yes
  91. configure:2569: checking for C compiler default output file name
  92. configure:2571: result: a.exe
  93. configure:2577: checking for suffix of executables
  94. configure:2584: gcc -o conftest.exe conftest.c >&5
  95. configure:2588: $? = 0
  96. configure:2610: result: .exe
  97. configure:2632: checking whether we are cross compiling
  98. configure:2640: gcc -o conftest.exe conftest.c >&5
  99. configure:2644: $? = 0
  100. configure:2651: ./conftest.exe
  101. configure:2655: $? = 0
  102. configure:2670: result: no
  103. configure:2675: checking for suffix of object files
  104. configure:2697: gcc -c conftest.c >&5
  105. configure:2701: $? = 0
  106. configure:2722: result: o
  107. configure:2726: checking whether we are using the GNU C compiler
  108. configure:2745: gcc -c conftest.c >&5
  109. configure:2745: $? = 0
  110. configure:2754: result: yes
  111. configure:2763: checking whether gcc accepts -g
  112. configure:2783: gcc -c -g conftest.c >&5
  113. configure:2783: $? = 0
  114. configure:2824: result: yes
  115. configure:2841: checking for gcc option to accept ISO C89
  116. configure:2904: gcc -c conftest.c >&5
  117. configure:2904: $? = 0
  118. configure:2917: result: none needed
  119. configure:2938: checking for inline
  120. configure:2954: gcc -c conftest.c >&5
  121. configure:2954: $? = 0
  122. configure:2962: result: inline
  123. configure:2985: checking how to run the C preprocessor
  124. configure:3016: gcc -E conftest.c
  125. configure:3016: $? = 0
  126. configure:3030: gcc -E conftest.c
  127. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  128. #include <ac_nonexistent.h>
  129. ^
  130. compilation terminated.
  131. configure:3030: $? = 1
  132. configure: failed program was:
  133. | /* confdefs.h */
  134. | #define PACKAGE_NAME ""
  135. | #define PACKAGE_TARNAME ""
  136. | #define PACKAGE_VERSION ""
  137. | #define PACKAGE_STRING ""
  138. | #define PACKAGE_BUGREPORT ""
  139. | #define PACKAGE_URL ""
  140. | /* end confdefs.h. */
  141. | #include <ac_nonexistent.h>
  142. configure:3055: result: gcc -E
  143. configure:3075: gcc -E conftest.c
  144. configure:3075: $? = 0
  145. configure:3089: gcc -E conftest.c
  146. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  147. #include <ac_nonexistent.h>
  148. ^
  149. compilation terminated.
  150. configure:3089: $? = 1
  151. configure: failed program was:
  152. | /* confdefs.h */
  153. | #define PACKAGE_NAME ""
  154. | #define PACKAGE_TARNAME ""
  155. | #define PACKAGE_VERSION ""
  156. | #define PACKAGE_STRING ""
  157. | #define PACKAGE_BUGREPORT ""
  158. | #define PACKAGE_URL ""
  159. | /* end confdefs.h. */
  160. | #include <ac_nonexistent.h>
  161. configure:3118: checking for grep that handles long lines and -e
  162. configure:3176: result: /bin/grep
  163. configure:3181: checking for egrep
  164. configure:3243: result: /bin/grep -E
  165. configure:3248: checking for ANSI C header files
  166. configure:3268: gcc -c conftest.c >&5
  167. configure:3268: $? = 0
  168. configure:3341: gcc -o conftest.exe conftest.c >&5
  169. configure:3341: $? = 0
  170. configure:3341: ./conftest.exe
  171. configure:3341: $? = 0
  172. configure:3352: result: yes
  173. configure:3404: checking for ar
  174. configure:3420: found /mingw/bin/ar
  175. configure:3431: result: ar
  176. configure:3496: checking for ranlib
  177. configure:3512: found /mingw/bin/ranlib
  178. configure:3523: result: ranlib
  179. configure:3588: checking for windres
  180. configure:3604: found /mingw/bin/windres
  181. configure:3615: result: windres
  182. configure:3642: checking whether make sets $(MAKE)
  183. configure:3664: result: yes
  184. configure:3686: checking for building with threads
  185. configure:3697: result: yes (default)
  186. configure:3744: checking how to build libraries
  187. configure:3762: result: shared
  188. configure:3786: checking for sys/types.h
  189. configure:3786: gcc -c conftest.c >&5
  190. configure:3786: $? = 0
  191. configure:3786: result: yes
  192. configure:3786: checking for sys/stat.h
  193. configure:3786: gcc -c conftest.c >&5
  194. configure:3786: $? = 0
  195. configure:3786: result: yes
  196. configure:3786: checking for stdlib.h
  197. configure:3786: gcc -c conftest.c >&5
  198. configure:3786: $? = 0
  199. configure:3786: result: yes
  200. configure:3786: checking for string.h
  201. configure:3786: gcc -c conftest.c >&5
  202. configure:3786: $? = 0
  203. configure:3786: result: yes
  204. configure:3786: checking for memory.h
  205. configure:3786: gcc -c conftest.c >&5
  206. configure:3786: $? = 0
  207. configure:3786: result: yes
  208. configure:3786: checking for strings.h
  209. configure:3786: gcc -c conftest.c >&5
  210. configure:3786: $? = 0
  211. configure:3786: result: yes
  212. configure:3786: checking for inttypes.h
  213. configure:3786: gcc -c conftest.c >&5
  214. configure:3786: $? = 0
  215. configure:3786: result: yes
  216. configure:3786: checking for stdint.h
  217. configure:3786: gcc -c conftest.c >&5
  218. configure:3786: $? = 0
  219. configure:3786: result: yes
  220. configure:3786: checking for unistd.h
  221. configure:3786: gcc -c conftest.c >&5
  222. configure:3786: $? = 0
  223. configure:3786: result: yes
  224. configure:3802: checking if 64bit support is requested
  225. configure:3811: result: no
  226. configure:3816: checking if Windows/CE build is requested
  227. configure:3825: result: no
  228. configure:3828: checking for Windows/CE celib directory
  229. configure:3838: result: NO_CELIB
  230. configure:3849: checking for cygpath
  231. configure:3877: result: echo
  232. configure:3894: checking for cross-compile version of gcc
  233. configure:3914: gcc -c conftest.c >&5
  234. configure:3914: $? = 0
  235. configure:3922: result: no
  236. configure:3989: checking for mingw32 version of gcc
  237. configure:4009: gcc -c conftest.c >&5
  238. conftest.c:25:8: error: #error win32
  239. #error win32
  240. ^~~~~
  241. configure:4009: $? = 1
  242. configure: failed program was:
  243. | /* confdefs.h */
  244. | #define PACKAGE_NAME ""
  245. | #define PACKAGE_TARNAME ""
  246. | #define PACKAGE_VERSION ""
  247. | #define PACKAGE_STRING ""
  248. | #define PACKAGE_BUGREPORT ""
  249. | #define PACKAGE_URL ""
  250. | #define STDC_HEADERS 1
  251. | #define TCL_THREADS 1
  252. | #define USE_THREAD_ALLOC 1
  253. | #define TCL_CFGVAL_ENCODING "cp1252"
  254. | #define HAVE_SYS_TYPES_H 1
  255. | #define HAVE_SYS_STAT_H 1
  256. | #define HAVE_STDLIB_H 1
  257. | #define HAVE_STRING_H 1
  258. | #define HAVE_MEMORY_H 1
  259. | #define HAVE_STRINGS_H 1
  260. | #define HAVE_INTTYPES_H 1
  261. | #define HAVE_STDINT_H 1
  262. | #define HAVE_UNISTD_H 1
  263. | #define MODULE_SCOPE extern
  264. | /* end confdefs.h. */
  265. |
  266. | #ifdef _WIN32
  267. | #error win32
  268. | #endif
  269. |
  270. | int
  271. | main ()
  272. | {
  273. |
  274. | ;
  275. | return 0;
  276. | }
  277. configure:4017: result: yes
  278. configure:4024: checking for working -municode linker flag
  279. configure:4089: gcc -o conftest.exe -mwindows -municode -Dmain=xxmain conftest.c >&5
  280. gcc.exe: error: unrecognized command line option '-municode'
  281. configure:4089: $? = 1
  282. configure: failed program was:
  283. | /* confdefs.h */
  284. | #define PACKAGE_NAME ""
  285. | #define PACKAGE_TARNAME ""
  286. | #define PACKAGE_VERSION ""
  287. | #define PACKAGE_STRING ""
  288. | #define PACKAGE_BUGREPORT ""
  289. | #define PACKAGE_URL ""
  290. | #define STDC_HEADERS 1
  291. | #define TCL_THREADS 1
  292. | #define USE_THREAD_ALLOC 1
  293. | #define TCL_CFGVAL_ENCODING "cp1252"
  294. | #define HAVE_SYS_TYPES_H 1
  295. | #define HAVE_SYS_STAT_H 1
  296. | #define HAVE_STDLIB_H 1
  297. | #define HAVE_STRING_H 1
  298. | #define HAVE_MEMORY_H 1
  299. | #define HAVE_STRINGS_H 1
  300. | #define HAVE_INTTYPES_H 1
  301. | #define HAVE_STDINT_H 1
  302. | #define HAVE_UNISTD_H 1
  303. | #define MODULE_SCOPE extern
  304. | /* end confdefs.h. */
  305. |
  306. | #include <windows.h>
  307. | int APIENTRY wWinMain(HINSTANCE a, HINSTANCE b, LPWSTR c, int d) {return 0;}
  308. |
  309. | int
  310. | main ()
  311. | {
  312. |
  313. | ;
  314. | return 0;
  315. | }
  316. configure:4098: result: no
  317. configure:4108: checking compiler flags
  318. configure:4137: result: using shared flags
  319. configure:4221: gcc -c conftest.c >&5
  320. conftest.c:25:5: error: #error 32-bit
  321. #error 32-bit
  322. ^~~~~
  323. configure:4221: $? = 1
  324. configure: failed program was:
  325. | /* confdefs.h */
  326. | #define PACKAGE_NAME ""
  327. | #define PACKAGE_TARNAME ""
  328. | #define PACKAGE_VERSION ""
  329. | #define PACKAGE_STRING ""
  330. | #define PACKAGE_BUGREPORT ""
  331. | #define PACKAGE_URL ""
  332. | #define STDC_HEADERS 1
  333. | #define TCL_THREADS 1
  334. | #define USE_THREAD_ALLOC 1
  335. | #define TCL_CFGVAL_ENCODING "cp1252"
  336. | #define HAVE_SYS_TYPES_H 1
  337. | #define HAVE_SYS_STAT_H 1
  338. | #define HAVE_STDLIB_H 1
  339. | #define HAVE_STRING_H 1
  340. | #define HAVE_MEMORY_H 1
  341. | #define HAVE_STRINGS_H 1
  342. | #define HAVE_INTTYPES_H 1
  343. | #define HAVE_STDINT_H 1
  344. | #define HAVE_UNISTD_H 1
  345. | #define MODULE_SCOPE extern
  346. | /* end confdefs.h. */
  347. |
  348. | #ifndef _WIN64
  349. | #error 32-bit
  350. | #endif
  351. |
  352. | int
  353. | main ()
  354. | {
  355. |
  356. | ;
  357. | return 0;
  358. | }
  359. configure:4485: checking for SEH support in compiler
  360. configure:4512: gcc -o conftest.exe conftest.c -lnetapi32 -lkernel32 -luser32 -ladvapi32 -luserenv -lws2_32 >&5
  361. conftest.c: In function 'main':
  362. conftest.c:30:3: error: '__try' undeclared (first use in this function)
  363. __try {
  364. ^~~~~
  365. conftest.c:30:3: note: each undeclared identifier is reported only once for each function it appears in
  366. conftest.c:30:9: error: expected ';' before '{' token
  367. __try {
  368. ^
  369. configure:4512: $? = 1
  370. configure: program exited with status 1
  371. configure: failed program was:
  372. | /* confdefs.h */
  373. | #define PACKAGE_NAME ""
  374. | #define PACKAGE_TARNAME ""
  375. | #define PACKAGE_VERSION ""
  376. | #define PACKAGE_STRING ""
  377. | #define PACKAGE_BUGREPORT ""
  378. | #define PACKAGE_URL ""
  379. | #define STDC_HEADERS 1
  380. | #define TCL_THREADS 1
  381. | #define USE_THREAD_ALLOC 1
  382. | #define TCL_CFGVAL_ENCODING "cp1252"
  383. | #define HAVE_SYS_TYPES_H 1
  384. | #define HAVE_SYS_STAT_H 1
  385. | #define HAVE_STDLIB_H 1
  386. | #define HAVE_STRING_H 1
  387. | #define HAVE_MEMORY_H 1
  388. | #define HAVE_STRINGS_H 1
  389. | #define HAVE_INTTYPES_H 1
  390. | #define HAVE_STDINT_H 1
  391. | #define HAVE_UNISTD_H 1
  392. | #define MODULE_SCOPE extern
  393. | /* end confdefs.h. */
  394. |
  395. | #define WIN32_LEAN_AND_MEAN
  396. | #include <windows.h>
  397. | #undef WIN32_LEAN_AND_MEAN
  398. |
  399. | int main(int argc, char** argv) {
  400. | int a, b = 0;
  401. | __try {
  402. | a = 666 / b;
  403. | }
  404. | __except (EXCEPTION_EXECUTE_HANDLER) {
  405. | return 0;
  406. | }
  407. | return 1;
  408. | }
  409. |
  410. configure:4523: result: no
  411. configure:4537: checking for EXCEPTION_DISPOSITION support in include files
  412. configure:4559: gcc -c conftest.c >&5
  413. conftest.c: In function 'main':
  414. conftest.c:33:3: error: unknown type name 'EXCEPTION_DISPOSITION'
  415. EXCEPTION_DISPOSITION x;
  416. ^~~~~~~~~~~~~~~~~~~~~
  417. configure:4559: $? = 1
  418. configure: failed program was:
  419. | /* confdefs.h */
  420. | #define PACKAGE_NAME ""
  421. | #define PACKAGE_TARNAME ""
  422. | #define PACKAGE_VERSION ""
  423. | #define PACKAGE_STRING ""
  424. | #define PACKAGE_BUGREPORT ""
  425. | #define PACKAGE_URL ""
  426. | #define STDC_HEADERS 1
  427. | #define TCL_THREADS 1
  428. | #define USE_THREAD_ALLOC 1
  429. | #define TCL_CFGVAL_ENCODING "cp1252"
  430. | #define HAVE_SYS_TYPES_H 1
  431. | #define HAVE_SYS_STAT_H 1
  432. | #define HAVE_STDLIB_H 1
  433. | #define HAVE_STRING_H 1
  434. | #define HAVE_MEMORY_H 1
  435. | #define HAVE_STRINGS_H 1
  436. | #define HAVE_INTTYPES_H 1
  437. | #define HAVE_STDINT_H 1
  438. | #define HAVE_UNISTD_H 1
  439. | #define MODULE_SCOPE extern
  440. | #define HAVE_NO_SEH 1
  441. | /* end confdefs.h. */
  442. |
  443. | # define WIN32_LEAN_AND_MEAN
  444. | # include <windows.h>
  445. | # undef WIN32_LEAN_AND_MEAN
  446. |
  447. | int
  448. | main ()
  449. | {
  450. |
  451. | EXCEPTION_DISPOSITION x;
  452. |
  453. | ;
  454. | return 0;
  455. | }
  456. configure:4567: result: no
  457. configure:4579: checking for winnt.h that ignores VOID define
  458. configure:4604: gcc -c conftest.c >&5
  459. configure:4604: $? = 0
  460. configure:4612: result: yes
  461. configure:4624: checking for cast to union support
  462. configure:4643: gcc -c conftest.c >&5
  463. configure:4643: $? = 0
  464. configure:4651: result: yes
  465. configure:4727: checking for intptr_t
  466. configure:4727: gcc -c conftest.c >&5
  467. configure:4727: $? = 0
  468. configure:4727: gcc -c conftest.c >&5
  469. conftest.c: In function 'main':
  470. conftest.c:64:23: error: expected expression before ')' token
  471. if (sizeof ((intptr_t)))
  472. ^
  473. configure:4727: $? = 1
  474. configure: failed program was:
  475. | /* confdefs.h */
  476. | #define PACKAGE_NAME ""
  477. | #define PACKAGE_TARNAME ""
  478. | #define PACKAGE_VERSION ""
  479. | #define PACKAGE_STRING ""
  480. | #define PACKAGE_BUGREPORT ""
  481. | #define PACKAGE_URL ""
  482. | #define STDC_HEADERS 1
  483. | #define TCL_THREADS 1
  484. | #define USE_THREAD_ALLOC 1
  485. | #define TCL_CFGVAL_ENCODING "cp1252"
  486. | #define HAVE_SYS_TYPES_H 1
  487. | #define HAVE_SYS_STAT_H 1
  488. | #define HAVE_STDLIB_H 1
  489. | #define HAVE_STRING_H 1
  490. | #define HAVE_MEMORY_H 1
  491. | #define HAVE_STRINGS_H 1
  492. | #define HAVE_INTTYPES_H 1
  493. | #define HAVE_STDINT_H 1
  494. | #define HAVE_UNISTD_H 1
  495. | #define MODULE_SCOPE extern
  496. | #define HAVE_NO_SEH 1
  497. | #define EXCEPTION_DISPOSITION int
  498. | #define HAVE_WINNT_IGNORE_VOID 1
  499. | #define HAVE_CAST_TO_UNION 1
  500. | #define HAVE_ZLIB 1
  501. | /* end confdefs.h. */
  502. | #include <stdio.h>
  503. | #ifdef HAVE_SYS_TYPES_H
  504. | # include <sys/types.h>
  505. | #endif
  506. | #ifdef HAVE_SYS_STAT_H
  507. | # include <sys/stat.h>
  508. | #endif
  509. | #ifdef STDC_HEADERS
  510. | # include <stdlib.h>
  511. | # include <stddef.h>
  512. | #else
  513. | # ifdef HAVE_STDLIB_H
  514. | # include <stdlib.h>
  515. | # endif
  516. | #endif
  517. | #ifdef HAVE_STRING_H
  518. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  519. | # include <memory.h>
  520. | # endif
  521. | # include <string.h>
  522. | #endif
  523. | #ifdef HAVE_STRINGS_H
  524. | # include <strings.h>
  525. | #endif
  526. | #ifdef HAVE_INTTYPES_H
  527. | # include <inttypes.h>
  528. | #endif
  529. | #ifdef HAVE_STDINT_H
  530. | # include <stdint.h>
  531. | #endif
  532. | #ifdef HAVE_UNISTD_H
  533. | # include <unistd.h>
  534. | #endif
  535. | int
  536. | main ()
  537. | {
  538. | if (sizeof ((intptr_t)))
  539. | return 0;
  540. | ;
  541. | return 0;
  542. | }
  543. configure:4727: result: yes
  544. configure:4778: checking for uintptr_t
  545. configure:4778: gcc -c conftest.c >&5
  546. configure:4778: $? = 0
  547. configure:4778: gcc -c conftest.c >&5
  548. conftest.c: In function 'main':
  549. conftest.c:65:24: error: expected expression before ')' token
  550. if (sizeof ((uintptr_t)))
  551. ^
  552. configure:4778: $? = 1
  553. configure: failed program was:
  554. | /* confdefs.h */
  555. | #define PACKAGE_NAME ""
  556. | #define PACKAGE_TARNAME ""
  557. | #define PACKAGE_VERSION ""
  558. | #define PACKAGE_STRING ""
  559. | #define PACKAGE_BUGREPORT ""
  560. | #define PACKAGE_URL ""
  561. | #define STDC_HEADERS 1
  562. | #define TCL_THREADS 1
  563. | #define USE_THREAD_ALLOC 1
  564. | #define TCL_CFGVAL_ENCODING "cp1252"
  565. | #define HAVE_SYS_TYPES_H 1
  566. | #define HAVE_SYS_STAT_H 1
  567. | #define HAVE_STDLIB_H 1
  568. | #define HAVE_STRING_H 1
  569. | #define HAVE_MEMORY_H 1
  570. | #define HAVE_STRINGS_H 1
  571. | #define HAVE_INTTYPES_H 1
  572. | #define HAVE_STDINT_H 1
  573. | #define HAVE_UNISTD_H 1
  574. | #define MODULE_SCOPE extern
  575. | #define HAVE_NO_SEH 1
  576. | #define EXCEPTION_DISPOSITION int
  577. | #define HAVE_WINNT_IGNORE_VOID 1
  578. | #define HAVE_CAST_TO_UNION 1
  579. | #define HAVE_ZLIB 1
  580. | #define HAVE_INTPTR_T 1
  581. | /* end confdefs.h. */
  582. | #include <stdio.h>
  583. | #ifdef HAVE_SYS_TYPES_H
  584. | # include <sys/types.h>
  585. | #endif
  586. | #ifdef HAVE_SYS_STAT_H
  587. | # include <sys/stat.h>
  588. | #endif
  589. | #ifdef STDC_HEADERS
  590. | # include <stdlib.h>
  591. | # include <stddef.h>
  592. | #else
  593. | # ifdef HAVE_STDLIB_H
  594. | # include <stdlib.h>
  595. | # endif
  596. | #endif
  597. | #ifdef HAVE_STRING_H
  598. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  599. | # include <memory.h>
  600. | # endif
  601. | # include <string.h>
  602. | #endif
  603. | #ifdef HAVE_STRINGS_H
  604. | # include <strings.h>
  605. | #endif
  606. | #ifdef HAVE_INTTYPES_H
  607. | # include <inttypes.h>
  608. | #endif
  609. | #ifdef HAVE_STDINT_H
  610. | # include <stdint.h>
  611. | #endif
  612. | #ifdef HAVE_UNISTD_H
  613. | # include <unistd.h>
  614. | #endif
  615. | int
  616. | main ()
  617. | {
  618. | if (sizeof ((uintptr_t)))
  619. | return 0;
  620. | ;
  621. | return 0;
  622. | }
  623. configure:4778: result: yes
  624. configure:4839: checking for FINDEX_INFO_LEVELS in winbase.h
  625. configure:4862: gcc -c conftest.c >&5
  626. configure:4862: $? = 0
  627. configure:4870: result: yes
  628. configure:4880: checking for intrinsics support in compiler
  629. configure:4903: gcc -o conftest.exe conftest.c -lnetapi32 -lkernel32 -luser32 -ladvapi32 -luserenv -lws2_32 >&5
  630. conftest.c:34:20: fatal error: intrin.h: No such file or directory
  631. #include <intrin.h>
  632. ^
  633. compilation terminated.
  634. configure:4903: $? = 1
  635. configure: failed program was:
  636. | /* confdefs.h */
  637. | #define PACKAGE_NAME ""
  638. | #define PACKAGE_TARNAME ""
  639. | #define PACKAGE_VERSION ""
  640. | #define PACKAGE_STRING ""
  641. | #define PACKAGE_BUGREPORT ""
  642. | #define PACKAGE_URL ""
  643. | #define STDC_HEADERS 1
  644. | #define TCL_THREADS 1
  645. | #define USE_THREAD_ALLOC 1
  646. | #define TCL_CFGVAL_ENCODING "cp1252"
  647. | #define HAVE_SYS_TYPES_H 1
  648. | #define HAVE_SYS_STAT_H 1
  649. | #define HAVE_STDLIB_H 1
  650. | #define HAVE_STRING_H 1
  651. | #define HAVE_MEMORY_H 1
  652. | #define HAVE_STRINGS_H 1
  653. | #define HAVE_INTTYPES_H 1
  654. | #define HAVE_STDINT_H 1
  655. | #define HAVE_UNISTD_H 1
  656. | #define MODULE_SCOPE extern
  657. | #define HAVE_NO_SEH 1
  658. | #define EXCEPTION_DISPOSITION int
  659. | #define HAVE_WINNT_IGNORE_VOID 1
  660. | #define HAVE_CAST_TO_UNION 1
  661. | #define HAVE_ZLIB 1
  662. | #define HAVE_INTPTR_T 1
  663. | #define HAVE_UINTPTR_T 1
  664. | /* end confdefs.h. */
  665. |
  666. | #define WIN32_LEAN_AND_MEAN
  667. | #include <windows.h>
  668. | #undef WIN32_LEAN_AND_MEAN
  669. | #include <intrin.h>
  670. |
  671. | int
  672. | main ()
  673. | {
  674. |
  675. | __cpuidex(0,0,0);
  676. |
  677. | ;
  678. | return 0;
  679. | }
  680. configure:4912: result: no
  681. configure:4922: checking for wspiapi.h
  682. configure:4940: gcc -c conftest.c >&5
  683. conftest.c:31:21: fatal error: wspiapi.h: No such file or directory
  684. #include <wspiapi.h>
  685. ^
  686. compilation terminated.
  687. configure:4940: $? = 1
  688. configure: failed program was:
  689. | /* confdefs.h */
  690. | #define PACKAGE_NAME ""
  691. | #define PACKAGE_TARNAME ""
  692. | #define PACKAGE_VERSION ""
  693. | #define PACKAGE_STRING ""
  694. | #define PACKAGE_BUGREPORT ""
  695. | #define PACKAGE_URL ""
  696. | #define STDC_HEADERS 1
  697. | #define TCL_THREADS 1
  698. | #define USE_THREAD_ALLOC 1
  699. | #define TCL_CFGVAL_ENCODING "cp1252"
  700. | #define HAVE_SYS_TYPES_H 1
  701. | #define HAVE_SYS_STAT_H 1
  702. | #define HAVE_STDLIB_H 1
  703. | #define HAVE_STRING_H 1
  704. | #define HAVE_MEMORY_H 1
  705. | #define HAVE_STRINGS_H 1
  706. | #define HAVE_INTTYPES_H 1
  707. | #define HAVE_STDINT_H 1
  708. | #define HAVE_UNISTD_H 1
  709. | #define MODULE_SCOPE extern
  710. | #define HAVE_NO_SEH 1
  711. | #define EXCEPTION_DISPOSITION int
  712. | #define HAVE_WINNT_IGNORE_VOID 1
  713. | #define HAVE_CAST_TO_UNION 1
  714. | #define HAVE_ZLIB 1
  715. | #define HAVE_INTPTR_T 1
  716. | #define HAVE_UINTPTR_T 1
  717. | /* end confdefs.h. */
  718. |
  719. | #include <wspiapi.h>
  720. |
  721. | int
  722. | main ()
  723. | {
  724. |
  725. | ;
  726. | return 0;
  727. | }
  728. configure:4948: result: no
  729. configure:4960: checking for FINDEX_INFO_LEVELS in winbase.h
  730. configure:4991: result: yes
  731. configure:5006: checking for build with symbols
  732. configure:5023: result: no
  733. configure:5073: checking whether to embed manifest
  734. configure:5117: result: no
  735. configure:5457: creating ./config.status
  736.  
  737. ## ---------------------- ##
  738. ## Running config.status. ##
  739. ## ---------------------- ##
  740.  
  741. This file was extended by config.status, which was
  742. generated by GNU Autoconf 2.69. Invocation command line was
  743.  
  744. CONFIG_FILES =
  745. CONFIG_HEADERS =
  746. CONFIG_LINKS =
  747. CONFIG_COMMANDS =
  748. $ ./config.status
  749.  
  750. on windows-7-build
  751.  
  752. config.status:819: creating Makefile
  753. config.status:819: creating tclConfig.sh
  754. config.status:819: creating tcl.hpj
  755. config.status:819: creating tclsh.exe.manifest
  756.  
  757. ## ---------------- ##
  758. ## Cache variables. ##
  759. ## ---------------- ##
  760.  
  761. ac_cv_c_compiler_gnu=yes
  762. ac_cv_c_inline=inline
  763. ac_cv_cross=no
  764. ac_cv_env_CC_set=
  765. ac_cv_env_CC_value=
  766. ac_cv_env_CFLAGS_set=
  767. ac_cv_env_CFLAGS_value=
  768. ac_cv_env_CPPFLAGS_set=
  769. ac_cv_env_CPPFLAGS_value=
  770. ac_cv_env_CPP_set=
  771. ac_cv_env_CPP_value=
  772. ac_cv_env_LDFLAGS_set=
  773. ac_cv_env_LDFLAGS_value=
  774. ac_cv_env_LIBS_set=
  775. ac_cv_env_LIBS_value=
  776. ac_cv_env_build_alias_set=
  777. ac_cv_env_build_alias_value=
  778. ac_cv_env_host_alias_set=
  779. ac_cv_env_host_alias_value=
  780. ac_cv_env_target_alias_set=
  781. ac_cv_env_target_alias_value=
  782. ac_cv_exeext=.exe
  783. ac_cv_header_inttypes_h=yes
  784. ac_cv_header_memory_h=yes
  785. ac_cv_header_stdc=yes
  786. ac_cv_header_stdint_h=yes
  787. ac_cv_header_stdlib_h=yes
  788. ac_cv_header_string_h=yes
  789. ac_cv_header_strings_h=yes
  790. ac_cv_header_sys_stat_h=yes
  791. ac_cv_header_sys_types_h=yes
  792. ac_cv_header_unistd_h=yes
  793. ac_cv_municode=no
  794. ac_cv_objext=o
  795. ac_cv_path_EGREP='/bin/grep -E'
  796. ac_cv_path_GREP=/bin/grep
  797. ac_cv_prog_CPP='gcc -E'
  798. ac_cv_prog_CYGPATH=echo
  799. ac_cv_prog_ac_ct_AR=ar
  800. ac_cv_prog_ac_ct_CC=gcc
  801. ac_cv_prog_ac_ct_RANLIB=ranlib
  802. ac_cv_prog_ac_ct_RC=windres
  803. ac_cv_prog_cc_c89=
  804. ac_cv_prog_cc_g=yes
  805. ac_cv_prog_make_make_set=yes
  806. ac_cv_type_intptr_t=yes
  807. ac_cv_type_uintptr_t=yes
  808. ac_cv_win32=yes
  809. tcl_cv_cast_to_union=yes
  810. tcl_cv_eh_disposition=no
  811. tcl_cv_findex_enums=yes
  812. tcl_cv_intrinsics=no
  813. tcl_cv_seh=no
  814. tcl_cv_winnt_ignore_void=yes
  815. tcl_cv_wspiapi_h=no
  816.  
  817. ## ----------------- ##
  818. ## Output variables. ##
  819. ## ----------------- ##
  820.  
  821. AR='ar'
  822. CC='gcc'
  823. CC_EXENAME='-o $@'
  824. CC_OBJNAME='-o $@'
  825. CELIB_DIR='NO_CELIB'
  826. CFG_TCL_EXPORT_FILE_SUFFIX='${NODOT_VERSION}${DBGX}.a'
  827. CFG_TCL_SHARED_LIB_SUFFIX='${NODOT_VERSION}${DBGX}.dll'
  828. CFG_TCL_UNSHARED_LIB_SUFFIX='${NODOT_VERSION}${DBGX}.a'
  829. CFLAGS=''
  830. CFLAGS_DEBUG='-g'
  831. CFLAGS_DEFAULT='$(CFLAGS_OPTIMIZE)'
  832. CFLAGS_OPTIMIZE='-O2 -fomit-frame-pointer'
  833. CFLAGS_WARNING='-Wall -Wwrite-strings -Wsign-compare -Wdeclaration-after-statement'
  834. CPP='gcc -E'
  835. CPPFLAGS=''
  836. CYGPATH='echo'
  837. DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -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'
  838. DEPARG='"$<"'
  839. DLLSUFFIX='.dll'
  840. DL_LIBS=''
  841. ECHO_C=''
  842. ECHO_N='-n'
  843. ECHO_T=''
  844. EGREP='/bin/grep -E'
  845. EXEEXT='.exe'
  846. EXESUFFIX='.exe'
  847. EXTRA_CFLAGS='-pipe -DTCL_BROKEN_MAINARGS'
  848. GREP='/bin/grep'
  849. LDFLAGS=''
  850. LDFLAGS_CONSOLE='-mconsole -pipe -static-libgcc'
  851. LDFLAGS_DEBUG=''
  852. LDFLAGS_DEFAULT='$(LDFLAGS_OPTIMIZE)'
  853. LDFLAGS_OPTIMIZE=''
  854. LDFLAGS_WINDOW='-mwindows -pipe -static-libgcc'
  855. LIBOBJS=''
  856. LIBPREFIX='lib'
  857. LIBRARIES='${SHARED_LIBRARIES}'
  858. LIBS='-lnetapi32 -lkernel32 -luser32 -ladvapi32 -luserenv -lws2_32'
  859. LIBSUFFIX='.a'
  860. LIBS_GUI='-lgdi32 -lcomdlg32 -limm32 -lcomctl32 -lshell32 -luuid -lole32 -loleaut32'
  861. LTLIBOBJS=''
  862. MACHINE='X86'
  863. MAKE_DLL='${SHLIB_LD} $(LDFLAGS) -o $@ -pipe -static-libgcc -Wl,--out-implib,$(patsubst %.dll,lib%.a,$@)'
  864. MAKE_EXE='${CC} -o $@'
  865. MAKE_LIB='${STLIB_LD} $@'
  866. MAKE_STUB_LIB='${STLIB_LD} $@'
  867. OBJEXT='o'
  868. PACKAGE_BUGREPORT=''
  869. PACKAGE_NAME=''
  870. PACKAGE_STRING=''
  871. PACKAGE_TARNAME=''
  872. PACKAGE_URL=''
  873. PACKAGE_VERSION=''
  874. PATH_SEPARATOR=':'
  875. PKG_CFG_ARGS=''
  876. POST_MAKE_LIB='${RANLIB} $@'
  877. RANLIB='ranlib'
  878. RC='windres'
  879. RC_DEFINE='--define'
  880. RC_DEFINES=''
  881. RC_INCLUDE='--include'
  882. RC_OUT='-o'
  883. RC_TYPE=''
  884. RES='res.o'
  885. SET_MAKE=''
  886. SHELL='/bin/sh'
  887. SHLIB_CFLAGS=''
  888. SHLIB_LD='${CC} -shared'
  889. SHLIB_LD_LIBS='${LIBS}'
  890. SHLIB_SUFFIX='.dll'
  891. STLIB_LD='${AR} cr'
  892. TCL_BIN_DIR=''
  893. TCL_BUILD_EXP_FILE=''
  894. TCL_BUILD_LIB_SPEC='-L/odie/irm-devel/win -ltcl87'
  895. TCL_BUILD_STUB_LIB_PATH='/odie/irm-devel/win/libtclstub87.a'
  896. TCL_BUILD_STUB_LIB_SPEC='-L/odie/irm-devel/win -ltclstub87'
  897. TCL_CC_SEARCH_FLAGS=''
  898. TCL_DBGX=''
  899. TCL_DDE_MAJOR_VERSION='1'
  900. TCL_DDE_MINOR_VERSION='4'
  901. TCL_DDE_VERSION='1.4'
  902. TCL_DLL_FILE='tcl87.dll'
  903. TCL_EXE='TCL_LIBRARY="${LIBRARY_DIR}"; export TCL_LIBRARY; ./${TCLSH}'
  904. TCL_EXP_FILE=''
  905. TCL_IMPORT_LIB_FILE=''
  906. TCL_IMPORT_LIB_FLAG=''
  907. TCL_INCLUDE_SPEC='-I/usr/local/include'
  908. TCL_LD_SEARCH_FLAGS=''
  909. TCL_LIB_FILE='libtcl87.a'
  910. TCL_LIB_FLAG=''
  911. TCL_LIB_SPEC='-L/usr/local/lib -ltcl87'
  912. TCL_LIB_VERSIONS_OK=''
  913. TCL_MAJOR_VERSION='8'
  914. TCL_MINOR_VERSION='7'
  915. TCL_NEEDS_EXP_FILE=''
  916. TCL_PACKAGE_PATH='/usr/local/lib'
  917. TCL_PATCH_LEVEL='a2'
  918. TCL_REG_MAJOR_VERSION='1'
  919. TCL_REG_MINOR_VERSION='3'
  920. TCL_REG_VERSION='1.3'
  921. TCL_SHARED_BUILD='1'
  922. TCL_SRC_DIR='/odie/irm-devel'
  923. TCL_STATIC_LIB_FILE=''
  924. TCL_STATIC_LIB_FLAG=''
  925. TCL_STUB_LIB_FILE='libtclstub87.a'
  926. TCL_STUB_LIB_FLAG='-ltclstub87'
  927. TCL_STUB_LIB_PATH='/usr/local/lib/libtclstub87.a'
  928. TCL_STUB_LIB_SPEC='-L/usr/local/lib -ltclstub87'
  929. TCL_THREADS='1'
  930. TCL_VERSION='8.7'
  931. TCL_WIN_VERSION='8.7.0.2'
  932. VC_MANIFEST_EMBED_DLL=''
  933. VC_MANIFEST_EMBED_EXE=''
  934. ZLIB_DLL_FILE='${ZLIB_DLL_FILE}'
  935. ZLIB_LIBS='${ZLIB_DIR_NATIVE}/win32/zdll.lib'
  936. ZLIB_OBJS=''
  937. ac_ct_CC='gcc'
  938. bindir='${exec_prefix}/bin'
  939. build_alias=''
  940. datadir='${datarootdir}'
  941. datarootdir='${prefix}/share'
  942. docdir='${datarootdir}/doc/${PACKAGE}'
  943. dvidir='${docdir}'
  944. exec_prefix='/usr/local'
  945. host_alias=''
  946. htmldir='${docdir}'
  947. includedir='${prefix}/include'
  948. infodir='${datarootdir}/info'
  949. libdir='/usr/local/lib'
  950. libexecdir='${exec_prefix}/libexec'
  951. localedir='${datarootdir}/locale'
  952. localstatedir='${prefix}/var'
  953. mandir='${datarootdir}/man'
  954. oldincludedir='/usr/include'
  955. pdfdir='${docdir}'
  956. prefix='/usr/local'
  957. program_transform_name='s,x,x,'
  958. psdir='${docdir}'
  959. sbindir='${exec_prefix}/sbin'
  960. sharedstatedir='${prefix}/com'
  961. sysconfdir='${prefix}/etc'
  962. target_alias=''
  963.  
  964. ## ----------- ##
  965. ## confdefs.h. ##
  966. ## ----------- ##
  967.  
  968. /* confdefs.h */
  969. #define PACKAGE_NAME ""
  970. #define PACKAGE_TARNAME ""
  971. #define PACKAGE_VERSION ""
  972. #define PACKAGE_STRING ""
  973. #define PACKAGE_BUGREPORT ""
  974. #define PACKAGE_URL ""
  975. #define STDC_HEADERS 1
  976. #define TCL_THREADS 1
  977. #define USE_THREAD_ALLOC 1
  978. #define TCL_CFGVAL_ENCODING "cp1252"
  979. #define HAVE_SYS_TYPES_H 1
  980. #define HAVE_SYS_STAT_H 1
  981. #define HAVE_STDLIB_H 1
  982. #define HAVE_STRING_H 1
  983. #define HAVE_MEMORY_H 1
  984. #define HAVE_STRINGS_H 1
  985. #define HAVE_INTTYPES_H 1
  986. #define HAVE_STDINT_H 1
  987. #define HAVE_UNISTD_H 1
  988. #define MODULE_SCOPE extern
  989. #define HAVE_NO_SEH 1
  990. #define EXCEPTION_DISPOSITION int
  991. #define HAVE_WINNT_IGNORE_VOID 1
  992. #define HAVE_CAST_TO_UNION 1
  993. #define HAVE_ZLIB 1
  994. #define HAVE_INTPTR_T 1
  995. #define HAVE_UINTPTR_T 1
  996. #define NDEBUG 1
  997. #define TCL_CFG_OPTIMIZED 1
  998.  
  999. configure: exit 0
  1000.