This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:531: checking for gcc configure:644: checking whether the C compiler (gcc ) works configure:660: gcc -o conftest conftest.c 1>&5 configure:686: checking whether the C compiler (gcc ) is a cross-compiler configure:691: checking whether we are using GNU C configure:700: gcc -E conftest.c configure:719: checking whether gcc accepts -g configure:781: checking for a BSD compatible install configure:835: checking how to run the C preprocessor configure:856: gcc -E conftest.c >/dev/null 2>conftest.out configure:919: checking for X configure:986: gcc -E conftest.c >/dev/null 2>conftest.out configure:982:27: X11/Intrinsic.h: No such file or directory configure: failed program was: #line 981 "configure" #include "confdefs.h" #include configure:1062: gcc -o conftest -g -O2 conftest.c -lXt 1>&5 ld: can't locate file for: -lXt configure: failed program was: #line 1055 "configure" #include "confdefs.h" int main() { XtMalloc() ; return 0; } configure:1233: checking for dnet_ntoa in -ldnet configure:1252: gcc -o conftest -g -O2 conftest.c -ldnet 1>&5 ld: Undefined symbols: _dnet_ntoa configure: failed program was: #line 1241 "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:1274: checking for dnet_ntoa in -ldnet_stub configure:1293: gcc -o conftest -g -O2 conftest.c -ldnet_stub 1>&5 ld: can't locate file for: -ldnet_stub configure: failed program was: #line 1282 "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:1322: checking for gethostbyname configure:1350: gcc -o conftest -g -O2 conftest.c 1>&5 configure:1420: checking for connect configure:1448: gcc -o conftest -g -O2 conftest.c 1>&5 configure:1512: checking for remove configure:1540: gcc -o conftest -g -O2 conftest.c 1>&5 configure:1604: checking for shmat configure:1632: gcc -o conftest -g -O2 conftest.c 1>&5 configure:1705: checking for IceConnectionNumber in -lICE configure:1724: gcc -o conftest -g -O2 -L/usr/X11R6/lib conftest.c -lICE 1>&5 configure:1751: checking for XextAddDisplay in -lXext configure:1770: gcc -o conftest -g -O2 -I/usr/X11R6/include conftest.c -lXext -lSM -lICE -L/usr/X11R6/lib -lX11 1>&5 configure:1798: checking for XTestFakeKeyEvent in -lXtst configure:1817: gcc -o conftest -g -O2 -I/usr/X11R6/include conftest.c -lXtst -lXext -lSM -lICE -L/usr/X11R6/lib -lX11 1>&5 configure:1846: checking for uu_lock in -lutil configure:1865: gcc -o conftest -g -O2 -I/usr/X11R6/include conftest.c -lutil -lXtst -lXext -lSM -lICE -L/usr/X11R6/lib -lX11 1>&5 configure:1896: checking for uu_lock configure:1924: gcc -o conftest -g -O2 -I/usr/X11R6/include conftest.c -lutil -lXtst -lXext -lSM -lICE -L/usr/X11R6/lib -lX11 1>&5 configure:1954: checking for fcntl.h configure:1964: gcc -E conftest.c >/dev/null 2>conftest.out configure:1954: checking for paths.h configure:1964: gcc -E conftest.c >/dev/null 2>conftest.out configure:1954: checking for sys/file.h configure:1964: gcc -E conftest.c >/dev/null 2>conftest.out configure:1954: checking for sys/time.h configure:1964: gcc -E conftest.c >/dev/null 2>conftest.out configure:1954: checking for unistd.h configure:1964: gcc -E conftest.c >/dev/null 2>conftest.out configure:1992: checking whether time.h and sys/time.h may both be included configure:2006: gcc -c -g -O2 -I/usr/X11R6/include 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:1998: /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 1997 "configure" #include "confdefs.h" #include #include #include int main() { struct tm *tp; ; return 0; } configure:2027: checking for ANSI C header files configure:2040: gcc -E conftest.c >/dev/null 2>conftest.out configure:2107: gcc -o conftest -g -O2 -I/usr/X11R6/include conftest.c -lutil -lXtst -lXext -lSM -lICE -L/usr/X11R6/lib -lX11 1>&5 configure:2131: checking for off_t configure:2164: checking for uid_t in sys/types.h configure:2199: checking return type of signal handlers configure:2221: gcc -c -g -O2 -I/usr/X11R6/include 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:2205: /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 2204 "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:2242: checking for select configure:2270: gcc -o conftest -g -O2 -I/usr/X11R6/include conftest.c -lutil -lXtst -lXext -lSM -lICE -L/usr/X11R6/lib -lX11 1>&5 configure:2242: checking for setreuid configure:2270: gcc -o conftest -g -O2 -I/usr/X11R6/include conftest.c -lutil -lXtst -lXext -lSM -lICE -L/usr/X11R6/lib -lX11 1>&5