This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:597: checking for a BSD compatible install configure:650: checking whether ln -s works configure:673: checking for gcc configure:786: checking whether the C compiler (cc -fno-common ) works configure:802: cc -o conftest -fno-common conftest.c 1>&5 configure:828: checking whether the C compiler (cc -fno-common ) is a cross-compiler configure:833: checking whether we are using GNU C configure:842: cc -E conftest.c configure:861: checking whether cc accepts -g configure:968: checking host system type configure:989: checking build system type configure:1009: checking for ranlib configure:1048: checking for ld used by GCC configure:1111: checking if the linker (/usr/bin/ld) is GNU ld configure:1127: checking for BSD-compatible nm 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:1372: checking for gtk-config configure:1407: checking for GTK - version >= 0.99.7 configure:1508: cc -o conftest -fno-common -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 1>&5 configure:1643: checking for glib-config configure:1678: checking for GLIB - version >= 0.99.7 configure:1777: cc -o conftest -fno-common -I/usr/local/include/glib12 conftest.c -L/usr/local/lib -lglib-12 1>&5 configure:1868: checking for XMMS include files configure:1892: checking how to run the C preprocessor configure:1913: cc -E conftest.c >/dev/null 2>conftest.out configure:1972: checking for ANSI C header files configure:1985: cc -E conftest.c >/dev/null 2>conftest.out configure:2052: cc -o conftest -fno-common conftest.c 1>&5 configure:2079: checking for fcntl.h configure:2089: cc -E conftest.c >/dev/null 2>conftest.out configure:2079: checking for malloc.h configure:2089: cc -E conftest.c >/dev/null 2>conftest.out configure:2079: checking for strings.h configure:2089: cc -E conftest.c >/dev/null 2>conftest.out configure:2079: checking for sys/ioctl.h configure:2089: cc -E conftest.c >/dev/null 2>conftest.out configure:2079: checking for unistd.h configure:2089: cc -E conftest.c >/dev/null 2>conftest.out configure:2117: checking for working const configure:2171: cc -c -fno-common conftest.c 1>&5 configure:2192: checking for pid_t configure:2225: checking for size_t configure:2260: checking whether cc needs -traditional configure:2285:20: termio.h: No such file or directory configure:2306: checking for 8-bit clean memcmp configure:2324: cc -o conftest -fno-common conftest.c 1>&5 configure:2342: checking whether setvbuf arguments are reversed configure:2364: cc -o conftest -fno-common conftest.c 1>&5 configure: In function `main': configure:2357: warning: passing arg 2 of `setvbuf' makes pointer from integer without a cast configure:2357: warning: passing arg 3 of `setvbuf' makes integer from pointer without a cast configure: failed program was: #line 2350 "configure" #include "confdefs.h" #include /* If setvbuf has the reversed format, exit 0. */ main () { /* This call has the arguments reversed. A reversed system may check and see that the address of main is not _IOLBF, _IONBF, or _IOFBF, and return nonzero. */ if (setvbuf(stdout, _IOLBF, (char *) main, BUFSIZ) != 0) exit(1); putc('\r', stdout); exit(0); /* Non-reversed systems segv here. */ } configure:2388: checking for vprintf configure:2416: cc -o conftest -fno-common conftest.c 1>&5 configure:2400: warning: conflicting types for built-in function `vprintf' configure:2508: checking for a BSD compatible install