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 ) works configure:732: gcc -o conftest conftest.c 1>&5 configure:758: checking whether the C compiler (gcc ) 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 -Wall -W -O3 -fomit-frame-pointer -funroll-loops conftest.c 1>&5 configure:1016: warning: return type defaults to `int' configure: In function `main': configure:1015: warning: control reaches end of non-void function configure:1058: checking for X configure:1125: gcc -E conftest.c >/dev/null 2>conftest.out configure:1201: gcc -o conftest -Wall -W -O3 -fomit-frame-pointer -funroll-loops conftest.c -lXt 1>&5 configure: In function `main': configure:1197: warning: implicit declaration of function `XtMalloc' configure:1302: checking for XOpenDisplay in -lX11 configure:1321: gcc -o conftest -Wall -W -O3 -fomit-frame-pointer -funroll-loops conftest.c -lX11 1>&5 configure:1927: checking for XShmCreateImage in -lXext configure:1946: gcc -o conftest -Wall -W -O3 -fomit-frame-pointer -funroll-loops conftest.c -lXext -lX11 1>&5 configure:1973: checking for XShmQueryExtension configure:2001: gcc -o conftest -Wall -W -O3 -fomit-frame-pointer -funroll-loops conftest.c -lXext -lX11 1>&5 configure:2025: checking for XF86VidModeQueryExtension in -lXxf86vm configure:2044: gcc -o conftest -Wall -W -O3 -fomit-frame-pointer -funroll-loops conftest.c -lXxf86vm -lXext -lX11 1>&5 configure:2076: checking for vga_setmode in -lvga configure:2095: gcc -o conftest -Wall -W -O3 -fomit-frame-pointer -funroll-loops conftest.c -lvga 1>&5 /usr/bin/ld: cannot find -lvga collect2: 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 -Wall -W -O3 -fomit-frame-pointer -funroll-loops conftest.c -ltermcap 1>&5 /usr/bin/ld: cannot find -ltermcap collect2: 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 -Wall -W -O3 -fomit-frame-pointer -funroll-loops conftest.c -lncurses 1>&5 configure:2269: checking for readline in -lreadline configure:2288: gcc -o conftest -Wall -W -O3 -fomit-frame-pointer -funroll-loops 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 -Wall -W -O3 -fomit-frame-pointer -funroll-loops 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: sys/audioio.h: No such file or directory 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: dmedia/audio.h: No such file or directory 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:2632: checking for ioperm configure:2660: gcc -o conftest -Wall -W -O3 -fomit-frame-pointer -funroll-loops conftest.c 1>&5 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 -Wall -W -O3 -fomit-frame-pointer -funroll-loops conftest.c 1>&5 configure:2770: gcc -c -Wall -W -O3 -fomit-frame-pointer -funroll-loops conftest.c 1>&5 configure: In function `main': configure:2765: error: `not' undeclared (first use in this function) configure:2765: error: (Each undeclared identifier is reported only once configure:2765: error: for each function it appears in.) configure:2765: error: syntax error before "big" 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 -Wall -W -O3 -fomit-frame-pointer -funroll-loops conftest.c 1>&5 configure: In function `main': configure:2857: warning: unused variable `s' configure:2877: warning: unused variable `foo' configure:2839: warning: unused variable `x' configure:2845: warning: unused variable `zero' configure:2874: warning: 'b' might be used uninitialized in this function configure:2856: warning: 't' might be used uninitialized in this function configure:2904: checking for ANSI C header files configure:2917: gcc -E conftest.c >/dev/null 2>conftest.out configure:2984: gcc -o conftest -Wall -W -O3 -fomit-frame-pointer -funroll-loops conftest.c 1>&5 configure: In function `main': configure:2979: warning: implicit declaration of function `exit' configure:3008: checking for size_t