This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:573: checking for a BSD compatible install configure:626: checking whether build environment is sane configure:683: checking whether make sets ${MAKE} configure:729: checking for working aclocal configure:742: checking for working autoconf configure:755: checking for working automake configure:768: checking for working autoheader configure:781: checking for working makeinfo configure:798: checking for gcc configure:911: checking whether the C compiler (cc -fno-common ) works configure:927: cc -o conftest -fno-common conftest.c 1>&5 configure:953: checking whether the C compiler (cc -fno-common ) is a cross-compiler configure:958: checking whether we are using GNU C configure:967: cc -E conftest.c configure:986: checking whether cc accepts -g configure:1018: checking how to run the C preprocessor configure:1039: cc -E conftest.c >/dev/null 2>conftest.out configure:1173: checking host system type configure:1194: checking build system type configure:1214: checking for ranlib configure:1253: checking for ld used by GCC configure:1316: checking if the linker (/usr/bin/ld) is GNU ld configure:1332: checking for BSD-compatible nm configure:1369: 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:1592: checking if global_symbol_pipe works ltconfig:1593: cc -c -fno-common conftest.c 1>&5 ltconfig:1596: 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:1592: checking if global_symbol_pipe works ltconfig:1593: cc -c -fno-common conftest.c 1>&5 ltconfig:1596: 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:1648: cc -o conftest -fno-common -fno-builtin conftest.c conftstm.o 1>&5 configure:1563: checking whether byte ordering is bigendian configure:1581: cc -c -fno-common conftest.c 1>&5 configure:1596: cc -c -fno-common conftest.c 1>&5 configure: In function `main': configure:1591: error: `not' undeclared (first use in this function) configure:1591: error: (Each undeclared identifier is reported only once configure:1591: error: for each function it appears in.) configure:1591: error: parse error before "big" configure: failed program was: #line 1585 "configure" #include "confdefs.h" #include #include int main() { #if BYTE_ORDER != BIG_ENDIAN not big endian #endif ; return 0; }