This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:568: checking for a BSD compatible install configure:621: checking whether build environment is sane configure:678: checking whether make sets ${MAKE} configure:724: checking for working aclocal configure:737: checking for working autoconf configure:750: checking for working automake configure:763: checking for working autoheader configure:776: checking for working makeinfo configure:797: checking for gcc configure:910: checking whether the C compiler (gcc -O2 -march=i686 -mtune=generic ) works configure:926: gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure:952: checking whether the C compiler (gcc -O2 -march=i686 -mtune=generic ) is a cross-compiler configure:957: checking whether we are using GNU C configure:966: gcc -E conftest.c configure:985: checking whether gcc accepts -g configure:1028: checking for a BSD compatible install configure:1081: checking how to run the C preprocessor configure:1102: gcc -E conftest.c >/dev/null 2>conftest.out configure:1161: checking for ANSI C header files configure:1174: gcc -E conftest.c >/dev/null 2>conftest.out configure:1241: gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure: In function 'main': configure:1236:67: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); ^ configure:1266: checking whether make sets ${MAKE} configure:1297: checking for fcntl.h configure:1307: gcc -E conftest.c >/dev/null 2>conftest.out configure:1297: checking for limits.h configure:1307: gcc -E conftest.c >/dev/null 2>conftest.out configure:1297: checking for malloc.h configure:1307: gcc -E conftest.c >/dev/null 2>conftest.out configure:1297: checking for sys/ioctl.h configure:1307: gcc -E conftest.c >/dev/null 2>conftest.out configure:1297: checking for sys/time.h configure:1307: gcc -E conftest.c >/dev/null 2>conftest.out configure:1297: checking for unistd.h configure:1307: gcc -E conftest.c >/dev/null 2>conftest.out configure:1335: checking for working const configure:1389: gcc -c -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure:1410: checking for inline configure:1424: gcc -c -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure:1450: checking for pid_t configure:1483: checking for size_t configure:1516: checking whether time.h and sys/time.h may both be included configure:1530: gcc -c -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure:1554: checking for working alloca.h configure:1566: gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure:1587: checking for alloca configure:1620: gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure:1787: checking whether gcc needs -traditional configure:1833: checking for 8-bit clean memcmp configure:1851: gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure: In function 'main': configure:1846:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(memcmp(&c0, &c2, 1) < 0 && memcmp(&c1, &c2, 1) < 0 ? 0 : 1); ^ configure:1869: checking return type of signal handlers configure:1891: gcc -c -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure:1913: checking for ftime configure:1941: gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure:1913: checking for gettimeofday configure:1941: gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure:1913: checking for select configure:1941: gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure:1913: checking for strdup configure:1941: gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure:1925:6: warning: conflicting types for built-in function 'strdup' [enabled by default] char $ac_func(); ^ configure:1913: checking for strstr configure:1941: gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure:1925:6: warning: conflicting types for built-in function 'strstr' [enabled by default] char $ac_func(); ^ configure:1913: checking for strtol configure:1941: gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure:2007: checking for aalib-config configure:2042: checking for AALIB - version >= 1.4.0 configure:2127: gcc -o conftest -O2 -march=i686 -mtune=generic -I/usr/include conftest.c -L/usr/lib -Wl,-rpath,/usr/lib -laa -lm -lgpm -lslang -lncurses 1>&5 configure:2249: checking for libmikmod-config configure:2284: checking for libmikmod - version >= 3.0.0 configure:2408: gcc -o conftest -O2 -march=i686 -mtune=generic -I/usr/include conftest.c -L/usr/lib -lmikmod -L/usr/lib -Wl,-rpath,/usr/lib -laa -lm -lgpm -lslang -lncurses 1>&5 configure: In function 'my_strdup': configure:2327:24: warning: incompatible implicit declaration of built-in function 'strlen' [enabled by default] new_str = malloc ((strlen (str) + 1) * sizeof(char)); ^ configure:2328:5: warning: incompatible implicit declaration of built-in function 'strcpy' [enabled by default] strcpy (new_str, str); ^