This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:552: checking for a BSD compatible install configure:614: checking whether build environment is sane configure:661: checking for working aclocal configure:674: checking for working autoconf configure:687: checking for working automake configure:700: checking for working autoheader configure:713: checking for working makeinfo configure:726: checking whether make sets ${MAKE} configure:778: checking for gcc configure:855: checking whether the C compiler (gcc ) works configure:869: gcc -o conftest conftest.c 1>&5 configure:889: checking whether the C compiler (gcc ) is a cross-compiler configure:894: checking whether we are using GNU C configure:903: gcc -E conftest.c configure:918: checking whether gcc accepts -g configure:949: checking how to run the C preprocessor configure:970: gcc -E conftest.c >/dev/null 2>conftest.out configure:1011: checking whether gcc needs -traditional configure:1067: checking for a BSD compatible install configure:1117: checking for AIX configure:1142: checking for minix/config.h configure:1152: gcc -E conftest.c >/dev/null 2>conftest.out configure:1148:26: minix/config.h: No such file or directory configure: failed program was: #line 1147 "configure" #include "confdefs.h" #include configure:1190: checking for POSIXized ISC configure:1215: checking for gcc option to accept ANSI C configure:1249: gcc -c -g -O2 -Wall -Wmissing-prototypes conftest.c 1>&5 configure:1274: checking for function prototypes configure:1433: checking for working const configure:1487: gcc -c -g -O2 -Wall -Wmissing-prototypes conftest.c 1>&5 configure: In function `main': configure:1461: warning: unused variable `s' configure:1481: warning: unused variable `foo' configure:1443: warning: unused variable `x' configure:1449: warning: unused variable `zero' configure:1478: warning: 'b' might be used uninitialized in this function configure:1460: warning: 't' might be used uninitialized in this function configure:1511: checking for working alloca.h configure:1523: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes conftest.c 1>&5 configure: In function `main': configure:1519: warning: unused variable `p' configure:1544: checking for alloca configure:1572: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes conftest.c 1>&5 configure: In function `main': configure:1568: warning: unused variable `p' configure:1738: checking return type of signal handlers configure:1760: gcc -c -g -O2 -Wall -Wmissing-prototypes conftest.c 1>&5 configure: In function `main': configure:1756: warning: unused variable `i' configure:1780: checking for mktime configure:1808: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes conftest.c 1>&5 configure:1832: checking for getpagesize configure:1860: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes conftest.c 1>&5 configure:1883: checking for rename configure:1911: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes conftest.c 1>&5 configure:1937: checking for limits.h configure:1947: gcc -E conftest.c >/dev/null 2>conftest.out configure:1937: checking for stdlib.h configure:1947: gcc -E conftest.c >/dev/null 2>conftest.out configure:1937: checking for unistd.h configure:1947: gcc -E conftest.c >/dev/null 2>conftest.out configure:1937: checking for string.h configure:1947: gcc -E conftest.c >/dev/null 2>conftest.out configure:1974: checking whether time.h and sys/time.h may both be included configure:1988: gcc -c -g -O2 -Wall -Wmissing-prototypes conftest.c 1>&5 configure: In function `main': configure:1984: warning: unused variable `tp' configure:2012: checking for sys/time.h configure:2022: gcc -E conftest.c >/dev/null 2>conftest.out configure:2053: checking for last configure:2090: checking for lastcomm configure:2127: checking for ac configure:2164: checking for sa configure:2273: checking for sys/acct.h configure:2283: gcc -E conftest.c >/dev/null 2>conftest.out configure:2797: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes conftest.c 1>&5 configure:2784: warning: return type defaults to `int' configure: In function `main': configure:2792: warning: implicit declaration of function `exit' configure:2810: checking for pid_t configure:2842: checking for uid_t in sys/types.h configure:2875: checking for size_t configure:2912: checking for dirent.h that defines DIR configure:2925: gcc -c -g -O2 -Wall -Wmissing-prototypes conftest.c 1>&5 configure: In function `main': configure:2921: warning: unused variable `dirp' configure:2950: checking for opendir in -ldir configure:2969: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes conftest.c -ldir 1>&5 /usr/bin/ld: cannot find -ldir collect2: ld returned 1 exit status configure: failed program was: #line 2958 "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; }