Machine: i686 Release: 1.0.10(0.46/3/2) System: MINGW32_NT-5.1 checking for a usable C compiler...checking for compiler warnings.../mingw/bin/gcc -Wall -Werror -o ./conftest conftest.c yes checking for IEEE754 floating point.../mingw/bin/gcc -Wall -Werror -o ./conftest conftest.c yes checking __bounded__ attribute.../mingw/bin/gcc -Wall -Werror -o ./conftest conftest.c conftest.c:1: warning: `__bounded__' attribute directive ignored no checking __format__ attribute.../mingw/bin/gcc -Wall -Werror -o ./conftest conftest.c yes checking __nonnull__ attribute.../mingw/bin/gcc -Wall -Werror -Wall -Werror -o ./conftest conftest.c yes checking __aligned__ attribute.../mingw/bin/gcc -Wall -Werror -Wall -Werror -o ./conftest conftest.c yes checking __packed__ attribute.../mingw/bin/gcc -Wall -Werror -Wall -Werror -o ./conftest conftest.c yes checking for long double.../mingw/bin/gcc -Wall -Werror -o ./conftest conftest.c yes checking for long long.../mingw/bin/gcc -Wall -Werror -o ./conftest conftest.c yes checking for cygwin environment.../mingw/bin/gcc -Wall -Werror -mcygwin -o ./conftest conftest.c yes checking for .../mingw/bin/gcc -mno-cygwin -Wall -Werror -o ./conftest conftest.c yes checking for 64-bit types.../mingw/bin/gcc -mno-cygwin -Wall -Werror -o ./conftest conftest.c conftest.c: In function `main': conftest.c:3: error: `int64_t' undeclared (first use in this function) conftest.c:3: error: (Each undeclared identifier is reported only once conftest.c:3: error: for each function it appears in.) conftest.c:3: error: syntax error before "i64" conftest.c:4: error: `u_int64_t' undeclared (first use in this function) conftest.c:5: error: `i64' undeclared (first use in this function) conftest.c:6: error: `u64' undeclared (first use in this function) no checking for conflicting typedefs.../mingw/bin/gcc -mno-cygwin -Wall -Werror -o ./conftest conftest.c conftest.c: In function `main': conftest.c:3: error: `Uchar' undeclared (first use in this function) conftest.c:3: error: (Each undeclared identifier is reported only once conftest.c:3: error: for each function it appears in.) conftest.c:3: error: syntax error before "foo" conftest.c:4: error: `Uint' undeclared (first use in this function) conftest.c:5: error: `Ulong' undeclared (first use in this function) conftest.c:6: error: `foo' undeclared (first use in this function) conftest.c:6: error: `bar' undeclared (first use in this function) conftest.c:6: error: `baz' undeclared (first use in this function) no checking for .../mingw/bin/gcc -mno-cygwin -Wall -Werror -o ./conftest conftest.c yes checking for .../mingw/bin/gcc -mno-cygwin -Wall -Werror -o ./conftest conftest.c conftest.c: In function `main': conftest.c:3: error: `uid_t' undeclared (first use in this function) conftest.c:3: error: (Each undeclared identifier is reported only once conftest.c:3: error: for each function it appears in.) conftest.c:3: error: syntax error before "uid" conftest.c:6: error: `uid' undeclared (first use in this function) conftest.c:6: warning: implicit declaration of function `getuid' no checking for .../mingw/bin/gcc -mno-cygwin -Wall -Werror -o ./conftest conftest.c yes checking for the __progname variable.../mingw/bin/gcc -mno-cygwin -Wall -Werror -o ./conftest conftest.c C:/DOCUME~1/jon/LOCALS~1/Temp/ccQweac4.o:conftest.c:(.text+0x2b): undefined reference to `__progname' collect2: ld returned 1 exit status -> failed (0) no checking for free(NULL) is a no-op.../mingw/bin/gcc -mno-cygwin -Wall -Werror -o ./conftest conftest.c yes checking for the C math library.../mingw/bin/gcc -mno-cygwin -Wall -Werror -mno-cygwin -o ./conftest conftest.c -lm yes checking for a gethostname() function.../mingw/bin/gcc -mno-cygwin -Wall -Werror -o ./conftest conftest.c conftest.c: In function `main': conftest.c:10: warning: implicit declaration of function `gethostname' -> failed (0) no checking for a getpwuid() function.../mingw/bin/gcc -mno-cygwin -Wall -Werror -o ./conftest conftest.c conftest.c:2:17: pwd.h: No such file or directory conftest.c: In function `main': conftest.c:8: error: `uid_t' undeclared (first use in this function) conftest.c:8: error: (Each undeclared identifier is reported only once conftest.c:8: error: for each function it appears in.) conftest.c:8: error: syntax error before "uid" conftest.c:10: warning: implicit declaration of function `getpwuid' conftest.c:10: error: `uid' undeclared (first use in this function) conftest.c:10: warning: assignment makes pointer from integer without a cast -> failed (0) no checking for a getuid() function.../mingw/bin/gcc -mno-cygwin -Wall -Werror -o ./conftest conftest.c conftest.c: In function `main': conftest.c:7: error: `uid_t' undeclared (first use in this function) conftest.c:7: error: (Each undeclared identifier is reported only once conftest.c:7: error: for each function it appears in.) conftest.c:7: error: syntax error before "uid" conftest.c:9: error: `uid' undeclared (first use in this function) conftest.c:9: warning: implicit declaration of function `getuid' -> failed (0) no checking for a getenv() function.../mingw/bin/gcc -mno-cygwin -Wall -Werror -o ./conftest conftest.c yes checking for setenv() and unsetenv().../mingw/bin/gcc -mno-cygwin -Wall -Werror -o ./conftest conftest.c conftest.c: In function `main': conftest.c:5: warning: implicit declaration of function `setenv' conftest.c:6: warning: implicit declaration of function `unsetenv' -> failed (0) no checking for a strsep() function.../mingw/bin/gcc -mno-cygwin -Wall -Werror -o ./conftest conftest.c conftest.c: In function `main': conftest.c:5: warning: implicit declaration of function `strsep' -> failed (0) no checking for the snprintf() function.../mingw/bin/gcc -mno-cygwin -Wall -Werror -o ./conftest conftest.c yes checking for the vsnprintf() function.../mingw/bin/gcc -mno-cygwin -Wall -Werror -o ./conftest conftest.c yes checking for a vasprintf() function.../mingw/bin/gcc -mno-cygwin -Wall -Werror -o ./conftest conftest.c conftest.c: In function `testprintf': conftest.c:14: warning: implicit declaration of function `vasprintf' -> failed (0) no checking for the arc4random() random number generator.../mingw/bin/gcc -mno-cygwin -Wall -Werror -o ./conftest conftest.c conftest.c: In function `main': conftest.c:6: error: `u_int32_t' undeclared (first use in this function) conftest.c:6: error: (Each undeclared identifier is reported only once conftest.c:6: error: for each function it appears in.) conftest.c:6: error: syntax error before "i" conftest.c:8: error: `i' undeclared (first use in this function) conftest.c:8: warning: implicit declaration of function `arc4random' -> failed (0) no checking for MD5 functions.../mingw/bin/gcc -mno-cygwin -Wall -Werror -o ./conftest conftest.c conftest.c:2:17: md5.h: No such file or directory conftest.c: In function `main': conftest.c:7: error: `MD5_CTX' undeclared (first use in this function) conftest.c:7: error: (Each undeclared identifier is reported only once conftest.c:7: error: for each function it appears in.) conftest.c:7: error: syntax error before "md5" conftest.c:9: warning: implicit declaration of function `MD5Init' conftest.c:9: error: `md5' undeclared (first use in this function) -> failed (0) no checking for SHA1 functions.../mingw/bin/gcc -mno-cygwin -Wall -Werror -o ./conftest conftest.c conftest.c:2:18: sha1.h: No such file or directory conftest.c: In function `main': conftest.c:7: error: `SHA1_CTX' undeclared (first use in this function) conftest.c:7: error: (Each undeclared identifier is reported only once conftest.c:7: error: for each function it appears in.) conftest.c:7: error: syntax error before "sha1" conftest.c:9: warning: implicit declaration of function `SHA1Init' conftest.c:9: error: `sha1' undeclared (first use in this function) -> failed (0) no checking for RMD160 functions.../mingw/bin/gcc -mno-cygwin -Wall -Werror -o ./conftest conftest.c conftest.c:2:20: rmd160.h: No such file or directory conftest.c: In function `main': conftest.c:7: error: `RMD160_CTX' undeclared (first use in this function) conftest.c:7: error: (Each undeclared identifier is reported only once conftest.c:7: error: for each function it appears in.) conftest.c:7: error: syntax error before "rmd160" conftest.c:9: warning: implicit declaration of function `RMD160Init' conftest.c:9: error: `rmd160' undeclared (first use in this function) -> failed (0) no checking for the X window system.../mingw/bin/gcc -mno-cygwin -Wall -Werror -o ./conftest conftest.c -lX11 conftest.c:1:22: X11/Xlib.h: No such file or directory conftest.c: In function `main': conftest.c:4: error: `Display' undeclared (first use in this function) conftest.c:4: error: (Each undeclared identifier is reported only once conftest.c:4: error: for each function it appears in.) conftest.c:4: error: `disp' undeclared (first use in this function) conftest.c:5: warning: implicit declaration of function `XOpenDisplay' conftest.c:5: error: `NULL' undeclared (first use in this function) conftest.c:6: warning: implicit declaration of function `XCloseDisplay' no checking for the signal() function.../mingw/bin/gcc -mno-cygwin -Wall -Werror -o ./conftest conftest.c yes checking for setjmp() and longjmp().../mingw/bin/gcc -mno-cygwin -Wall -Werror -o ./conftest conftest.c yes checking for a strtoll() function.../mingw/bin/gcc -mno-cygwin -Wall -Werror -o ./conftest conftest.c yes checking for a strtold() function.../mingw/bin/gcc -mno-cygwin -Wall -Werror -o ./conftest conftest.c yes checking for AltiVec (with ).../mingw/bin/gcc -mno-cygwin -Wall -Werror -mno-cygwin -mabi=altivec -maltivec -o ./conftest conftest.c cc1.exe: error: invalid option `abi=altivec' cc1.exe: error: invalid option `altivec' no checking for AltiVec (without ).../mingw/bin/gcc -mno-cygwin -Wall -Werror -mno-cygwin -mabi=altivec -maltivec -o ./conftest conftest.c cc1.exe: error: invalid option `abi=altivec' cc1.exe: error: invalid option `altivec' no checking for byte order... checking for BIG_ENDIAN.../mingw/bin/gcc -mno-cygwin -Wall -Werror -o ./conftest conftest.c no (exec failed) checking for LITTLE_ENDIAN.../mingw/bin/gcc -mno-cygwin -Wall -Werror -o ./conftest conftest.c yes checking for SDL (http://www.libsdl.org)...yes checking whether SDL works.../mingw/bin/gcc -mno-cygwin -D_AGAR_INTERNAL -D_BSD_SOURCE -I/home/jon/agar -Wall -Werror -I/mingw/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -o ./conftest conftest.c -L/mingw/lib -lmingw32 -lSDLmain -lSDL -mwindows yes checking for FreeType (http://www.freetype.org)...yes checking whether FreeType works.../mingw/bin/gcc -mno-cygwin -D_AGAR_INTERNAL -D_BSD_SOURCE -I/home/jon/agar -Wall -Werror -I/usr/local/include/freetype2 -I/usr/local/include -o ./conftest conftest.c -L/usr/local/lib -lfreetype yes checking for OpenGL (http://www.opengl.org).../mingw/bin/gcc -mno-cygwin -D_AGAR_INTERNAL -D_BSD_SOURCE -I/home/jon/agar -Wall -Werror -o ./conftest conftest.c -lGL c:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot find -lGL collect2: ld returned 1 exit status no checking whether -lGL requires -lm.../mingw/bin/gcc -mno-cygwin -D_AGAR_INTERNAL -D_BSD_SOURCE -I/home/jon/agar -Wall -Werror -o ./conftest conftest.c -lGL -lm c:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot find -lGL collect2: ld returned 1 exit status no checking for libjpeg (ftp://ftp.uu.net/graphics/jpeg/)...no checking for POSIX threads.../mingw/bin/gcc -mno-cygwin -D_AGAR_INTERNAL -D_BSD_SOURCE -I/home/jon/agar -Wall -Werror -o ./conftest conftest.c -lpthread conftest.c:1:21: pthread.h: No such file or directory conftest.c: In function `start_routine': conftest.c:3: error: `NULL' undeclared (first use in this function) conftest.c:3: error: (Each undeclared identifier is reported only once conftest.c:3: error: for each function it appears in.) conftest.c: In function `main': conftest.c:6: error: `pthread_mutex_t' undeclared (first use in this function) conftest.c:6: error: syntax error before "mutex" conftest.c:7: error: `pthread_t' undeclared (first use in this function) conftest.c:8: warning: implicit declaration of function `pthread_mutex_init' conftest.c:8: error: `mutex' undeclared (first use in this function) conftest.c:8: error: `NULL' undeclared (first use in this function) conftest.c:9: warning: implicit declaration of function `pthread_mutex_lock' conftest.c:10: warning: implicit declaration of function `pthread_mutex_unlock' conftest.c:11: warning: implicit declaration of function `pthread_mutex_destroy' conftest.c:12: warning: implicit declaration of function `pthread_create' conftest.c:12: error: `thread' undeclared (first use in this function) no checking for -pthread.../mingw/bin/gcc -mno-cygwin -D_AGAR_INTERNAL -D_BSD_SOURCE -I/home/jon/agar -Wall -Werror -o ./conftest conftest.c -pthread conftest.c:1:21: pthread.h: No such file or directory conftest.c: In function `start_routine': conftest.c:3: error: `NULL' undeclared (first use in this function) conftest.c:3: error: (Each undeclared identifier is reported only once conftest.c:3: error: for each function it appears in.) conftest.c: In function `main': conftest.c:6: error: `pthread_mutex_t' undeclared (first use in this function) conftest.c:6: error: syntax error before "mutex" conftest.c:7: error: `pthread_t' undeclared (first use in this function) conftest.c:8: warning: implicit declaration of function `pthread_mutex_init' conftest.c:8: error: `mutex' undeclared (first use in this function) conftest.c:8: error: `NULL' undeclared (first use in this function) conftest.c:9: warning: implicit declaration of function `pthread_mutex_lock' conftest.c:10: warning: implicit declaration of function `pthread_mutex_unlock' conftest.c:11: warning: implicit declaration of function `pthread_mutex_destroy' conftest.c:12: warning: implicit declaration of function `pthread_create' conftest.c:12: error: `thread' undeclared (first use in this function) gcc.exe: unrecognized option `-pthread' no checking for the X/Open Threads Extension.../mingw/bin/gcc -mno-cygwin -D_AGAR_INTERNAL -D_BSD_SOURCE -I/home/jon/agar -Wall -Werror -U_XOPEN_SOURCE -D_XOPEN_SOURCE=600 -o ./conftest conftest.c -lpthread conftest.c:1:21: pthread.h: No such file or directory conftest.c: In function `main': conftest.c:6: error: `pthread_mutex_t' undeclared (first use in this function) conftest.c:6: error: (Each undeclared identifier is reported only once conftest.c:6: error: for each function it appears in.) conftest.c:6: error: syntax error before "mutex" conftest.c:7: error: `pthread_mutexattr_t' undeclared (first use in this function) conftest.c:8: warning: implicit declaration of function `pthread_mutexattr_settype' conftest.c:8: error: `mutexattr' undeclared (first use in this function) conftest.c:8: error: `PTHREAD_MUTEX_RECURSIVE' undeclared (first use in this function) conftest.c:9: warning: implicit declaration of function `pthread_mutex_init' conftest.c:9: error: `mutex' undeclared (first use in this function) no checking for PTHREAD_MUTEX_RECURSIVE.../mingw/bin/gcc -mno-cygwin -D_AGAR_INTERNAL -D_BSD_SOURCE -I/home/jon/agar -Wall -Werror -o ./conftest conftest.c -pthread conftest.c:1:21: pthread.h: No such file or directory conftest.c: In function `main': conftest.c:5: error: `pthread_mutex_t' undeclared (first use in this function) conftest.c:5: error: (Each undeclared identifier is reported only once conftest.c:5: error: for each function it appears in.) conftest.c:5: error: syntax error before "mutex" conftest.c:6: error: `pthread_mutexattr_t' undeclared (first use in this function) conftest.c:7: warning: implicit declaration of function `pthread_mutexattr_settype' conftest.c:7: error: `mutexattr' undeclared (first use in this function) conftest.c:7: error: `PTHREAD_MUTEX_RECURSIVE' undeclared (first use in this function) conftest.c:8: warning: implicit declaration of function `pthread_mutex_init' conftest.c:8: error: `mutex' undeclared (first use in this function) gcc.exe: unrecognized option `-pthread' no checking for PTHREAD_MUTEX_RECURSIVE_NP.../mingw/bin/gcc -mno-cygwin -D_AGAR_INTERNAL -D_BSD_SOURCE -I/home/jon/agar -Wall -Werror -o ./conftest conftest.c -pthread conftest.c:1:21: pthread.h: No such file or directory conftest.c: In function `main': conftest.c:5: error: `pthread_mutex_t' undeclared (first use in this function) conftest.c:5: error: (Each undeclared identifier is reported only once conftest.c:5: error: for each function it appears in.) conftest.c:5: error: syntax error before "mutex" conftest.c:6: error: `pthread_mutexattr_t' undeclared (first use in this function) conftest.c:7: warning: implicit declaration of function `pthread_mutexattr_settype' conftest.c:7: error: `mutexattr' undeclared (first use in this function) conftest.c:7: error: `PTHREAD_MUTEX_RECURSIVE_NP' undeclared (first use in this function) conftest.c:8: warning: implicit declaration of function `pthread_mutex_init' conftest.c:8: error: `mutex' undeclared (first use in this function) gcc.exe: unrecognized option `-pthread' no Don't forget to run "make depend".