This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:728: checking for a BSD compatible install configure:781: checking whether build environment is sane configure:838: checking whether make sets ${MAKE} configure:884: checking for working aclocal configure:897: checking for working autoconf configure:910: checking for working automake configure:923: checking for working autoheader configure:936: checking for working makeinfo configure:952: checking for gcc configure:1065: checking whether the C compiler (cc -fno-common ) works configure:1081: cc -o conftest -fno-common -I/usr/X11R6/include conftest.c -L/usr/X11R6/lib 1>&5 configure:1107: checking whether the C compiler (cc -fno-common ) is a cross-compiler configure:1112: checking whether we are using GNU C configure:1121: cc -E conftest.c configure:1140: checking whether cc accepts -g configure:1172: checking for Cygwin environment configure:1188: cc -c -fno-common -I/usr/X11R6/include conftest.c 1>&5 configure: In function `main': configure:1184: error: `__CYGWIN32__' undeclared (first use in this function) configure:1184: error: (Each undeclared identifier is reported only once configure:1184: error: for each function it appears in.) configure: failed program was: #line 1177 "configure" #include "confdefs.h" int main() { #ifndef __CYGWIN__ #define __CYGWIN__ __CYGWIN32__ #endif return __CYGWIN__; ; return 0; } configure:1205: checking for mingw32 environment configure:1217: cc -c -fno-common -I/usr/X11R6/include conftest.c 1>&5 configure: In function `main': configure:1213: error: `__MINGW32__' undeclared (first use in this function) configure:1213: error: (Each undeclared identifier is reported only once configure:1213: error: for each function it appears in.) configure: failed program was: #line 1210 "configure" #include "confdefs.h" int main() { return __MINGW32__; ; return 0; } configure:1234: checking how to run the C preprocessor configure:1255: cc -E -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:1389: checking host system type configure:1410: checking build system type configure:1439: checking for ld used by GCC configure:1507: checking if the linker (/usr/bin/ld) is GNU ld configure:1524: checking for /usr/bin/ld option to reload object files configure:1536: checking for BSD-compatible nm configure:1574: checking whether ln -s works configure:1595: checking how to recognise dependant libraries configure:1768: checking for object suffix configure:1774: cc -c -fno-common -I/usr/X11R6/include conftest.c 1>&5 configure:1794: checking for executable suffix configure:1804: cc -o conftest -fno-common -I/usr/X11R6/include conftest.c -L/usr/X11R6/lib 1>&5 configure:1835: checking command to parse /usr/bin/nm -p output configure:1911: cc -c -fno-common -I/usr/X11R6/include conftest.c 1>&5 configure:1914: /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:1911: cc -c -fno-common -I/usr/X11R6/include conftest.c 1>&5 configure:1914: /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:1965: cc -o conftest -fno-common -I/usr/X11R6/include conftest.c conftstm.o 1>&5 configure:2011: checking for dlfcn.h configure:2021: cc -E -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:2189: checking for ranlib configure:2256: checking for strip configure:2492: checking for objdir configure:2519: checking for cc option to produce PIC configure:2671: checking if cc PIC flag -fPIC works configure:2685: cc -c -fno-common -fPIC -DPIC -I/usr/X11R6/include conftest.c 1>&5 configure:2737: checking if cc static flag -static works configure:2752: cc -o conftest -fno-common -I/usr/X11R6/include -static conftest.c -L/usr/X11R6/lib 1>&5 ld: Undefined symbols: __cthread_init_routine _errno _exit _mach_init_routine configure: failed program was: #line 2745 "configure" #include "confdefs.h" int main() { ; return 0; } configure:2779: checking if cc supports -c -o file.o configure:2798: cc -c -fno-common -o out/conftest2.o -I/usr/X11R6/include conftest.c 1>&5 configure:2827: checking if cc supports -c -o file.lo configure:2843: cc -c -fno-common -c -o conftest.lo -I/usr/X11R6/include conftest.c 1>&5 configure:2892: checking if cc supports -fno-rtti -fno-exceptions configure:2905: cc -c -fno-common -fno-rtti -fno-exceptions -c conftest.c -I/usr/X11R6/include 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:2932: checking whether the linker (/usr/bin/ld) supports shared libraries configure:3548: checking how to hardcode library paths into programs configure:3576: checking whether stripping libraries is possible configure:3590: checking dynamic linker characteristics configure:3976: checking if libtool supports shared libraries configure:5072: checking for X configure:5386: checking for dnet_ntoa in -ldnet configure:5405: cc -o conftest -fno-common -I/usr/X11R6/include conftest.c -ldnet -L/usr/X11R6/lib 1>&5 ld: Undefined symbols: _dnet_ntoa configure: failed program was: #line 5394 "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 dnet_ntoa(); int main() { dnet_ntoa() ; return 0; } configure:5427: checking for dnet_ntoa in -ldnet_stub configure:5446: cc -o conftest -fno-common -I/usr/X11R6/include conftest.c -ldnet_stub -L/usr/X11R6/lib 1>&5 ld: can't locate file for: -ldnet_stub configure: failed program was: #line 5435 "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 dnet_ntoa(); int main() { dnet_ntoa() ; return 0; } configure:5475: checking for gethostbyname configure:5503: cc -o conftest -fno-common -I/usr/X11R6/include conftest.c -L/usr/X11R6/lib 1>&5 configure:5573: checking for connect configure:5601: cc -o conftest -fno-common -I/usr/X11R6/include conftest.c -L/usr/X11R6/lib 1>&5 configure:5665: checking for remove configure:5693: cc -o conftest -fno-common -I/usr/X11R6/include conftest.c -L/usr/X11R6/lib 1>&5 configure:5757: checking for shmat configure:5785: cc -o conftest -fno-common -I/usr/X11R6/include conftest.c -L/usr/X11R6/lib 1>&5 configure:5858: checking for IceConnectionNumber in -lICE configure:5877: cc -o conftest -fno-common -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lICE -L/usr/X11R6/lib 1>&5 configure:5902: checking for ANSI C header files configure:5915: cc -E -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:5982: cc -o conftest -fno-common -I/usr/X11R6/include conftest.c -L/usr/X11R6/lib 1>&5 configure:6009: checking for fcntl.h configure:6019: cc -E -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:6009: checking for malloc.h configure:6019: cc -E -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:6009: checking for sys/ioctl.h configure:6019: cc -E -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:6009: checking for sys/time.h configure:6019: cc -E -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:6009: checking for linux/joystick.h configure:6019: cc -E -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:6015:28: linux/joystick.h: No such file or directory configure: failed program was: #line 6014 "configure" #include "confdefs.h" #include configure:6009: checking for linux/soundcard.h configure:6019: cc -E -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:6015:29: linux/soundcard.h: No such file or directory configure: failed program was: #line 6014 "configure" #include "confdefs.h" #include configure:6047: checking whether time.h and sys/time.h may both be included configure:6061: cc -c -fno-common -I/usr/X11R6/include conftest.c 1>&5 configure:6084: checking whether cc needs -traditional configure:6109:20: termio.h: No such file or directory configure:6130: checking return type of signal handlers configure:6152: cc -c -fno-common -I/usr/X11R6/include conftest.c 1>&5 configure:6173: checking for select configure:6201: cc -o conftest -fno-common -I/usr/X11R6/include conftest.c -L/usr/X11R6/lib 1>&5