This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:639: checking for gcc configure:755: checking whether the C compiler (gcc ) works configure:771: gcc -o conftest conftest.c 1>&5 configure:797: checking whether the C compiler (gcc ) is a cross-compiler configure:802: checking whether we are using GNU C configure:811: gcc -E conftest.c configure:830: checking whether gcc accepts -g configure:862: checking for POSIXized ISC configure:888: checking for c++ configure:921: checking whether the C++ compiler (c++ ) works configure:937: c++ -o conftest conftest.C 1>&5 configure:963: checking whether the C++ compiler (c++ ) is a cross-compiler configure:968: checking whether we are using GNU C++ configure:977: c++ -E conftest.C configure:996: checking whether c++ accepts -g configure:1033: checking for c++ configure:1066: checking whether the C++ compiler (c++ ) works configure:1082: c++ -o conftest conftest.C 1>&5 configure:1108: checking whether the C++ compiler (c++ ) is a cross-compiler configure:1113: checking whether we are using GNU C++ configure:1122: c++ -E conftest.C configure:1141: checking whether c++ accepts -g configure:1180: checking for ranlib configure:1210: checking for archiver (symbol AR) configure:1224: checking for archiver options (symbol ARFLAGS) configure:1243: checking for dirent.h that defines DIR configure:1256: gcc -c -g -O2 conftest.c 1>&5 configure:1281: checking for opendir in -ldir configure:1300: gcc -o conftest -g -O2 conftest.c -ldir 1>&5 /usr/bin/ld: cannot find -ldir collect2: ld returned 1 exit status configure: failed program was: #line 1289 "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 opendir(); int main() { opendir() ; return 0; } configure:1373: checking for mkstemp configure:1386: c++ -o conftest -g -O2 conftest.C 1>&5 configure:1406: checking for mkstemps configure:1419: c++ -o conftest -g -O2 conftest.C 1>&5 configure: In function `int main()': configure:1415: error: `mkstemps' was not declared in this scope configure: failed program was: #line 1411 "configure" #include "confdefs.h" #include #include int main() { mkstemps("foo", 0); ; return 0; }