This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:560: checking for a BSD compatible install configure:613: checking whether build environment is sane configure:670: checking whether make sets ${MAKE} configure:716: checking for working aclocal configure:729: checking for working autoconf configure:742: checking for working automake configure:755: checking for working autoheader configure:768: checking for working makeinfo configure:835: checking host system type configure:858: checking for ranlib configure:887: checking for gcc configure:964: checking whether the C compiler (gcc ) works configure:978: gcc -o conftest conftest.c 1>&5 configure:998: checking whether the C compiler (gcc ) is a cross-compiler configure:1003: checking whether we are using GNU C configure:1012: gcc -E conftest.c configure:1027: checking whether gcc accepts -g configure:1067: checking for ld used by GCC configure:1124: checking if the linker (/usr/bin/ld) is GNU ld GNU ld version 2.16.1 configure:1140: checking for BSD-compatible nm configure:1175: checking whether ln -s works ltconfig:585: checking if gcc PIC flag -fPIC works ltconfig:586: gcc -c -g -O2 -fPIC -DPIC conftest.c 1>&5 ltconfig:629: checking if gcc static flag -static works ltconfig:630: gcc -o conftest -g -O2 -static conftest.c 1>&5 GNU ld version 2.16.1 ltconfig:1013: checking if global_symbol_pipe works ltconfig:1014: gcc -c -g -O2 conftest.c 1>&5 ltconfig:1017: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.* [ABCDGISTUW] \([_A-Za-z][_A-Za-z0-9]*\)$/\1 \1/p' > conftest.nm" ltconfig:1075: gcc -o conftest -g -O2 -fno-builtin conftest.c conftestm.o 1>&5 configure:1248: checking for gcc configure:1325: checking whether the C compiler (gcc -g -O2 ) works configure:1339: gcc -o conftest -g -O2 conftest.c 1>&5 configure:1359: checking whether the C compiler (gcc -g -O2 ) is a cross-compiler configure:1364: checking whether we are using GNU C configure:1388: checking whether gcc accepts -g configure:1426: checking for a BSD compatible install configure:1476: checking whether make sets ${MAKE} configure:1505: checking for ranlib configure:1533: checking how to run the C preprocessor configure:1554: gcc -E conftest.c >/dev/null 2>conftest.out configure:1598: checking for X configure:1665: gcc -E conftest.c >/dev/null 2>conftest.out configure:1661:27: X11/Intrinsic.h: No such file or directory configure: failed program was: #line 1660 "configure" #include "confdefs.h" #include configure:1741: gcc -o conftest -g -O2 conftest.c -lXt 1>&5 /usr/bin/ld: cannot find -lXt collect2: ld returned 1 exit status configure: failed program was: #line 1734 "configure" #include "confdefs.h" int main() { XtMalloc() ; return 0; } configure:2430: checking for pow in -lm configure:2449: gcc -o conftest -g -O2 conftest.c -lm 1>&5 configure:2442: warning: conflicting types for built-in function 'pow' configure:2473: checking for rle_hdr_init in -lrle configure:2492: gcc -o conftest -g -O2 conftest.c -lrle -lm 1>&5 /usr/bin/ld: cannot find -lrle collect2: ld returned 1 exit status configure: failed program was: #line 2481 "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 rle_hdr_init(); int main() { rle_hdr_init() ; return 0; } configure:2516: checking for main in -lgl_s configure:2531: gcc -o conftest -g -O2 conftest.c -lgl_s 1>&5 /usr/bin/ld: cannot find -lgl_s collect2: ld returned 1 exit status configure: failed program was: #line 2524 "configure" #include "confdefs.h" int main() { main() ; return 0; } configure:2558: checking for XOpenDisplay in -lX11 configure:2577: gcc -o conftest -g -O2 conftest.c -lX11 1>&5 /usr/bin/ld: cannot find -lX11 collect2: ld returned 1 exit status configure: failed program was: #line 2566 "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 XOpenDisplay(); int main() { XOpenDisplay() ; return 0; } configure:2612: checking for ANSI C header files configure:2625: gcc -E conftest.c >/dev/null 2>conftest.out configure:2692: gcc -o conftest -g -O2 conftest.c 1>&5 configure:2719: checking for fcntl.h configure:2729: gcc -E conftest.c >/dev/null 2>conftest.out configure:2757: checking for working const configure:2811: gcc -c -g -O2 conftest.c 1>&5 configure:2833: checking for 8-bit clean memcmp configure:2851: gcc -o conftest -g -O2 conftest.c 1>&5 configure:2869: checking whether setvbuf arguments are reversed configure:2891: gcc -o conftest -g -O2 conftest.c 1>&5 configure: In function `main': configure:2884: warning: passing arg 2 of `setvbuf' makes pointer from integer without a cast configure:2884: warning: passing arg 3 of `setvbuf' makes integer from pointer without a cast configure: failed program was: #line 2877 "configure" #include "confdefs.h" #include /* If setvbuf has the reversed format, exit 0. */ main () { /* This call has the arguments reversed. A reversed system may check and see that the address of main is not _IOLBF, _IONBF, or _IOFBF, and return nonzero. */ if (setvbuf(stdout, _IOLBF, (char *) main, BUFSIZ) != 0) exit(1); putc('\r', stdout); exit(0); /* Non-reversed systems segv here. */ } configure:2915: checking for vprintf configure:2943: gcc -o conftest -g -O2 conftest.c 1>&5 configure:2927: warning: conflicting types for built-in function 'vprintf' configure:3022: checking for strdup configure:3050: gcc -o conftest -g -O2 conftest.c 1>&5 configure:3034: warning: conflicting types for built-in function 'strdup'