This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:532: checking for gcc configure:645: checking whether the C compiler (cc -fno-common ) works configure:661: cc -o conftest -fno-common conftest.c 1>&5 configure:687: checking whether the C compiler (cc -fno-common ) is a cross-compiler configure:692: checking whether we are using GNU C configure:701: cc -E conftest.c configure:720: checking whether cc accepts -g configure:786: checking for a BSD compatible install configure:840: checking how to run the C preprocessor configure:861: cc -E conftest.c >/dev/null 2>conftest.out configure:924: checking for X configure:1238: checking for dnet_ntoa in -ldnet configure:1257: cc -o conftest -fno-common -Wall conftest.c -ldnet 1>&5 ld: Undefined symbols: _dnet_ntoa configure: failed program was: #line 1246 "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:1279: checking for dnet_ntoa in -ldnet_stub configure:1298: cc -o conftest -fno-common -Wall conftest.c -ldnet_stub 1>&5 ld: can't locate file for: -ldnet_stub configure: failed program was: #line 1287 "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:1327: checking for gethostbyname configure:1355: cc -o conftest -fno-common -Wall conftest.c 1>&5 configure:1425: checking for connect configure:1453: cc -o conftest -fno-common -Wall conftest.c 1>&5 configure:1517: checking for remove configure:1545: cc -o conftest -fno-common -Wall conftest.c 1>&5 configure:1609: checking for shmat configure:1637: cc -o conftest -fno-common -Wall conftest.c 1>&5 configure:1710: checking for IceConnectionNumber in -lICE configure:1729: cc -o conftest -fno-common -Wall -L/usr/X11R6/lib conftest.c -lICE 1>&5 configure:1757: checking for main in -lX11 configure:1772: cc -o conftest -fno-common -Wall -I/usr/X11R6/include conftest.c -lX11 -L/usr/X11R6/lib 1>&5 configure:1800: checking for main in -lm configure:1815: cc -o conftest -fno-common -Wall -I/usr/X11R6/include conftest.c -lm -lX11 -L/usr/X11R6/lib 1>&5 configure:1844: checking for inline configure:1858: cc -c -fno-common -Wall -I/usr/X11R6/include conftest.c 1>&5 configure: In function `main': configure:1854: warning: control reaches end of non-void function configure: At top level: configure:1854: warning: return type defaults to `int' configure:1884: checking for ANSI C header files configure:1897: cc -E conftest.c >/dev/null 2>conftest.out configure:1964: cc -o conftest -fno-common -Wall -I/usr/X11R6/include conftest.c -lm -lX11 -L/usr/X11R6/lib 1>&5 configure: In function `main': configure:1959: warning: implicit declaration of function `exit' configure:1988: checking whether time.h and sys/time.h may both be included configure:2002: cc -c -fno-common -Wall -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:1994: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure: In function `main': configure:1998: warning: unused variable `tp' configure: failed program was: #line 1993 "configure" #include "confdefs.h" #include #include #include int main() { struct tm *tp; ; return 0; } configure:2024: checking whether struct tm is in sys/time.h or time.h configure:2037: cc -c -fno-common -Wall -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:2030: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure: In function `main': configure:2033: warning: statement with no effect configure: failed program was: #line 2029 "configure" #include "confdefs.h" #include #include int main() { struct tm *tp; tp->tm_sec; ; return 0; } configure:2058: checking whether struct tm has tm_gmtoff configure:2071: cc -c -fno-common -Wall -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:2064: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure: In function `main': configure:2067: warning: statement with no effect configure: failed program was: #line 2063 "configure" #include "confdefs.h" #include #include int main() { struct tm tm; tm.tm_gmtoff; ; return 0; }