This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:528: checking for gcc configure:641: checking whether the C compiler (gcc -O2 -march=i686 -mtune=generic ) works configure:657: gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure:683: checking whether the C compiler (gcc -O2 -march=i686 -mtune=generic ) is a cross-compiler configure:688: checking whether we are using GNU C configure:697: gcc -E conftest.c configure:716: checking whether gcc accepts -g configure:786: checking for xmkmf configure:818: checking for imake configure:881: checking how to run the C preprocessor configure:902: gcc -E conftest.c >/dev/null 2>conftest.out configure:961: checking for ANSI C header files configure:974: gcc -E conftest.c >/dev/null 2>conftest.out configure:1041: gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure: In function 'main': configure:1036:67: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); ^ configure:1065: checking for mode_t configure:1098: checking for size_t configure:1131: checking for ANSI C header files configure:1238: checking for stdlib.h configure:1248: gcc -E conftest.c >/dev/null 2>conftest.out configure:1278: checking for unistd.h configure:1288: gcc -E conftest.c >/dev/null 2>conftest.out configure:1318: checking for string.h configure:1328: gcc -E conftest.c >/dev/null 2>conftest.out configure:1358: checking for fcntl.h configure:1368: gcc -E conftest.c >/dev/null 2>conftest.out configure:1398: checking for signal.h configure:1408: gcc -E conftest.c >/dev/null 2>conftest.out configure:1438: checking for sys/time.h configure:1448: gcc -E conftest.c >/dev/null 2>conftest.out configure:1478: checking for time.h configure:1488: gcc -E conftest.c >/dev/null 2>conftest.out configure:1518: checking for sys/stat.h configure:1528: gcc -E conftest.c >/dev/null 2>conftest.out configure:1558: checking for sys/select.h configure:1568: gcc -E conftest.c >/dev/null 2>conftest.out configure:1598: checking for malloc.h configure:1608: gcc -E conftest.c >/dev/null 2>conftest.out configure:1662: gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure:1741: gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure:1765: checking for usleep configure:1793: gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure:1821: checking for XGetGCValues configure:1849: gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c 1>&5 /tmp/ccbUrOUJ.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `XGetGCValues' collect2: error: ld returned 1 exit status configure: failed program was: #line 1826 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char XGetGCValues(); 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 XGetGCValues(); 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_XGetGCValues) || defined (__stub___XGetGCValues) choke me #else XGetGCValues(); #endif ; return 0; }