This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:580: checking whether to use symlinks for manpages configure:592: checking whether to compress the manpages configure:615: checking whether to add a package name suffix for the manpages configure:643: checking for gcc configure:756: checking whether the C compiler (gcc ) works configure:772: gcc -o conftest conftest.c 1>&5 configure:798: checking whether the C compiler (gcc ) is a cross-compiler configure:803: checking whether we are using GNU C configure:812: gcc -E conftest.c configure:831: checking whether gcc accepts -g configure:874: checking how to run the C preprocessor configure:895: gcc -E conftest.c >/dev/null 2>conftest.out configure:955: checking dirent.h configure:986: gcc -o conftest conftest.c 1>&5 configure:1009: checking for errno.h configure:1019: gcc -E conftest.c >/dev/null 2>conftest.out configure:1046: checking for float.h configure:1056: gcc -E conftest.c >/dev/null 2>conftest.out configure:1083: checking for values.h configure:1093: gcc -E conftest.c >/dev/null 2>conftest.out configure:1120: checking for limits.h configure:1130: gcc -E conftest.c >/dev/null 2>conftest.out configure:1160: checking for stdlib.h configure:1170: gcc -E conftest.c >/dev/null 2>conftest.out configure:1242: checking for string.h configure:1252: gcc -E conftest.c >/dev/null 2>conftest.out configure:1315: checking for sys/wait.h configure:1325: gcc -E conftest.c >/dev/null 2>conftest.out configure:1352: checking for dlfcn.h configure:1362: gcc -E conftest.c >/dev/null 2>conftest.out configure:1393: checking for unistd.h configure:1403: gcc -E conftest.c >/dev/null 2>conftest.out configure:1393: checking for sys/param.h configure:1403: gcc -E conftest.c >/dev/null 2>conftest.out configure:1439: checking if the compiler understands -pipe configure:1450: gcc -pipe -c conftest.c 1>&5 configure:1470: checking for building with threads configure:1512: checking for pthread_mutex_init in -lpthread configure:1531: gcc -pipe -o conftest conftest.c -lpthread 1>&5 configure:1752: checking for pthread_attr_setstacksize configure:1780: gcc -pipe -o conftest conftest.c -lpthread 1>&5 configure:1807: checking for pthread_atfork configure:1835: gcc -pipe -o conftest conftest.c -lpthread 1>&5 configure:1880: checking for sin configure:1908: gcc -pipe -o conftest conftest.c 1>&5 configure:1892: warning: conflicting types for built-in function 'sin' /tmp/ccUXIGRg.o: In function `main': conftest.c:(.text+0x1d): undefined reference to `sin' collect2: ld returned 1 exit status configure: failed program was: #line 1885 "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:1929: checking for main in -lieee configure:1944: gcc -pipe -o conftest conftest.c -lieee 1>&5 configure:1971: checking for main in -linet configure:1986: gcc -pipe -o conftest conftest.c -linet 1>&5 /usr/bin/ld: cannot find -linet collect2: ld returned 1 exit status configure: failed program was: #line 1979 "configure" #include "confdefs.h" int main() { main() ; return 0; } configure:2008: checking for net/errno.h configure:2018: gcc -E conftest.c >/dev/null 2>conftest.out configure:2014:23: net/errno.h: No such file or directory configure: failed program was: #line 2013 "configure" #include "confdefs.h" #include configure:2063: checking for connect configure:2091: gcc -pipe -o conftest conftest.c 1>&5 configure:2256: checking for gethostbyname configure:2284: gcc -pipe -o conftest conftest.c 1>&5 configure:2357: checking how to build libraries configure:2396: checking for ranlib configure:2428: checking if 64bit support is requested configure:2448: checking if 64bit Sparc VIS support is requested configure:2472: checking system version (for dynamic loading) configure:2498: checking for dlopen in -ldl configure:2517: gcc -pipe -o conftest conftest.c -ldl -lpthread 1>&5 configure:2565: checking for ar configure:4372: checking for build with symbols configure:4433: checking for required early compiler flags configure:4447: gcc -pipe -c conftest.c 1>&5 configure:4496: gcc -pipe -c conftest.c 1>&5 configure: In function `main': configure:4492: error: storage size of 'buf' isn't known configure: failed program was: #line 4489 "configure" #include "confdefs.h" #include int main() { struct stat64 buf; int i = stat64("/", &buf); ; return 0; } configure:4512: gcc -pipe -c conftest.c 1>&5 configure:4545: gcc -pipe -c conftest.c 1>&5 configure: In function `main': configure:4541: error: `open64' undeclared (first use in this function) configure:4541: error: (Each undeclared identifier is reported only once configure:4541: error: for each function it appears in.) configure: failed program was: #line 4538 "configure" #include "confdefs.h" #include int main() { char *p = (char *)open64; ; return 0; } configure:4561: gcc -pipe -c conftest.c 1>&5 configure: In function `main': configure:4557: error: `open64' undeclared (first use in this function) configure:4557: error: (Each undeclared identifier is reported only once configure:4557: error: for each function it appears in.) configure: failed program was: #line 4553 "configure" #include "confdefs.h" #define _LARGEFILE_SOURCE64 1 #include int main() { char *p = (char *)open64; ; return 0; } configure:4590: checking for 64-bit integer type configure:4605: gcc -pipe -c conftest.c 1>&5 configure: In function `main': configure:4601: error: `__int64' undeclared (first use in this function) configure:4601: error: (Each undeclared identifier is reported only once configure:4601: error: for each function it appears in.) configure:4601: error: syntax error before "value" configure: failed program was: #line 4598 "configure" #include "confdefs.h" int main() { __int64 value = (__int64) 0; ; return 0; } configure:4628: gcc -pipe -c conftest.c 1>&5 configure:4653: checking for struct dirent64 configure:4667: gcc -pipe -c conftest.c 1>&5 configure:4661:24: sys/dirent.h: No such file or directory configure: In function `main': configure:4663: error: storage size of 'p' isn't known configure: failed program was: #line 4659 "configure" #include "confdefs.h" #include #include int main() { struct dirent64 p; ; return 0; } configure:4688: checking for struct stat64 configure:4702: gcc -pipe -c conftest.c 1>&5 configure:4725: checking for open64 configure:4753: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure:4725: checking for lseek64 configure:4753: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure:4778: checking for off64_t configure:4792: gcc -pipe -c conftest.c 1>&5 configure:4823: checking whether byte ordering is bigendian configure:4841: gcc -pipe -c conftest.c 1>&5 configure:4856: gcc -pipe -c conftest.c 1>&5 configure: In function `main': configure:4851: error: `not' undeclared (first use in this function) configure:4851: error: (Each undeclared identifier is reported only once configure:4851: error: for each function it appears in.) configure:4851: error: syntax error before "big" configure: failed program was: #line 4845 "configure" #include "confdefs.h" #include #include int main() { #if BYTE_ORDER != BIG_ENDIAN not big endian #endif ; return 0; } configure:4922: checking for getcwd configure:4950: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure:4984: checking for opendir configure:5012: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure:4984: checking for strstr configure:5012: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure:4996: warning: conflicting types for built-in function 'strstr' configure:4984: checking for strtol configure:5012: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure:4984: checking for strtoll configure:5012: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure:4984: checking for strtoull configure:5012: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure:4984: checking for tmpnam configure:5012: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 /tmp/ccruyFkn.o: In function `main': conftest.c:(.text+0x1d): warning: the use of `tmpnam' is dangerous, better use `mkstemp' configure:4984: checking for waitpid configure:5012: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure:5039: checking for strerror configure:5067: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure:5091: checking for getwd configure:5119: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 /tmp/ccRJQY7y.o: In function `main': conftest.c:(.text+0x1d): warning: the `getwd' function is dangerous and should not be used. configure:5143: checking for wait3 configure:5171: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure:5195: checking for uname configure:5223: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure:5247: checking for realpath configure:5275: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure:5310: checking for sys/modem.h configure:5320: gcc -E conftest.c >/dev/null 2>conftest.out configure:5316:23: sys/modem.h: No such file or directory configure: failed program was: #line 5315 "configure" #include "confdefs.h" #include configure:5347: checking termios vs. termio vs. sgtty configure:5371: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure: failed program was: #line 5356 "configure" #include "confdefs.h" #include int main() { struct termios t; if (tcgetattr(0, &t) == 0) { cfsetospeed(&t, 0); t.c_cflag |= PARENB | PARODD | CSIZE | CSTOPB; return 0; } return 1; } configure:5402: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure: failed program was: #line 5388 "configure" #include "confdefs.h" #include int main() { struct termio t; if (ioctl(0, TCGETA, &t) == 0) { t.c_cflag |= CBAUD | PARENB | PARODD | CSIZE | CSTOPB; return 0; } return 1; } configure:5435: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure: In function `main': configure:5425: error: storage size of 't' isn't known configure:5426: error: `TIOCGETP' undeclared (first use in this function) configure:5426: error: (Each undeclared identifier is reported only once configure:5426: error: for each function it appears in.) configure:5428: error: `ODDP' undeclared (first use in this function) configure:5428: error: `EVENP' undeclared (first use in this function) configure:5428: error: `RAW' undeclared (first use in this function) configure: failed program was: #line 5420 "configure" #include "confdefs.h" #include int main() { struct sgttyb t; if (ioctl(0, TIOCGETP, &t) == 0) { t.sg_ospeed = 0; t.sg_flags |= ODDP | EVENP | RAW; return 0; } return 1; } configure:5470: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure:5582: checking for fd_set in sys/types configure:5594: gcc -pipe -c conftest.c 1>&5 configure:5652: checking whether struct tm is in sys/time.h or time.h configure:5665: gcc -pipe -c conftest.c 1>&5 configure:5690: checking for sys/time.h configure:5700: gcc -E conftest.c >/dev/null 2>conftest.out configure:5727: checking whether time.h and sys/time.h may both be included configure:5741: gcc -pipe -c conftest.c 1>&5 configure:5762: checking for tm_zone in struct tm configure:5775: gcc -pipe -c conftest.c 1>&5 configure:5835: checking for gmtime_r configure:5863: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure:5835: checking for localtime_r configure:5863: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure:5889: checking tm_tzadj in struct tm configure:5901: gcc -pipe -c conftest.c 1>&5 configure: In function `main': configure:5897: error: structure has no member named `tm_tzadj' configure: failed program was: #line 5894 "configure" #include "confdefs.h" #include int main() { struct tm tm; tm.tm_tzadj; ; return 0; } configure:5922: checking tm_gmtoff in struct tm configure:5934: gcc -pipe -c conftest.c 1>&5 configure:5959: checking long timezone variable configure:5973: gcc -pipe -c conftest.c 1>&5 configure:6037: checking for st_blksize in struct stat configure:6050: gcc -pipe -c conftest.c 1>&5 configure:6071: checking for fstatfs configure:6099: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure:6128: checking for 8-bit clean memcmp configure:6146: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure:6170: checking for memmove configure:6198: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure:6182: warning: conflicting types for built-in function 'memmove' configure:6231: checking proper strstr implementation configure:6246: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure:6238: warning: conflicting types for built-in function 'strstr' configure:6273: checking for strtoul configure:6301: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure:6341: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure:6364: checking for strtod configure:6392: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure:6432: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure:6458: checking for strtod configure:6508: checking for Solaris2.4/Tru64 strtod bugs configure:6540: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure:6573: checking for ANSI C header files configure:6586: gcc -E conftest.c >/dev/null 2>conftest.out configure:6653: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure:6677: checking for mode_t configure:6710: checking for pid_t configure:6743: checking for size_t configure:6776: checking for uid_t in sys/types.h configure:6811: checking for socklen_t configure:6855: checking for opendir configure:6916: checking union wait configure:6933: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure:6960: checking for strncasecmp configure:6988: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure:7110: checking for BSDgettimeofday configure:7138: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 /tmp/ccaV3vtr.o: In function `main': conftest.c:(.text+0x1d): undefined reference to `BSDgettimeofday' collect2: ld returned 1 exit status configure: failed program was: #line 7115 "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:7160: checking for gettimeofday configure:7188: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure:7215: checking for gettimeofday declaration configure:7251: checking whether char is unsigned configure:7314: checking signed char declarations configure:7329: gcc -pipe -c conftest.c 1>&5 configure:7354: checking for a putenv() that copies the buffer configure:7384: gcc -pipe -o conftest -Wl,--export-dynamic conftest.c -lpthread 1>&5 configure:7425: checking for langinfo.h configure:7435: gcc -E conftest.c >/dev/null 2>conftest.out configure:7459: checking whether to use nl_langinfo configure:7472: gcc -pipe -c conftest.c 1>&5 configure:7552: checking for sys/ioctl.h configure:7562: gcc -E conftest.c >/dev/null 2>conftest.out configure:7592: checking for sys/filio.h configure:7602: gcc -E conftest.c >/dev/null 2>conftest.out configure:7598:23: sys/filio.h: No such file or directory configure: failed program was: #line 7597 "configure" #include "confdefs.h" #include configure:7629: checking FIONBIO vs. O_NONBLOCK for nonblocking I/O