This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:596: checking host system type configure:617: checking target system type configure:635: checking build system type configure:689: checking for a BSD compatible install configure:742: checking whether build environment is sane configure:780: checking whether make sets ${MAKE} configure:826: checking for working aclocal configure:839: checking for working autoconf configure:852: checking for working automake configure:865: checking for working autoheader configure:878: checking for working makeinfo configure:940: checking for a C-Compiler configure:1052: checking whether the C compiler (cc -fno-common ) works configure:1068: cc -o conftest -fno-common conftest.c 1>&5 configure:1094: checking whether the C compiler (cc -fno-common ) is a cross-compiler configure:1099: checking whether we are using GNU C configure:1108: cc -E conftest.c configure:1176: checking how to run the C preprocessor configure:1197: cc -E conftest.c >/dev/null 2>conftest.out configure:1296: checking for Cygwin environment configure:1312: cc -c -fno-common conftest.c 1>&5 configure: In function `main': configure:1308: error: `__CYGWIN32__' undeclared (first use in this function) configure:1308: error: (Each undeclared identifier is reported only once configure:1308: error: for each function it appears in.) configure: failed program was: #line 1301 "configure" #include "confdefs.h" int main() { #ifndef __CYGWIN__ #define __CYGWIN__ __CYGWIN32__ #endif return __CYGWIN__; ; return 0; } configure:1329: checking for mingw32 environment configure:1341: cc -c -fno-common conftest.c 1>&5 configure: In function `main': configure:1337: error: `__MINGW32__' undeclared (first use in this function) configure:1337: error: (Each undeclared identifier is reported only once configure:1337: error: for each function it appears in.) configure: failed program was: #line 1334 "configure" #include "confdefs.h" int main() { return __MINGW32__; ; return 0; } configure:1392: checking for ld used by GCC configure:1460: checking if the linker (/usr/bin/ld) is GNU ld configure:1477: checking for /usr/bin/ld option to reload object files configure:1489: checking for BSD-compatible nm configure:1525: checking whether ln -s works configure:1546: checking how to recognise dependant libraries configure:1656: checking for object suffix configure:1662: cc -c -fno-common conftest.c 1>&5 configure:1682: checking for executable suffix configure:1692: cc -o conftest -fno-common -s conftest.c 1>&5 configure:1862: checking for ranlib configure:1929: checking for strip ltconfig:563:checking for cc option to produce PIC ltconfig:693:checking that cc PIC flag -fPIC works. ltconfig:702: cc -c -fno-common -fPIC -DPIC conftest.c 1>&5 ltconfig:754: checking if cc static flag -static works ltconfig:762: cc -o conftest -fno-common -s -static conftest.c 1>&5 ld: Undefined symbols: __cthread_init_routine _errno _exit _mach_init_routine ltconfig:799: checking if cc supports -c -o file.o ltconfig:800: cc -c -fno-common -o out/conftest2.o conftest.c 1>&5 ltconfig:832: checking if cc supports -c -o file.lo ltconfig:833: cc -c -fno-common -c -o conftest.lo conftest.c 1>&5 ltconfig:884: checking if cc supports -fno-rtti -fno-exceptions ltconfig:885: cc -c -fno-common -fno-rtti -fno-exceptions -c conftest.c conftest.c 1>&5 ltconfig:1867: checking if global_symbol_pipe works ltconfig:1868: cc -c -fno-common conftest.c 1>&5 ltconfig:1871: 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:1867: checking if global_symbol_pipe works ltconfig:1868: cc -c -fno-common conftest.c 1>&5 ltconfig:1871: 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:1923: cc -o conftest -fno-common -fno-builtin -s conftest.c conftstm.o 1>&5 ltconfig:2032: checking for dlopen in -ldl ltconfig:2052: cc -o conftest -fno-common -fno-builtin -s conftest.c -ldl 1>&5 ltconfig:2269: checking for dlfcn.h ltconfig:2279: cc -c -fno-common -fno-builtin conftest.c 1>&5 >/dev/null 2>conftest.out ltconfig:2307: checking whether a program can dlopen itself ltconfig:2361: cc -o conftest -fno-common -fno-builtin -DHAVE_DLFCN_H -s conftest.c -ldl 1>&5 ltconfig: failed program was: #line 2315 "ltconfig" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LTDL_GLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LTDL_GLOBAL DL_GLOBAL # else # define LTDL_GLOBAL 0 # endif #endif /* We may have to define LTDL_LAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LTDL_LAZY_OR_NOW # ifdef RTLD_LAZY # define LTDL_LAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LTDL_LAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LTDL_LAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LTDL_LAZY_OR_NOW DL_NOW # else # define LTDL_LAZY_OR_NOW 0 # endif # endif # endif # endif #endif fnord() { int i=42;} main() { void *self, *ptr1, *ptr2; self=dlopen(0,LTDL_GLOBAL|LTDL_LAZY_OR_NOW); if(self) { ptr1=dlsym(self,"fnord"); ptr2=dlsym(self,"_fnord"); if(ptr1 || ptr2) { dlclose(self); exit(0); } } exit(1); } configure:2194: checking for dlopen in -ldl configure:2238: checking for shl_unload in -ldld configure:2257: cc -o conftest -fno-common -s conftest.c -ldld 1>&5 ld: can't locate file for: -ldld configure: failed program was: #line 2246 "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 shl_unload(); int main() { shl_unload() ; return 0; } configure:2298: checking for extra includes configure:2329: checking for extra libs