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:1019: checking for POSIXized ISC configure:1089: cc -c -O2 -fno-common conftest.c 1>&5 configure:1111: checking whether byte ordering is bigendian configure:1129: cc -c -O2 -fno-common conftest.c 1>&5 configure:1144: cc -c -O2 -fno-common conftest.c 1>&5 configure: In function `main': configure:1139: error: `not' undeclared (first use in this function) configure:1139: error: (Each undeclared identifier is reported only once configure:1139: error: for each function it appears in.) configure:1139: error: parse error before "big" configure: failed program was: #line 1133 "configure" #include "confdefs.h" #include #include int main() { #if BYTE_ORDER != BIG_ENDIAN not big endian #endif ; return 0; } configure:1207: checking how to run the C preprocessor configure:1228: cc -E conftest.c >/dev/null 2>conftest.out configure:1291: checking for X configure:1358: cc -E conftest.c >/dev/null 2>conftest.out configure:1354:27: X11/Intrinsic.h: No such file or directory configure: failed program was: #line 1353 "configure" #include "confdefs.h" #include configure:1434: cc -o conftest -DMU_LITTLEENDIAN -O2 -fno-common -s conftest.c -lXt 1>&5 ld: can't locate file for: -lXt configure: failed program was: #line 1427 "configure" #include "confdefs.h" int main() { XtMalloc() ; return 0; } configure:1605: checking for dnet_ntoa in -ldnet configure:1624: cc -o conftest -DMU_LITTLEENDIAN -O2 -fno-common -s conftest.c -ldnet 1>&5 ld: Undefined symbols: _dnet_ntoa configure: failed program was: #line 1613 "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:1646: checking for dnet_ntoa in -ldnet_stub configure:1665: cc -o conftest -DMU_LITTLEENDIAN -O2 -fno-common -s conftest.c -ldnet_stub 1>&5 ld: can't locate file for: -ldnet_stub configure: failed program was: #line 1654 "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:1694: checking for gethostbyname configure:1722: cc -o conftest -DMU_LITTLEENDIAN -O2 -fno-common -s conftest.c 1>&5 configure:1792: checking for connect configure:1820: cc -o conftest -DMU_LITTLEENDIAN -O2 -fno-common -s conftest.c 1>&5 configure:1884: checking for remove configure:1912: cc -o conftest -DMU_LITTLEENDIAN -O2 -fno-common -s conftest.c 1>&5 configure:1976: checking for shmat configure:2004: cc -o conftest -DMU_LITTLEENDIAN -O2 -fno-common -s conftest.c 1>&5 configure:2077: checking for IceConnectionNumber in -lICE configure:2096: cc -o conftest -DMU_LITTLEENDIAN -O2 -fno-common -s -L/usr/X11R6/lib conftest.c -lICE 1>&5 configure:2155: checking for netpbm configure:2183: cc -c -I/usr/X11R6/include -DMU_LITTLEENDIAN -O2 -fno-common -I/usr/X11R6/include conftest.c 1>&5 In file included from /usr/local/include/pm.h:16, from /usr/local/include/pbm.h:7, from configure:2177: /usr/local/include/pm_config.h:128: error: parse error before "uint32n" /usr/local/include/pm_config.h:129: error: parse error before "int32n" configure: failed program was: #line 2176 "configure" #include "confdefs.h" #include int main() { int a; ; return 0; } configure:2267: cc -o conftest -I/usr/X11R6/include -DMU_LITTLEENDIAN -O2 -fno-common -I/usr/X11R6/include -s conftest.c -lnetpbm 1>&5 In file included from /usr/local/include/pm.h:16, from /usr/local/include/pbm.h:7, from configure:2260: /usr/local/include/pm_config.h:128: error: parse error before "uint32n" /usr/local/include/pm_config.h:129: error: parse error before "int32n" configure: failed program was: #line 2258 "configure" #include "confdefs.h" #include int main() { pbm_init((int *)0, (char **)0); ; return 0; } configure:2363: checking for pbm_init in -lnetpbm configure:2382: cc -o conftest -DMU_LITTLEENDIAN -O2 -fno-common -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -s -L/usr/local/lib conftest.c -lnetpbm 1>&5 ld: table of contents for archive: /usr/local/lib/libnetpbm.a is out of date; rerun ranlib(1) (can't load from it) configure: failed program was: #line 2371 "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 pbm_init(); int main() { pbm_init() ; return 0; }