This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:581: checking for a BSD compatible install configure:634: checking whether build environment is sane configure:691: checking whether make sets ${MAKE} configure:737: checking for working aclocal configure:750: checking for working autoconf configure:763: checking for working automake configure:776: checking for working autoheader configure:789: checking for working makeinfo configure:806: checking for gcc configure:919: checking whether the C compiler (gcc ) works configure:935: gcc -o conftest conftest.c 1>&5 configure:961: checking whether the C compiler (gcc ) is a cross-compiler configure:966: checking whether we are using GNU C configure:975: gcc -E conftest.c configure:994: checking whether gcc accepts -g configure:1028: checking for ranlib configure:1056: checking for Cygwin environment configure:1072: gcc -c -g -O2 conftest.c 1>&5 configure: In function `main': configure:1068: error: `__CYGWIN32__' undeclared (first use in this function) configure:1068: error: (Each undeclared identifier is reported only once configure:1068: error: for each function it appears in.) configure: failed program was: #line 1061 "configure" #include "confdefs.h" int main() { #ifndef __CYGWIN__ #define __CYGWIN__ __CYGWIN32__ #endif return __CYGWIN__; ; return 0; } configure:1089: checking for mingw32 environment configure:1101: gcc -c -g -O2 conftest.c 1>&5 configure: In function `main': configure:1097: error: `__MINGW32__' undeclared (first use in this function) configure:1097: error: (Each undeclared identifier is reported only once configure:1097: error: for each function it appears in.) configure: failed program was: #line 1094 "configure" #include "confdefs.h" int main() { return __MINGW32__; ; return 0; } configure:1120: checking for executable suffix configure:1130: gcc -o conftest -g -O2 conftest.c 1>&5 configure:1152: checking for main in -lm configure:1167: gcc -o conftest -g -O2 conftest.c -lm 1>&5 configure:1196: checking for main in -lz configure:1211: gcc -o conftest -g -O2 conftest.c -lz -lm 1>&5 configure:1240: checking for main in -lpng configure:1255: gcc -o conftest -g -O2 conftest.c -lpng -lz -lm 1>&5 configure:1327: checking for sdl-config configure:1362: checking for SDL - version >= 1.2.0 configure:1441: gcc -o conftest -g -O2 -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT conftest.c -lpng -lz -lm -L/usr/lib -lSDL -lpthread 1>&5 configure:1540: checking for main in -lSDL_mixer configure:1555: gcc -o conftest -g -O2 -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT conftest.c -lSDL_mixer -lpng -lz -lm -L/usr/lib -lSDL -lpthread 1>&5 configure:1587: checking host system type