This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:935: checking for a BSD compatible install configure:988: checking whether build environment is sane configure:1045: checking whether gmake sets ${MAKE} configure:1091: checking for working aclocal configure:1104: checking for working autoconf configure:1117: checking for working automake configure:1130: checking for working autoheader configure:1143: checking for working makeinfo configure:1164: checking for gcc configure:1277: checking whether the C compiler (cc -fno-common ) works configure:1293: cc -o conftest -fno-common conftest.c 1>&5 configure:1319: checking whether the C compiler (cc -fno-common ) is a cross-compiler configure:1324: checking whether we are using GNU C configure:1333: cc -E conftest.c configure:1352: checking whether cc accepts -g configure:1395: checking for a BSD compatible install configure:1448: checking whether ln -s works configure:1480: checking for Cygwin environment configure:1496: cc -c -fno-common conftest.c 1>&5 configure: In function `main': configure:1492: error: `__CYGWIN32__' undeclared (first use in this function) configure:1492: error: (Each undeclared identifier is reported only once configure:1492: error: for each function it appears in.) configure: failed program was: #line 1485 "configure" #include "confdefs.h" int main() { #ifndef __CYGWIN__ #define __CYGWIN__ __CYGWIN32__ #endif return __CYGWIN__; ; return 0; } configure:1513: checking for mingw32 environment configure:1525: cc -c -fno-common conftest.c 1>&5 configure: In function `main': configure:1521: error: `__MINGW32__' undeclared (first use in this function) configure:1521: error: (Each undeclared identifier is reported only once configure:1521: error: for each function it appears in.) configure: failed program was: #line 1518 "configure" #include "confdefs.h" int main() { return __MINGW32__; ; return 0; } configure:1542: checking how to run the C preprocessor configure:1563: cc -E conftest.c >/dev/null 2>conftest.out configure:1697: checking host system type configure:1718: checking build system type configure:1747: checking for ld used by GCC configure:1815: checking if the linker (/usr/bin/ld) is GNU ld configure:1832: checking for /usr/bin/ld option to reload object files configure:1844: checking for BSD-compatible nm configure:1882: checking how to recognise dependant libraries configure:2059: checking for object suffix configure:2065: cc -c -fno-common conftest.c 1>&5 configure:2085: checking for executable suffix configure:2095: cc -o conftest -fno-common conftest.c 1>&5 configure:2126: checking command to parse /usr/bin/nm -p output configure:2206: cc -c -fno-common conftest.c 1>&5 configure:2209: /usr/bin/nm -p conftest.o | sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm cannot find nm_test_var in conftest.nm configure:2206: cc -c -fno-common conftest.c 1>&5 configure:2209: /usr/bin/nm -p conftest.o | sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm configure:2260: cc -o conftest -fno-common conftest.c conftstm.o 1>&5 configure:2309: checking for dlfcn.h configure:2319: cc -E conftest.c >/dev/null 2>conftest.out configure:2487: checking for ranlib configure:2554: checking for strip configure:2797: checking for objdir configure:2824: checking for cc option to produce PIC configure:2976: checking if cc PIC flag -fPIC works configure:2990: cc -c -fno-common -fPIC -DPIC conftest.c 1>&5 configure:3042: checking if cc static flag -static works configure:3057: cc -o conftest -fno-common -static conftest.c 1>&5 ld: Undefined symbols: __cthread_init_routine _errno _exit _mach_init_routine configure: failed program was: #line 3050 "configure" #include "confdefs.h" int main() { ; return 0; } configure:3084: checking if cc supports -c -o file.o configure:3103: cc -c -fno-common -o out/conftest2.o conftest.c 1>&5 configure:3132: checking if cc supports -c -o file.lo configure:3150: cc -c -fno-common -c -o conftest.lo conftest.c 1>&5 configure:3200: checking if cc supports -fno-rtti -fno-exceptions configure:3213: cc -c -fno-common -fno-rtti -fno-exceptions -c conftest.c conftest.c 1>&5 cc1: warning: "-frtti" is valid for C++ but not for C/ObjC cc1: warning: "-frtti" is valid for C++ but not for C/ObjC configure:3240: checking whether the linker (/usr/bin/ld) supports shared libraries configure:3925: checking how to hardcode library paths into programs configure:3953: checking whether stripping libraries is possible configure:3967: checking dynamic linker characteristics configure:4368: checking if libtool supports shared libraries configure:4372: checking whether to build shared libraries configure:4395: checking whether to build static libraries configure:4436: checking for shl_load configure:4464: cc -o conftest -fno-common conftest.c 1>&5 ld: Undefined symbols: _shl_load configure: failed program was: #line 4441 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char shl_load(); below. */ #include /* 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_load(); 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_shl_load) || defined (__stub___shl_load) choke me #else shl_load(); #endif ; return 0; } configure:4482: checking for shl_load in -ldld configure:4501: cc -o conftest -fno-common conftest.c -ldld 1>&5 ld: can't locate file for: -ldld configure: failed program was: #line 4490 "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_load(); int main() { shl_load() ; return 0; } configure:4520: checking for dlopen configure:4548: cc -o conftest -fno-common conftest.c 1>&5 configure:4717: checking whether a program can dlopen itself configure:4788: cc -o conftest -fno-common -DHAVE_DLFCN_H conftest.c 1>&5 configure:4811: checking whether a statically linked program can dlopen itself configure:4882: cc -o conftest -fno-common -DHAVE_DLFCN_H conftest.c 1>&5 configure:5587: checking for glib-config configure:5622: checking for GLIB - version >= 1.2.0 configure:5721: cc -o conftest -fno-common -I/usr/local/include/glib12 conftest.c -L/usr/local/lib -lglib-12 1>&5 configure:5855: checking for gtk-config configure:5890: checking for GTK - version >= 1.2.0 configure:5991: cc -o conftest -fno-common -I/usr/local/include/glib12 -I/usr/local/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lgtk-12 -lgdk-12 -lgmodule-12 -lglib-12 -lintl -lXi -lXext -lX11 -lm -L/usr/local/lib -lglib-12 1>&5 configure:6110: checking for xmms-config configure:6240: checking for XMMS - version >= 1.0.0