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 (cc -fno-common ) works configure:926: cc -o conftest -fno-common conftest.c 1>&5 configure:952: checking whether the C compiler (cc -fno-common ) is a cross-compiler configure:957: checking whether we are using GNU C configure:966: cc -E conftest.c configure:985: checking whether cc accepts -g configure:1028: checking for a BSD compatible install configure:1081: checking how to run the C preprocessor configure:1102: cc -E conftest.c >/dev/null 2>conftest.out configure:1161: checking for ANSI C header files configure:1174: cc -E conftest.c >/dev/null 2>conftest.out configure:1241: cc -o conftest -fno-common conftest.c 1>&5 configure:1266: checking whether make sets ${MAKE} configure:1297: checking for fcntl.h configure:1307: cc -E conftest.c >/dev/null 2>conftest.out configure:1297: checking for limits.h configure:1307: cc -E conftest.c >/dev/null 2>conftest.out configure:1297: checking for malloc.h configure:1307: cc -E conftest.c >/dev/null 2>conftest.out configure:1297: checking for sys/ioctl.h configure:1307: cc -E conftest.c >/dev/null 2>conftest.out configure:1297: checking for sys/time.h configure:1307: cc -E conftest.c >/dev/null 2>conftest.out configure:1297: checking for unistd.h configure:1307: cc -E conftest.c >/dev/null 2>conftest.out configure:1335: checking for working const configure:1389: cc -c -fno-common conftest.c 1>&5 configure:1410: checking for inline configure:1424: cc -c -fno-common 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: cc -c -fno-common conftest.c 1>&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from configure:1522: /usr/local/include/stdint.h:162: error: conflicting types for `int8_t' /usr/include/i386/types.h:72: error: previous declaration of `int8_t' /usr/local/include/stdint.h:272: error: conflicting types for `uintptr_t' /usr/include/i386/types.h:99: error: previous declaration of `uintptr_t' configure: failed program was: #line 1521 "configure" #include "confdefs.h" #include #include #include int main() { struct tm *tp; ; return 0; } configure:1554: checking for working alloca.h configure:1566: cc -o conftest -fno-common conftest.c 1>&5 configure:1587: checking for alloca configure:1620: cc -o conftest -fno-common conftest.c 1>&5 configure:1787: checking whether cc needs -traditional configure:1812:20: termio.h: No such file or directory configure:1833: checking for 8-bit clean memcmp configure:1851: cc -o conftest -fno-common conftest.c 1>&5 configure:1869: checking return type of signal handlers configure:1891: cc -c -fno-common conftest.c 1>&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from configure:1875: /usr/local/include/stdint.h:162: error: conflicting types for `int8_t' /usr/include/i386/types.h:72: error: previous declaration of `int8_t' /usr/local/include/stdint.h:272: error: conflicting types for `uintptr_t' /usr/include/i386/types.h:99: error: previous declaration of `uintptr_t' configure: failed program was: #line 1874 "configure" #include "confdefs.h" #include #include #ifdef signal #undef signal #endif #ifdef __cplusplus extern "C" void (*signal (int, void (*)(int)))(int); #else void (*signal ()) (); #endif int main() { int i; ; return 0; } configure:1913: checking for ftime configure:1941: cc -o conftest -fno-common conftest.c 1>&5 configure:1913: checking for gettimeofday configure:1941: cc -o conftest -fno-common conftest.c 1>&5 configure:1913: checking for select configure:1941: cc -o conftest -fno-common conftest.c 1>&5 configure:1913: checking for strdup configure:1941: cc -o conftest -fno-common conftest.c 1>&5 configure:1913: checking for strstr configure:1941: cc -o conftest -fno-common conftest.c 1>&5 configure:1925: warning: conflicting types for built-in function `strstr' configure:1913: checking for strtol configure:1941: cc -o conftest -fno-common conftest.c 1>&5 configure:2007: checking for aalib-config configure:2042: checking for AALIB - version >= 1.4.0 configure:2127: cc -o conftest -fno-common -I/usr/local/include conftest.c -L/usr/local/lib -laa -lm -L/usr/X11R6/lib -lX11 -lslang 1>&5 In file included from /usr/include/machine/types.h:32, from /usr/include/stdlib.h:248, from configure:2069: /usr/include/i386/types.h:72: error: conflicting types for `int8_t' /usr/local/include/stdint.h:162: error: previous declaration of `int8_t' /usr/include/i386/types.h:99: error: conflicting types for `uintptr_t' /usr/local/include/stdint.h:272: error: previous declaration of `uintptr_t' configure: failed program was: #line 2066 "configure" #include "confdefs.h" #include #include #include #include "aalib.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.aalibtest"); */ { FILE *fp = fopen("conf.aalibtest", "a"); if ( fp ) fclose(fp); } /* HP/UX 9 (%@#!) writes to sscanf strings */ tmp_version = my_strdup("1.4.0"); if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { printf("%s, bad version string\n", "1.4.0"); exit(1); } if ((1 > major) || ((1 == major) && (4 > minor)) || ((1 == major) && (4 == minor) && (0 >= micro))) { return 0; } else { printf("\n*** 'aalib-config --version' returned %d.%d.%d, but the minimum version\n", 1, 4, 0); printf("*** of AALIB required is %d.%d.%d. If aalib-config is correct, then it is\n", major, minor, micro); printf("*** best to upgrade to the required version.\n"); printf("*** If aalib-config was wrong, set the environment variable AALIB_CONFIG\n"); printf("*** to point to the correct copy of aalib-config, and remove the file\n"); printf("*** config.cache before re-running configure\n"); return 1; } } configure:2171: cc -o conftest -fno-common -I/usr/local/include conftest.c -L/usr/local/lib -laa -lm -L/usr/X11R6/lib -lX11 -lslang 1>&5 configure:2164:19: AALIB.h: No such file or directory configure: failed program was: #line 2161 "configure" #include "confdefs.h" #include #include "AALIB.h" int main() { return 0; ; return 0; }