This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:565: checking for a BSD compatible install configure:618: checking whether build environment is sane configure:675: checking whether gmake sets ${MAKE} configure:721: checking for working aclocal-1.4 configure:734: checking for working autoconf configure:747: checking for working automake-1.4 configure:760: checking for working autoheader configure:773: checking for working makeinfo configure:794: checking for gcc configure:907: checking whether the C compiler (cc -fno-common -L/usr/local/lib -pthread) works configure:923: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib -pthread conftest.c 1>&5 cc: unrecognized option `-pthread' configure:949: checking whether the C compiler (cc -fno-common -L/usr/local/lib -pthread) is a cross-compiler configure:954: checking whether we are using GNU C configure:963: cc -E conftest.c configure:982: checking whether cc accepts -g configure:1018: checking for c++ configure:1050: checking whether the C++ compiler (c++ -fno-common -L/usr/local/lib -pthread) works configure:1066: c++ -o conftest -fno-common -I/usr/local/include -L/usr/local/lib -pthread conftest.C 1>&5 c++: unrecognized option `-pthread' configure:1092: checking whether the C++ compiler (c++ -fno-common -L/usr/local/lib -pthread) is a cross-compiler configure:1097: checking whether we are using GNU C++ configure:1106: c++ -E conftest.C configure:1125: checking whether c++ accepts -g configure:1168: checking for a BSD compatible install configure:1221: checking whether gmake sets ${MAKE} configure:1251: checking target system type configure:1310: checking for sdl-config configure:1345: checking for SDL - version >= 1.2.0 configure:1430: cc -o conftest -fno-common -I/include/SDL -I/include -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/local/include -L/usr/local/lib -pthread conftest.c -L/lib -lSDL -pthread 1>&5 cc: unrecognized option `-pthread' cc: unrecognized option `-pthread' In file included from /usr/include/machine/types.h:32, from /usr/include/stdlib.h:248, from configure:1372: /usr/include/i386/types.h:72: error: conflicting types for `int8_t' /include/stdint.h:162: error: previous declaration of `int8_t' configure: failed program was: #line 1369 "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 ((1 > major) || ((1 == major) && (2 > minor)) || ((1 == major) && (2 == minor) && (11 >= micro))) { return 0; } else { printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", 1, 2, 11); 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:1479: cc -o conftest -fno-common -I/include/SDL -I/include -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/local/include -L/usr/local/lib -pthread conftest.c -L/lib -lSDL -pthread 1>&5 cc: unrecognized option `-pthread' cc: unrecognized option `-pthread' ld: can't locate file for: -lSDL configure: failed program was: #line 1464 "configure" #include "confdefs.h" #include #include "SDL.h" int main(int argc, char *argv[]) { return 0; } #undef main #define main K_and_R_C_main int main() { return 0; ; return 0; }