This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:633: checking for a BSD compatible install configure:686: checking whether build environment is sane configure:743: checking whether gmake sets ${MAKE} configure:789: checking for working aclocal configure:802: checking for working autoconf configure:815: checking for working automake configure:828: checking for working autoheader configure:841: checking for working makeinfo configure:862: checking host system type configure:883: checking target system type configure:903: checking whether gmake sets ${MAKE} configure:932: checking for gcc configure:1045: checking whether the C compiler (c++ -fno-common ) works configure:1061: c++ -o conftest -fno-common -I/usr/X11R6/include conftest.c 1>&5 configure:1087: checking whether the C compiler (c++ -fno-common ) is a cross-compiler configure:1092: checking whether we are using GNU C configure:1101: c++ -E conftest.c configure:1120: checking whether c++ accepts -g configure:1156: checking for c++ configure:1188: checking whether the C++ compiler (c++ -fno-common ) works configure:1204: c++ -o conftest -fno-common -I/usr/X11R6/include conftest.C 1>&5 configure:1230: checking whether the C++ compiler (c++ -fno-common ) is a cross-compiler configure:1235: checking whether we are using GNU C++ configure:1244: c++ -E conftest.C configure:1263: checking whether c++ accepts -g configure:1365: checking build system type configure:1385: checking for ranlib configure:1424: checking for ld used by GCC configure:1486: checking if the linker (/usr/bin/ld) is GNU ld configure:1502: checking for BSD-compatible nm configure:1538: checking whether ln -s works ltconfig:603: checking for object suffix ltconfig:604: c++ -c -fno-common -I/usr/X11R6/include conftest.c 1>&5 ltconfig:629: checking for executable suffix ltconfig:630: c++ -o conftest -fno-common -I/usr/X11R6/include conftest.c 1>&5 ltconfig:776: checking if c++ PIC flag -fPIC works ltconfig:777: c++ -c -fno-common -fPIC -DPIC -I/usr/X11R6/include conftest.c 1>&5 ltconfig:829: checking if c++ supports -c -o file.o ltconfig:830: c++ -c -fno-common -o out/conftest2.o -I/usr/X11R6/include conftest.c 1>&5 ltconfig:862: checking if c++ supports -c -o file.lo ltconfig:863: c++ -c -fno-common -c -o conftest.lo -I/usr/X11R6/include conftest.c 1>&5 ltconfig:914: checking if c++ supports -fno-rtti -fno-exceptions ltconfig:915: c++ -c -fno-common -fno-rtti -fno-exceptions -c conftest.c -I/usr/X11R6/include conftest.c 1>&5 ltconfig:958: checking if c++ static flag -static works ltconfig:959: c++ -o conftest -fno-common -I/usr/X11R6/include -static conftest.c 1>&5 ld: Undefined symbols: __cthread_init_routine _errno _exit _mach_init_routine ltconfig:1653: checking if global_symbol_pipe works ltconfig:1654: c++ -c -fno-common -I/usr/X11R6/include conftest.c 1>&5 ltconfig:1657: eval "/usr/bin/nm -p conftest.o | sed -n -e 's/^.*[ ]\([BCDEGRST]\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm" cannot find nm_test_var in conftest.nm ltconfig:1653: checking if global_symbol_pipe works ltconfig:1654: c++ -c -fno-common -I/usr/X11R6/include conftest.c 1>&5 ltconfig:1657: eval "/usr/bin/nm -p conftest.o | sed -n -e 's/^.*[ ]\([BCDEGRST]\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm" ltconfig:1709: c++ -o conftest -fno-common -fno-builtin -fno-rtti -fno-exceptions -I/usr/X11R6/include conftest.c conftstm.o 1>&5 configure:1943: checking for a BSD compatible install configure:1997: checking for socklen_t configure:2010: c++ -c -fno-common -I/usr/X11R6/include conftest.c 1>&5 configure:2139: checking for sdl-config configure:2174: checking for SDL - version >= 1.2.0 configure:2259: c++ -o conftest -fno-common -I/usr/X11R6/include conftest.c 1>&5 configure:2203:17: SDL.h: No such file or directory configure: In function `int main(int, char**)': configure:2238: error: parse error before `>' token configure:2239: error: parse error before `==' token configure:2239: error: parse error before `>' token configure:2240: error: parse error before `==' token configure:2240: error: parse error before `==' token configure:2240: error: parse error before `>=' token configure:2246: error: parse error before `,' token configure: failed program was: #line 2198 "configure" #include "confdefs.h" #include #include #include #include "SDL.h" char* my_strdup (char *str) { char *new_str; if (str) { new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char)); strcpy (new_str, str); } else new_str = NULL; return new_str; } int main (int argc, char *argv[]) { int major, minor, micro; char *tmp_version; /* This hangs on some systems (?) system ("touch conf.sdltest"); */ { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); } /* HP/UX 9 (%@#!) writes to sscanf strings */ tmp_version = my_strdup("1.2.0"); if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { printf("%s, bad version string\n", "1.2.0"); exit(1); } if (( > major) || (( == major) && ( > minor)) || (( == major) && ( == minor) && ( >= micro))) { return 0; } else { printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", , , ); printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro); printf("*** best to upgrade to the required version.\n"); printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n"); printf("*** to point to the correct copy of sdl-config, and remove the file\n"); printf("*** config.cache before re-running configure\n"); return 1; } } configure:2303: c++ -o conftest -fno-common -I/usr/X11R6/include conftest.c 1>&5 configure:2296:17: SDL.h: No such file or directory configure: failed program was: #line 2293 "configure" #include "confdefs.h" #include #include "SDL.h" int main() { return 0; ; return 0; }