This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:581: checking whether to use symlinks for manpages configure:593: checking whether to compress the manpages configure:619: checking whether to add a package name suffix for the manpages configure:650: checking for gcc configure:763: checking whether the C compiler (gcc ) works configure:779: gcc -o conftest conftest.c 1>&5 configure:805: checking whether the C compiler (gcc ) is a cross-compiler configure:810: checking whether we are using GNU C configure:819: gcc -E conftest.c configure:838: checking whether gcc accepts -g configure:880: checking how to run the C preprocessor configure:901: gcc -E conftest.c >/dev/null 2>conftest.out configure:961: checking dirent.h configure:992: gcc -o conftest conftest.c 1>&5 configure:1015: checking for errno.h configure:1025: gcc -E conftest.c >/dev/null 2>conftest.out configure:1052: checking for float.h configure:1062: gcc -E conftest.c >/dev/null 2>conftest.out configure:1089: checking for values.h configure:1099: gcc -E conftest.c >/dev/null 2>conftest.out configure:1095:20: error: values.h: No such file or directory configure: failed program was: #line 1094 "configure" #include "confdefs.h" #include configure:1126: checking for limits.h configure:1136: gcc -E conftest.c >/dev/null 2>conftest.out configure:1166: checking for stdlib.h configure:1176: gcc -E conftest.c >/dev/null 2>conftest.out configure:1248: checking for string.h configure:1258: gcc -E conftest.c >/dev/null 2>conftest.out configure:1321: checking for sys/wait.h configure:1331: gcc -E conftest.c >/dev/null 2>conftest.out configure:1358: checking for dlfcn.h configure:1368: gcc -E conftest.c >/dev/null 2>conftest.out configure:1399: checking for unistd.h configure:1409: gcc -E conftest.c >/dev/null 2>conftest.out configure:1399: checking for sys/param.h configure:1409: gcc -E conftest.c >/dev/null 2>conftest.out configure:1445: checking if the compiler understands -pipe configure:1456: gcc -pipe -c conftest.c 1>&5 configure:1864: checking for building with threads configure:1895: checking for sin configure:1923: gcc -pipe -o conftest conftest.c 1>&5 configure:1907: warning: conflicting types for built-in function 'sin' /var/tmp//ccMv55NH.o(.text+0x12): In function `main': : undefined reference to `sin' configure: failed program was: #line 1900 "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:1944: checking for main in -lieee configure:1959: gcc -pipe -o conftest conftest.c -lieee 1>&5 /usr/bin/ld: cannot find -lieee configure: failed program was: #line 1952 "configure" #include "confdefs.h" int main() { main() ; return 0; } configure:1986: checking for main in -linet configure:2001: gcc -pipe -o conftest conftest.c -linet 1>&5 /usr/bin/ld: cannot find -linet configure: failed program was: #line 1994 "configure" #include "confdefs.h" int main() { main() ; return 0; } configure:2023: checking for net/errno.h configure:2033: gcc -E conftest.c >/dev/null 2>conftest.out configure:2029:23: error: net/errno.h: No such file or directory configure: failed program was: #line 2028 "configure" #include "confdefs.h" #include configure:2078: checking for connect configure:2106: gcc -pipe -o conftest conftest.c 1>&5 configure:2271: checking for gethostbyname configure:2299: gcc -pipe -o conftest conftest.c 1>&5 configure:2372: checking how to build libraries configure:2411: checking for ranlib configure:2443: checking if 64bit support is requested configure:2457: checking if 64bit Sparc VIS support is requested configure:2478: checking system version configure:2513: checking for dlopen in -ldl configure:2532: gcc -pipe -o conftest conftest.c -ldl 1>&5 /usr/bin/ld: cannot find -ldl configure: failed program was: #line 2521 "configure" #include "confdefs.h" /* 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 dlopen(); int main() { dlopen() ; return 0; } configure:2580: checking for ar configure:4429: checking for build with symbols configure:4490: checking for required early compiler flags configure:4504: gcc -pipe -c conftest.c 1>&5 configure:4554: gcc -pipe -c conftest.c 1>&5 configure: In function 'main': configure:4550: error: storage size of 'buf' isn't known configure: failed program was: #line 4547 "configure" #include "confdefs.h" #include int main() { struct stat64 buf; int i = stat64("/", &buf); ; return 0; } configure:4570: gcc -pipe -c conftest.c 1>&5 configure: In function 'main': configure:4566: error: storage size of 'buf' isn't known configure: failed program was: #line 4562 "configure" #include "confdefs.h" #define _LARGEFILE64_SOURCE 1 #include int main() { struct stat64 buf; int i = stat64("/", &buf); ; return 0; } configure:4604: gcc -pipe -c conftest.c 1>&5 configure: In function 'main': configure:4600: error: 'open64' undeclared (first use in this function) configure:4600: error: (Each undeclared identifier is reported only once configure:4600: error: for each function it appears in.) configure: failed program was: #line 4597 "configure" #include "confdefs.h" #include int main() { char *p = (char *)open64; ; return 0; } configure:4620: gcc -pipe -c conftest.c 1>&5 configure: In function 'main': configure:4616: error: 'open64' undeclared (first use in this function) configure:4616: error: (Each undeclared identifier is reported only once configure:4616: error: for each function it appears in.) configure: failed program was: #line 4612 "configure" #include "confdefs.h" #define _LARGEFILE_SOURCE64 1 #include int main() { char *p = (char *)open64; ; return 0; } configure:4651: checking for 64-bit integer type configure:4666: gcc -pipe -c conftest.c 1>&5 configure: In function 'main': configure:4662: error: '__int64' undeclared (first use in this function) configure:4662: error: (Each undeclared identifier is reported only once configure:4662: error: for each function it appears in.) configure:4662: error: expected ';' before 'value' configure: failed program was: #line 4659 "configure" #include "confdefs.h" int main() { __int64 value = (__int64) 0; ; return 0; } configure:4689: gcc -pipe -c conftest.c 1>&5 configure:4714: checking for struct dirent64 configure:4728: gcc -pipe -c conftest.c 1>&5 configure: In function 'main': configure:4724: error: storage size of 'p' isn't known configure: failed program was: #line 4720 "configure" #include "confdefs.h" #include #include int main() { struct dirent64 p; ; return 0; } configure:4749: checking for struct stat64 configure:4763: gcc -pipe -c conftest.c 1>&5 configure: In function 'main': configure:4758: error: storage size of 'p' isn't known configure: failed program was: #line 4755 "configure" #include "confdefs.h" #include int main() { struct stat64 p; ; return 0; } configure:4786: checking for open64 configure:4814: gcc -pipe -o conftest -export-dynamic conftest.c 1>&5 /var/tmp//ccvy4F75.o(.text+0x12): In function `main': : undefined reference to `open64' configure: failed program was: #line 4791 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char open64(); 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 open64(); 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_open64) || defined (__stub___open64) choke me #else open64(); #endif ; return 0; } configure:4786: checking for lseek64 configure:4814: gcc -pipe -o conftest -export-dynamic conftest.c 1>&5 /var/tmp//ccHqFME7.o(.text+0x12): In function `main': : undefined reference to `lseek64' configure: failed program was: #line 4791 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char lseek64(); 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 lseek64(); 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_lseek64) || defined (__stub___lseek64) choke me #else lseek64(); #endif ; return 0; } configure:4839: checking for off64_t configure:4853: gcc -pipe -c conftest.c 1>&5 configure: In function 'main': configure:4848: error: 'off64_t' undeclared (first use in this function) configure:4848: error: (Each undeclared identifier is reported only once configure:4848: error: for each function it appears in.) configure:4848: error: expected ';' before 'offset' configure: failed program was: #line 4845 "configure" #include "confdefs.h" #include int main() { off64_t offset; ; return 0; } configure:4885: checking whether byte ordering is bigendian configure:4903: gcc -pipe -c conftest.c 1>&5 configure:4918: gcc -pipe -c conftest.c 1>&5 configure: In function 'main': configure:4913: error: 'not' undeclared (first use in this function) configure:4913: error: (Each undeclared identifier is reported only once configure:4913: error: for each function it appears in.) configure:4913: error: expected ';' before 'big' configure: failed program was: #line 4907 "configure" #include "confdefs.h" #include #include int main() { #if BYTE_ORDER != BIG_ENDIAN not big endian #endif ; return 0; } configure:4984: checking for getcwd configure:5012: gcc -pipe -o conftest -export-dynamic conftest.c 1>&5 configure:5046: checking for opendir configure:5074: gcc -pipe -o conftest -export-dynamic conftest.c 1>&5 configure:5046: checking for strstr configure:5074: gcc -pipe -o conftest -export-dynamic conftest.c 1>&5 configure:5058: warning: conflicting types for built-in function 'strstr' configure:5046: checking for strtol configure:5074: gcc -pipe -o conftest -export-dynamic conftest.c 1>&5 configure:5046: checking for strtoll configure:5074: gcc -pipe -o conftest -export-dynamic conftest.c 1>&5 configure:5046: checking for strtoull configure:5074: gcc -pipe -o conftest -export-dynamic conftest.c 1>&5 configure:5046: checking for tmpnam configure:5074: gcc -pipe -o conftest -export-dynamic conftest.c 1>&5 /var/tmp//ccDnyhXb.o(.text+0x12): In function `main': : warning: warning: tmpnam() possibly used unsafely; consider using mkstemp() configure:5046: checking for waitpid configure:5074: gcc -pipe -o conftest -export-dynamic conftest.c 1>&5 configure:5101: checking for strerror configure:5129: gcc -pipe -o conftest -export-dynamic conftest.c 1>&5 configure:5153: checking for getwd configure:5181: gcc -pipe -o conftest -export-dynamic conftest.c 1>&5 configure:5205: checking for wait3 configure:5233: gcc -pipe -o conftest -export-dynamic conftest.c 1>&5 configure:5257: checking for uname configure:5285: gcc -pipe -o conftest -export-dynamic conftest.c 1>&5 configure:5309: checking for realpath configure:5337: gcc -pipe -o conftest -export-dynamic conftest.c 1>&5 configure:5372: checking for sys/modem.h configure:5382: gcc -E conftest.c >/dev/null 2>conftest.out configure:5378:23: error: sys/modem.h: No such file or directory configure: failed program was: #line 5377 "configure" #include "confdefs.h" #include configure:5409: checking termios vs. termio vs. sgtty configure:5433: gcc -pipe -o conftest -export-dynamic conftest.c 1>&5 configure:5644: checking for fd_set in sys/types configure:5656: gcc -pipe -c conftest.c 1>&5 configure:5714: checking whether struct tm is in sys/time.h or time.h configure:5727: gcc -pipe -c conftest.c 1>&5 configure:5752: checking for sys/time.h configure:5762: gcc -E conftest.c >/dev/null 2>conftest.out configure:5789: checking whether time.h and sys/time.h may both be included configure:5803: gcc -pipe -c conftest.c 1>&5 configure:5824: checking for tm_zone in struct tm configure:5837: gcc -pipe -c conftest.c 1>&5 configure:5897: checking for gmtime_r configure:5925: gcc -pipe -o conftest -export-dynamic conftest.c 1>&5 configure:5897: checking for localtime_r configure:5925: gcc -pipe -o conftest -export-dynamic conftest.c 1>&5 configure:5951: checking tm_tzadj in struct tm configure:5963: gcc -pipe -c conftest.c 1>&5 configure: In function 'main': configure:5959: error: 'struct tm' has no member named 'tm_tzadj' configure: failed program was: #line 5956 "configure" #include "confdefs.h" #include int main() { struct tm tm; tm.tm_tzadj; ; return 0; } configure:5984: checking tm_gmtoff in struct tm configure:5996: gcc -pipe -c conftest.c 1>&5 configure:6021: checking long timezone variable configure:6035: gcc -pipe -c conftest.c 1>&5 configure: In function 'main': configure:6029: error: 'timezone' redeclared as different kind of symbol /usr/include/time.h:185: error: previous declaration of 'timezone' was here configure:6031: warning: incompatible implicit declaration of built-in function 'exit' configure: failed program was: #line 6026 "configure" #include "confdefs.h" #include int main() { extern long timezone; timezone += 1; exit (0); ; return 0; } configure:6058: checking time_t timezone variable configure:6072: gcc -pipe -c conftest.c 1>&5 configure: In function 'main': configure:6066: error: 'timezone' redeclared as different kind of symbol /usr/include/time.h:185: error: previous declaration of 'timezone' was here configure:6068: warning: incompatible implicit declaration of built-in function 'exit' configure: failed program was: #line 6063 "configure" #include "confdefs.h" #include int main() { extern time_t timezone; timezone += 1; exit (0); ; return 0; } configure:6099: checking for st_blksize in struct stat configure:6112: gcc -pipe -c conftest.c 1>&5 configure:6133: checking for fstatfs configure:6161: gcc -pipe -o conftest -export-dynamic conftest.c 1>&5 configure:6190: checking for 8-bit clean memcmp configure:6208: gcc -pipe -o conftest -export-dynamic conftest.c 1>&5 configure: In function 'main': configure:6203: warning: incompatible implicit declaration of built-in function 'exit' configure:6232: checking for memmove configure:6260: gcc -pipe -o conftest -export-dynamic conftest.c 1>&5 configure:6244: warning: conflicting types for built-in function 'memmove' configure:6293: checking proper strstr implementation configure:6311: gcc -pipe -o conftest -export-dynamic conftest.c 1>&5 configure:6304: warning: conflicting types for built-in function 'strstr' configure: In function 'main': configure:6307: warning: incompatible implicit declaration of built-in function 'exit' configure:6338: checking for strtoul configure:6366: gcc -pipe -o conftest -export-dynamic conftest.c 1>&5 configure:6388: checking proper strtoul implementation configure:6413: gcc -pipe -o conftest -export-dynamic conftest.c 1>&5 configure: In function 'main': configure:6407: warning: incompatible implicit declaration of built-in function 'exit' configure:6409: warning: incompatible implicit declaration of built-in function 'exit' configure:6442: checking for strtod configure:6470: gcc -pipe -o conftest -export-dynamic conftest.c 1>&5 configure:6492: checking proper strtod implementation configure:6517: gcc -pipe -o conftest -export-dynamic conftest.c 1>&5 configure: In function 'main': configure:6511: warning: incompatible implicit declaration of built-in function 'exit' configure:6513: warning: incompatible implicit declaration of built-in function 'exit' configure:6549: checking for strtod configure:6599: checking for Solaris2.4/Tru64 strtod bugs configure:6631: gcc -pipe -o conftest -export-dynamic conftest.c 1>&5 configure: In function 'main': configure:6617: warning: incompatible implicit declaration of built-in function 'exit' configure:6621: warning: incompatible implicit declaration of built-in function 'exit' configure:6625: warning: incompatible implicit declaration of built-in function 'exit' configure:6627: warning: incompatible implicit declaration of built-in function 'exit' configure:6662: checking for ANSI C header files configure:6675: gcc -E conftest.c >/dev/null 2>conftest.out configure:6742: gcc -pipe -o conftest -export-dynamic conftest.c 1>&5 configure: In function 'main': configure:6737: warning: incompatible implicit declaration of built-in function 'exit' configure:6766: checking for mode_t configure:6799: checking for pid_t configure:6832: checking for size_t configure:6865: checking for uid_t in sys/types.h configure:6900: checking for socklen_t configure:6944: checking for opendir configure:7005: checking union wait configure:7022: gcc -pipe -o conftest -export-dynamic conftest.c 1>&5 configure: In function 'main': configure:7015: error: storage size of 'x' isn't known configure: failed program was: #line 7010 "configure" #include "confdefs.h" #include #include int main() { union wait x; WIFEXITED(x); /* Generates compiler error if WIFEXITED * uses an int. */ ; return 0; } configure:7049: checking for strncasecmp configure:7077: gcc -pipe -o conftest -export-dynamic conftest.c 1>&5 configure:7061: warning: conflicting types for built-in function 'strncasecmp' configure:7199: checking for BSDgettimeofday configure:7227: gcc -pipe -o conftest -export-dynamic conftest.c 1>&5 /var/tmp//cccB3jMs.o(.text+0x12): In function `main': : undefined reference to `BSDgettimeofday' configure: failed program was: #line 7204 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char BSDgettimeofday(); 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 BSDgettimeofday(); 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_BSDgettimeofday) || defined (__stub___BSDgettimeofday) choke me #else BSDgettimeofday(); #endif ; return 0; } configure:7249: checking for gettimeofday configure:7277: gcc -pipe -o conftest -export-dynamic conftest.c 1>&5 configure:7304: checking for gettimeofday declaration configure:7340: checking whether char is unsigned configure:7403: checking signed char declarations configure:7418: gcc -pipe -c conftest.c 1>&5 configure:7443: checking for a putenv() that copies the buffer configure:7473: gcc -pipe -o conftest -export-dynamic conftest.c 1>&5 configure: In function 'main': configure:7458: warning: incompatible implicit declaration of built-in function 'strdup' configure:7460: warning: incompatible implicit declaration of built-in function 'strcpy' configure:7460: warning: incompatible implicit declaration of built-in function 'strchr' configure:7514: checking for langinfo.h configure:7524: gcc -E conftest.c >/dev/null 2>conftest.out configure:7548: checking whether to use nl_langinfo configure:7561: gcc -pipe -c conftest.c 1>&5 configure:7590: checking for fts configure:7607: gcc -pipe -o conftest -export-dynamic conftest.c 1>&5 configure:7639: checking for sys/ioctl.h configure:7649: gcc -E conftest.c >/dev/null 2>conftest.out configure:7679: checking for sys/filio.h configure:7689: gcc -E conftest.c >/dev/null 2>conftest.out configure:7717: checking system version configure:7748: checking FIONBIO vs. O_NONBLOCK for nonblocking I/O