This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:616: checking for a BSD compatible install configure:669: checking whether build environment is sane configure:726: checking whether make sets ${MAKE} configure:772: checking for working aclocal configure:785: checking for working autoconf configure:798: checking for working automake configure:811: checking for working autoheader configure:824: checking for working makeinfo configure:843: checking whether to enable maintainer-specific portions of Makefiles configure:887: checking for gcc configure:1000: checking whether the C compiler (cc -fno-common ) works configure:1016: cc -o conftest -fno-common conftest.c 1>&5 configure:1042: checking whether the C compiler (cc -fno-common ) is a cross-compiler configure:1047: checking whether we are using GNU C configure:1056: cc -E conftest.c configure:1075: checking whether cc accepts -g configure:1107: checking how to run the C preprocessor configure:1128: cc -E conftest.c >/dev/null 2>conftest.out configure:1266: checking host system type configure:1287: checking build system type configure:1307: checking for ranlib configure:1346: checking for ld used by GCC configure:1408: checking if the linker (/usr/bin/ld) is GNU ld configure:1424: checking for BSD-compatible nm configure:1460: checking whether ln -s works ltconfig:603: checking for object suffix ltconfig:604: cc -c -fno-common conftest.c 1>&5 ltconfig:629: checking for executable suffix ltconfig:630: cc -o conftest -fno-common conftest.c 1>&5 ltconfig:776: checking if cc PIC flag -fPIC works ltconfig:777: cc -c -fno-common -fPIC -DPIC conftest.c 1>&5 ltconfig:829: checking if cc supports -c -o file.o ltconfig:830: cc -c -fno-common -o out/conftest2.o conftest.c 1>&5 ltconfig:862: checking if cc supports -c -o file.lo ltconfig:863: cc -c -fno-common -c -o conftest.lo conftest.c 1>&5 ltconfig:914: checking if cc supports -fno-rtti -fno-exceptions ltconfig:915: cc -c -fno-common -fno-rtti -fno-exceptions -c conftest.c conftest.c 1>&5 ltconfig:958: checking if cc static flag -static works ltconfig:959: cc -o conftest -fno-common -static conftest.c 1>&5 ld: Undefined symbols: __cthread_init_routine _errno _exit _mach_init_routine ltconfig:1653: checking if global_symbol_pipe works ltconfig:1654: cc -c -fno-common conftest.c 1>&5 ltconfig:1657: eval "/usr/bin/nm -p conftest.o | sed -n -e 's/^.*[ ]\([BCDEGRST]\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm" cannot find nm_test_var in conftest.nm ltconfig:1653: checking if global_symbol_pipe works ltconfig:1654: cc -c -fno-common conftest.c 1>&5 ltconfig:1657: eval "/usr/bin/nm -p conftest.o | sed -n -e 's/^.*[ ]\([BCDEGRST]\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm" ltconfig:1709: cc -o conftest -fno-common -fno-builtin conftest.c conftstm.o 1>&5 configure:1651: checking for Cygwin environment configure:1667: cc -c -fno-common conftest.c 1>&5 configure: In function `main': configure:1663: error: `__CYGWIN32__' undeclared (first use in this function) configure:1663: error: (Each undeclared identifier is reported only once configure:1663: error: for each function it appears in.) configure: failed program was: #line 1656 "configure" #include "confdefs.h" int main() { #ifndef __CYGWIN__ #define __CYGWIN__ __CYGWIN32__ #endif return __CYGWIN__; ; return 0; } configure:1684: checking for mingw32 environment configure:1696: cc -c -fno-common conftest.c 1>&5 configure: In function `main': configure:1692: error: `__MINGW32__' undeclared (first use in this function) configure:1692: error: (Each undeclared identifier is reported only once configure:1692: error: for each function it appears in.) configure: failed program was: #line 1689 "configure" #include "confdefs.h" int main() { return __MINGW32__; ; return 0; } configure:1715: checking for executable suffix configure:1725: cc -o conftest -fno-common conftest.c 1>&5 configure:1767: checking for gm4 configure:1803: checking for c++ configure:1835: checking whether the C++ compiler (c++ -fno-common ) works configure:1851: c++ -o conftest -fno-common conftest.C 1>&5 configure:1877: checking whether the C++ compiler (c++ -fno-common ) is a cross-compiler configure:1882: checking whether we are using GNU C++ configure:1891: c++ -E conftest.C configure:1910: checking whether c++ accepts -g configure:1951: checking if linker supports global constructors c++ -c mylib.C -o mylib.o mkdir .libs using piecewise archive linking... ar cru .libs/libtest.a mylib.o ranlib .libs/libtest.a creating libtest.la (cd .libs && rm -f libtest.la && ln -s ../libtest.la libtest.la) c++ -o mytest mytest.o -bind_at_load ./.libs/libtest.a configure:2008: checking if C++ compiler uses std namespace configure:2023: c++ -c -fno-common conftest.C 1>&5 configure:2097: checking if C++ compiler supports bool (required) configure:2110: c++ -c -fno-common conftest.C 1>&5 configure:2129: checking if C++ compiler supports const_cast<> (required) configure:2143: c++ -c -fno-common conftest.C 1>&5 configure:2163: checking if C++ compiler supports member function templates configure:2181: c++ -c -fno-common conftest.C 1>&5 configure:2208: checking if C++ compiler supports member class templates configure:2224: c++ -c -fno-common conftest.C 1>&5 configure:2250: checking if C++ compiler supports mutable configure:2266: c++ -c -fno-common conftest.C 1>&5 configure:2289: checking if C++ compiler supports partial specialization(required) configure:2307: c++ -c -fno-common conftest.C 1>&5 configure:2332: checking if C++ compiler supports name spaces configure:2348: c++ -c -fno-common conftest.C 1>&5 configure:2372: checking if C++ compiler supports friend template configure:2388: c++ -c -fno-common conftest.C 1>&5 configure:2412: checking if C++ compiler has intrinsic constructors configure:2430: c++ -c -fno-common conftest.C 1>&5 configure:2452: checking if C++ compiler uses template copy ctor configure:2470: c++ -c -fno-common conftest.C 1>&5 configure:2492: checking if C++ compiler allows void returns configure:2510: c++ -c -fno-common conftest.C 1>&5 configure:2532: checking if C++ compiler allows specialization of references configure:2562: c++ -c -fno-common conftest.C 1>&5 configure:2586: checking if C++ environment provides all required features configure:2594: checking how to run the C++ preprocessor configure:2612: c++ -E conftest.C >/dev/null 2>conftest.out configure:2638: checking for pthread.h configure:2648: c++ -E conftest.C >/dev/null 2>conftest.out configure:2673: checking for pthread_self in -pthread configure:2695: c++ -o conftest -fno-common conftest.C -pthread 1>&5 c++: unrecognized option `-pthread' configure:2716: checking for pthread_self in -lcma configure:2738: c++ -o conftest -fno-common conftest.C -lcma 1>&5 ld: can't locate file for: -lcma configure: failed program was: #line 2724 "configure" #include "confdefs.h" /* 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 pthread_self(); int main() { pthread_self() ; return 0; } configure:2761: checking for pthread_keycreate configure:2792: c++ -o conftest -fno-common conftest.C -pthread 1>&5 c++: unrecognized option `-pthread' ld: Undefined symbols: _pthread_keycreate configure: failed program was: #line 2766 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_keycreate(); 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 pthread_keycreate(); 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_pthread_keycreate) || defined (__stub___pthread_keycreate) choke me #else pthread_keycreate(); #endif ; return 0; } configure:2819: checking if should compile with pthreads configure:2827: checking sizes of threading elements configure:2892: c++ -o conftest -fno-common conftest.C 1>&5