This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:561: checking host system type configure:585: checking for gcc configure:698: checking whether the C compiler (gcc ) works configure:714: gcc -o conftest conftest.c 1>&5 configure:740: checking whether the C compiler (gcc ) is a cross-compiler configure:745: checking whether we are using GNU C configure:754: gcc -E conftest.c configure:773: checking whether gcc accepts -g configure:805: checking how to run the C preprocessor configure:826: gcc -E conftest.c >/dev/null 2>conftest.out configure:885: checking whether make sets ${MAKE} configure:914: checking for ranlib configure:953: checking for a BSD compatible install configure:1076: checking build system type configure:1105: checking for ld used by GCC configure:1168: checking if the linker (/usr/libexec/elf/ld) is GNU ld GNU ld version 2.10.1 (with BFD 2.10.1) configure:1184: checking for BSD-compatible nm configure:1221: checking whether ln -s works ltconfig:603: checking for object suffix ltconfig:604: gcc -c -g -O2 conftest.c 1>&5 ltconfig:629: checking for executable suffix ltconfig:630: gcc -o conftest -g -O2 conftest.c 1>&5 ltconfig:776: checking if gcc PIC flag -fPIC works ltconfig:777: gcc -c -g -O2 -fPIC -DPIC conftest.c 1>&5 ltconfig:829: checking if gcc supports -c -o file.o ltconfig:830: gcc -c -g -O2 -o out/conftest2.o conftest.c 1>&5 ltconfig:862: checking if gcc supports -c -o file.lo ltconfig:863: gcc -c -g -O2 -c -o conftest.lo conftest.c 1>&5 ltconfig:914: checking if gcc supports -fno-rtti -fno-exceptions ltconfig:915: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c conftest.c 1>&5 ltconfig:958: checking if gcc static flag -static works ltconfig:959: gcc -o conftest -g -O2 -static conftest.c 1>&5 GNU ld version 2.10.1 (with BFD 2.10.1) ltconfig:1592: checking if global_symbol_pipe works ltconfig:1593: gcc -c -g -O2 conftest.c 1>&5 ltconfig:1596: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW]\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm" ltconfig:1648: gcc -o conftest -g -O2 -fno-builtin -fno-rtti -fno-exceptions conftest.c conftstm.o 1>&5 configure:1403: checking whether struct stat times are timespecs configure:1419: gcc -c -g -O2 conftest.c 1>&5 configure:1441: checking whether timespecs have ts_sec (instead of tv_sec) configure:1456: gcc -c -g -O2 conftest.c 1>&5 configure: In function `main': configure:1452: structure has no member named `ts_nsec' configure: failed program was: #line 1446 "configure" #include "confdefs.h" # include # include int main() { struct stat statb; statb.st_atimespec.ts_nsec = 12 ; return 0; } configure:1543: checking whether struct stat has st_fstype configure:1558: gcc -c -g -O2 conftest.c 1>&5 configure: In function `main': configure:1554: structure has no member named `st_fstype' configure:1555: syntax error before `;' configure: failed program was: #line 1548 "configure" #include "confdefs.h" # include # include int main() { struct stat statb; foo(&statb.st_fstype ; return 0; } configure:1580: checking for stropts.h configure:1590: gcc -E conftest.c >/dev/null 2>conftest.out configure:1586: stropts.h: No such file or directory configure: failed program was: #line 1585 "configure" #include "confdefs.h" #include configure:1649: checking for sys/sysmacros.h configure:1659: gcc -E conftest.c >/dev/null 2>conftest.out configure:1655: sys/sysmacros.h: No such file or directory configure: failed program was: #line 1654 "configure" #include "confdefs.h" #include configure:1685: checking whether we have the historical struct msghdr configure:1699: gcc -c -g -O2 conftest.c 1>&5 configure:1720: checking how to print quads configure:1745: gcc -o conftest -g -O2 conftest.c 1>&5 configure:1766: checking whether send fd is broken configure:1785: checking for socketpair in -lxnet configure:1804: gcc -o conftest -g -O2 conftest.c -lxnet 1>&5 /usr/libexec/elf/ld: cannot find -lxnet configure: failed program was: #line 1793 "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 socketpair(); int main() { socketpair() ; return 0; } configure:1823: checking for socketpair in -lsocket configure:1842: gcc -o conftest -g -O2 conftest.c -lsocket -lnsl 1>&5 /usr/libexec/elf/ld: cannot find -lsocket configure: failed program was: #line 1831 "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 socketpair(); int main() { socketpair() ; return 0; } configure:1868: checking whether select prototype is broken configure:1897: checking whether signal.h defines POLL_{IN,OUT}