This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by itcl configure 4.1.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = localhost uname -m = x86_64 uname -r = 5.15.77-gentoo-dist uname -s = Linux uname -v = #1 SMP Thu Nov 3 18:21:44 -00 2022 /usr/bin/uname -p = AMD EPYC 7513 32-Core Processor /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib/portage/python3.10/ebuild-helpers/xattr PATH: /usr/lib/portage/python3.10/ebuild-helpers PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /opt/bin PATH: /usr/lib/llvm/15/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2256: checking for correct TEA configuration configure:2269: result: ok (TEA 3.10) configure:2351: configuring itcl 4.1.1 configure:2373: checking whether ln -s works configure:2377: result: yes configure:2444: checking for Tcl configuration configure:2570: result: found /usr/lib64/tclConfig.sh configure:2623: checking for gcc configure:2639: found /usr/bin/gcc configure:2650: result: gcc configure:2879: checking for C compiler version configure:2888: gcc --version >&5 gcc (Gentoo 12.2.1_p20221210 p4) 12.2.1 20221210 Copyright (C) 2022 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:2899: $? = 0 configure:2888: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-12.2.1_p20221210/work/gcc-12-20221210/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/12 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/12/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/12/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 12.2.1_p20221210 p4' --with-gcc-major-version-only --disable-esp --enable-libstdcxx-time --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --enable-lto --with-isl --disable-isl-version-check --enable-default-pie --enable-default-ssp --with-build-config=bootstrap-lto Thread model: posix Supported LTO compression algorithms: zlib gcc version 12.2.1 20221210 (Gentoo 12.2.1_p20221210 p4) configure:2899: $? = 0 configure:2888: gcc -V >&5 gcc: error: unrecognized command-line option '-V' gcc: fatal error: no input files compilation terminated. configure:2899: $? = 1 configure:2888: gcc -qversion >&5 gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'? gcc: fatal error: no input files compilation terminated. configure:2899: $? = 1 configure:2919: checking whether the C compiler works configure:2941: gcc -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:2945: $? = 0 configure:2993: result: yes configure:2996: checking for C compiler default output file name configure:2998: result: a.out configure:3004: checking for suffix of executables configure:3011: gcc -o conftest -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:3015: $? = 0 configure:3037: result: configure:3059: checking whether we are cross compiling configure:3067: gcc -o conftest -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:3071: $? = 0 configure:3078: ./conftest configure:3082: $? = 0 configure:3097: result: no configure:3102: checking for suffix of object files configure:3124: gcc -c -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:3128: $? = 0 configure:3149: result: o configure:3153: checking whether we are using the GNU C compiler configure:3172: gcc -c -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:3172: $? = 0 configure:3181: result: yes configure:3190: checking whether gcc accepts -g configure:3210: gcc -c -g conftest.c >&5 configure:3210: $? = 0 configure:3251: result: yes configure:3268: checking for gcc option to accept ISO C89 configure:3331: gcc -c -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:3331: $? = 0 configure:3344: result: none needed configure:3366: checking for existence of /usr/lib64/tclConfig.sh configure:3370: result: loading configure:3434: checking platform configure:3452: clang -c -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:3452: $? = 0 configure:3502: result: unix configure:3547: --prefix defaulting to TCL_PREFIX /usr configure:3559: --exec-prefix defaulting to TCL_EXEC_PREFIX /usr configure:3629: checking for gcc configure:3656: result: gcc configure:3885: checking for C compiler version configure:3894: gcc --version >&5 gcc (Gentoo 12.2.1_p20221210 p4) 12.2.1 20221210 Copyright (C) 2022 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:3905: $? = 0 configure:3894: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-12.2.1_p20221210/work/gcc-12-20221210/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/12 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/12/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/12/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 12.2.1_p20221210 p4' --with-gcc-major-version-only --disable-esp --enable-libstdcxx-time --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --enable-lto --with-isl --disable-isl-version-check --enable-default-pie --enable-default-ssp --with-build-config=bootstrap-lto Thread model: posix Supported LTO compression algorithms: zlib gcc version 12.2.1 20221210 (Gentoo 12.2.1_p20221210 p4) configure:3905: $? = 0 configure:3894: gcc -V >&5 gcc: error: unrecognized command-line option '-V' gcc: fatal error: no input files compilation terminated. configure:3905: $? = 1 configure:3894: gcc -qversion >&5 gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'? gcc: fatal error: no input files compilation terminated. configure:3905: $? = 1 configure:3909: checking whether we are using the GNU C compiler configure:3937: result: yes configure:3946: checking whether gcc accepts -g configure:4007: result: yes configure:4024: checking for gcc option to accept ISO C89 configure:4100: result: none needed configure:4125: checking how to run the C preprocessor configure:4156: gcc -E conftest.c configure:4156: $? = 0 configure:4170: gcc -E conftest.c conftest.c:10:10: fatal error: ac_nonexistent.h: No such file or directory 10 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:4170: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "itcl" | #define PACKAGE_TARNAME "itcl" | #define PACKAGE_VERSION "4.1.1" | #define PACKAGE_STRING "itcl 4.1.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define BUILD_itcl /**/ | /* end confdefs.h. */ | #include configure:4195: result: gcc -E configure:4215: gcc -E conftest.c configure:4215: $? = 0 configure:4229: gcc -E conftest.c conftest.c:10:10: fatal error: ac_nonexistent.h: No such file or directory 10 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:4229: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "itcl" | #define PACKAGE_TARNAME "itcl" | #define PACKAGE_VERSION "4.1.1" | #define PACKAGE_STRING "itcl 4.1.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define BUILD_itcl /**/ | /* end confdefs.h. */ | #include configure:4276: checking whether make sets $(MAKE) configure:4298: result: yes configure:4355: checking for ranlib configure:4371: found /usr/bin/ranlib configure:4382: result: ranlib configure:4413: checking for grep that handles long lines and -e configure:4471: result: /bin/grep configure:4476: checking for egrep configure:4538: result: /bin/grep -E configure:4543: checking for ANSI C header files configure:4563: gcc -c -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:4563: $? = 0 configure:4636: gcc -o conftest -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:4636: $? = 0 configure:4636: ./conftest configure:4636: $? = 0 configure:4647: result: yes configure:4660: checking for sys/types.h configure:4660: gcc -c -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:4660: $? = 0 configure:4660: result: yes configure:4660: checking for sys/stat.h configure:4660: gcc -c -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:4660: $? = 0 configure:4660: result: yes configure:4660: checking for stdlib.h configure:4660: gcc -c -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:4660: $? = 0 configure:4660: result: yes configure:4660: checking for string.h configure:4660: gcc -c -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:4660: $? = 0 configure:4660: result: yes configure:4660: checking for memory.h configure:4660: gcc -c -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:4660: $? = 0 configure:4660: result: yes configure:4660: checking for strings.h configure:4660: gcc -c -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:4660: $? = 0 configure:4660: result: yes configure:4660: checking for inttypes.h configure:4660: gcc -c -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:4660: $? = 0 configure:4660: result: yes configure:4660: checking for stdint.h configure:4660: gcc -c -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:4660: $? = 0 configure:4660: result: yes configure:4660: checking for unistd.h configure:4660: gcc -c -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:4660: $? = 0 configure:4660: result: yes configure:4682: checking if the compiler understands -pipe configure:4700: gcc -c -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -pipe conftest.c >&5 configure:4700: $? = 0 configure:4708: result: yes configure:4719: checking whether byte ordering is bigendian configure:4734: gcc -c -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -pipe conftest.c >&5 conftest.c:21:16: error: unknown type name 'not' 21 | not a universal capable compiler | ^~~ conftest.c:21:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' 21 | not a universal capable compiler | ^~~~~~~~~ conftest.c:21:22: error: unknown type name 'universal' configure:4734: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "itcl" | #define PACKAGE_TARNAME "itcl" | #define PACKAGE_VERSION "4.1.1" | #define PACKAGE_STRING "itcl 4.1.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define BUILD_itcl /**/ | #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:4779: gcc -c -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -pipe conftest.c >&5 configure:4779: $? = 0 configure:4797: gcc -c -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -pipe conftest.c >&5 conftest.c: In function 'main': conftest.c:27:18: error: unknown type name 'not'; did you mean 'ino_t'? 27 | not big endian | ^~~ | ino_t conftest.c:27:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' 27 | not big endian | ^~~~~~ configure:4797: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "itcl" | #define PACKAGE_TARNAME "itcl" | #define PACKAGE_VERSION "4.1.1" | #define PACKAGE_STRING "itcl 4.1.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define BUILD_itcl /**/ | #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 | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:4925: result: no configure:4952: checking for sin configure:4952: gcc -o conftest -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 conftest.c:43:6: warning: conflicting types for built-in function 'sin'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] 43 | char sin (); | ^~~ conftest.c:31:1: note: 'sin' is declared in header '' 30 | # include 31 | #else /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/dev-tcltk/iwidgets-4.1.1/temp/cczXxZ1c.o: in function `main': conftest.c:(.text.startup+0x7): undefined reference to `sin' collect2: error: ld returned 1 exit status configure:4952: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "itcl" | #define PACKAGE_TARNAME "itcl" | #define PACKAGE_VERSION "4.1.1" | #define PACKAGE_STRING "itcl 4.1.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define BUILD_itcl /**/ | #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 declares sin. | For example, HP-UX 11i declares gettimeofday. */ | #define sin innocuous_sin | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char sin (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #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:4952: result: no configure:4959: checking for main in -lieee configure:4978: gcc -o conftest -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lieee >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lieee: No such file or directory collect2: error: ld returned 1 exit status configure:4978: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "itcl" | #define PACKAGE_TARNAME "itcl" | #define PACKAGE_VERSION "4.1.1" | #define PACKAGE_STRING "itcl 4.1.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define BUILD_itcl /**/ | #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:4987: result: no configure:4999: checking for main in -linet configure:5018: gcc -o conftest -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -linet >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -linet: No such file or directory collect2: error: ld returned 1 exit status configure:5018: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "itcl" | #define PACKAGE_TARNAME "itcl" | #define PACKAGE_VERSION "4.1.1" | #define PACKAGE_STRING "itcl 4.1.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define BUILD_itcl /**/ | #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:5027: result: no configure:5033: checking net/errno.h usability configure:5033: gcc -c -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -pipe conftest.c >&5 conftest.c:53:10: fatal error: net/errno.h: No such file or directory 53 | #include | ^~~~~~~~~~~~~ compilation terminated. configure:5033: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "itcl" | #define PACKAGE_TARNAME "itcl" | #define PACKAGE_VERSION "4.1.1" | #define PACKAGE_STRING "itcl 4.1.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define BUILD_itcl /**/ | #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 | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:5033: result: no configure:5033: checking net/errno.h presence configure:5033: gcc -E conftest.c conftest.c:20:10: fatal error: net/errno.h: No such file or directory 20 | #include | ^~~~~~~~~~~~~ compilation terminated. configure:5033: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "itcl" | #define PACKAGE_TARNAME "itcl" | #define PACKAGE_VERSION "4.1.1" | #define PACKAGE_STRING "itcl 4.1.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define BUILD_itcl /**/ | #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 configure:5033: result: no configure:5033: checking for net/errno.h configure:5033: result: no configure:5062: checking for connect configure:5062: gcc -o conftest -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:5062: $? = 0 configure:5062: result: yes configure:5130: checking for gethostbyname configure:5130: gcc -o conftest -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:5130: $? = 0 configure:5130: result: yes configure:5185: checking dirent.h configure:5221: gcc -o conftest -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:5221: $? = 0 configure:5229: result: yes configure:5239: checking errno.h usability configure:5239: gcc -c -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -pipe conftest.c >&5 configure:5239: $? = 0 configure:5239: result: yes configure:5239: checking errno.h presence configure:5239: gcc -E conftest.c configure:5239: $? = 0 configure:5239: result: yes configure:5239: checking for errno.h configure:5239: result: yes configure:5249: checking values.h usability configure:5249: gcc -c -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -pipe conftest.c >&5 configure:5249: $? = 0 configure:5249: result: yes configure:5249: checking values.h presence configure:5249: gcc -E conftest.c configure:5249: $? = 0 configure:5249: result: yes configure:5249: checking for values.h configure:5249: result: yes configure:5259: checking limits.h usability configure:5259: gcc -c -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -pipe conftest.c >&5 configure:5259: $? = 0 configure:5259: result: yes configure:5259: checking limits.h presence configure:5259: gcc -E conftest.c configure:5259: $? = 0 configure:5259: result: yes configure:5259: checking for limits.h configure:5259: result: yes configure:5271: checking for stdlib.h configure:5271: result: yes configure:5323: checking for string.h configure:5323: result: yes configure:5367: checking sys/wait.h usability configure:5367: gcc -c -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -pipe conftest.c >&5 configure:5367: $? = 0 configure:5367: result: yes configure:5367: checking sys/wait.h presence configure:5367: gcc -E conftest.c configure:5367: $? = 0 configure:5367: result: yes configure:5367: checking for sys/wait.h configure:5367: result: yes configure:5377: checking dlfcn.h usability configure:5377: gcc -c -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -pipe conftest.c >&5 configure:5377: $? = 0 configure:5377: result: yes configure:5377: checking dlfcn.h presence configure:5377: gcc -E conftest.c configure:5377: $? = 0 configure:5377: result: yes configure:5377: checking for dlfcn.h configure:5377: result: yes configure:5391: checking sys/param.h usability configure:5391: gcc -c -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -pipe conftest.c >&5 configure:5391: $? = 0 configure:5391: result: yes configure:5391: checking sys/param.h presence configure:5391: gcc -E conftest.c configure:5391: $? = 0 configure:5391: result: yes configure:5391: checking for sys/param.h configure:5391: result: yes configure:5619: checking for Tcl public headers configure:5690: result: /usr/include configure:5705: checking for Tcl private include files configure:5757: result: Using srcdir found in tclConfig.sh: /usr/lib64/tcl8.6/include configure:5804: checking for pthread_mutex_init in -lpthread configure:5829: gcc -o conftest -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lpthread >&5 configure:5829: $? = 0 configure:5838: result: yes configure:6047: checking for building with threads configure:6053: result: yes (default) configure:6094: checking how to build libraries configure:6128: result: shared configure:6212: checking for ranlib configure:6239: result: ranlib configure:6266: checking if 64bit support is requested configure:6275: result: no configure:6280: checking if 64bit Sparc VIS support is requested configure:6289: result: no configure:6299: checking if compiler supports visibility "hidden" configure:6319: gcc -o conftest -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -pipe -Werror -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:6319: $? = 0 configure:6328: result: yes configure:6343: checking if rpath support is requested configure:6352: result: yes configure:6377: checking system version configure:6400: result: Linux-5.15.77-gentoo-dist configure:6480: checking for ar configure:6496: found /usr/bin/ar configure:6507: result: ar configure:8269: checking for cast to union support configure:8288: gcc -c -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -pipe conftest.c >&5 configure:8288: $? = 0 configure:8296: result: yes configure:8319: checking for required early compiler flags configure:8337: gcc -c -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -pipe conftest.c >&5 configure:8337: $? = 0 configure:8384: gcc -c -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -pipe conftest.c >&5 conftest.c: In function 'main': conftest.c:35:15: error: storage size of 'buf' isn't known 35 | struct stat64 buf; int i = stat64("/", &buf); | ^~~ conftest.c:35:28: warning: implicit declaration of function 'stat64'; did you mean 'stat'? [-Wimplicit-function-declaration] 35 | struct stat64 buf; int i = stat64("/", &buf); | ^~~~~~ | stat configure:8384: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "itcl" | #define PACKAGE_TARNAME "itcl" | #define PACKAGE_VERSION "4.1.1" | #define PACKAGE_STRING "itcl 4.1.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define BUILD_itcl /**/ | #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 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 | int | main () | { | struct stat64 buf; int i = stat64("/", &buf); | ; | return 0; | } configure:8399: gcc -c -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -pipe conftest.c >&5 configure:8399: $? = 0 configure:8431: gcc -c -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -pipe conftest.c >&5 conftest.c: In function 'main': conftest.c:36:19: error: 'open64' undeclared (first use in this function) 36 | char *p = (char *)open64; | ^~~~~~ conftest.c:36:19: note: each undeclared identifier is reported only once for each function it appears in configure:8431: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "itcl" | #define PACKAGE_TARNAME "itcl" | #define PACKAGE_VERSION "4.1.1" | #define PACKAGE_STRING "itcl 4.1.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define BUILD_itcl /**/ | #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 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 | int | main () | { | char *p = (char *)open64; | ; | return 0; | } configure:8446: gcc -c -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -pipe conftest.c >&5 conftest.c: In function 'main': conftest.c:37:19: error: 'open64' undeclared (first use in this function) 37 | char *p = (char *)open64; | ^~~~~~ conftest.c:37:19: note: each undeclared identifier is reported only once for each function it appears in configure:8446: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "itcl" | #define PACKAGE_TARNAME "itcl" | #define PACKAGE_VERSION "4.1.1" | #define PACKAGE_STRING "itcl 4.1.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define BUILD_itcl /**/ | #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 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 | int | main () | { | char *p = (char *)open64; | ; | return 0; | } configure:8467: result: _LARGEFILE64_SOURCE configure:8472: checking for 64-bit integer type configure:8491: gcc -c -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -pipe conftest.c >&5 conftest.c: In function 'main': conftest.c:36:1: error: unknown type name '__int64' 36 | __int64 value = (__int64) 0; | ^~~~~~~ conftest.c:36:18: error: '__int64' undeclared (first use in this function) 36 | __int64 value = (__int64) 0; | ^~~~~~~ conftest.c:36:18: note: each undeclared identifier is reported only once for each function it appears in conftest.c:36:27: error: expected ',' or ';' before numeric constant 36 | __int64 value = (__int64) 0; | ^ configure:8491: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "itcl" | #define PACKAGE_TARNAME "itcl" | #define PACKAGE_VERSION "4.1.1" | #define PACKAGE_STRING "itcl 4.1.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define BUILD_itcl /**/ | #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 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:8513: gcc -c -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -pipe conftest.c >&5 conftest.c: In function 'main': conftest.c:37:21: error: duplicate case value 37 | case 1: case (sizeof(long long)==sizeof(long)): ; | ^~~~ conftest.c:37:13: note: previously used here 37 | case 1: case (sizeof(long long)==sizeof(long)): ; | ^~~~ configure:8513: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "itcl" | #define PACKAGE_TARNAME "itcl" | #define PACKAGE_VERSION "4.1.1" | #define PACKAGE_STRING "itcl 4.1.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define BUILD_itcl /**/ | #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 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:8523: result: using long configure:8667: checking for build with symbols configure:8680: result: no configure:8719: checking for intptr_t configure:8719: gcc -c -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -pipe conftest.c >&5 configure:8719: $? = 0 configure:8719: gcc -c -O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -pipe conftest.c >&5 conftest.c: In function 'main': conftest.c:69:23: error: expected expression before ')' token 69 | if (sizeof ((intptr_t))) | ^ configure:8719: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "itcl" | #define PACKAGE_TARNAME "itcl" | #define PACKAGE_VERSION "4.1.1" | #define PACKAGE_STRING "itcl 4.1.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define BUILD_itcl /**/ | #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 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 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((intptr_t))) | return 0; | ; | return 0; | } configure:8719: result: yes configure:8901: checking for tclsh configure:8936: result: /usr/bin/tclsh8.6 configure:9144: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by itcl config.status 4.1.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on localhost config.status:823: creating Makefile config.status:823: creating pkgIndex.tcl config.status:823: creating itclConfig.sh ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_bigendian='no' ac_cv_c_compiler_gnu='yes' ac_cv_c_tclconfig='/usr/lib64' ac_cv_c_tclh='/usr/include' ac_cv_env_CC_set='' ac_cv_env_CC_value='' ac_cv_env_CFLAGS_set='set' ac_cv_env_CFLAGS_value='-O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0' 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='set' ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0' 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_connect='yes' ac_cv_func_gethostbyname='yes' ac_cv_func_sin='no' ac_cv_header_dlfcn_h='yes' ac_cv_header_errno_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='no' ac_cv_lib_inet_main='no' ac_cv_lib_pthread_pthread_mutex_init='yes' ac_cv_objext='o' ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP='/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' ac_cv_type_intptr_t='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-5.15.77-gentoo-dist' tcl_cv_type_64bit='none' ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='ar' CC='gcc' CELIB_DIR='' CFLAGS='-O2 -g0 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -pipe ${CFLAGS_DEFAULT} ${CFLAGS_WARNING} ${SHLIB_CFLAGS} ' CFLAGS_DEBUG='-g' CFLAGS_DEFAULT='-O2 -fomit-frame-pointer -DNDEBUG' CFLAGS_OPTIMIZE='-O2 -fomit-frame-pointer' CFLAGS_WARNING='-Wall' CLEANFILES='' CONFIG_CLEAN_FILES='' CPP='gcc -E' CPPFLAGS='' CYGPATH='echo' DEFS='-DPACKAGE_NAME=\"itcl\" -DPACKAGE_TARNAME=\"itcl\" -DPACKAGE_VERSION=\"4.1.1\" -DPACKAGE_STRING=\"itcl\ 4.1.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DBUILD_itcl=/\*\*/ -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 -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 -DHAVE_INTPTR_T=1' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' GREP='/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,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--export-dynamic ' LDFLAGS_DEFAULT='-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--export-dynamic ' LD_LIBRARY_PATH_VAR='LD_LIBRARY_PATH' LIBOBJS='' LIBS='' LN_S='ln -s' LTLIBOBJS='' MAJOR_VERSION='' 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='-lm' MINOR_VERSION='' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='itcl' PACKAGE_STRING='itcl 4.1.1' PACKAGE_TARNAME='itcl' PACKAGE_URL='' PACKAGE_VERSION='4.1.1' PATCHLEVEL='' PATH_SEPARATOR=':' PKG_CFLAGS=' ' PKG_HEADERS=' generic/itcl.h generic/itclDecls.h generic/itclInt.h generic/itclMigrate2TclCore.h generic/itclTclIntStubsFcn.h generic/itcl2TclOO.h generic/itclIntDecls.h' PKG_INCLUDES=' -I. -I"./generic"' PKG_LIBS='' PKG_LIB_FILE='libitcl4.1.1.so' PKG_OBJECTS=' itcl2TclOO.o itclBase.o itclBuiltin.o itclClass.o itclCmd.o itclEnsemble.o itclHelpers.o itclInfo.o itclLinkage.o itclMethod.o itclObject.o itclParse.o itclStubs.o itclStubInit.o itclResolve.o itclTclIntStubsFcn.o itclUtil.o itclMigrate2TclCore.o itclTestRegisterC.o' PKG_SOURCES=' itcl2TclOO.c itclBase.c itclBuiltin.c itclClass.c itclCmd.c itclEnsemble.c itclHelpers.c itclInfo.c itclLinkage.c itclMethod.c itclObject.c itclParse.c itclStubs.c itclStubInit.c itclResolve.c itclTclIntStubsFcn.c itclUtil.c itclMigrate2TclCore.c itclTestRegisterC.c' PKG_STUB_LIB_FILE='libitclstub4.1.1.a' PKG_STUB_OBJECTS=' itclStubLib.o' PKG_STUB_SOURCES=' itclStubLib.c' PKG_TCL_SOURCES=' library/itcl.tcl library/itclWidget.tcl library/itclHullCmds.tcl' RANLIB=':' RANLIB_STUB='ranlib' RC='' SET_MAKE='' SHARED_BUILD='1' SHELL='/bin/sh' SHLIB_CFLAGS='-fPIC' SHLIB_LD='${CC} ${CFLAGS} ${LDFLAGS_DEFAULT} -shared' SHLIB_LD_LIBS='${LIBS} -ltclstub8.6' STLIB_LD='${AR} cr' STUBS_BUILD='1' TCLSH_PROG='/usr/bin/tclsh8.6' TCL_BIN_DIR='/usr/lib64' TCL_DBGX='' TCL_DEFS='-DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=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\" -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -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_DECL_GETHOSTBYNAME_R=1 -DHAVE_GETHOSTBYNAME_R_6=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_DECL_GETHOSTBYADDR_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 -DNO_UNION_WAIT=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_MKSTEMPS=1 -DHAVE_FTS=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1 -DHAVE_CPUID=1' TCL_EXTRA_CFLAGS='-O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types -pipe ' TCL_INCLUDES='-I"/usr/lib64/tcl8.6/include/generic" -I"/usr/lib64/tcl8.6/include/unix"' TCL_LD_FLAGS='-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--export-dynamic ' TCL_LIBS='${DL_LIBS} ${LIBS} ${MATH_LIBS}' TCL_LIB_FILE='libtcl8.6.so' TCL_LIB_FLAG='-ltcl8.6' TCL_LIB_SPEC='-ltcl8.6' TCL_PATCH_LEVEL='.13' TCL_SHLIB_LD_LIBS='${LIBS}' TCL_SRC_DIR='/usr/lib64/tcl8.6/include' TCL_STUB_LIB_FILE='libtclstub8.6.a' TCL_STUB_LIB_FLAG='-ltclstub8.6' TCL_STUB_LIB_SPEC='-ltclstub8.6' TCL_THREADS='1' TCL_TOP_DIR_NATIVE='"/usr/lib64/tcl8.6/include"' TCL_VERSION='8.6' 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' host_alias='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' itcl_BUILD_LIB_SPEC='-L/var/tmp/portage/dev-tcltk/iwidgets-4.1.1/work/itcl4.1.1 -litcl4.1.1' itcl_BUILD_STUB_LIB_PATH='/var/tmp/portage/dev-tcltk/iwidgets-4.1.1/work/itcl4.1.1/libitclstub4.1.1.a' itcl_BUILD_STUB_LIB_SPEC='-L/var/tmp/portage/dev-tcltk/iwidgets-4.1.1/work/itcl4.1.1 -litclstub4.1.1' itcl_INCLUDE_SPEC='/var/tmp/portage/dev-tcltk/iwidgets-4.1.1/work/itcl4.1.1/generic' itcl_LIB_FILE='libitcl4.1.1.so' itcl_LIB_SPEC='-L/usr/lib/itcl4.1.1 -litcl4.1.1' itcl_SRC_DIR='/var/tmp/portage/dev-tcltk/iwidgets-4.1.1/work/itcl4.1.1' itcl_STUB_LIB_FILE='libitclstub4.1.1.a' itcl_STUB_LIB_PATH='/usr/lib/itcl4.1.1/libitclstub4.1.1.a' itcl_STUB_LIB_SPEC='-L/usr/lib/itcl4.1.1 -litclstub4.1.1' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' 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 "itcl" #define PACKAGE_TARNAME "itcl" #define PACKAGE_VERSION "4.1.1" #define PACKAGE_STRING "itcl 4.1.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define BUILD_itcl /**/ #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 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 HAVE_INTPTR_T 1 configure: exit 0