Posted to tcl by de at Thu May 17 22:39:30 GMT 2018view pretty

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by tdom configure 0.9.1, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ../configure --with-tcl=/usr/local/tcl/tcl-8.6.8-deb/lib64/ --enable-symbols

## --------- ##
## Platform. ##
## --------- ##

hostname = linux-qg7d
uname -m = x86_64
uname -r = 3.4.63-2.44-desktop
uname -s = Linux
uname -v = #1 SMP PREEMPT Wed Oct 2 11:18:32 UTC 2013 (d91a619)

/usr/bin/uname -p = x86_64
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/rolf/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/X11R6/bin
PATH: /usr/games
PATH: /home/rolf/hack/mingw-w64-3.6.4/mingw-w64-i686/bin
PATH: /home/rolf/hack/mingw-w64-3.6.4/mingw-w64-x86_64/bin
PATH: /home/rolf/hack/mingw-w64-3.6.4/mingw-w64-i686/bin
PATH: /home/rolf/hack/mingw-w64-3.6.4/mingw-w64-x86_64/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2103: loading site script /usr/share/site/x86_64-unknown-linux-gnu
| #!/bin/sh
| # Site script for configure. It is resourced via $CONFIG_SITE environment varaible.
| 
| # If user did not specify libdir, guess the correct target:
| # Use lib64 for 64 bit bi-arch targets, keep the default for the rest.
| if test "$libdir" = '${exec_prefix}/lib' ; then
| 
| 	ac_config_site_64bit_host=NONE
| 
| 	case "$host" in
| 	"" )
| 		# User did not specify host target.
| 		# The native platform x86_64 is a bi-arch platform.
| 		# Try to detect cross-compilation to inferior architecture.
| 
| 		# We are trying to guess 32-bit target compilation. It's not as easy as
| 		# it sounds, as there is possible several intermediate combinations.
| 		ac_config_site_cross_to_32bit_host=NONE
| 
| 		# User defined -m32 in CFLAGS or CXXFLAGS:
| 		# (It's sufficient for 32-bit, but alone may cause mis-behavior of some checks.)
| 		case "$CFLAGS" in
| 		*-m32*)
| 			ac_config_site_cross_to_32bit_host=YES
| 			;;
| 		esac
| 		case "$CXXFLAGS" in
| 		*-m32*)
| 			ac_config_site_cross_to_32bit_host=YES
| 			;;
| 		esac
| 
| 		# Running with linux32:
| 		# (Changes detected platform, but not the toolchain target.)
| 		case "`/bin/uname -i`" in
| 		x86_64 | ppc64 | s390x )
| 			;;
| 		* )
| 			ac_config_site_cross_to_32bit_host=YES
| 			;;
| 		esac
| 
| 		if test "x$ac_config_site_cross_to_32bit_host" = xNONE; then
| 			ac_config_site_64bit_host=YES
| 		fi
| 
| 		;;
| 	*x86_64* | *ppc64* | *s390x* )
| 		ac_config_site_64bit_host=YES
| 		;;
| 	esac
| 
| 	if test "x$ac_config_site_64bit_host" = xYES; then
| 		libdir='${exec_prefix}/lib64'
| 	fi
| fi
| 
| # If user did not specify libexecdir, set the correct target:
| # Nor FHS nor openSUSE allow prefix/libexec. Let's default to prefix/lib.
| 
| if test "$libexecdir" = '${exec_prefix}/libexec' ; then
| 	libexecdir='${exec_prefix}/lib'
| fi
| 
| # Continue with the standard behavior of configure defined in AC_SITE_LOAD:
| if test "x$prefix" != xNONE; then
| 	ac_site_file1=$prefix/share/config.site
| 	ac_site_file2=$prefix/etc/config.site
| else
| 	ac_site_file1=$ac_default_prefix/share/config.site
| 	ac_site_file2=$ac_default_prefix/etc/config.site
| fi
| for ac_site_file in "$ac_site_file1" "$ac_site_file2"
| do
| 	test "x$ac_site_file" = xNONE && continue
| 	if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
| 		{ $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
| $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: loading site script $ac_site_file" >&6;}
| 		sed 's/^/| /' "$ac_site_file" >&5
| 		. "$ac_site_file" \
| 			|| { { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
| $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: error: in \`$ac_pwd':" >&2;}
| as_fn_error $? "failed to load site script $ac_site_file
| See \`config.log' for more details" "$LINENO" 5; }
| 	fi
| done
configure:2211: checking for correct TEA configuration
configure:2224: result: ok (TEA 3.10)
configure:2306: configuring tdom 0.9.1
configure:2379: checking for Tcl configuration
configure:2505: result: found /usr/local/tcl/tcl-8.6.8-deb/lib64/tclConfig.sh
configure:2558: checking for gcc
configure:2574: found /usr/bin/gcc
configure:2585: result: gcc
configure:2814: checking for C compiler version
configure:2823: gcc --version >&5
gcc (SUSE Linux) 4.7.1 20120723 [gcc-4_7-branch revision 189773]
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2834: $? = 0
configure:2823: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.7/lto-wrapper
Target: x86_64-suse-linux
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
Thread model: posix
gcc version 4.7.1 20120723 [gcc-4_7-branch revision 189773] (SUSE Linux) 
configure:2834: $? = 0
configure:2823: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2834: $? = 1
configure:2823: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:2834: $? = 1
configure:2854: checking whether the C compiler works
configure:2876: gcc    conftest.c  >&5
configure:2880: $? = 0
configure:2928: result: yes
configure:2931: checking for C compiler default output file name
configure:2933: result: a.out
configure:2939: checking for suffix of executables
configure:2946: gcc -o conftest    conftest.c  >&5
configure:2950: $? = 0
configure:2972: result: 
configure:2994: checking whether we are cross compiling
configure:3002: gcc -o conftest    conftest.c  >&5
configure:3006: $? = 0
configure:3013: ./conftest
configure:3017: $? = 0
configure:3032: result: no
configure:3037: checking for suffix of object files
configure:3059: gcc -c   conftest.c >&5
configure:3063: $? = 0
configure:3084: result: o
configure:3088: checking whether we are using the GNU C compiler
configure:3107: gcc -c   conftest.c >&5
configure:3107: $? = 0
configure:3116: result: yes
configure:3125: checking whether gcc accepts -g
configure:3145: gcc -c -g  conftest.c >&5
configure:3145: $? = 0
configure:3186: result: yes
configure:3203: checking for gcc option to accept ISO C89
configure:3266: gcc  -c   conftest.c >&5
configure:3266: $? = 0
configure:3279: result: none needed
configure:3301: checking for existence of /usr/local/tcl/tcl-8.6.8-deb/lib64/tclConfig.sh
configure:3305: result: loading
configure:3369: checking platform
configure:3387: gcc -c   conftest.c >&5
configure:3387: $? = 0
configure:3437: result: unix
configure:3478: --prefix defaulting to TCL_PREFIX /usr/local/tcl/tcl-8.6.8-deb
configure:3490: --exec-prefix defaulting to TCL_EXEC_PREFIX /usr/local/tcl/tcl-8.6.8-deb
configure:3560: checking for gcc
configure:3587: result: gcc
configure:3816: checking for C compiler version
configure:3825: gcc --version >&5
gcc (SUSE Linux) 4.7.1 20120723 [gcc-4_7-branch revision 189773]
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3836: $? = 0
configure:3825: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.7/lto-wrapper
Target: x86_64-suse-linux
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
Thread model: posix
gcc version 4.7.1 20120723 [gcc-4_7-branch revision 189773] (SUSE Linux) 
configure:3836: $? = 0
configure:3825: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3836: $? = 1
configure:3825: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3836: $? = 1
configure:3840: checking whether we are using the GNU C compiler
configure:3868: result: yes
configure:3877: checking whether gcc accepts -g
configure:3938: result: yes
configure:3955: checking for gcc option to accept ISO C89
configure:4031: result: none needed
configure:4056: checking how to run the C preprocessor
configure:4087: gcc -E  conftest.c
configure:4087: $? = 0
configure:4101: gcc -E  conftest.c
conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4101: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tdom"
| #define PACKAGE_TARNAME "tdom"
| #define PACKAGE_VERSION "0.9.1"
| #define PACKAGE_STRING "tdom 0.9.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define BUILD_tdom /**/
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4126: result: gcc -E
configure:4146: gcc -E  conftest.c
configure:4146: $? = 0
configure:4160: gcc -E  conftest.c
conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4160: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tdom"
| #define PACKAGE_TARNAME "tdom"
| #define PACKAGE_VERSION "0.9.1"
| #define PACKAGE_STRING "tdom 0.9.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define BUILD_tdom /**/
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4207: checking whether make sets $(MAKE)
configure:4229: result: yes
configure:4286: checking for ranlib
configure:4302: found /usr/bin/ranlib
configure:4313: result: ranlib
configure:4344: checking for grep that handles long lines and -e
configure:4402: result: /usr/bin/grep
configure:4407: checking for egrep
configure:4469: result: /usr/bin/grep -E
configure:4474: checking for ANSI C header files
configure:4494: gcc -c   conftest.c >&5
configure:4494: $? = 0
configure:4567: gcc -o conftest    conftest.c  >&5
configure:4567: $? = 0
configure:4567: ./conftest
configure:4567: $? = 0
configure:4578: result: yes
configure:4591: checking for sys/types.h
configure:4591: gcc -c   conftest.c >&5
configure:4591: $? = 0
configure:4591: result: yes
configure:4591: checking for sys/stat.h
configure:4591: gcc -c   conftest.c >&5
configure:4591: $? = 0
configure:4591: result: yes
configure:4591: checking for stdlib.h
configure:4591: gcc -c   conftest.c >&5
configure:4591: $? = 0
configure:4591: result: yes
configure:4591: checking for string.h
configure:4591: gcc -c   conftest.c >&5
configure:4591: $? = 0
configure:4591: result: yes
configure:4591: checking for memory.h
configure:4591: gcc -c   conftest.c >&5
configure:4591: $? = 0
configure:4591: result: yes
configure:4591: checking for strings.h
configure:4591: gcc -c   conftest.c >&5
configure:4591: $? = 0
configure:4591: result: yes
configure:4591: checking for inttypes.h
configure:4591: gcc -c   conftest.c >&5
configure:4591: $? = 0
configure:4591: result: yes
configure:4591: checking for stdint.h
configure:4591: gcc -c   conftest.c >&5
configure:4591: $? = 0
configure:4591: result: yes
configure:4591: checking for unistd.h
configure:4591: gcc -c   conftest.c >&5
configure:4591: $? = 0
configure:4591: result: yes
configure:4613: checking if the compiler understands -pipe
configure:4631: gcc -c  -pipe  conftest.c >&5
configure:4631: $? = 0
configure:4639: result: yes
configure:4650: checking whether byte ordering is bigendian
configure:4665: gcc -c  -pipe  conftest.c >&5
conftest.c:21:9: error: unknown type name 'not'
conftest.c:21:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
conftest.c:21:15: error: unknown type name 'universal'
configure:4665: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tdom"
| #define PACKAGE_TARNAME "tdom"
| #define PACKAGE_VERSION "0.9.1"
| #define PACKAGE_STRING "tdom 0.9.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define BUILD_tdom /**/
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
| 	       not a universal capable compiler
| 	     #endif
| 	     typedef int dummy;
| 
configure:4710: gcc -c  -pipe  conftest.c >&5
configure:4710: $? = 0
configure:4728: gcc -c  -pipe  conftest.c >&5
conftest.c: In function 'main':
conftest.c:27:4: error: unknown type name 'not'
conftest.c:27:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
configure:4728: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tdom"
| #define PACKAGE_TARNAME "tdom"
| #define PACKAGE_VERSION "0.9.1"
| #define PACKAGE_STRING "tdom 0.9.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define BUILD_tdom /**/
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| 		#include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| 		 not big endian
| 		#endif
| 
|   ;
|   return 0;
| }
configure:4856: result: no
configure:4883: checking for sin
configure:4883: gcc -o conftest  -pipe   conftest.c  >&5
conftest.c:43:6: warning: conflicting types for built-in function 'sin' [enabled by default]
/tmp/ccpPQVRE.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `sin'
collect2: error: ld returned 1 exit status
configure:4883: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tdom"
| #define PACKAGE_TARNAME "tdom"
| #define PACKAGE_VERSION "0.9.1"
| #define PACKAGE_STRING "tdom 0.9.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define BUILD_tdom /**/
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| /* Define sin to an innocuous variant, in case <limits.h> declares sin.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define sin innocuous_sin
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char sin (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef sin
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sin ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_sin || defined __stub___sin
| choke me
| #endif
| 
| int
| main ()
| {
| return sin ();
|   ;
|   return 0;
| }
configure:4883: result: no
configure:4890: checking for main in -lieee
configure:4909: gcc -o conftest  -pipe   conftest.c -lieee   >&5
configure:4909: $? = 0
configure:4918: result: yes
configure:4930: checking for main in -linet
configure:4949: gcc -o conftest  -pipe   conftest.c -linet   >&5
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/bin/ld: cannot find -linet
collect2: error: ld returned 1 exit status
configure:4949: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tdom"
| #define PACKAGE_TARNAME "tdom"
| #define PACKAGE_VERSION "0.9.1"
| #define PACKAGE_STRING "tdom 0.9.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define BUILD_tdom /**/
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| return main ();
|   ;
|   return 0;
| }
configure:4958: result: no
configure:4964: checking net/errno.h usability
configure:4964: gcc -c  -pipe  conftest.c >&5
conftest.c:53:23: fatal error: net/errno.h: No such file or directory
compilation terminated.
configure:4964: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tdom"
| #define PACKAGE_TARNAME "tdom"
| #define PACKAGE_VERSION "0.9.1"
| #define PACKAGE_STRING "tdom 0.9.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define BUILD_tdom /**/
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <net/errno.h>
configure:4964: result: no
configure:4964: checking net/errno.h presence
configure:4964: gcc -E  conftest.c
conftest.c:20:23: fatal error: net/errno.h: No such file or directory
compilation terminated.
configure:4964: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tdom"
| #define PACKAGE_TARNAME "tdom"
| #define PACKAGE_VERSION "0.9.1"
| #define PACKAGE_STRING "tdom 0.9.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define BUILD_tdom /**/
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <net/errno.h>
configure:4964: result: no
configure:4964: checking for net/errno.h
configure:4964: result: no
configure:4993: checking for connect
configure:4993: gcc -o conftest  -pipe   conftest.c  >&5
configure:4993: $? = 0
configure:4993: result: yes
configure:5061: checking for gethostbyname
configure:5061: gcc -o conftest  -pipe   conftest.c  >&5
configure:5061: $? = 0
configure:5061: result: yes
configure:5116: checking dirent.h
configure:5152: gcc -o conftest  -pipe   conftest.c  >&5
configure:5152: $? = 0
configure:5160: result: yes
configure:5170: checking errno.h usability
configure:5170: gcc -c  -pipe  conftest.c >&5
configure:5170: $? = 0
configure:5170: result: yes
configure:5170: checking errno.h presence
configure:5170: gcc -E  conftest.c
configure:5170: $? = 0
configure:5170: result: yes
configure:5170: checking for errno.h
configure:5170: result: yes
configure:5180: checking float.h usability
configure:5180: gcc -c  -pipe  conftest.c >&5
configure:5180: $? = 0
configure:5180: result: yes
configure:5180: checking float.h presence
configure:5180: gcc -E  conftest.c
configure:5180: $? = 0
configure:5180: result: yes
configure:5180: checking for float.h
configure:5180: result: yes
configure:5190: checking values.h usability
configure:5190: gcc -c  -pipe  conftest.c >&5
configure:5190: $? = 0
configure:5190: result: yes
configure:5190: checking values.h presence
configure:5190: gcc -E  conftest.c
configure:5190: $? = 0
configure:5190: result: yes
configure:5190: checking for values.h
configure:5190: result: yes
configure:5200: checking limits.h usability
configure:5200: gcc -c  -pipe  conftest.c >&5
configure:5200: $? = 0
configure:5200: result: yes
configure:5200: checking limits.h presence
configure:5200: gcc -E  conftest.c
configure:5200: $? = 0
configure:5200: result: yes
configure:5200: checking for limits.h
configure:5200: result: yes
configure:5212: checking for stdlib.h
configure:5212: result: yes
configure:5264: checking for string.h
configure:5264: result: yes
configure:5308: checking sys/wait.h usability
configure:5308: gcc -c  -pipe  conftest.c >&5
configure:5308: $? = 0
configure:5308: result: yes
configure:5308: checking sys/wait.h presence
configure:5308: gcc -E  conftest.c
configure:5308: $? = 0
configure:5308: result: yes
configure:5308: checking for sys/wait.h
configure:5308: result: yes
configure:5318: checking dlfcn.h usability
configure:5318: gcc -c  -pipe  conftest.c >&5
configure:5318: $? = 0
configure:5318: result: yes
configure:5318: checking dlfcn.h presence
configure:5318: gcc -E  conftest.c
configure:5318: $? = 0
configure:5318: result: yes
configure:5318: checking for dlfcn.h
configure:5318: result: yes
configure:5332: checking sys/param.h usability
configure:5332: gcc -c  -pipe  conftest.c >&5
configure:5332: $? = 0
configure:5332: result: yes
configure:5332: checking sys/param.h presence
configure:5332: gcc -E  conftest.c
configure:5332: $? = 0
configure:5332: result: yes
configure:5332: checking for sys/param.h
configure:5332: result: yes
configure:5357: checking for memmove
configure:5357: gcc -o conftest  -pipe   conftest.c  >&5
conftest.c:45:6: warning: conflicting types for built-in function 'memmove' [enabled by default]
configure:5357: $? = 0
configure:5357: result: yes
configure:5357: checking for bcopy
configure:5357: gcc -o conftest  -pipe   conftest.c  >&5
conftest.c:46:6: warning: conflicting types for built-in function 'bcopy' [enabled by default]
configure:5357: $? = 0
configure:5357: result: yes
configure:5372: checking for AOLserver configuration
configure:5396: result: none found
configure:5421: checking for expat
configure:5457: result: Using bundled expat distribution
configure:5536: checking whether to enable support for HTML5 parsing (using gumbo)
configure:5569: result: no
configure:5734: checking for Tcl public headers
configure:5805: result: /usr/local/tcl/tcl-8.6.8-deb/include
configure:5866: checking for pthread_mutex_init in -lpthread
configure:5891: gcc -o conftest  -pipe   conftest.c -lpthread   >&5
configure:5891: $? = 0
configure:5900: result: yes
configure:6109: checking for building with threads
configure:6115: result: yes (default)
configure:6156: checking how to build libraries
configure:6190: result: shared
configure:6274: checking for ranlib
configure:6301: result: ranlib
configure:6328: checking if 64bit support is requested
configure:6337: result: no
configure:6342: checking if 64bit Sparc VIS support is requested
configure:6351: result: no
configure:6361: checking if compiler supports visibility "hidden"
configure:6381: gcc -o conftest  -pipe -Werror   conftest.c  >&5
configure:6381: $? = 0
configure:6390: result: yes
configure:6405: checking if rpath support is requested
configure:6414: result: yes
configure:6439: checking system version
configure:6462: result: Linux-3.4.63-2.44-desktop
configure:6542: checking for ar
configure:6558: found /usr/bin/ar
configure:6569: result: ar
configure:8331: checking for cast to union support
configure:8350: gcc -c  -pipe  conftest.c >&5
configure:8350: $? = 0
configure:8358: result: yes
configure:8381: checking for required early compiler flags
configure:8399: gcc -c  -pipe  conftest.c >&5
configure:8399: $? = 0
configure:8446: gcc -c  -pipe  conftest.c >&5
conftest.c: In function 'main':
conftest.c:38:15: error: storage size of 'buf' isn't known
configure:8446: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tdom"
| #define PACKAGE_TARNAME "tdom"
| #define PACKAGE_VERSION "0.9.1"
| #define PACKAGE_STRING "tdom 0.9.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define BUILD_tdom /**/
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_MEMMOVE 1
| #define HAVE_BCOPY 1
| #define XML_POOR_ENTROPY 1
| #define USE_THREAD_ALLOC 1
| #define _REENTRANT 1
| #define _THREAD_SAFE 1
| #define TCL_THREADS 1
| #define USE_TCL_STUBS 1
| #define USE_TCLOO_STUBS 1
| #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
| #define HAVE_HIDDEN 1
| #define HAVE_CAST_TO_UNION 1
| /* end confdefs.h.  */
| #include <sys/stat.h>
| int
| main ()
| {
| struct stat64 buf; int i = stat64("/", &buf);
|   ;
|   return 0;
| }
configure:8461: gcc -c  -pipe  conftest.c >&5
configure:8461: $? = 0
configure:8493: gcc -c  -pipe  conftest.c >&5
conftest.c: In function 'main':
conftest.c:39:19: error: 'open64' undeclared (first use in this function)
conftest.c:39:19: note: each undeclared identifier is reported only once for each function it appears in
configure:8493: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tdom"
| #define PACKAGE_TARNAME "tdom"
| #define PACKAGE_VERSION "0.9.1"
| #define PACKAGE_STRING "tdom 0.9.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define BUILD_tdom /**/
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_MEMMOVE 1
| #define HAVE_BCOPY 1
| #define XML_POOR_ENTROPY 1
| #define USE_THREAD_ALLOC 1
| #define _REENTRANT 1
| #define _THREAD_SAFE 1
| #define TCL_THREADS 1
| #define USE_TCL_STUBS 1
| #define USE_TCLOO_STUBS 1
| #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
| #define HAVE_HIDDEN 1
| #define HAVE_CAST_TO_UNION 1
| #define _LARGEFILE64_SOURCE 1
| /* end confdefs.h.  */
| #include <sys/stat.h>
| int
| main ()
| {
| char *p = (char *)open64;
|   ;
|   return 0;
| }
configure:8508: gcc -c  -pipe  conftest.c >&5
conftest.c: In function 'main':
conftest.c:40:19: error: 'open64' undeclared (first use in this function)
conftest.c:40:19: note: each undeclared identifier is reported only once for each function it appears in
configure:8508: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tdom"
| #define PACKAGE_TARNAME "tdom"
| #define PACKAGE_VERSION "0.9.1"
| #define PACKAGE_STRING "tdom 0.9.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define BUILD_tdom /**/
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_MEMMOVE 1
| #define HAVE_BCOPY 1
| #define XML_POOR_ENTROPY 1
| #define USE_THREAD_ALLOC 1
| #define _REENTRANT 1
| #define _THREAD_SAFE 1
| #define TCL_THREADS 1
| #define USE_TCL_STUBS 1
| #define USE_TCLOO_STUBS 1
| #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
| #define HAVE_HIDDEN 1
| #define HAVE_CAST_TO_UNION 1
| #define _LARGEFILE64_SOURCE 1
| /* end confdefs.h.  */
| #define _LARGEFILE_SOURCE64 1
| #include <sys/stat.h>
| int
| main ()
| {
| char *p = (char *)open64;
|   ;
|   return 0;
| }
configure:8529: result:  _LARGEFILE64_SOURCE
configure:8534: checking for 64-bit integer type
configure:8553: gcc -c  -pipe  conftest.c >&5
conftest.c: In function 'main':
conftest.c:39:1: error: unknown type name '__int64'
conftest.c:39:18: error: '__int64' undeclared (first use in this function)
conftest.c:39:18: note: each undeclared identifier is reported only once for each function it appears in
conftest.c:39:27: error: expected ',' or ';' before numeric constant
configure:8553: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tdom"
| #define PACKAGE_TARNAME "tdom"
| #define PACKAGE_VERSION "0.9.1"
| #define PACKAGE_STRING "tdom 0.9.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define BUILD_tdom /**/
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_MEMMOVE 1
| #define HAVE_BCOPY 1
| #define XML_POOR_ENTROPY 1
| #define USE_THREAD_ALLOC 1
| #define _REENTRANT 1
| #define _THREAD_SAFE 1
| #define TCL_THREADS 1
| #define USE_TCL_STUBS 1
| #define USE_TCLOO_STUBS 1
| #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
| #define HAVE_HIDDEN 1
| #define HAVE_CAST_TO_UNION 1
| #define _LARGEFILE64_SOURCE 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| __int64 value = (__int64) 0;
|   ;
|   return 0;
| }
configure:8575: gcc -c  -pipe  conftest.c >&5
conftest.c: In function 'main':
conftest.c:40:21: error: duplicate case value
conftest.c:40:13: error: previously used here
configure:8575: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tdom"
| #define PACKAGE_TARNAME "tdom"
| #define PACKAGE_VERSION "0.9.1"
| #define PACKAGE_STRING "tdom 0.9.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define BUILD_tdom /**/
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_MEMMOVE 1
| #define HAVE_BCOPY 1
| #define XML_POOR_ENTROPY 1
| #define USE_THREAD_ALLOC 1
| #define _REENTRANT 1
| #define _THREAD_SAFE 1
| #define TCL_THREADS 1
| #define USE_TCL_STUBS 1
| #define USE_TCLOO_STUBS 1
| #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
| #define HAVE_HIDDEN 1
| #define HAVE_CAST_TO_UNION 1
| #define _LARGEFILE64_SOURCE 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| switch (0) {
|             case 1: case (sizeof(long long)==sizeof(long)): ;
|         }
|   ;
|   return 0;
| }
configure:8585: result: using long
configure:8732: checking for build with symbols
configure:8751: result: yes (standard debugging)
configure:8910: checking for tclsh
configure:8945: result: /usr/local/tcl/tcl-8.6.8-deb/bin/tclsh8.6
configure:8956: checking whether to enable dtd support
configure:8974: result: yes
configure:8984: checking whether to enable namespace support
configure:9002: result: yes
configure:9012: checking whether to enable built-in unknown command
configure:9030: result: no
configure:9040: checking whether to enable tDOMs block allocator
configure:9096: result: no
configure:9103: checking whether to enable lower limit for XML ns declarations per document
configure:9126: result: no
configure:9131: checking which source of entropy to use
configure:9144: checking for arc4random_buf (BSD or libbsd)
configure:9159: gcc -o conftest  -pipe ${CFLAGS_DEFAULT} ${CFLAGS_WARNING} ${SHLIB_CFLAGS}   -Wl,--export-dynamic  conftest.c  >&5
gcc: error: ${CFLAGS_DEFAULT}: No such file or directory
gcc: error: ${CFLAGS_WARNING}: No such file or directory
gcc: error: ${SHLIB_CFLAGS}: No such file or directory
configure:9159: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tdom"
| #define PACKAGE_TARNAME "tdom"
| #define PACKAGE_VERSION "0.9.1"
| #define PACKAGE_STRING "tdom 0.9.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define BUILD_tdom /**/
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_MEMMOVE 1
| #define HAVE_BCOPY 1
| #define XML_POOR_ENTROPY 1
| #define USE_THREAD_ALLOC 1
| #define _REENTRANT 1
| #define _THREAD_SAFE 1
| #define TCL_THREADS 1
| #define USE_TCL_STUBS 1
| #define USE_TCLOO_STUBS 1
| #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
| #define HAVE_HIDDEN 1
| #define HAVE_CAST_TO_UNION 1
| #define _LARGEFILE64_SOURCE 1
| #define TCL_WIDE_INT_IS_LONG 1
| #define USE_TCL_STUBS 1
| #define XML_DTD 1
| #define XML_NS 1
| #define TDOM_NO_UNKNOWN_CMD 1
| #define USE_NORMAL_ALLOCATOR 1
| /* end confdefs.h.  */
| 
|                   #include <stdlib.h>  /* for arc4random_buf on BSD, for NULL */
|                   #if defined(HAVE_LIBBSD)
|                   # include <bsd/stdlib.h>
|                   #endif
|                   int main() {
|                     arc4random_buf(NULL, 0U);
|                     return 0;
|                   }
| 
configure:9169: result: no
configure:9172: checking for arc4random (BSD, macOS or libbsd)
configure:9188: gcc -o conftest  -pipe ${CFLAGS_DEFAULT} ${CFLAGS_WARNING} ${SHLIB_CFLAGS}   -Wl,--export-dynamic  conftest.c  >&5
gcc: error: ${CFLAGS_DEFAULT}: No such file or directory
gcc: error: ${CFLAGS_WARNING}: No such file or directory
gcc: error: ${SHLIB_CFLAGS}: No such file or directory
configure:9188: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tdom"
| #define PACKAGE_TARNAME "tdom"
| #define PACKAGE_VERSION "0.9.1"
| #define PACKAGE_STRING "tdom 0.9.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define BUILD_tdom /**/
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_MEMMOVE 1
| #define HAVE_BCOPY 1
| #define XML_POOR_ENTROPY 1
| #define USE_THREAD_ALLOC 1
| #define _REENTRANT 1
| #define _THREAD_SAFE 1
| #define TCL_THREADS 1
| #define USE_TCL_STUBS 1
| #define USE_TCLOO_STUBS 1
| #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
| #define HAVE_HIDDEN 1
| #define HAVE_CAST_TO_UNION 1
| #define _LARGEFILE64_SOURCE 1
| #define TCL_WIDE_INT_IS_LONG 1
| #define USE_TCL_STUBS 1
| #define XML_DTD 1
| #define XML_NS 1
| #define TDOM_NO_UNKNOWN_CMD 1
| #define USE_NORMAL_ALLOCATOR 1
| /* end confdefs.h.  */
| 
|                       #if defined(HAVE_LIBBSD)
|                       # include <bsd/stdlib.h>
|                       #else
|                       # include <stdlib.h>
|                       #endif
|                       int main() {
|                           arc4random();
|                           return 0;
|                       }
| 
configure:9198: result: no
configure:9210: checking for getrandom (Linux 3.17+, glibc 2.25+)
configure:9222: gcc -o conftest  -pipe ${CFLAGS_DEFAULT} ${CFLAGS_WARNING} ${SHLIB_CFLAGS}   -Wl,--export-dynamic  conftest.c  >&5
gcc: error: ${CFLAGS_DEFAULT}: No such file or directory
gcc: error: ${CFLAGS_WARNING}: No such file or directory
gcc: error: ${SHLIB_CFLAGS}: No such file or directory
configure:9222: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tdom"
| #define PACKAGE_TARNAME "tdom"
| #define PACKAGE_VERSION "0.9.1"
| #define PACKAGE_STRING "tdom 0.9.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define BUILD_tdom /**/
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_MEMMOVE 1
| #define HAVE_BCOPY 1
| #define XML_POOR_ENTROPY 1
| #define USE_THREAD_ALLOC 1
| #define _REENTRANT 1
| #define _THREAD_SAFE 1
| #define TCL_THREADS 1
| #define USE_TCL_STUBS 1
| #define USE_TCLOO_STUBS 1
| #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
| #define HAVE_HIDDEN 1
| #define HAVE_CAST_TO_UNION 1
| #define _LARGEFILE64_SOURCE 1
| #define TCL_WIDE_INT_IS_LONG 1
| #define USE_TCL_STUBS 1
| #define XML_DTD 1
| #define XML_NS 1
| #define TDOM_NO_UNKNOWN_CMD 1
| #define USE_NORMAL_ALLOCATOR 1
| /* end confdefs.h.  */
| 
|                   #include <stdlib.h>  /* for NULL */
|                   #include <sys/random.h>
|                   int main() {
|                     return getrandom(NULL, 0U, 0U);
|                   }
| 
configure:9232: result: no
configure:9235: checking for syscall SYS_getrandom (Linux 3.17+)
configure:9249: gcc -o conftest  -pipe ${CFLAGS_DEFAULT} ${CFLAGS_WARNING} ${SHLIB_CFLAGS}   -Wl,--export-dynamic  conftest.c  >&5
gcc: error: ${CFLAGS_DEFAULT}: No such file or directory
gcc: error: ${CFLAGS_WARNING}: No such file or directory
gcc: error: ${SHLIB_CFLAGS}: No such file or directory
configure:9249: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tdom"
| #define PACKAGE_TARNAME "tdom"
| #define PACKAGE_VERSION "0.9.1"
| #define PACKAGE_STRING "tdom 0.9.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define BUILD_tdom /**/
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_MEMMOVE 1
| #define HAVE_BCOPY 1
| #define XML_POOR_ENTROPY 1
| #define USE_THREAD_ALLOC 1
| #define _REENTRANT 1
| #define _THREAD_SAFE 1
| #define TCL_THREADS 1
| #define USE_TCL_STUBS 1
| #define USE_TCLOO_STUBS 1
| #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
| #define HAVE_HIDDEN 1
| #define HAVE_CAST_TO_UNION 1
| #define _LARGEFILE64_SOURCE 1
| #define TCL_WIDE_INT_IS_LONG 1
| #define USE_TCL_STUBS 1
| #define XML_DTD 1
| #define XML_NS 1
| #define TDOM_NO_UNKNOWN_CMD 1
| #define USE_NORMAL_ALLOCATOR 1
| /* end confdefs.h.  */
| 
|                       #include <stdlib.h>  /* for NULL */
|                       #include <unistd.h>  /* for syscall */
|                       #include <sys/syscall.h>  /* for SYS_getrandom */
|                       int main() {
|                         syscall(SYS_getrandom, NULL, 0, 0);
|                         return 0;
|                       }
| 
configure:9259: result: no
configure:9497: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by tdom config.status 0.9.1, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on linux-qg7d

config.status:810: creating Makefile
config.status:810: creating tdomConfig.sh

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_tclconfig=/usr/local/tcl/tcl-8.6.8-deb/lib64
ac_cv_c_tclh=/usr/local/tcl/tcl-8.6.8-deb/include
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_bcopy=yes
ac_cv_func_connect=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_memmove=yes
ac_cv_func_sin=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_float_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_net_errno_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_values_h=yes
ac_cv_lib_ieee_main=yes
ac_cv_lib_inet_main=no
ac_cv_lib_pthread_pthread_mutex_init=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
tcl_cv_cast_to_union=yes
tcl_cv_cc_pipe=yes
tcl_cv_cc_visibility_hidden=yes
tcl_cv_dirent_h=yes
tcl_cv_flag__isoc99_source=no
tcl_cv_flag__largefile64_source=yes
tcl_cv_flag__largefile_source64=no
tcl_cv_sys_version=Linux-3.4.63-2.44-desktop
tcl_cv_type_64bit=none

## ----------------- ##
## Output variables. ##
## ----------------- ##

AR='ar'
CC='gcc'
CELIB_DIR=''
CFLAGS=' -pipe ${CFLAGS_DEFAULT} ${CFLAGS_WARNING} ${SHLIB_CFLAGS} '
CFLAGS_DEBUG='-g'
CFLAGS_DEFAULT='-g'
CFLAGS_OPTIMIZE='-O2 -fomit-frame-pointer'
CFLAGS_WARNING='-Wall'
CLEANFILES='pkgIndex.tcl tdom.tcl tcldomsh'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH='echo'
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'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GREP='/usr/bin/grep'
INSTALL='$(SHELL) $(srcdir)/tclconfig/install-sh -c'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_DATA_DIR='${INSTALL} -d -m 755'
INSTALL_LIBRARY='${INSTALL_DATA}'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS=' -Wl,--export-dynamic '
LDFLAGS_DEFAULT=' -Wl,--export-dynamic '
LD_LIBRARY_PATH_VAR='LD_LIBRARY_PATH'
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKE_LIB='${SHLIB_LD} -o $@ $(PKG_OBJECTS) ${SHLIB_LD_LIBS} '
MAKE_SHARED_LIB='${SHLIB_LD} -o $@ $(PKG_OBJECTS) ${SHLIB_LD_LIBS}'
MAKE_STATIC_LIB='${STLIB_LD} $@ $(PKG_OBJECTS)'
MAKE_STUB_LIB='${STLIB_LD} $@ $(PKG_STUB_OBJECTS)'
MATH_LIBS='-lieee -lm'
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='tdom'
PACKAGE_STRING='tdom 0.9.1'
PACKAGE_TARNAME='tdom'
PACKAGE_URL=''
PACKAGE_VERSION='0.9.1'
PATH_SEPARATOR=':'
PKG_BUILD_STUB_LIB_PATH='/home/rolf/hack/tdom/unix/libtdomstub0.9.1.a'
PKG_BUILD_STUB_LIB_SPEC='-L/home/rolf/hack/tdom/unix -ltdomstub0.9.1'
PKG_CFLAGS=' '
PKG_HEADERS=' generic/tdom.h'
PKG_INCLUDES=' -I../expat -I../generic'
PKG_LIBS=''
PKG_LIB_FILE='libtdom0.9.1.so'
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'
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'
PKG_STUB_LIB_FILE='libtdomstub0.9.1.a'
PKG_STUB_LIB_PATH='/usr/local/tcl/tcl-8.6.8-deb/lib64/tdom0.9.1/libtdomstub0.9.1.a'
PKG_STUB_LIB_SPEC='-L/usr/local/tcl/tcl-8.6.8-deb/lib64/tdom0.9.1 -ltdomstub0.9.1'
PKG_STUB_OBJECTS=' tdomStubLib.o'
PKG_STUB_SOURCES=' generic/tdomStubLib.c'
PKG_TCL_SOURCES=' lib/tdom.tcl'
RANLIB=':'
RANLIB_STUB='ranlib'
RC=''
SET_MAKE=''
SHARED_BUILD='1'
SHELL='/bin/sh'
SHLIB_CFLAGS='-fPIC'
SHLIB_LD='${CC} -shared ${CFLAGS} ${LDFLAGS_DEFAULT}'
SHLIB_LD_LIBS='${LIBS} -L/usr/local/tcl/tcl-8.6.8-deb/lib64 -ltclstub8.6'
STLIB_LD='${AR} cr'
STUBS_BUILD='1'
TCLSH_PROG='/usr/local/tcl/tcl-8.6.8-deb/bin/tclsh8.6'
TCL_BIN_DIR='/usr/local/tcl/tcl-8.6.8-deb/lib64'
TCL_DBGX=''
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 '
TCL_EXTRA_CFLAGS=' -pipe '
TCL_INCLUDES='-I"/usr/local/tcl/tcl-8.6.8-deb/include"'
TCL_LD_FLAGS=' -Wl,--export-dynamic '
TCL_LIBS='${DL_LIBS} ${LIBS} ${MATH_LIBS}'
TCL_LIB_FILE='libtcl8.6.so'
TCL_LIB_FLAG='-ltcl8.6'
TCL_LIB_SPEC='-L/usr/local/tcl/tcl-8.6.8-deb/lib64 -ltcl8.6'
TCL_PATCH_LEVEL='.8'
TCL_SHLIB_LD_LIBS='${LIBS}'
TCL_SRC_DIR='/home/rolf/tcltk/core/tcl-head'
TCL_STUB_LIB_FILE='libtclstub8.6.a'
TCL_STUB_LIB_FLAG='-ltclstub8.6'
TCL_STUB_LIB_SPEC='-L/usr/local/tcl/tcl-8.6.8-deb/lib64 -ltclstub8.6'
TCL_THREADS='1'
TCL_VERSION='8.6'
TDOMSHELL='tcldomsh'
TDOM_LD_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'
VC_MANIFEST_EMBED_DLL=''
VC_MANIFEST_EMBED_EXE=''
ac_ct_CC='gcc'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='/usr/local/tcl/tcl-8.6.8-deb'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib64'
libexecdir='${exec_prefix}/lib'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/tcl/tcl-8.6.8-deb'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "tdom"
#define PACKAGE_TARNAME "tdom"
#define PACKAGE_VERSION "0.9.1"
#define PACKAGE_STRING "tdom 0.9.1"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define BUILD_tdom /**/
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_LIMITS_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_MEMMOVE 1
#define HAVE_BCOPY 1
#define XML_POOR_ENTROPY 1
#define USE_THREAD_ALLOC 1
#define _REENTRANT 1
#define _THREAD_SAFE 1
#define TCL_THREADS 1
#define USE_TCL_STUBS 1
#define USE_TCLOO_STUBS 1
#define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
#define HAVE_HIDDEN 1
#define HAVE_CAST_TO_UNION 1
#define _LARGEFILE64_SOURCE 1
#define TCL_WIDE_INT_IS_LONG 1
#define USE_TCL_STUBS 1
#define XML_DTD 1
#define XML_NS 1
#define TDOM_NO_UNKNOWN_CMD 1
#define USE_NORMAL_ALLOCATOR 1
#define XML_DEV_URANDOM 1
#define XML_POOR_ENTROPY 1

configure: exit 0