This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:555: checking for C compiler configure:561: checking for gcc configure:674: checking whether the C compiler (cc -fno-common ) works configure:690: cc -o conftest -fno-common conftest.c 1>&5 configure:716: checking whether the C compiler (cc -fno-common ) is a cross-compiler configure:721: checking whether we are using GNU C configure:730: cc -E conftest.c configure:749: checking whether cc accepts -g configure:788: checking for yacc/bison, lex/flex, and install configure:796: checking for bison configure:829: checking for flex configure:863: checking for yywrap in -lfl configure:882: cc -o conftest -fno-common conftest.c -lfl 1>&5 configure:935: checking for a BSD compatible install configure:995: checking how to run the C preprocessor configure:1016: cc -E conftest.c >/dev/null 2>conftest.out configure:1079: checking for X configure:1393: checking for dnet_ntoa in -ldnet configure:1412: cc -o conftest -fno-common conftest.c -ldnet 1>&5 ld: Undefined symbols: _dnet_ntoa configure: failed program was: #line 1401 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dnet_ntoa(); int main() { dnet_ntoa() ; return 0; } configure:1434: checking for dnet_ntoa in -ldnet_stub configure:1453: cc -o conftest -fno-common conftest.c -ldnet_stub 1>&5 ld: can't locate file for: -ldnet_stub configure: failed program was: #line 1442 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dnet_ntoa(); int main() { dnet_ntoa() ; return 0; } configure:1482: checking for gethostbyname configure:1510: cc -o conftest -fno-common conftest.c 1>&5 configure:1580: checking for connect configure:1608: cc -o conftest -fno-common conftest.c 1>&5 configure:1672: checking for remove configure:1700: cc -o conftest -fno-common conftest.c 1>&5 configure:1764: checking for shmat configure:1792: cc -o conftest -fno-common conftest.c 1>&5 configure:1865: checking for IceConnectionNumber in -lICE configure:1884: cc -o conftest -fno-common -L/usr/X11R6/lib conftest.c -lICE 1>&5 configure:1915: checking for clrtoeol in -lcurses configure:1934: cc -o conftest -fno-common conftest.c -lcurses 1>&5 configure:1962: checking for pow in -lm configure:1981: cc -o conftest -fno-common conftest.c -lm -lcurses 1>&5 configure:2009: checking for tgoto in -ltermcap configure:2028: cc -o conftest -fno-common conftest.c -ltermcap -lm -lcurses 1>&5 configure:2081: checking for header files configure:2085: checking for ANSI C header files configure:2098: cc -E conftest.c >/dev/null 2>conftest.out configure:2165: cc -o conftest -fno-common conftest.c -ltermcap -lm -lcurses 1>&5 configure:2189: checking for sys/wait.h that is POSIX.1 compatible configure:2210: 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:2195: /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 2194 "configure" #include "confdefs.h" #include #include #ifndef WEXITSTATUS #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) #endif #ifndef WIFEXITED #define WIFEXITED(stat_val) (((stat_val) & 255) == 0) #endif int main() { int s; wait (&s); s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; ; return 0; } configure:2234: checking for fcntl.h configure:2244: cc -E conftest.c >/dev/null 2>conftest.out configure:2234: checking for sys/file.h configure:2244: cc -E conftest.c >/dev/null 2>conftest.out configure:2234: checking for sys/ioctl.h configure:2244: cc -E conftest.c >/dev/null 2>conftest.out configure:2234: checking for sys/time.h configure:2244: cc -E conftest.c >/dev/null 2>conftest.out configure:2234: checking for unistd.h configure:2244: cc -E conftest.c >/dev/null 2>conftest.out configure:2274: checking for time.h configure:2284: cc -E conftest.c >/dev/null 2>conftest.out configure:2274: checking for sys/time.h configure:2274: checking for sys/filio.h configure:2284: cc -E conftest.c >/dev/null 2>conftest.out configure:2311: checking whether time.h and sys/time.h may both be included configure:2325: 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:2317: /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 2316 "configure" #include "confdefs.h" #include #include #include int main() { struct tm *tp; ; return 0; } configure:2353: checking for typedefs configure:2357: checking for working const configure:2411: cc -c -fno-common conftest.c 1>&5 configure:2432: checking for size_t configure:2465: checking whether time.h and sys/time.h may both be included configure:2500: checking whether struct tm is in sys/time.h or time.h configure:2513: 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:2506: /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 2505 "configure" #include "confdefs.h" #include #include int main() { struct tm *tp; tp->tm_sec; ; return 0; } configure:2536: checking for compiler characteristics configure:2540: checking size of long configure:2559: cc -o conftest -fno-common conftest.c -ltermcap -lm -lcurses 1>&5 configure:2586: checking for library functions configure:2590: checking whether setvbuf arguments are reversed configure:2612: cc -o conftest -fno-common conftest.c -ltermcap -lm -lcurses 1>&5 configure: In function `main': configure:2605: warning: passing arg 2 of `setvbuf' makes pointer from integer without a cast configure:2605: warning: passing arg 3 of `setvbuf' makes integer from pointer without a cast configure: failed program was: #line 2598 "configure" #include "confdefs.h" #include /* If setvbuf has the reversed format, exit 0. */ main () { /* This call has the arguments reversed. A reversed system may check and see that the address of main is not _IOLBF, _IONBF, or _IOFBF, and return nonzero. */ if (setvbuf(stdout, _IOLBF, (char *) main, BUFSIZ) != 0) exit(1); putc('\r', stdout); exit(0); /* Non-reversed systems segv here. */ } configure:2636: checking return type of signal handlers configure:2658: 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:2642: /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 2641 "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:2679: checking for gethostname configure:2707: cc -o conftest -fno-common conftest.c -ltermcap -lm -lcurses 1>&5 configure:2679: checking for gettimeofday configure:2707: cc -o conftest -fno-common conftest.c -ltermcap -lm -lcurses 1>&5 configure:2679: checking for strstr configure:2707: cc -o conftest -fno-common conftest.c -ltermcap -lm -lcurses 1>&5 configure:2691: warning: conflicting types for built-in function `strstr' configure:2679: checking for strtol configure:2707: cc -o conftest -fno-common conftest.c -ltermcap -lm -lcurses 1>&5 configure:2734: checking for memcpy configure:2762: cc -o conftest -fno-common conftest.c -ltermcap -lm -lcurses 1>&5 configure:2746: warning: conflicting types for built-in function `memcpy' configure:2734: checking for bcopy configure:2762: cc -o conftest -fno-common conftest.c -ltermcap -lm -lcurses 1>&5 configure:2789: checking for setlinebuf configure:2817: cc -o conftest -fno-common conftest.c -ltermcap -lm -lcurses 1>&5 configure:2789: checking for setvbuf configure:2817: cc -o conftest -fno-common conftest.c -ltermcap -lm -lcurses 1>&5