This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:557: checking for a BSD compatible install configure:610: checking whether build environment is sane configure:667: checking whether make sets ${MAKE} configure:713: checking for working aclocal configure:726: checking for working autoconf configure:739: checking for working automake configure:752: checking for working autoheader configure:765: checking for working makeinfo configure:805: checking for a BSD compatible install configure:860: checking for gcc configure:973: checking whether the C compiler (cc -fno-common ) works configure:989: cc -o conftest -fno-common conftest.c 1>&5 configure:1015: checking whether the C compiler (cc -fno-common ) is a cross-compiler configure:1020: checking whether we are using GNU C configure:1029: cc -E conftest.c configure:1048: checking whether cc accepts -g configure:1084: checking for c++ configure:1116: checking whether the C++ compiler (c++ -fno-common ) works configure:1132: c++ -o conftest -fno-common conftest.C 1>&5 configure:1158: checking whether the C++ compiler (c++ -fno-common ) is a cross-compiler configure:1163: checking whether we are using GNU C++ configure:1172: c++ -E conftest.C configure:1191: checking whether c++ accepts -g configure:1225: checking whether compiler handles exceptions configure:1234: c++ -c -fno-common conftest.C 1>&5 configure:1271: checking how to run the C++ preprocessor configure:1289: c++ -E conftest.C >/dev/null 2>conftest.out configure:1314: checking for ANSI C header files configure:1327: c++ -E conftest.C >/dev/null 2>conftest.out configure:1397: c++ -o conftest -fno-common conftest.C 1>&5 configure:1426: checking for arpa/inet.h configure:1436: c++ -E conftest.C >/dev/null 2>conftest.out configure:1426: checking for assert.h configure:1436: c++ -E conftest.C >/dev/null 2>conftest.out configure:1426: checking for errno.h configure:1436: c++ -E conftest.C >/dev/null 2>conftest.out configure:1426: checking for fcntl.h configure:1436: c++ -E conftest.C >/dev/null 2>conftest.out configure:1426: checking for limits.h configure:1436: c++ -E conftest.C >/dev/null 2>conftest.out configure:1426: checking for netdb.h configure:1436: c++ -E conftest.C >/dev/null 2>conftest.out configure:1426: checking for netinet/in.h configure:1436: c++ -E conftest.C >/dev/null 2>conftest.out configure:1426: checking for stdarg.h configure:1436: c++ -E conftest.C >/dev/null 2>conftest.out configure:1426: checking for stdio.h configure:1436: c++ -E conftest.C >/dev/null 2>conftest.out configure:1426: checking for stdlib.h configure:1436: c++ -E conftest.C >/dev/null 2>conftest.out configure:1426: checking for string.h configure:1436: c++ -E conftest.C >/dev/null 2>conftest.out configure:1426: checking for sys/socket.h configure:1436: c++ -E conftest.C >/dev/null 2>conftest.out configure:1426: checking for sys/stat.h configure:1436: c++ -E conftest.C >/dev/null 2>conftest.out configure:1426: checking for sys/time.h configure:1436: c++ -E conftest.C >/dev/null 2>conftest.out configure:1426: checking for sys/types.h configure:1436: c++ -E conftest.C >/dev/null 2>conftest.out configure:1426: checking for unistd.h configure:1436: c++ -E conftest.C >/dev/null 2>conftest.out configure:1426: checking for pthread.h configure:1436: c++ -E conftest.C >/dev/null 2>conftest.out configure:1464: checking for working const configure:1518: c++ -c -fno-common conftest.C 1>&5 configure:1539: checking for inline configure:1553: c++ -c -fno-common conftest.C 1>&5 configure:1579: checking whether time.h and sys/time.h may both be included configure:1593: c++ -c -fno-common conftest.C 1>&5 configure:1615: checking for 8-bit clean memcmp configure:1636: c++ -o conftest -fno-common conftest.C 1>&5 configure: In function `int main()': configure:1631: error: `memcmp' undeclared (first use this function) configure:1631: error: (Each undeclared identifier is reported only once for each function it appears in.) configure: failed program was: #line 1623 "configure" #include "confdefs.h" #ifdef __cplusplus extern "C" void exit(int); #endif main() { char c0 = 0x40, c1 = 0x80, c2 = 0x81; exit(memcmp(&c0, &c2, 1) < 0 && memcmp(&c1, &c2, 1) < 0 ? 0 : 1); } configure:1656: checking for select configure:1687: c++ -o conftest -fno-common conftest.C 1>&5 configure:1656: checking for strdup configure:1687: c++ -o conftest -fno-common conftest.C 1>&5 configure:1656: checking for strstr configure:1687: c++ -o conftest -fno-common conftest.C 1>&5 configure:1656: checking for strtol configure:1687: c++ -o conftest -fno-common conftest.C 1>&5 configure:1671: error: declaration of C function `char strtol()' conflicts with /usr/include/stdlib.h:179: error: previous declaration `long int strtol(const char*, char**, int)' here configure: failed program was: #line 1661 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char strtol(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char strtol(); 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_strtol) || defined (__stub___strtol) choke me #else strtol(); #endif ; return 0; } configure:1656: checking for getopt_long configure:1687: c++ -o conftest -fno-common conftest.C 1>&5 configure:1714: checking for snprintf configure:1745: c++ -o conftest -fno-common conftest.C 1>&5 configure:1777: checking for socket configure:1808: c++ -o conftest -fno-common conftest.C 1>&5 configure:1930: checking for inet_addr configure:1961: c++ -o conftest -fno-common conftest.C 1>&5 configure:2032: checking for getopt_long configure:2134: checking for pthread_join in -pthread configure:2156: c++ -o conftest -fno-common conftest.C -pthread 1>&5 c++: unrecognized option `-pthread'