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:785: checking for gcc configure:898: checking whether the C compiler (gcc ) works configure:914: gcc -o conftest conftest.c 1>&5 configure:940: checking whether the C compiler (gcc ) is a cross-compiler configure:945: checking whether we are using GNU C configure:954: gcc -E conftest.c configure:973: checking whether gcc accepts -g configure:1006: checking for elf_version in -lelf configure:1025: gcc -o conftest -g -O2 conftest.c -lelf 1>&5 /usr/bin/ld: cannot find -lelf collect2: ld returned 1 exit status configure: failed program was: #line 1014 "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 elf_version(); int main() { elf_version() ; return 0; }