This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:579: checking for a BSD compatible install configure:632: checking whether build environment is sane configure:689: checking whether make sets ${MAKE} configure:735: checking for working aclocal configure:748: checking for working autoconf configure:761: checking for working automake configure:774: checking for working autoheader configure:787: checking for working makeinfo configure:804: checking for gcc configure:917: checking whether the C compiler (gcc ) works configure:933: gcc -o conftest conftest.c 1>&5 configure:959: checking whether the C compiler (gcc ) is a cross-compiler configure:964: checking whether we are using GNU C configure:973: gcc -E conftest.c configure:992: checking whether gcc accepts -g configure:1026: checking for ranlib configure:1054: checking for Cygwin environment configure:1070: gcc -c -g -O2 conftest.c 1>&5 configure: In function `main': configure:1066: error: `__CYGWIN32__' undeclared (first use in this function) configure:1066: error: (Each undeclared identifier is reported only once configure:1066: error: for each function it appears in.) configure: failed program was: #line 1059 "configure" #include "confdefs.h" int main() { #ifndef __CYGWIN__ #define __CYGWIN__ __CYGWIN32__ #endif return __CYGWIN__; ; return 0; } configure:1087: checking for mingw32 environment configure:1099: gcc -c -g -O2 conftest.c 1>&5 configure: In function `main': configure:1095: error: `__MINGW32__' undeclared (first use in this function) configure:1095: error: (Each undeclared identifier is reported only once configure:1095: error: for each function it appears in.) configure: failed program was: #line 1092 "configure" #include "confdefs.h" int main() { return __MINGW32__; ; return 0; } configure:1118: checking for executable suffix configure:1128: gcc -o conftest -g -O2 conftest.c 1>&5 configure:1155: checking host system type configure:1177: checking for main in -lm configure:1192: gcc -o conftest -g -O2 conftest.c -lm 1>&5 configure:1264: checking for sdl-config configure:1299: checking for SDL - version >= 1.0.0 configure:1378: gcc -o conftest -g -O2 -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT conftest.c -lm -L/usr/lib -lSDL -lpthread 1>&5 configure:1498: checking for sdl-config configure:1533: checking for SDL - version >= 1.1.5 configure:1612: gcc -o conftest -g -O2 -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT conftest.c -lm -L/usr/lib -lSDL -lpthread -L/usr/lib -lSDL -lpthread 1>&5 configure:1700: checking for main in -lSDL_mixer configure:1715: gcc -o conftest -g -O2 -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DSDL_1_1_5 conftest.c -lSDL_mixer -lm -L/usr/lib -lSDL -lpthread 1>&5