This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:586: checking for Tcl configuration configure:667: checking for existence of /usr/lib/tclConfig.sh configure:718: checking for tclsh configure:752: checking for tclsh in Tcl build directory configure:783: checking whether to use symlinks for manpages configure:795: checking whether to compress the manpages configure:818: checking whether to add a package name suffix for the manpages configure:846: checking for gcc configure:959: checking whether the C compiler (gcc ) works configure:975: gcc -o conftest conftest.c 1>&5 configure:1001: checking whether the C compiler (gcc ) is a cross-compiler configure:1006: checking whether we are using GNU C configure:1015: gcc -E conftest.c configure:1034: checking whether gcc accepts -g configure:1069: checking how to run the C preprocessor configure:1090: gcc -E conftest.c >/dev/null 2>conftest.out configure:1150: checking for limits.h configure:1160: gcc -E conftest.c >/dev/null 2>conftest.out configure:1192: checking for unistd.h configure:1202: gcc -E conftest.c >/dev/null 2>conftest.out configure:1235: checking stdlib.h configure:1295: checking if the compiler understands -pipe configure:1306: gcc -pipe -c conftest.c 1>&5 configure:1326: checking for building with threads configure:1368: checking for pthread_mutex_init in -lpthread configure:1387: gcc -pipe -o conftest conftest.c -lpthread 1>&5 configure:1608: checking for pthread_attr_setstacksize configure:1636: gcc -pipe -o conftest conftest.c -lpthread 1>&5 configure:1663: checking for pthread_atfork configure:1691: gcc -pipe -o conftest conftest.c -lpthread 1>&5 configure:1732: checking for sin configure:1760: gcc -pipe -o conftest conftest.c 1>&5 configure:1744: warning: conflicting types for built-in function 'sin' /tmp/ccm5YTk8.o: In function `main': conftest.c:(.text+0x1d): undefined reference to `sin' collect2: ld returned 1 exit status configure: failed program was: #line 1737 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char sin(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char sin(); int main() { /* 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 #else sin(); #endif ; return 0; } configure:1781: checking for main in -lieee configure:1796: gcc -pipe -o conftest conftest.c -lieee 1>&5 configure:1822: checking how to build libraries configure:1861: checking for ranlib configure:1893: checking if 64bit support is requested configure:1913: checking if 64bit Sparc VIS support is requested configure:1937: checking system version (for dynamic loading) configure:1963: checking for dlopen in -ldl configure:1982: gcc -pipe -o conftest conftest.c -ldl -lpthread 1>&5 configure:2030: checking for ar configure:3837: checking for build with symbols configure:3898: checking for required early compiler flags configure:3912: gcc -pipe -c conftest.c 1>&5 configure:3961: gcc -pipe -c conftest.c 1>&5 configure: In function `main': configure:3957: error: storage size of 'buf' isn't known configure: failed program was: #line 3954 "configure" #include "confdefs.h" #include int main() { struct stat64 buf; int i = stat64("/", &buf); ; return 0; } configure:3977: gcc -pipe -c conftest.c 1>&5 configure:4010: gcc -pipe -c conftest.c 1>&5 configure: In function `main': configure:4006: error: `open64' undeclared (first use in this function) configure:4006: error: (Each undeclared identifier is reported only once configure:4006: error: for each function it appears in.) configure: failed program was: #line 4003 "configure" #include "confdefs.h" #include int main() { char *p = (char *)open64; ; return 0; } configure:4026: gcc -pipe -c conftest.c 1>&5 configure: In function `main': configure:4022: error: `open64' undeclared (first use in this function) configure:4022: error: (Each undeclared identifier is reported only once configure:4022: error: for each function it appears in.) configure: failed program was: #line 4018 "configure" #include "confdefs.h" #define _LARGEFILE_SOURCE64 1 #include int main() { char *p = (char *)open64; ; return 0; } configure:4055: checking for 64-bit integer type configure:4070: gcc -pipe -c conftest.c 1>&5 configure: In function `main': configure:4066: error: `__int64' undeclared (first use in this function) configure:4066: error: (Each undeclared identifier is reported only once configure:4066: error: for each function it appears in.) configure:4066: error: syntax error before "value" configure: failed program was: #line 4063 "configure" #include "confdefs.h" int main() { __int64 value = (__int64) 0; ; return 0; } configure:4093: gcc -pipe -c conftest.c 1>&5 configure:4118: checking for struct dirent64 configure:4132: gcc -pipe -c conftest.c 1>&5 configure:4126:24: sys/dirent.h: No such file or directory configure: In function `main': configure:4128: error: storage size of 'p' isn't known configure: failed program was: #line 4124 "configure" #include "confdefs.h" #include #include int main() { struct dirent64 p; ; return 0; } configure:4153: checking for struct stat64 configure:4167: gcc -pipe -c conftest.c 1>&5 configure:4190: checking for open64 configure:4218: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure:4190: checking for lseek64 configure:4218: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure:4243: checking for off64_t configure:4257: gcc -pipe -c conftest.c 1>&5 configure:4287: checking whether byte ordering is bigendian configure:4305: gcc -pipe -c conftest.c 1>&5 configure:4320: gcc -pipe -c conftest.c 1>&5 configure: In function `main': configure:4315: error: `not' undeclared (first use in this function) configure:4315: error: (Each undeclared identifier is reported only once configure:4315: error: for each function it appears in.) configure:4315: error: syntax error before "big" configure: failed program was: #line 4309 "configure" #include "confdefs.h" #include #include int main() { #if BYTE_ORDER != BIG_ENDIAN not big endian #endif ; return 0; } configure:4405: checking for fd_set in sys/types configure:4417: gcc -pipe -c conftest.c 1>&5 configure:4478: checking for sys/time.h configure:4488: gcc -E conftest.c >/dev/null 2>conftest.out configure:4515: checking whether time.h and sys/time.h may both be included configure:4529: gcc -pipe -c conftest.c 1>&5 configure:4559: checking for strtod configure:4587: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure:4609: checking for Solaris2.4/Tru64 strtod bugs configure:4641: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure:4674: checking for ANSI C header files configure:4687: gcc -E conftest.c >/dev/null 2>conftest.out configure:4754: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure:4778: checking for mode_t configure:4811: checking for pid_t configure:4844: checking for size_t configure:4877: checking for uid_t in sys/types.h configure:4916: checking pw_gecos in struct pwd configure:4928: gcc -pipe -c conftest.c 1>&5 configure:5009: checking for X configure:5076: gcc -E conftest.c >/dev/null 2>conftest.out configure:5152: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lXt -lpthread 1>&5 configure:5247: gcc -E conftest.c >/dev/null 2>conftest.out configure:5243:28: X11/XIntrinsic.h: No such file or directory configure: failed program was: #line 5242 "configure" #include "confdefs.h" #include configure:5267: checking for X11 header files configure:5275: gcc -E conftest.c >/dev/null 2>conftest.out configure:5427: checking for main in -lXbsd configure:5442: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lXbsd -lpthread 1>&5 /usr/bin/ld: cannot find -lXbsd collect2: ld returned 1 exit status configure: failed program was: #line 5435 "configure" #include "confdefs.h" int main() { main() ; return 0; } configure:5466: checking for connect configure:5494: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure:5607: checking for gethostbyname configure:5635: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure:5745: checking whether char is unsigned