Posted to tcl by de at Thu May 17 22:39:30 GMT 2018view 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 tdom configure 0.9.1, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ../configure --with-tcl=/usr/local/tcl/tcl-8.6.8-deb/lib64/ --enable-symbols
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = linux-qg7d
  14. uname -m = x86_64
  15. uname -r = 3.4.63-2.44-desktop
  16. uname -s = Linux
  17. uname -v = #1 SMP PREEMPT Wed Oct 2 11:18:32 UTC 2013 (d91a619)
  18.  
  19. /usr/bin/uname -p = x86_64
  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: /home/rolf/bin
  31. PATH: /usr/local/bin
  32. PATH: /usr/bin
  33. PATH: /bin
  34. PATH: /usr/bin/X11
  35. PATH: /usr/X11R6/bin
  36. PATH: /usr/games
  37. PATH: /home/rolf/hack/mingw-w64-3.6.4/mingw-w64-i686/bin
  38. PATH: /home/rolf/hack/mingw-w64-3.6.4/mingw-w64-x86_64/bin
  39. PATH: /home/rolf/hack/mingw-w64-3.6.4/mingw-w64-i686/bin
  40. PATH: /home/rolf/hack/mingw-w64-3.6.4/mingw-w64-x86_64/bin
  41.  
  42.  
  43. ## ----------- ##
  44. ## Core tests. ##
  45. ## ----------- ##
  46.  
  47. configure:2103: loading site script /usr/share/site/x86_64-unknown-linux-gnu
  48. | #!/bin/sh
  49. | # Site script for configure. It is resourced via $CONFIG_SITE environment varaible.
  50. |
  51. | # If user did not specify libdir, guess the correct target:
  52. | # Use lib64 for 64 bit bi-arch targets, keep the default for the rest.
  53. | if test "$libdir" = '${exec_prefix}/lib' ; then
  54. |
  55. | ac_config_site_64bit_host=NONE
  56. |
  57. | case "$host" in
  58. | "" )
  59. | # User did not specify host target.
  60. | # The native platform x86_64 is a bi-arch platform.
  61. | # Try to detect cross-compilation to inferior architecture.
  62. |
  63. | # We are trying to guess 32-bit target compilation. It's not as easy as
  64. | # it sounds, as there is possible several intermediate combinations.
  65. | ac_config_site_cross_to_32bit_host=NONE
  66. |
  67. | # User defined -m32 in CFLAGS or CXXFLAGS:
  68. | # (It's sufficient for 32-bit, but alone may cause mis-behavior of some checks.)
  69. | case "$CFLAGS" in
  70. | *-m32*)
  71. | ac_config_site_cross_to_32bit_host=YES
  72. | ;;
  73. | esac
  74. | case "$CXXFLAGS" in
  75. | *-m32*)
  76. | ac_config_site_cross_to_32bit_host=YES
  77. | ;;
  78. | esac
  79. |
  80. | # Running with linux32:
  81. | # (Changes detected platform, but not the toolchain target.)
  82. | case "`/bin/uname -i`" in
  83. | x86_64 | ppc64 | s390x )
  84. | ;;
  85. | * )
  86. | ac_config_site_cross_to_32bit_host=YES
  87. | ;;
  88. | esac
  89. |
  90. | if test "x$ac_config_site_cross_to_32bit_host" = xNONE; then
  91. | ac_config_site_64bit_host=YES
  92. | fi
  93. |
  94. | ;;
  95. | *x86_64* | *ppc64* | *s390x* )
  96. | ac_config_site_64bit_host=YES
  97. | ;;
  98. | esac
  99. |
  100. | if test "x$ac_config_site_64bit_host" = xYES; then
  101. | libdir='${exec_prefix}/lib64'
  102. | fi
  103. | fi
  104. |
  105. | # If user did not specify libexecdir, set the correct target:
  106. | # Nor FHS nor openSUSE allow prefix/libexec. Let's default to prefix/lib.
  107. |
  108. | if test "$libexecdir" = '${exec_prefix}/libexec' ; then
  109. | libexecdir='${exec_prefix}/lib'
  110. | fi
  111. |
  112. | # Continue with the standard behavior of configure defined in AC_SITE_LOAD:
  113. | if test "x$prefix" != xNONE; then
  114. | ac_site_file1=$prefix/share/config.site
  115. | ac_site_file2=$prefix/etc/config.site
  116. | else
  117. | ac_site_file1=$ac_default_prefix/share/config.site
  118. | ac_site_file2=$ac_default_prefix/etc/config.site
  119. | fi
  120. | for ac_site_file in "$ac_site_file1" "$ac_site_file2"
  121. | do
  122. | test "x$ac_site_file" = xNONE && continue
  123. | if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
  124. | { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
  125. | $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: loading site script $ac_site_file" >&6;}
  126. | sed 's/^/| /' "$ac_site_file" >&5
  127. | . "$ac_site_file" \
  128. | || { { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  129. | $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: error: in \`$ac_pwd':" >&2;}
  130. | as_fn_error $? "failed to load site script $ac_site_file
  131. | See \`config.log' for more details" "$LINENO" 5; }
  132. | fi
  133. | done
  134. configure:2211: checking for correct TEA configuration
  135. configure:2224: result: ok (TEA 3.10)
  136. configure:2306: configuring tdom 0.9.1
  137. configure:2379: checking for Tcl configuration
  138. configure:2505: result: found /usr/local/tcl/tcl-8.6.8-deb/lib64/tclConfig.sh
  139. configure:2558: checking for gcc
  140. configure:2574: found /usr/bin/gcc
  141. configure:2585: result: gcc
  142. configure:2814: checking for C compiler version
  143. configure:2823: gcc --version >&5
  144. gcc (SUSE Linux) 4.7.1 20120723 [gcc-4_7-branch revision 189773]
  145. Copyright (C) 2012 Free Software Foundation, Inc.
  146. This is free software; see the source for copying conditions. There is NO
  147. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  148.  
  149. configure:2834: $? = 0
  150. configure:2823: gcc -v >&5
  151. Using built-in specs.
  152. COLLECT_GCC=gcc
  153. COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.7/lto-wrapper
  154. Target: x86_64-suse-linux
  155. Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.7 --enable-ssp --disable-libssp --disable-libitm --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --program-suffix=-4.7 --enable-linux-futex --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux
  156. Thread model: posix
  157. gcc version 4.7.1 20120723 [gcc-4_7-branch revision 189773] (SUSE Linux)
  158. configure:2834: $? = 0
  159. configure:2823: gcc -V >&5
  160. gcc: error: unrecognized command line option '-V'
  161. gcc: fatal error: no input files
  162. compilation terminated.
  163. configure:2834: $? = 1
  164. configure:2823: gcc -qversion >&5
  165. gcc: error: unrecognized command line option '-qversion'
  166. gcc: fatal error: no input files
  167. compilation terminated.
  168. configure:2834: $? = 1
  169. configure:2854: checking whether the C compiler works
  170. configure:2876: gcc conftest.c >&5
  171. configure:2880: $? = 0
  172. configure:2928: result: yes
  173. configure:2931: checking for C compiler default output file name
  174. configure:2933: result: a.out
  175. configure:2939: checking for suffix of executables
  176. configure:2946: gcc -o conftest conftest.c >&5
  177. configure:2950: $? = 0
  178. configure:2972: result:
  179. configure:2994: checking whether we are cross compiling
  180. configure:3002: gcc -o conftest conftest.c >&5
  181. configure:3006: $? = 0
  182. configure:3013: ./conftest
  183. configure:3017: $? = 0
  184. configure:3032: result: no
  185. configure:3037: checking for suffix of object files
  186. configure:3059: gcc -c conftest.c >&5
  187. configure:3063: $? = 0
  188. configure:3084: result: o
  189. configure:3088: checking whether we are using the GNU C compiler
  190. configure:3107: gcc -c conftest.c >&5
  191. configure:3107: $? = 0
  192. configure:3116: result: yes
  193. configure:3125: checking whether gcc accepts -g
  194. configure:3145: gcc -c -g conftest.c >&5
  195. configure:3145: $? = 0
  196. configure:3186: result: yes
  197. configure:3203: checking for gcc option to accept ISO C89
  198. configure:3266: gcc -c conftest.c >&5
  199. configure:3266: $? = 0
  200. configure:3279: result: none needed
  201. configure:3301: checking for existence of /usr/local/tcl/tcl-8.6.8-deb/lib64/tclConfig.sh
  202. configure:3305: result: loading
  203. configure:3369: checking platform
  204. configure:3387: gcc -c conftest.c >&5
  205. configure:3387: $? = 0
  206. configure:3437: result: unix
  207. configure:3478: --prefix defaulting to TCL_PREFIX /usr/local/tcl/tcl-8.6.8-deb
  208. configure:3490: --exec-prefix defaulting to TCL_EXEC_PREFIX /usr/local/tcl/tcl-8.6.8-deb
  209. configure:3560: checking for gcc
  210. configure:3587: result: gcc
  211. configure:3816: checking for C compiler version
  212. configure:3825: gcc --version >&5
  213. gcc (SUSE Linux) 4.7.1 20120723 [gcc-4_7-branch revision 189773]
  214. Copyright (C) 2012 Free Software Foundation, Inc.
  215. This is free software; see the source for copying conditions. There is NO
  216. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  217.  
  218. configure:3836: $? = 0
  219. configure:3825: gcc -v >&5
  220. Using built-in specs.
  221. COLLECT_GCC=gcc
  222. COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.7/lto-wrapper
  223. Target: x86_64-suse-linux
  224. Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.7 --enable-ssp --disable-libssp --disable-libitm --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --program-suffix=-4.7 --enable-linux-futex --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux
  225. Thread model: posix
  226. gcc version 4.7.1 20120723 [gcc-4_7-branch revision 189773] (SUSE Linux)
  227. configure:3836: $? = 0
  228. configure:3825: gcc -V >&5
  229. gcc: error: unrecognized command line option '-V'
  230. gcc: fatal error: no input files
  231. compilation terminated.
  232. configure:3836: $? = 1
  233. configure:3825: gcc -qversion >&5
  234. gcc: error: unrecognized command line option '-qversion'
  235. gcc: fatal error: no input files
  236. compilation terminated.
  237. configure:3836: $? = 1
  238. configure:3840: checking whether we are using the GNU C compiler
  239. configure:3868: result: yes
  240. configure:3877: checking whether gcc accepts -g
  241. configure:3938: result: yes
  242. configure:3955: checking for gcc option to accept ISO C89
  243. configure:4031: result: none needed
  244. configure:4056: checking how to run the C preprocessor
  245. configure:4087: gcc -E conftest.c
  246. configure:4087: $? = 0
  247. configure:4101: gcc -E conftest.c
  248. conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
  249. compilation terminated.
  250. configure:4101: $? = 1
  251. configure: failed program was:
  252. | /* confdefs.h */
  253. | #define PACKAGE_NAME "tdom"
  254. | #define PACKAGE_TARNAME "tdom"
  255. | #define PACKAGE_VERSION "0.9.1"
  256. | #define PACKAGE_STRING "tdom 0.9.1"
  257. | #define PACKAGE_BUGREPORT ""
  258. | #define PACKAGE_URL ""
  259. | #define BUILD_tdom /**/
  260. | /* end confdefs.h. */
  261. | #include <ac_nonexistent.h>
  262. configure:4126: result: gcc -E
  263. configure:4146: gcc -E conftest.c
  264. configure:4146: $? = 0
  265. configure:4160: gcc -E conftest.c
  266. conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
  267. compilation terminated.
  268. configure:4160: $? = 1
  269. configure: failed program was:
  270. | /* confdefs.h */
  271. | #define PACKAGE_NAME "tdom"
  272. | #define PACKAGE_TARNAME "tdom"
  273. | #define PACKAGE_VERSION "0.9.1"
  274. | #define PACKAGE_STRING "tdom 0.9.1"
  275. | #define PACKAGE_BUGREPORT ""
  276. | #define PACKAGE_URL ""
  277. | #define BUILD_tdom /**/
  278. | /* end confdefs.h. */
  279. | #include <ac_nonexistent.h>
  280. configure:4207: checking whether make sets $(MAKE)
  281. configure:4229: result: yes
  282. configure:4286: checking for ranlib
  283. configure:4302: found /usr/bin/ranlib
  284. configure:4313: result: ranlib
  285. configure:4344: checking for grep that handles long lines and -e
  286. configure:4402: result: /usr/bin/grep
  287. configure:4407: checking for egrep
  288. configure:4469: result: /usr/bin/grep -E
  289. configure:4474: checking for ANSI C header files
  290. configure:4494: gcc -c conftest.c >&5
  291. configure:4494: $? = 0
  292. configure:4567: gcc -o conftest conftest.c >&5
  293. configure:4567: $? = 0
  294. configure:4567: ./conftest
  295. configure:4567: $? = 0
  296. configure:4578: result: yes
  297. configure:4591: checking for sys/types.h
  298. configure:4591: gcc -c conftest.c >&5
  299. configure:4591: $? = 0
  300. configure:4591: result: yes
  301. configure:4591: checking for sys/stat.h
  302. configure:4591: gcc -c conftest.c >&5
  303. configure:4591: $? = 0
  304. configure:4591: result: yes
  305. configure:4591: checking for stdlib.h
  306. configure:4591: gcc -c conftest.c >&5
  307. configure:4591: $? = 0
  308. configure:4591: result: yes
  309. configure:4591: checking for string.h
  310. configure:4591: gcc -c conftest.c >&5
  311. configure:4591: $? = 0
  312. configure:4591: result: yes
  313. configure:4591: checking for memory.h
  314. configure:4591: gcc -c conftest.c >&5
  315. configure:4591: $? = 0
  316. configure:4591: result: yes
  317. configure:4591: checking for strings.h
  318. configure:4591: gcc -c conftest.c >&5
  319. configure:4591: $? = 0
  320. configure:4591: result: yes
  321. configure:4591: checking for inttypes.h
  322. configure:4591: gcc -c conftest.c >&5
  323. configure:4591: $? = 0
  324. configure:4591: result: yes
  325. configure:4591: checking for stdint.h
  326. configure:4591: gcc -c conftest.c >&5
  327. configure:4591: $? = 0
  328. configure:4591: result: yes
  329. configure:4591: checking for unistd.h
  330. configure:4591: gcc -c conftest.c >&5
  331. configure:4591: $? = 0
  332. configure:4591: result: yes
  333. configure:4613: checking if the compiler understands -pipe
  334. configure:4631: gcc -c -pipe conftest.c >&5
  335. configure:4631: $? = 0
  336. configure:4639: result: yes
  337. configure:4650: checking whether byte ordering is bigendian
  338. configure:4665: gcc -c -pipe conftest.c >&5
  339. conftest.c:21:9: error: unknown type name 'not'
  340. conftest.c:21:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
  341. conftest.c:21:15: error: unknown type name 'universal'
  342. configure:4665: $? = 1
  343. configure: failed program was:
  344. | /* confdefs.h */
  345. | #define PACKAGE_NAME "tdom"
  346. | #define PACKAGE_TARNAME "tdom"
  347. | #define PACKAGE_VERSION "0.9.1"
  348. | #define PACKAGE_STRING "tdom 0.9.1"
  349. | #define PACKAGE_BUGREPORT ""
  350. | #define PACKAGE_URL ""
  351. | #define BUILD_tdom /**/
  352. | #define STDC_HEADERS 1
  353. | #define HAVE_SYS_TYPES_H 1
  354. | #define HAVE_SYS_STAT_H 1
  355. | #define HAVE_STDLIB_H 1
  356. | #define HAVE_STRING_H 1
  357. | #define HAVE_MEMORY_H 1
  358. | #define HAVE_STRINGS_H 1
  359. | #define HAVE_INTTYPES_H 1
  360. | #define HAVE_STDINT_H 1
  361. | #define HAVE_UNISTD_H 1
  362. | /* end confdefs.h. */
  363. | #ifndef __APPLE_CC__
  364. | not a universal capable compiler
  365. | #endif
  366. | typedef int dummy;
  367. |
  368. configure:4710: gcc -c -pipe conftest.c >&5
  369. configure:4710: $? = 0
  370. configure:4728: gcc -c -pipe conftest.c >&5
  371. conftest.c: In function 'main':
  372. conftest.c:27:4: error: unknown type name 'not'
  373. conftest.c:27:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
  374. configure:4728: $? = 1
  375. configure: failed program was:
  376. | /* confdefs.h */
  377. | #define PACKAGE_NAME "tdom"
  378. | #define PACKAGE_TARNAME "tdom"
  379. | #define PACKAGE_VERSION "0.9.1"
  380. | #define PACKAGE_STRING "tdom 0.9.1"
  381. | #define PACKAGE_BUGREPORT ""
  382. | #define PACKAGE_URL ""
  383. | #define BUILD_tdom /**/
  384. | #define STDC_HEADERS 1
  385. | #define HAVE_SYS_TYPES_H 1
  386. | #define HAVE_SYS_STAT_H 1
  387. | #define HAVE_STDLIB_H 1
  388. | #define HAVE_STRING_H 1
  389. | #define HAVE_MEMORY_H 1
  390. | #define HAVE_STRINGS_H 1
  391. | #define HAVE_INTTYPES_H 1
  392. | #define HAVE_STDINT_H 1
  393. | #define HAVE_UNISTD_H 1
  394. | /* end confdefs.h. */
  395. | #include <sys/types.h>
  396. | #include <sys/param.h>
  397. |
  398. | int
  399. | main ()
  400. | {
  401. | #if BYTE_ORDER != BIG_ENDIAN
  402. | not big endian
  403. | #endif
  404. |
  405. | ;
  406. | return 0;
  407. | }
  408. configure:4856: result: no
  409. configure:4883: checking for sin
  410. configure:4883: gcc -o conftest -pipe conftest.c >&5
  411. conftest.c:43:6: warning: conflicting types for built-in function 'sin' [enabled by default]
  412. /tmp/ccpPQVRE.o: In function `main':
  413. conftest.c:(.text+0xa): undefined reference to `sin'
  414. collect2: error: ld returned 1 exit status
  415. configure:4883: $? = 1
  416. configure: failed program was:
  417. | /* confdefs.h */
  418. | #define PACKAGE_NAME "tdom"
  419. | #define PACKAGE_TARNAME "tdom"
  420. | #define PACKAGE_VERSION "0.9.1"
  421. | #define PACKAGE_STRING "tdom 0.9.1"
  422. | #define PACKAGE_BUGREPORT ""
  423. | #define PACKAGE_URL ""
  424. | #define BUILD_tdom /**/
  425. | #define STDC_HEADERS 1
  426. | #define HAVE_SYS_TYPES_H 1
  427. | #define HAVE_SYS_STAT_H 1
  428. | #define HAVE_STDLIB_H 1
  429. | #define HAVE_STRING_H 1
  430. | #define HAVE_MEMORY_H 1
  431. | #define HAVE_STRINGS_H 1
  432. | #define HAVE_INTTYPES_H 1
  433. | #define HAVE_STDINT_H 1
  434. | #define HAVE_UNISTD_H 1
  435. | /* end confdefs.h. */
  436. | /* Define sin to an innocuous variant, in case <limits.h> declares sin.
  437. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  438. | #define sin innocuous_sin
  439. |
  440. | /* System header to define __stub macros and hopefully few prototypes,
  441. | which can conflict with char sin (); below.
  442. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  443. | <limits.h> exists even on freestanding compilers. */
  444. |
  445. | #ifdef __STDC__
  446. | # include <limits.h>
  447. | #else
  448. | # include <assert.h>
  449. | #endif
  450. |
  451. | #undef sin
  452. |
  453. | /* Override any GCC internal prototype to avoid an error.
  454. | Use char because int might match the return type of a GCC
  455. | builtin and then its argument prototype would still apply. */
  456. | #ifdef __cplusplus
  457. | extern "C"
  458. | #endif
  459. | char sin ();
  460. | /* The GNU C library defines this for functions which it implements
  461. | to always fail with ENOSYS. Some functions are actually named
  462. | something starting with __ and the normal name is an alias. */
  463. | #if defined __stub_sin || defined __stub___sin
  464. | choke me
  465. | #endif
  466. |
  467. | int
  468. | main ()
  469. | {
  470. | return sin ();
  471. | ;
  472. | return 0;
  473. | }
  474. configure:4883: result: no
  475. configure:4890: checking for main in -lieee
  476. configure:4909: gcc -o conftest -pipe conftest.c -lieee >&5
  477. configure:4909: $? = 0
  478. configure:4918: result: yes
  479. configure:4930: checking for main in -linet
  480. configure:4949: gcc -o conftest -pipe conftest.c -linet >&5
  481. /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/bin/ld: cannot find -linet
  482. collect2: error: ld returned 1 exit status
  483. configure:4949: $? = 1
  484. configure: failed program was:
  485. | /* confdefs.h */
  486. | #define PACKAGE_NAME "tdom"
  487. | #define PACKAGE_TARNAME "tdom"
  488. | #define PACKAGE_VERSION "0.9.1"
  489. | #define PACKAGE_STRING "tdom 0.9.1"
  490. | #define PACKAGE_BUGREPORT ""
  491. | #define PACKAGE_URL ""
  492. | #define BUILD_tdom /**/
  493. | #define STDC_HEADERS 1
  494. | #define HAVE_SYS_TYPES_H 1
  495. | #define HAVE_SYS_STAT_H 1
  496. | #define HAVE_STDLIB_H 1
  497. | #define HAVE_STRING_H 1
  498. | #define HAVE_MEMORY_H 1
  499. | #define HAVE_STRINGS_H 1
  500. | #define HAVE_INTTYPES_H 1
  501. | #define HAVE_STDINT_H 1
  502. | #define HAVE_UNISTD_H 1
  503. | /* end confdefs.h. */
  504. |
  505. |
  506. | int
  507. | main ()
  508. | {
  509. | return main ();
  510. | ;
  511. | return 0;
  512. | }
  513. configure:4958: result: no
  514. configure:4964: checking net/errno.h usability
  515. configure:4964: gcc -c -pipe conftest.c >&5
  516. conftest.c:53:23: fatal error: net/errno.h: No such file or directory
  517. compilation terminated.
  518. configure:4964: $? = 1
  519. configure: failed program was:
  520. | /* confdefs.h */
  521. | #define PACKAGE_NAME "tdom"
  522. | #define PACKAGE_TARNAME "tdom"
  523. | #define PACKAGE_VERSION "0.9.1"
  524. | #define PACKAGE_STRING "tdom 0.9.1"
  525. | #define PACKAGE_BUGREPORT ""
  526. | #define PACKAGE_URL ""
  527. | #define BUILD_tdom /**/
  528. | #define STDC_HEADERS 1
  529. | #define HAVE_SYS_TYPES_H 1
  530. | #define HAVE_SYS_STAT_H 1
  531. | #define HAVE_STDLIB_H 1
  532. | #define HAVE_STRING_H 1
  533. | #define HAVE_MEMORY_H 1
  534. | #define HAVE_STRINGS_H 1
  535. | #define HAVE_INTTYPES_H 1
  536. | #define HAVE_STDINT_H 1
  537. | #define HAVE_UNISTD_H 1
  538. | /* end confdefs.h. */
  539. | #include <stdio.h>
  540. | #ifdef HAVE_SYS_TYPES_H
  541. | # include <sys/types.h>
  542. | #endif
  543. | #ifdef HAVE_SYS_STAT_H
  544. | # include <sys/stat.h>
  545. | #endif
  546. | #ifdef STDC_HEADERS
  547. | # include <stdlib.h>
  548. | # include <stddef.h>
  549. | #else
  550. | # ifdef HAVE_STDLIB_H
  551. | # include <stdlib.h>
  552. | # endif
  553. | #endif
  554. | #ifdef HAVE_STRING_H
  555. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  556. | # include <memory.h>
  557. | # endif
  558. | # include <string.h>
  559. | #endif
  560. | #ifdef HAVE_STRINGS_H
  561. | # include <strings.h>
  562. | #endif
  563. | #ifdef HAVE_INTTYPES_H
  564. | # include <inttypes.h>
  565. | #endif
  566. | #ifdef HAVE_STDINT_H
  567. | # include <stdint.h>
  568. | #endif
  569. | #ifdef HAVE_UNISTD_H
  570. | # include <unistd.h>
  571. | #endif
  572. | #include <net/errno.h>
  573. configure:4964: result: no
  574. configure:4964: checking net/errno.h presence
  575. configure:4964: gcc -E conftest.c
  576. conftest.c:20:23: fatal error: net/errno.h: No such file or directory
  577. compilation terminated.
  578. configure:4964: $? = 1
  579. configure: failed program was:
  580. | /* confdefs.h */
  581. | #define PACKAGE_NAME "tdom"
  582. | #define PACKAGE_TARNAME "tdom"
  583. | #define PACKAGE_VERSION "0.9.1"
  584. | #define PACKAGE_STRING "tdom 0.9.1"
  585. | #define PACKAGE_BUGREPORT ""
  586. | #define PACKAGE_URL ""
  587. | #define BUILD_tdom /**/
  588. | #define STDC_HEADERS 1
  589. | #define HAVE_SYS_TYPES_H 1
  590. | #define HAVE_SYS_STAT_H 1
  591. | #define HAVE_STDLIB_H 1
  592. | #define HAVE_STRING_H 1
  593. | #define HAVE_MEMORY_H 1
  594. | #define HAVE_STRINGS_H 1
  595. | #define HAVE_INTTYPES_H 1
  596. | #define HAVE_STDINT_H 1
  597. | #define HAVE_UNISTD_H 1
  598. | /* end confdefs.h. */
  599. | #include <net/errno.h>
  600. configure:4964: result: no
  601. configure:4964: checking for net/errno.h
  602. configure:4964: result: no
  603. configure:4993: checking for connect
  604. configure:4993: gcc -o conftest -pipe conftest.c >&5
  605. configure:4993: $? = 0
  606. configure:4993: result: yes
  607. configure:5061: checking for gethostbyname
  608. configure:5061: gcc -o conftest -pipe conftest.c >&5
  609. configure:5061: $? = 0
  610. configure:5061: result: yes
  611. configure:5116: checking dirent.h
  612. configure:5152: gcc -o conftest -pipe conftest.c >&5
  613. configure:5152: $? = 0
  614. configure:5160: result: yes
  615. configure:5170: checking errno.h usability
  616. configure:5170: gcc -c -pipe conftest.c >&5
  617. configure:5170: $? = 0
  618. configure:5170: result: yes
  619. configure:5170: checking errno.h presence
  620. configure:5170: gcc -E conftest.c
  621. configure:5170: $? = 0
  622. configure:5170: result: yes
  623. configure:5170: checking for errno.h
  624. configure:5170: result: yes
  625. configure:5180: checking float.h usability
  626. configure:5180: gcc -c -pipe conftest.c >&5
  627. configure:5180: $? = 0
  628. configure:5180: result: yes
  629. configure:5180: checking float.h presence
  630. configure:5180: gcc -E conftest.c
  631. configure:5180: $? = 0
  632. configure:5180: result: yes
  633. configure:5180: checking for float.h
  634. configure:5180: result: yes
  635. configure:5190: checking values.h usability
  636. configure:5190: gcc -c -pipe conftest.c >&5
  637. configure:5190: $? = 0
  638. configure:5190: result: yes
  639. configure:5190: checking values.h presence
  640. configure:5190: gcc -E conftest.c
  641. configure:5190: $? = 0
  642. configure:5190: result: yes
  643. configure:5190: checking for values.h
  644. configure:5190: result: yes
  645. configure:5200: checking limits.h usability
  646. configure:5200: gcc -c -pipe conftest.c >&5
  647. configure:5200: $? = 0
  648. configure:5200: result: yes
  649. configure:5200: checking limits.h presence
  650. configure:5200: gcc -E conftest.c
  651. configure:5200: $? = 0
  652. configure:5200: result: yes
  653. configure:5200: checking for limits.h
  654. configure:5200: result: yes
  655. configure:5212: checking for stdlib.h
  656. configure:5212: result: yes
  657. configure:5264: checking for string.h
  658. configure:5264: result: yes
  659. configure:5308: checking sys/wait.h usability
  660. configure:5308: gcc -c -pipe conftest.c >&5
  661. configure:5308: $? = 0
  662. configure:5308: result: yes
  663. configure:5308: checking sys/wait.h presence
  664. configure:5308: gcc -E conftest.c
  665. configure:5308: $? = 0
  666. configure:5308: result: yes
  667. configure:5308: checking for sys/wait.h
  668. configure:5308: result: yes
  669. configure:5318: checking dlfcn.h usability
  670. configure:5318: gcc -c -pipe conftest.c >&5
  671. configure:5318: $? = 0
  672. configure:5318: result: yes
  673. configure:5318: checking dlfcn.h presence
  674. configure:5318: gcc -E conftest.c
  675. configure:5318: $? = 0
  676. configure:5318: result: yes
  677. configure:5318: checking for dlfcn.h
  678. configure:5318: result: yes
  679. configure:5332: checking sys/param.h usability
  680. configure:5332: gcc -c -pipe conftest.c >&5
  681. configure:5332: $? = 0
  682. configure:5332: result: yes
  683. configure:5332: checking sys/param.h presence
  684. configure:5332: gcc -E conftest.c
  685. configure:5332: $? = 0
  686. configure:5332: result: yes
  687. configure:5332: checking for sys/param.h
  688. configure:5332: result: yes
  689. configure:5357: checking for memmove
  690. configure:5357: gcc -o conftest -pipe conftest.c >&5
  691. conftest.c:45:6: warning: conflicting types for built-in function 'memmove' [enabled by default]
  692. configure:5357: $? = 0
  693. configure:5357: result: yes
  694. configure:5357: checking for bcopy
  695. configure:5357: gcc -o conftest -pipe conftest.c >&5
  696. conftest.c:46:6: warning: conflicting types for built-in function 'bcopy' [enabled by default]
  697. configure:5357: $? = 0
  698. configure:5357: result: yes
  699. configure:5372: checking for AOLserver configuration
  700. configure:5396: result: none found
  701. configure:5421: checking for expat
  702. configure:5457: result: Using bundled expat distribution
  703. configure:5536: checking whether to enable support for HTML5 parsing (using gumbo)
  704. configure:5569: result: no
  705. configure:5734: checking for Tcl public headers
  706. configure:5805: result: /usr/local/tcl/tcl-8.6.8-deb/include
  707. configure:5866: checking for pthread_mutex_init in -lpthread
  708. configure:5891: gcc -o conftest -pipe conftest.c -lpthread >&5
  709. configure:5891: $? = 0
  710. configure:5900: result: yes
  711. configure:6109: checking for building with threads
  712. configure:6115: result: yes (default)
  713. configure:6156: checking how to build libraries
  714. configure:6190: result: shared
  715. configure:6274: checking for ranlib
  716. configure:6301: result: ranlib
  717. configure:6328: checking if 64bit support is requested
  718. configure:6337: result: no
  719. configure:6342: checking if 64bit Sparc VIS support is requested
  720. configure:6351: result: no
  721. configure:6361: checking if compiler supports visibility "hidden"
  722. configure:6381: gcc -o conftest -pipe -Werror conftest.c >&5
  723. configure:6381: $? = 0
  724. configure:6390: result: yes
  725. configure:6405: checking if rpath support is requested
  726. configure:6414: result: yes
  727. configure:6439: checking system version
  728. configure:6462: result: Linux-3.4.63-2.44-desktop
  729. configure:6542: checking for ar
  730. configure:6558: found /usr/bin/ar
  731. configure:6569: result: ar
  732. configure:8331: checking for cast to union support
  733. configure:8350: gcc -c -pipe conftest.c >&5
  734. configure:8350: $? = 0
  735. configure:8358: result: yes
  736. configure:8381: checking for required early compiler flags
  737. configure:8399: gcc -c -pipe conftest.c >&5
  738. configure:8399: $? = 0
  739. configure:8446: gcc -c -pipe conftest.c >&5
  740. conftest.c: In function 'main':
  741. conftest.c:38:15: error: storage size of 'buf' isn't known
  742. configure:8446: $? = 1
  743. configure: failed program was:
  744. | /* confdefs.h */
  745. | #define PACKAGE_NAME "tdom"
  746. | #define PACKAGE_TARNAME "tdom"
  747. | #define PACKAGE_VERSION "0.9.1"
  748. | #define PACKAGE_STRING "tdom 0.9.1"
  749. | #define PACKAGE_BUGREPORT ""
  750. | #define PACKAGE_URL ""
  751. | #define BUILD_tdom /**/
  752. | #define STDC_HEADERS 1
  753. | #define HAVE_SYS_TYPES_H 1
  754. | #define HAVE_SYS_STAT_H 1
  755. | #define HAVE_STDLIB_H 1
  756. | #define HAVE_STRING_H 1
  757. | #define HAVE_MEMORY_H 1
  758. | #define HAVE_STRINGS_H 1
  759. | #define HAVE_INTTYPES_H 1
  760. | #define HAVE_STDINT_H 1
  761. | #define HAVE_UNISTD_H 1
  762. | #define HAVE_LIMITS_H 1
  763. | #define HAVE_SYS_PARAM_H 1
  764. | #define HAVE_MEMMOVE 1
  765. | #define HAVE_BCOPY 1
  766. | #define XML_POOR_ENTROPY 1
  767. | #define USE_THREAD_ALLOC 1
  768. | #define _REENTRANT 1
  769. | #define _THREAD_SAFE 1
  770. | #define TCL_THREADS 1
  771. | #define USE_TCL_STUBS 1
  772. | #define USE_TCLOO_STUBS 1
  773. | #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
  774. | #define HAVE_HIDDEN 1
  775. | #define HAVE_CAST_TO_UNION 1
  776. | /* end confdefs.h. */
  777. | #include <sys/stat.h>
  778. | int
  779. | main ()
  780. | {
  781. | struct stat64 buf; int i = stat64("/", &buf);
  782. | ;
  783. | return 0;
  784. | }
  785. configure:8461: gcc -c -pipe conftest.c >&5
  786. configure:8461: $? = 0
  787. configure:8493: gcc -c -pipe conftest.c >&5
  788. conftest.c: In function 'main':
  789. conftest.c:39:19: error: 'open64' undeclared (first use in this function)
  790. conftest.c:39:19: note: each undeclared identifier is reported only once for each function it appears in
  791. configure:8493: $? = 1
  792. configure: failed program was:
  793. | /* confdefs.h */
  794. | #define PACKAGE_NAME "tdom"
  795. | #define PACKAGE_TARNAME "tdom"
  796. | #define PACKAGE_VERSION "0.9.1"
  797. | #define PACKAGE_STRING "tdom 0.9.1"
  798. | #define PACKAGE_BUGREPORT ""
  799. | #define PACKAGE_URL ""
  800. | #define BUILD_tdom /**/
  801. | #define STDC_HEADERS 1
  802. | #define HAVE_SYS_TYPES_H 1
  803. | #define HAVE_SYS_STAT_H 1
  804. | #define HAVE_STDLIB_H 1
  805. | #define HAVE_STRING_H 1
  806. | #define HAVE_MEMORY_H 1
  807. | #define HAVE_STRINGS_H 1
  808. | #define HAVE_INTTYPES_H 1
  809. | #define HAVE_STDINT_H 1
  810. | #define HAVE_UNISTD_H 1
  811. | #define HAVE_LIMITS_H 1
  812. | #define HAVE_SYS_PARAM_H 1
  813. | #define HAVE_MEMMOVE 1
  814. | #define HAVE_BCOPY 1
  815. | #define XML_POOR_ENTROPY 1
  816. | #define USE_THREAD_ALLOC 1
  817. | #define _REENTRANT 1
  818. | #define _THREAD_SAFE 1
  819. | #define TCL_THREADS 1
  820. | #define USE_TCL_STUBS 1
  821. | #define USE_TCLOO_STUBS 1
  822. | #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
  823. | #define HAVE_HIDDEN 1
  824. | #define HAVE_CAST_TO_UNION 1
  825. | #define _LARGEFILE64_SOURCE 1
  826. | /* end confdefs.h. */
  827. | #include <sys/stat.h>
  828. | int
  829. | main ()
  830. | {
  831. | char *p = (char *)open64;
  832. | ;
  833. | return 0;
  834. | }
  835. configure:8508: gcc -c -pipe conftest.c >&5
  836. conftest.c: In function 'main':
  837. conftest.c:40:19: error: 'open64' undeclared (first use in this function)
  838. conftest.c:40:19: note: each undeclared identifier is reported only once for each function it appears in
  839. configure:8508: $? = 1
  840. configure: failed program was:
  841. | /* confdefs.h */
  842. | #define PACKAGE_NAME "tdom"
  843. | #define PACKAGE_TARNAME "tdom"
  844. | #define PACKAGE_VERSION "0.9.1"
  845. | #define PACKAGE_STRING "tdom 0.9.1"
  846. | #define PACKAGE_BUGREPORT ""
  847. | #define PACKAGE_URL ""
  848. | #define BUILD_tdom /**/
  849. | #define STDC_HEADERS 1
  850. | #define HAVE_SYS_TYPES_H 1
  851. | #define HAVE_SYS_STAT_H 1
  852. | #define HAVE_STDLIB_H 1
  853. | #define HAVE_STRING_H 1
  854. | #define HAVE_MEMORY_H 1
  855. | #define HAVE_STRINGS_H 1
  856. | #define HAVE_INTTYPES_H 1
  857. | #define HAVE_STDINT_H 1
  858. | #define HAVE_UNISTD_H 1
  859. | #define HAVE_LIMITS_H 1
  860. | #define HAVE_SYS_PARAM_H 1
  861. | #define HAVE_MEMMOVE 1
  862. | #define HAVE_BCOPY 1
  863. | #define XML_POOR_ENTROPY 1
  864. | #define USE_THREAD_ALLOC 1
  865. | #define _REENTRANT 1
  866. | #define _THREAD_SAFE 1
  867. | #define TCL_THREADS 1
  868. | #define USE_TCL_STUBS 1
  869. | #define USE_TCLOO_STUBS 1
  870. | #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
  871. | #define HAVE_HIDDEN 1
  872. | #define HAVE_CAST_TO_UNION 1
  873. | #define _LARGEFILE64_SOURCE 1
  874. | /* end confdefs.h. */
  875. | #define _LARGEFILE_SOURCE64 1
  876. | #include <sys/stat.h>
  877. | int
  878. | main ()
  879. | {
  880. | char *p = (char *)open64;
  881. | ;
  882. | return 0;
  883. | }
  884. configure:8529: result: _LARGEFILE64_SOURCE
  885. configure:8534: checking for 64-bit integer type
  886. configure:8553: gcc -c -pipe conftest.c >&5
  887. conftest.c: In function 'main':
  888. conftest.c:39:1: error: unknown type name '__int64'
  889. conftest.c:39:18: error: '__int64' undeclared (first use in this function)
  890. conftest.c:39:18: note: each undeclared identifier is reported only once for each function it appears in
  891. conftest.c:39:27: error: expected ',' or ';' before numeric constant
  892. configure:8553: $? = 1
  893. configure: failed program was:
  894. | /* confdefs.h */
  895. | #define PACKAGE_NAME "tdom"
  896. | #define PACKAGE_TARNAME "tdom"
  897. | #define PACKAGE_VERSION "0.9.1"
  898. | #define PACKAGE_STRING "tdom 0.9.1"
  899. | #define PACKAGE_BUGREPORT ""
  900. | #define PACKAGE_URL ""
  901. | #define BUILD_tdom /**/
  902. | #define STDC_HEADERS 1
  903. | #define HAVE_SYS_TYPES_H 1
  904. | #define HAVE_SYS_STAT_H 1
  905. | #define HAVE_STDLIB_H 1
  906. | #define HAVE_STRING_H 1
  907. | #define HAVE_MEMORY_H 1
  908. | #define HAVE_STRINGS_H 1
  909. | #define HAVE_INTTYPES_H 1
  910. | #define HAVE_STDINT_H 1
  911. | #define HAVE_UNISTD_H 1
  912. | #define HAVE_LIMITS_H 1
  913. | #define HAVE_SYS_PARAM_H 1
  914. | #define HAVE_MEMMOVE 1
  915. | #define HAVE_BCOPY 1
  916. | #define XML_POOR_ENTROPY 1
  917. | #define USE_THREAD_ALLOC 1
  918. | #define _REENTRANT 1
  919. | #define _THREAD_SAFE 1
  920. | #define TCL_THREADS 1
  921. | #define USE_TCL_STUBS 1
  922. | #define USE_TCLOO_STUBS 1
  923. | #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
  924. | #define HAVE_HIDDEN 1
  925. | #define HAVE_CAST_TO_UNION 1
  926. | #define _LARGEFILE64_SOURCE 1
  927. | /* end confdefs.h. */
  928. |
  929. | int
  930. | main ()
  931. | {
  932. | __int64 value = (__int64) 0;
  933. | ;
  934. | return 0;
  935. | }
  936. configure:8575: gcc -c -pipe conftest.c >&5
  937. conftest.c: In function 'main':
  938. conftest.c:40:21: error: duplicate case value
  939. conftest.c:40:13: error: previously used here
  940. configure:8575: $? = 1
  941. configure: failed program was:
  942. | /* confdefs.h */
  943. | #define PACKAGE_NAME "tdom"
  944. | #define PACKAGE_TARNAME "tdom"
  945. | #define PACKAGE_VERSION "0.9.1"
  946. | #define PACKAGE_STRING "tdom 0.9.1"
  947. | #define PACKAGE_BUGREPORT ""
  948. | #define PACKAGE_URL ""
  949. | #define BUILD_tdom /**/
  950. | #define STDC_HEADERS 1
  951. | #define HAVE_SYS_TYPES_H 1
  952. | #define HAVE_SYS_STAT_H 1
  953. | #define HAVE_STDLIB_H 1
  954. | #define HAVE_STRING_H 1
  955. | #define HAVE_MEMORY_H 1
  956. | #define HAVE_STRINGS_H 1
  957. | #define HAVE_INTTYPES_H 1
  958. | #define HAVE_STDINT_H 1
  959. | #define HAVE_UNISTD_H 1
  960. | #define HAVE_LIMITS_H 1
  961. | #define HAVE_SYS_PARAM_H 1
  962. | #define HAVE_MEMMOVE 1
  963. | #define HAVE_BCOPY 1
  964. | #define XML_POOR_ENTROPY 1
  965. | #define USE_THREAD_ALLOC 1
  966. | #define _REENTRANT 1
  967. | #define _THREAD_SAFE 1
  968. | #define TCL_THREADS 1
  969. | #define USE_TCL_STUBS 1
  970. | #define USE_TCLOO_STUBS 1
  971. | #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
  972. | #define HAVE_HIDDEN 1
  973. | #define HAVE_CAST_TO_UNION 1
  974. | #define _LARGEFILE64_SOURCE 1
  975. | /* end confdefs.h. */
  976. |
  977. | int
  978. | main ()
  979. | {
  980. | switch (0) {
  981. | case 1: case (sizeof(long long)==sizeof(long)): ;
  982. | }
  983. | ;
  984. | return 0;
  985. | }
  986. configure:8585: result: using long
  987. configure:8732: checking for build with symbols
  988. configure:8751: result: yes (standard debugging)
  989. configure:8910: checking for tclsh
  990. configure:8945: result: /usr/local/tcl/tcl-8.6.8-deb/bin/tclsh8.6
  991. configure:8956: checking whether to enable dtd support
  992. configure:8974: result: yes
  993. configure:8984: checking whether to enable namespace support
  994. configure:9002: result: yes
  995. configure:9012: checking whether to enable built-in unknown command
  996. configure:9030: result: no
  997. configure:9040: checking whether to enable tDOMs block allocator
  998. configure:9096: result: no
  999. configure:9103: checking whether to enable lower limit for XML ns declarations per document
  1000. configure:9126: result: no
  1001. configure:9131: checking which source of entropy to use
  1002. configure:9144: checking for arc4random_buf (BSD or libbsd)
  1003. configure:9159: gcc -o conftest -pipe ${CFLAGS_DEFAULT} ${CFLAGS_WARNING} ${SHLIB_CFLAGS} -Wl,--export-dynamic conftest.c >&5
  1004. gcc: error: ${CFLAGS_DEFAULT}: No such file or directory
  1005. gcc: error: ${CFLAGS_WARNING}: No such file or directory
  1006. gcc: error: ${SHLIB_CFLAGS}: No such file or directory
  1007. configure:9159: $? = 1
  1008. configure: failed program was:
  1009. | /* confdefs.h */
  1010. | #define PACKAGE_NAME "tdom"
  1011. | #define PACKAGE_TARNAME "tdom"
  1012. | #define PACKAGE_VERSION "0.9.1"
  1013. | #define PACKAGE_STRING "tdom 0.9.1"
  1014. | #define PACKAGE_BUGREPORT ""
  1015. | #define PACKAGE_URL ""
  1016. | #define BUILD_tdom /**/
  1017. | #define STDC_HEADERS 1
  1018. | #define HAVE_SYS_TYPES_H 1
  1019. | #define HAVE_SYS_STAT_H 1
  1020. | #define HAVE_STDLIB_H 1
  1021. | #define HAVE_STRING_H 1
  1022. | #define HAVE_MEMORY_H 1
  1023. | #define HAVE_STRINGS_H 1
  1024. | #define HAVE_INTTYPES_H 1
  1025. | #define HAVE_STDINT_H 1
  1026. | #define HAVE_UNISTD_H 1
  1027. | #define HAVE_LIMITS_H 1
  1028. | #define HAVE_SYS_PARAM_H 1
  1029. | #define HAVE_MEMMOVE 1
  1030. | #define HAVE_BCOPY 1
  1031. | #define XML_POOR_ENTROPY 1
  1032. | #define USE_THREAD_ALLOC 1
  1033. | #define _REENTRANT 1
  1034. | #define _THREAD_SAFE 1
  1035. | #define TCL_THREADS 1
  1036. | #define USE_TCL_STUBS 1
  1037. | #define USE_TCLOO_STUBS 1
  1038. | #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
  1039. | #define HAVE_HIDDEN 1
  1040. | #define HAVE_CAST_TO_UNION 1
  1041. | #define _LARGEFILE64_SOURCE 1
  1042. | #define TCL_WIDE_INT_IS_LONG 1
  1043. | #define USE_TCL_STUBS 1
  1044. | #define XML_DTD 1
  1045. | #define XML_NS 1
  1046. | #define TDOM_NO_UNKNOWN_CMD 1
  1047. | #define USE_NORMAL_ALLOCATOR 1
  1048. | /* end confdefs.h. */
  1049. |
  1050. | #include <stdlib.h> /* for arc4random_buf on BSD, for NULL */
  1051. | #if defined(HAVE_LIBBSD)
  1052. | # include <bsd/stdlib.h>
  1053. | #endif
  1054. | int main() {
  1055. | arc4random_buf(NULL, 0U);
  1056. | return 0;
  1057. | }
  1058. |
  1059. configure:9169: result: no
  1060. configure:9172: checking for arc4random (BSD, macOS or libbsd)
  1061. configure:9188: gcc -o conftest -pipe ${CFLAGS_DEFAULT} ${CFLAGS_WARNING} ${SHLIB_CFLAGS} -Wl,--export-dynamic conftest.c >&5
  1062. gcc: error: ${CFLAGS_DEFAULT}: No such file or directory
  1063. gcc: error: ${CFLAGS_WARNING}: No such file or directory
  1064. gcc: error: ${SHLIB_CFLAGS}: No such file or directory
  1065. configure:9188: $? = 1
  1066. configure: failed program was:
  1067. | /* confdefs.h */
  1068. | #define PACKAGE_NAME "tdom"
  1069. | #define PACKAGE_TARNAME "tdom"
  1070. | #define PACKAGE_VERSION "0.9.1"
  1071. | #define PACKAGE_STRING "tdom 0.9.1"
  1072. | #define PACKAGE_BUGREPORT ""
  1073. | #define PACKAGE_URL ""
  1074. | #define BUILD_tdom /**/
  1075. | #define STDC_HEADERS 1
  1076. | #define HAVE_SYS_TYPES_H 1
  1077. | #define HAVE_SYS_STAT_H 1
  1078. | #define HAVE_STDLIB_H 1
  1079. | #define HAVE_STRING_H 1
  1080. | #define HAVE_MEMORY_H 1
  1081. | #define HAVE_STRINGS_H 1
  1082. | #define HAVE_INTTYPES_H 1
  1083. | #define HAVE_STDINT_H 1
  1084. | #define HAVE_UNISTD_H 1
  1085. | #define HAVE_LIMITS_H 1
  1086. | #define HAVE_SYS_PARAM_H 1
  1087. | #define HAVE_MEMMOVE 1
  1088. | #define HAVE_BCOPY 1
  1089. | #define XML_POOR_ENTROPY 1
  1090. | #define USE_THREAD_ALLOC 1
  1091. | #define _REENTRANT 1
  1092. | #define _THREAD_SAFE 1
  1093. | #define TCL_THREADS 1
  1094. | #define USE_TCL_STUBS 1
  1095. | #define USE_TCLOO_STUBS 1
  1096. | #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
  1097. | #define HAVE_HIDDEN 1
  1098. | #define HAVE_CAST_TO_UNION 1
  1099. | #define _LARGEFILE64_SOURCE 1
  1100. | #define TCL_WIDE_INT_IS_LONG 1
  1101. | #define USE_TCL_STUBS 1
  1102. | #define XML_DTD 1
  1103. | #define XML_NS 1
  1104. | #define TDOM_NO_UNKNOWN_CMD 1
  1105. | #define USE_NORMAL_ALLOCATOR 1
  1106. | /* end confdefs.h. */
  1107. |
  1108. | #if defined(HAVE_LIBBSD)
  1109. | # include <bsd/stdlib.h>
  1110. | #else
  1111. | # include <stdlib.h>
  1112. | #endif
  1113. | int main() {
  1114. | arc4random();
  1115. | return 0;
  1116. | }
  1117. |
  1118. configure:9198: result: no
  1119. configure:9210: checking for getrandom (Linux 3.17+, glibc 2.25+)
  1120. configure:9222: gcc -o conftest -pipe ${CFLAGS_DEFAULT} ${CFLAGS_WARNING} ${SHLIB_CFLAGS} -Wl,--export-dynamic conftest.c >&5
  1121. gcc: error: ${CFLAGS_DEFAULT}: No such file or directory
  1122. gcc: error: ${CFLAGS_WARNING}: No such file or directory
  1123. gcc: error: ${SHLIB_CFLAGS}: No such file or directory
  1124. configure:9222: $? = 1
  1125. configure: failed program was:
  1126. | /* confdefs.h */
  1127. | #define PACKAGE_NAME "tdom"
  1128. | #define PACKAGE_TARNAME "tdom"
  1129. | #define PACKAGE_VERSION "0.9.1"
  1130. | #define PACKAGE_STRING "tdom 0.9.1"
  1131. | #define PACKAGE_BUGREPORT ""
  1132. | #define PACKAGE_URL ""
  1133. | #define BUILD_tdom /**/
  1134. | #define STDC_HEADERS 1
  1135. | #define HAVE_SYS_TYPES_H 1
  1136. | #define HAVE_SYS_STAT_H 1
  1137. | #define HAVE_STDLIB_H 1
  1138. | #define HAVE_STRING_H 1
  1139. | #define HAVE_MEMORY_H 1
  1140. | #define HAVE_STRINGS_H 1
  1141. | #define HAVE_INTTYPES_H 1
  1142. | #define HAVE_STDINT_H 1
  1143. | #define HAVE_UNISTD_H 1
  1144. | #define HAVE_LIMITS_H 1
  1145. | #define HAVE_SYS_PARAM_H 1
  1146. | #define HAVE_MEMMOVE 1
  1147. | #define HAVE_BCOPY 1
  1148. | #define XML_POOR_ENTROPY 1
  1149. | #define USE_THREAD_ALLOC 1
  1150. | #define _REENTRANT 1
  1151. | #define _THREAD_SAFE 1
  1152. | #define TCL_THREADS 1
  1153. | #define USE_TCL_STUBS 1
  1154. | #define USE_TCLOO_STUBS 1
  1155. | #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
  1156. | #define HAVE_HIDDEN 1
  1157. | #define HAVE_CAST_TO_UNION 1
  1158. | #define _LARGEFILE64_SOURCE 1
  1159. | #define TCL_WIDE_INT_IS_LONG 1
  1160. | #define USE_TCL_STUBS 1
  1161. | #define XML_DTD 1
  1162. | #define XML_NS 1
  1163. | #define TDOM_NO_UNKNOWN_CMD 1
  1164. | #define USE_NORMAL_ALLOCATOR 1
  1165. | /* end confdefs.h. */
  1166. |
  1167. | #include <stdlib.h> /* for NULL */
  1168. | #include <sys/random.h>
  1169. | int main() {
  1170. | return getrandom(NULL, 0U, 0U);
  1171. | }
  1172. |
  1173. configure:9232: result: no
  1174. configure:9235: checking for syscall SYS_getrandom (Linux 3.17+)
  1175. configure:9249: gcc -o conftest -pipe ${CFLAGS_DEFAULT} ${CFLAGS_WARNING} ${SHLIB_CFLAGS} -Wl,--export-dynamic conftest.c >&5
  1176. gcc: error: ${CFLAGS_DEFAULT}: No such file or directory
  1177. gcc: error: ${CFLAGS_WARNING}: No such file or directory
  1178. gcc: error: ${SHLIB_CFLAGS}: No such file or directory
  1179. configure:9249: $? = 1
  1180. configure: failed program was:
  1181. | /* confdefs.h */
  1182. | #define PACKAGE_NAME "tdom"
  1183. | #define PACKAGE_TARNAME "tdom"
  1184. | #define PACKAGE_VERSION "0.9.1"
  1185. | #define PACKAGE_STRING "tdom 0.9.1"
  1186. | #define PACKAGE_BUGREPORT ""
  1187. | #define PACKAGE_URL ""
  1188. | #define BUILD_tdom /**/
  1189. | #define STDC_HEADERS 1
  1190. | #define HAVE_SYS_TYPES_H 1
  1191. | #define HAVE_SYS_STAT_H 1
  1192. | #define HAVE_STDLIB_H 1
  1193. | #define HAVE_STRING_H 1
  1194. | #define HAVE_MEMORY_H 1
  1195. | #define HAVE_STRINGS_H 1
  1196. | #define HAVE_INTTYPES_H 1
  1197. | #define HAVE_STDINT_H 1
  1198. | #define HAVE_UNISTD_H 1
  1199. | #define HAVE_LIMITS_H 1
  1200. | #define HAVE_SYS_PARAM_H 1
  1201. | #define HAVE_MEMMOVE 1
  1202. | #define HAVE_BCOPY 1
  1203. | #define XML_POOR_ENTROPY 1
  1204. | #define USE_THREAD_ALLOC 1
  1205. | #define _REENTRANT 1
  1206. | #define _THREAD_SAFE 1
  1207. | #define TCL_THREADS 1
  1208. | #define USE_TCL_STUBS 1
  1209. | #define USE_TCLOO_STUBS 1
  1210. | #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
  1211. | #define HAVE_HIDDEN 1
  1212. | #define HAVE_CAST_TO_UNION 1
  1213. | #define _LARGEFILE64_SOURCE 1
  1214. | #define TCL_WIDE_INT_IS_LONG 1
  1215. | #define USE_TCL_STUBS 1
  1216. | #define XML_DTD 1
  1217. | #define XML_NS 1
  1218. | #define TDOM_NO_UNKNOWN_CMD 1
  1219. | #define USE_NORMAL_ALLOCATOR 1
  1220. | /* end confdefs.h. */
  1221. |
  1222. | #include <stdlib.h> /* for NULL */
  1223. | #include <unistd.h> /* for syscall */
  1224. | #include <sys/syscall.h> /* for SYS_getrandom */
  1225. | int main() {
  1226. | syscall(SYS_getrandom, NULL, 0, 0);
  1227. | return 0;
  1228. | }
  1229. |
  1230. configure:9259: result: no
  1231. configure:9497: creating ./config.status
  1232.  
  1233. ## ---------------------- ##
  1234. ## Running config.status. ##
  1235. ## ---------------------- ##
  1236.  
  1237. This file was extended by tdom config.status 0.9.1, which was
  1238. generated by GNU Autoconf 2.69. Invocation command line was
  1239.  
  1240. CONFIG_FILES =
  1241. CONFIG_HEADERS =
  1242. CONFIG_LINKS =
  1243. CONFIG_COMMANDS =
  1244. $ ./config.status
  1245.  
  1246. on linux-qg7d
  1247.  
  1248. config.status:810: creating Makefile
  1249. config.status:810: creating tdomConfig.sh
  1250.  
  1251. ## ---------------- ##
  1252. ## Cache variables. ##
  1253. ## ---------------- ##
  1254.  
  1255. ac_cv_c_bigendian=no
  1256. ac_cv_c_compiler_gnu=yes
  1257. ac_cv_c_tclconfig=/usr/local/tcl/tcl-8.6.8-deb/lib64
  1258. ac_cv_c_tclh=/usr/local/tcl/tcl-8.6.8-deb/include
  1259. ac_cv_env_CC_set=
  1260. ac_cv_env_CC_value=
  1261. ac_cv_env_CFLAGS_set=
  1262. ac_cv_env_CFLAGS_value=
  1263. ac_cv_env_CPPFLAGS_set=
  1264. ac_cv_env_CPPFLAGS_value=
  1265. ac_cv_env_CPP_set=
  1266. ac_cv_env_CPP_value=
  1267. ac_cv_env_LDFLAGS_set=
  1268. ac_cv_env_LDFLAGS_value=
  1269. ac_cv_env_LIBS_set=
  1270. ac_cv_env_LIBS_value=
  1271. ac_cv_env_build_alias_set=
  1272. ac_cv_env_build_alias_value=
  1273. ac_cv_env_host_alias_set=
  1274. ac_cv_env_host_alias_value=
  1275. ac_cv_env_target_alias_set=
  1276. ac_cv_env_target_alias_value=
  1277. ac_cv_func_bcopy=yes
  1278. ac_cv_func_connect=yes
  1279. ac_cv_func_gethostbyname=yes
  1280. ac_cv_func_memmove=yes
  1281. ac_cv_func_sin=no
  1282. ac_cv_header_dlfcn_h=yes
  1283. ac_cv_header_errno_h=yes
  1284. ac_cv_header_float_h=yes
  1285. ac_cv_header_inttypes_h=yes
  1286. ac_cv_header_limits_h=yes
  1287. ac_cv_header_memory_h=yes
  1288. ac_cv_header_net_errno_h=no
  1289. ac_cv_header_stdc=yes
  1290. ac_cv_header_stdint_h=yes
  1291. ac_cv_header_stdlib_h=yes
  1292. ac_cv_header_string_h=yes
  1293. ac_cv_header_strings_h=yes
  1294. ac_cv_header_sys_param_h=yes
  1295. ac_cv_header_sys_stat_h=yes
  1296. ac_cv_header_sys_types_h=yes
  1297. ac_cv_header_sys_wait_h=yes
  1298. ac_cv_header_unistd_h=yes
  1299. ac_cv_header_values_h=yes
  1300. ac_cv_lib_ieee_main=yes
  1301. ac_cv_lib_inet_main=no
  1302. ac_cv_lib_pthread_pthread_mutex_init=yes
  1303. ac_cv_objext=o
  1304. ac_cv_path_EGREP='/usr/bin/grep -E'
  1305. ac_cv_path_GREP=/usr/bin/grep
  1306. ac_cv_prog_CPP='gcc -E'
  1307. ac_cv_prog_ac_ct_AR=ar
  1308. ac_cv_prog_ac_ct_CC=gcc
  1309. ac_cv_prog_ac_ct_RANLIB=ranlib
  1310. ac_cv_prog_cc_c89=
  1311. ac_cv_prog_cc_g=yes
  1312. ac_cv_prog_make_make_set=yes
  1313. tcl_cv_cast_to_union=yes
  1314. tcl_cv_cc_pipe=yes
  1315. tcl_cv_cc_visibility_hidden=yes
  1316. tcl_cv_dirent_h=yes
  1317. tcl_cv_flag__isoc99_source=no
  1318. tcl_cv_flag__largefile64_source=yes
  1319. tcl_cv_flag__largefile_source64=no
  1320. tcl_cv_sys_version=Linux-3.4.63-2.44-desktop
  1321. tcl_cv_type_64bit=none
  1322.  
  1323. ## ----------------- ##
  1324. ## Output variables. ##
  1325. ## ----------------- ##
  1326.  
  1327. AR='ar'
  1328. CC='gcc'
  1329. CELIB_DIR=''
  1330. CFLAGS=' -pipe ${CFLAGS_DEFAULT} ${CFLAGS_WARNING} ${SHLIB_CFLAGS} '
  1331. CFLAGS_DEBUG='-g'
  1332. CFLAGS_DEFAULT='-g'
  1333. CFLAGS_OPTIMIZE='-O2 -fomit-frame-pointer'
  1334. CFLAGS_WARNING='-Wall'
  1335. CLEANFILES='pkgIndex.tcl tdom.tcl tcldomsh'
  1336. CPP='gcc -E'
  1337. CPPFLAGS=''
  1338. CYGPATH='echo'
  1339. DEFS='-DPACKAGE_NAME=\"tdom\" -DPACKAGE_TARNAME=\"tdom\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"tdom\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DBUILD_tdom=/\*\*/ -DSTDC_HEADERS=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 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DXML_POOR_ENTROPY=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DUSE_TCL_STUBS=1 -DUSE_TCLOO_STUBS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DHAVE_HIDDEN=1 -DHAVE_CAST_TO_UNION=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DXML_DTD=1 -DXML_NS=1 -DTDOM_NO_UNKNOWN_CMD=1 -DUSE_NORMAL_ALLOCATOR=1 -DXML_DEV_URANDOM=1 -DXML_POOR_ENTROPY=1'
  1340. ECHO_C=''
  1341. ECHO_N='-n'
  1342. ECHO_T=''
  1343. EGREP='/usr/bin/grep -E'
  1344. EXEEXT=''
  1345. GREP='/usr/bin/grep'
  1346. INSTALL='$(SHELL) $(srcdir)/tclconfig/install-sh -c'
  1347. INSTALL_DATA='${INSTALL} -m 644'
  1348. INSTALL_DATA_DIR='${INSTALL} -d -m 755'
  1349. INSTALL_LIBRARY='${INSTALL_DATA}'
  1350. INSTALL_PROGRAM='${INSTALL}'
  1351. INSTALL_SCRIPT='${INSTALL}'
  1352. LDFLAGS=' -Wl,--export-dynamic '
  1353. LDFLAGS_DEFAULT=' -Wl,--export-dynamic '
  1354. LD_LIBRARY_PATH_VAR='LD_LIBRARY_PATH'
  1355. LIBOBJS=''
  1356. LIBS=''
  1357. LTLIBOBJS=''
  1358. MAKE_LIB='${SHLIB_LD} -o $@ $(PKG_OBJECTS) ${SHLIB_LD_LIBS} '
  1359. MAKE_SHARED_LIB='${SHLIB_LD} -o $@ $(PKG_OBJECTS) ${SHLIB_LD_LIBS}'
  1360. MAKE_STATIC_LIB='${STLIB_LD} $@ $(PKG_OBJECTS)'
  1361. MAKE_STUB_LIB='${STLIB_LD} $@ $(PKG_STUB_OBJECTS)'
  1362. MATH_LIBS='-lieee -lm'
  1363. OBJEXT='o'
  1364. PACKAGE_BUGREPORT=''
  1365. PACKAGE_NAME='tdom'
  1366. PACKAGE_STRING='tdom 0.9.1'
  1367. PACKAGE_TARNAME='tdom'
  1368. PACKAGE_URL=''
  1369. PACKAGE_VERSION='0.9.1'
  1370. PATH_SEPARATOR=':'
  1371. PKG_BUILD_STUB_LIB_PATH='/home/rolf/hack/tdom/unix/libtdomstub0.9.1.a'
  1372. PKG_BUILD_STUB_LIB_SPEC='-L/home/rolf/hack/tdom/unix -ltdomstub0.9.1'
  1373. PKG_CFLAGS=' '
  1374. PKG_HEADERS=' generic/tdom.h'
  1375. PKG_INCLUDES=' -I../expat -I../generic'
  1376. PKG_LIBS=''
  1377. PKG_LIB_FILE='libtdom0.9.1.so'
  1378. PKG_OBJECTS=' xmlrole.o xmltok.o xmlparse.o loadlibrary.o xmlsimple.o dom.o domhtml.o domhtml5.o domjson.o domxpath.o domxslt.o domlock.o tcldom.o nodecmd.o tdominit.o tclexpat.o tclpull.o tdomStubInit.o'
  1379. PKG_SOURCES=' expat/xmlrole.c expat/xmltok.c expat/xmlparse.c expat/loadlibrary.c generic/xmlsimple.c generic/dom.c generic/domhtml.c generic/domhtml5.c generic/domjson.c generic/domxpath.c generic/domxslt.c generic/domlock.c generic/tcldom.c generic/nodecmd.c generic/tdominit.c generic/tclexpat.c generic/tclpull.c generic/tdomStubInit.c'
  1380. PKG_STUB_LIB_FILE='libtdomstub0.9.1.a'
  1381. PKG_STUB_LIB_PATH='/usr/local/tcl/tcl-8.6.8-deb/lib64/tdom0.9.1/libtdomstub0.9.1.a'
  1382. PKG_STUB_LIB_SPEC='-L/usr/local/tcl/tcl-8.6.8-deb/lib64/tdom0.9.1 -ltdomstub0.9.1'
  1383. PKG_STUB_OBJECTS=' tdomStubLib.o'
  1384. PKG_STUB_SOURCES=' generic/tdomStubLib.c'
  1385. PKG_TCL_SOURCES=' lib/tdom.tcl'
  1386. RANLIB=':'
  1387. RANLIB_STUB='ranlib'
  1388. RC=''
  1389. SET_MAKE=''
  1390. SHARED_BUILD='1'
  1391. SHELL='/bin/sh'
  1392. SHLIB_CFLAGS='-fPIC'
  1393. SHLIB_LD='${CC} -shared ${CFLAGS} ${LDFLAGS_DEFAULT}'
  1394. SHLIB_LD_LIBS='${LIBS} -L/usr/local/tcl/tcl-8.6.8-deb/lib64 -ltclstub8.6'
  1395. STLIB_LD='${AR} cr'
  1396. STUBS_BUILD='1'
  1397. TCLSH_PROG='/usr/local/tcl/tcl-8.6.8-deb/bin/tclsh8.6'
  1398. TCL_BIN_DIR='/usr/local/tcl/tcl-8.6.8-deb/lib64'
  1399. TCL_DBGX=''
  1400. TCL_DEFS='-DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=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 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DTCL_THREADS=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DHAVE_ZLIB=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DHAVE_HIDDEN=1 -DHAVE_CAST_TO_UNION=1 -DTCL_SHLIB_EXT=\".so\" -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_MKSTEMP=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GETADDRINFO=1 -DHAVE_FREEADDRINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_STRUCT_ADDRINFO=1 -DHAVE_STRUCT_IN6_ADDR=1 -DHAVE_STRUCT_SOCKADDR_IN6=1 -DHAVE_STRUCT_SOCKADDR_STORAGE=1 -DHAVE_GETPWUID_R_5=1 -DHAVE_GETPWUID_R=1 -DHAVE_GETPWNAM_R_5=1 -DHAVE_GETPWNAM_R=1 -DHAVE_GETGRGID_R_5=1 -DHAVE_GETGRGID_R=1 -DHAVE_GETGRNAM_R_5=1 -DHAVE_GETGRNAM_R=1 -DHAVE_GETHOSTBYNAME_R_6=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETHOSTBYADDR_R_8=1 -DHAVE_GETHOSTBYADDR_R=1 -DHAVE_TERMIOS_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_MKSTEMPS=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1 -DHAVE_CPUID=1 '
  1401. TCL_EXTRA_CFLAGS=' -pipe '
  1402. TCL_INCLUDES='-I"/usr/local/tcl/tcl-8.6.8-deb/include"'
  1403. TCL_LD_FLAGS=' -Wl,--export-dynamic '
  1404. TCL_LIBS='${DL_LIBS} ${LIBS} ${MATH_LIBS}'
  1405. TCL_LIB_FILE='libtcl8.6.so'
  1406. TCL_LIB_FLAG='-ltcl8.6'
  1407. TCL_LIB_SPEC='-L/usr/local/tcl/tcl-8.6.8-deb/lib64 -ltcl8.6'
  1408. TCL_PATCH_LEVEL='.8'
  1409. TCL_SHLIB_LD_LIBS='${LIBS}'
  1410. TCL_SRC_DIR='/home/rolf/tcltk/core/tcl-head'
  1411. TCL_STUB_LIB_FILE='libtclstub8.6.a'
  1412. TCL_STUB_LIB_FLAG='-ltclstub8.6'
  1413. TCL_STUB_LIB_SPEC='-L/usr/local/tcl/tcl-8.6.8-deb/lib64 -ltclstub8.6'
  1414. TCL_THREADS='1'
  1415. TCL_VERSION='8.6'
  1416. TDOMSHELL='tcldomsh'
  1417. TDOM_LD_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'
  1418. VC_MANIFEST_EMBED_DLL=''
  1419. VC_MANIFEST_EMBED_EXE=''
  1420. ac_ct_CC='gcc'
  1421. bindir='${exec_prefix}/bin'
  1422. build_alias=''
  1423. datadir='${datarootdir}'
  1424. datarootdir='${prefix}/share'
  1425. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1426. dvidir='${docdir}'
  1427. exec_prefix='/usr/local/tcl/tcl-8.6.8-deb'
  1428. host_alias=''
  1429. htmldir='${docdir}'
  1430. includedir='${prefix}/include'
  1431. infodir='${datarootdir}/info'
  1432. libdir='${exec_prefix}/lib64'
  1433. libexecdir='${exec_prefix}/lib'
  1434. localedir='${datarootdir}/locale'
  1435. localstatedir='${prefix}/var'
  1436. mandir='${datarootdir}/man'
  1437. oldincludedir='/usr/include'
  1438. pdfdir='${docdir}'
  1439. prefix='/usr/local/tcl/tcl-8.6.8-deb'
  1440. program_transform_name='s,x,x,'
  1441. psdir='${docdir}'
  1442. sbindir='${exec_prefix}/sbin'
  1443. sharedstatedir='${prefix}/com'
  1444. sysconfdir='${prefix}/etc'
  1445. target_alias=''
  1446.  
  1447. ## ----------- ##
  1448. ## confdefs.h. ##
  1449. ## ----------- ##
  1450.  
  1451. /* confdefs.h */
  1452. #define PACKAGE_NAME "tdom"
  1453. #define PACKAGE_TARNAME "tdom"
  1454. #define PACKAGE_VERSION "0.9.1"
  1455. #define PACKAGE_STRING "tdom 0.9.1"
  1456. #define PACKAGE_BUGREPORT ""
  1457. #define PACKAGE_URL ""
  1458. #define BUILD_tdom /**/
  1459. #define STDC_HEADERS 1
  1460. #define HAVE_SYS_TYPES_H 1
  1461. #define HAVE_SYS_STAT_H 1
  1462. #define HAVE_STDLIB_H 1
  1463. #define HAVE_STRING_H 1
  1464. #define HAVE_MEMORY_H 1
  1465. #define HAVE_STRINGS_H 1
  1466. #define HAVE_INTTYPES_H 1
  1467. #define HAVE_STDINT_H 1
  1468. #define HAVE_UNISTD_H 1
  1469. #define HAVE_LIMITS_H 1
  1470. #define HAVE_SYS_PARAM_H 1
  1471. #define HAVE_MEMMOVE 1
  1472. #define HAVE_BCOPY 1
  1473. #define XML_POOR_ENTROPY 1
  1474. #define USE_THREAD_ALLOC 1
  1475. #define _REENTRANT 1
  1476. #define _THREAD_SAFE 1
  1477. #define TCL_THREADS 1
  1478. #define USE_TCL_STUBS 1
  1479. #define USE_TCLOO_STUBS 1
  1480. #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
  1481. #define HAVE_HIDDEN 1
  1482. #define HAVE_CAST_TO_UNION 1
  1483. #define _LARGEFILE64_SOURCE 1
  1484. #define TCL_WIDE_INT_IS_LONG 1
  1485. #define USE_TCL_STUBS 1
  1486. #define XML_DTD 1
  1487. #define XML_NS 1
  1488. #define TDOM_NO_UNKNOWN_CMD 1
  1489. #define USE_NORMAL_ALLOCATOR 1
  1490. #define XML_DEV_URANDOM 1
  1491. #define XML_POOR_ENTROPY 1
  1492.  
  1493. configure: exit 0
  1494.