This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:539: checking for c++ configure:570: checking whether the C++ compiler (g++295 -fno-common ) works configure:584: g++295 -o conftest -fno-common conftest.C 1>&5 configure:610: checking whether the C++ compiler (g++295 -fno-common ) is a cross-compiler configure:615: checking whether we are using GNU C++ configure:624: g++295 -E conftest.C configure:639: checking whether g++295 accepts -g configure:674: checking how to run the C++ preprocessor configure:692: g++295 -E conftest.C >/dev/null 2>conftest.out configure:712: checking for AIX configure:738: checking for gcc configure:815: checking whether the C compiler (gcc295 -fno-common -I. -I.. -I$(srcdir)/../common ) works configure:829: gcc295 -o conftest -fno-common -I. -I.. -I$(srcdir)/../common conftest.c 1>&5 configure:855: checking whether the C compiler (gcc295 -fno-common -I. -I.. -I$(srcdir)/../common ) is a cross-compiler configure:860: checking whether we are using GNU C configure:869: gcc295 -E conftest.c configure:884: checking whether gcc295 accepts -g configure:912: checking for POSIXized ISC configure:934: checking for minix/config.h configure:944: g++295 -E conftest.C >/dev/null 2>conftest.out configure:940:26: minix/config.h: No such file or directory configure: failed program was: #line 939 "configure" #include "confdefs.h" #include configure:984: checking for ranlib configure:1040: checking for a BSD compatible install configure:1090: checking whether ln -s works configure:1112: checking for main in -lstdc++ configure:1127: g++295 -o conftest -fno-common conftest.C -lstdc++ 1>&5 configure:1155: checking for main in -lm configure:1170: g++295 -o conftest -fno-common conftest.C -lm -lstdc++ 1>&5 configure:1203: checking for dirent.h that defines DIR configure:1216: g++295 -c -fno-common conftest.C 1>&5 configure:1241: checking for opendir in -ldir configure:1263: g++295 -o conftest -fno-common conftest.C -ldir -lm -lstdc++ 1>&5 ld: can't locate file for: -ldir configure: failed program was: #line 1249 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char opendir(); int main() { opendir() ; return 0; } configure:1330: checking for ANSI C header files configure:1343: g++295 -E conftest.C >/dev/null 2>conftest.out configure:1413: g++295 -o conftest -fno-common conftest.C -lm -lstdc++ 1>&5 configure:1440: checking for unistd.h configure:1450: g++295 -E conftest.C >/dev/null 2>conftest.out configure:1478: checking for std/bastring.cc configure:1488: g++295 -E conftest.C >/dev/null 2>conftest.out configure:1484:27: std/bastring.cc: No such file or directory configure: failed program was: #line 1483 "configure" #include "confdefs.h" #include configure:1539: checking whether we must explicitly instantiate unicode_string::nilRep configure:1556: g++295 -o conftest -fno-common conftest.C -lm -lstdc++ 1>&5 configure: In function `int main()': configure:1552: error: `basic_string' undeclared (first use this function) configure:1552: error: (Each undeclared identifier is reported only once for each function it appears in.) configure:1552: error: parse error before `short' configure: failed program was: #line 1544 "configure" #include "confdefs.h" #include #ifdef NEED_BASTRING_CC #include #endif int main() { basic_string test; ; return 0; } configure:1579: checking for working alloca.h configure:1591: g++295 -o conftest -fno-common conftest.C -lm -lstdc++ 1>&5 configure: In function `int main()': configure:1587: warning: invalid conversion from `void*' to `char*' configure:1612: checking for alloca configure:1640: g++295 -o conftest -fno-common conftest.C -lm -lstdc++ 1>&5 configure:1814: checking for strtol configure:1845: g++295 -o conftest -fno-common conftest.C -lm -lstdc++ 1>&5 configure:1829: error: declaration of C function `char strtol()' conflicts with /usr/include/stdlib.h:179: error: previous declaration `long int strtol(const char*, char**, int)' here configure: failed program was: #line 1819 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char strtol(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char strtol(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_strtol) || defined (__stub___strtol) choke me #else strtol(); #endif ; return 0; } configure:1871: checking whether gmake sets ${MAKE} configure:1898: checking whether byte ordering is bigendian configure:1916: g++295 -c -fno-common conftest.C 1>&5 configure:1931: g++295 -c -fno-common conftest.C 1>&5 configure: In function `int main()': configure:1926: error: `big' undeclared (first use this function) configure:1926: error: (Each undeclared identifier is reported only once for each function it appears in.) configure:1926: error: parse error before `;' token configure: failed program was: #line 1920 "configure" #include "confdefs.h" #include #include int main() { #if BYTE_ORDER != BIG_ENDIAN not big endian #endif ; return 0; }