This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:600: checking host system type configure:621: checking target system type configure:639: checking build system type configure:693: checking for a BSD compatible install configure:746: checking whether build environment is sane configure:784: checking whether make sets ${MAKE} configure:830: checking for working aclocal configure:843: checking for working autoconf configure:856: checking for working automake configure:869: checking for working autoheader configure:882: checking for working makeinfo configure:944: checking for a C-Compiler configure:1056: checking whether the C compiler (cc -fno-common ) works configure:1072: cc -o conftest -fno-common conftest.c 1>&5 configure:1098: checking whether the C compiler (cc -fno-common ) is a cross-compiler configure:1103: checking whether we are using GNU C configure:1112: cc -E conftest.c configure:1180: checking how to run the C preprocessor configure:1201: cc -E conftest.c >/dev/null 2>conftest.out configure:1242: checking for a C++-Compiler configure:1364: checking whether the C++ compiler (c++ -fno-common -s) works configure:1380: c++ -o conftest -fno-common -s conftest.C 1>&5 configure:1406: checking whether the C++ compiler (c++ -fno-common -s) is a cross-compiler configure:1411: checking whether we are using GNU C++ configure:1420: c++ -E conftest.C configure:1643: checking whether c++ supports -fexceptions configure:1677: checking whether c++ supports -frtti configure:1715: checking how to run the C++ preprocessor configure:1734: c++ -E conftest.C >/dev/null 2>conftest.out configure:1814: checking whether c++ supports -frepo configure:1954: checking for Cygwin environment configure:1970: cc -c -fno-common conftest.c 1>&5 configure: In function `main': configure:1966: error: `__CYGWIN32__' undeclared (first use in this function) configure:1966: error: (Each undeclared identifier is reported only once configure:1966: error: for each function it appears in.) configure: failed program was: #line 1959 "configure" #include "confdefs.h" int main() { #ifndef __CYGWIN__ #define __CYGWIN__ __CYGWIN32__ #endif return __CYGWIN__; ; return 0; } configure:1987: checking for mingw32 environment configure:1999: cc -c -fno-common conftest.c 1>&5 configure: In function `main': configure:1995: error: `__MINGW32__' undeclared (first use in this function) configure:1995: error: (Each undeclared identifier is reported only once configure:1995: error: for each function it appears in.) configure: failed program was: #line 1992 "configure" #include "confdefs.h" int main() { return __MINGW32__; ; return 0; } configure:2050: checking for ld used by GCC configure:2118: checking if the linker (/usr/bin/ld) is GNU ld configure:2135: checking for /usr/bin/ld option to reload object files configure:2147: checking for BSD-compatible nm configure:2183: checking whether ln -s works configure:2204: checking how to recognise dependant libraries configure:2314: checking for object suffix configure:2320: cc -c -fno-common conftest.c 1>&5 configure:2340: checking for executable suffix configure:2350: cc -o conftest -fno-common -s conftest.c 1>&5 configure:2520: checking for ranlib configure:2587: checking for strip ltconfig:563:checking for c++ option to produce PIC ltconfig:693:checking that c++ PIC flag -fPIC works. ltconfig:702: c++ -c -fno-common -fPIC -DPIC conftest.c 1>&5 ltconfig:754: checking if c++ static flag -static works ltconfig:762: c++ -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 c++ supports -c -o file.o ltconfig:800: c++ -c -fno-common -o out/conftest2.o conftest.c 1>&5 ltconfig:832: checking if c++ supports -c -o file.lo ltconfig:833: c++ -c -fno-common -c -o conftest.lo conftest.c 1>&5 ltconfig:884: checking if c++ supports -fno-rtti -fno-exceptions ltconfig:885: c++ -c -fno-common -fno-rtti -fno-exceptions -c conftest.c conftest.c 1>&5 ltconfig:1867: checking if global_symbol_pipe works ltconfig:1868: c++ -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: c++ -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: c++ -o conftest -fno-common -fno-builtin -fno-rtti -fno-exceptions -s conftest.c conftstm.o 1>&5 ltconfig:2032: checking for dlopen in -ldl ltconfig:2052: c++ -o conftest -fno-common -fno-builtin -fno-rtti -fno-exceptions -s conftest.c -ldl 1>&5 ltconfig:2269: checking for dlfcn.h ltconfig:2279: c++ -c -fno-common -fno-builtin -fno-rtti -fno-exceptions conftest.c 1>&5 >/dev/null 2>conftest.out ltconfig:2307: checking whether a program can dlopen itself ltconfig:2361: c++ -o conftest -fno-common -fno-builtin -fno-rtti -fno-exceptions -DHAVE_DLFCN_H -s conftest.c -ldl 1>&5 ltconfig:2354: warning: ISO C++ forbids declaration of `fnord' with no type ltconfig: In function `int main()': ltconfig:2357: error: `exit' undeclared (first use this function) ltconfig:2357: error: (Each undeclared identifier is reported only once for each function it appears in.) 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:2875: checking for dlopen in -ldl configure:2919: checking for shl_unload in -ldld configure:2938: cc -o conftest -fno-common -s conftest.c -ldld 1>&5 ld: can't locate file for: -ldld configure: failed program was: #line 2927 "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:2979: checking for extra includes configure:3010: checking for extra libs