This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:530: checking for pgcc configure:559: checking for pg++ configure:588: checking for sendmail configure:624: checking for gcc configure:737: checking whether the C compiler (gcc ) works configure:753: gcc -o conftest conftest.c 1>&5 configure:779: checking whether the C compiler (gcc ) is a cross-compiler configure:784: checking whether we are using GNU C configure:793: gcc -E conftest.c configure:812: checking whether gcc accepts -g configure:848: checking for c++ configure:880: checking whether the C++ compiler (c++ ) works configure:896: c++ -o conftest conftest.C 1>&5 configure:922: checking whether the C++ compiler (c++ ) is a cross-compiler configure:927: checking whether we are using GNU C++ configure:936: c++ -E conftest.C configure:955: checking whether c++ accepts -g configure:1017: checking for a BSD compatible install configure:1070: checking for st_blksize in struct stat configure:1083: gcc -c -g -O2 conftest.c 1>&5 configure:1106: checking for fsync configure:1134: gcc -o conftest -g -O2 conftest.c 1>&5 configure:1106: checking for timegm configure:1134: gcc -o conftest -g -O2 conftest.c 1>&5 Undefined first referenced symbol in file timegm /var/tmp/ccWjqaNH.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure: failed program was: #line 1111 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char timegm(); below. */ #include /* 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 timegm(); 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_timegm) || defined (__stub___timegm) choke me #else timegm(); #endif ; return 0; } configure:1159: checking for socket in -lsocket configure:1178: gcc -o conftest -g -O2 conftest.c -lsocket 1>&5 configure:1206: checking for gethostbyname in -lnsl configure:1225: gcc -o conftest -g -O2 conftest.c -lnsl -lsocket 1>&5