This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:560: checking host system type configure:582: checking if configuration is valid configure:603: checking for gcc configure:716: checking whether the C compiler (gcc -O2 -march=i686 -mtune=generic ) works configure:732: gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure:758: checking whether the C compiler (gcc -O2 -march=i686 -mtune=generic ) is a cross-compiler configure:763: checking whether we are using GNU C configure:772: gcc -E conftest.c configure:791: checking whether gcc accepts -g configure:823: checking how to run the C preprocessor configure:844: gcc -E conftest.c >/dev/null 2>conftest.out configure:914: checking for a BSD compatible install configure:969: checking for ranlib configure:1006: checking for inline configure:1020: gcc -c -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure:1058: checking for X configure:1125: gcc -E conftest.c >/dev/null 2>conftest.out configure:1201: gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lXt 1>&5 configure:1302: checking for XOpenDisplay in -lX11 configure:1321: gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lX11 1>&5 configure:1927: checking for XShmCreateImage in -lXext configure:1946: gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lXext -lX11 1>&5 configure:1973: checking for XShmQueryExtension configure:2001: gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lXext -lX11 1>&5 configure:2025: checking for XF86VidModeQueryExtension in -lXxf86vm configure:2044: gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lXxf86vm -lXext -lX11 1>&5 configure:2076: checking for vga_setmode in -lvga configure:2095: gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lvga 1>&5 /usr/bin/ld: cannot find -lvga collect2: error: ld returned 1 exit status configure: failed program was: #line 2084 "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 vga_setmode(); int main() { vga_setmode() ; return 0; } configure:2188: checking for tgetent in -ltermcap configure:2207: gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -ltermcap 1>&5 /usr/bin/ld: cannot find -ltermcap collect2: error: ld returned 1 exit status configure: failed program was: #line 2196 "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 tgetent(); int main() { tgetent() ; return 0; } configure:2226: checking for tgetent in -lncurses configure:2245: gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lncurses 1>&5 configure:2269: checking for readline in -lreadline configure:2288: gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lreadline -lncurses 1>&5 configure:2312: checking for readline/readline.h configure:2322: gcc -E conftest.c >/dev/null 2>conftest.out configure:2363: checking whether compiling with intel x86 assembly configure:2376: checking whether using inline assembly code configure:2391: checking for underscores before function names in assembly configure:2401: gcc -o conftest -O2 -march=i686 -mtune=generic conftest.s 1>&5 configure:2431: checking for sys/soundcard.h configure:2441: gcc -E conftest.c >/dev/null 2>conftest.out configure:2465: checking for sys/audioio.h configure:2475: gcc -E conftest.c >/dev/null 2>conftest.out configure:2471:25: fatal error: sys/audioio.h: No such file or directory #include ^ compilation terminated. configure: failed program was: #line 2470 "configure" #include "confdefs.h" #include configure:2499: checking for dmedia/audio.h configure:2509: gcc -E conftest.c >/dev/null 2>conftest.out configure:2505:26: fatal error: dmedia/audio.h: No such file or directory #include ^ compilation terminated. configure: failed program was: #line 2504 "configure" #include "confdefs.h" #include configure:2598: checking for asm/io.h configure:2608: gcc -E conftest.c >/dev/null 2>conftest.out configure:2604:20: fatal error: asm/io.h: No such file or directory #include ^ compilation terminated. configure: failed program was: #line 2603 "configure" #include "confdefs.h" #include configure:2691: checking for linux/joystick.h configure:2701: gcc -E conftest.c >/dev/null 2>conftest.out configure:2737: checking whether byte ordering is bigendian configure:2755: gcc -c -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure:2770: gcc -c -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure: In function 'main': configure:2765:2: error: unknown type name 'not' not big endian ^ configure:2765:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' not big endian ^ configure: failed program was: #line 2759 "configure" #include "confdefs.h" #include #include int main() { #if BYTE_ORDER != BIG_ENDIAN not big endian #endif ; return 0; } configure:2829: checking for working const configure:2883: gcc -c -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure:2904: checking for ANSI C header files configure:2917: gcc -E conftest.c >/dev/null 2>conftest.out configure:2984: gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure: In function 'main': configure:2979: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:3008: checking for size_t