This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:588: checking for a BSD compatible install configure:641: checking whether build environment is sane configure:698: checking whether make sets ${MAKE} configure:744: checking for working aclocal configure:757: checking for working autoconf configure:770: checking for working automake configure:783: checking for working autoheader configure:796: checking for working makeinfo configure:817: checking host system type configure:838: checking target system type configure:858: checking whether make sets ${MAKE} configure:887: checking for gcc configure:1000: checking whether the C compiler (gcc -O2 -march=i686 -mtune=generic ) works configure:1016: gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure:1042: checking whether the C compiler (gcc -O2 -march=i686 -mtune=generic ) is a cross-compiler configure:1047: checking whether we are using GNU C configure:1056: gcc -E conftest.c configure:1075: checking whether gcc accepts -g configure:1118: checking for a BSD compatible install configure:1201: checking for getopt_long in -lc configure:1220: gcc -o conftest -O2 -march=i686 -mtune=generic -DUSE_UDP conftest.c -lc 1>&5 configure:1241: checking how to run the C preprocessor configure:1262: gcc -E conftest.c >/dev/null 2>conftest.out configure:1322: checking for getopt.h configure:1332: gcc -E conftest.c >/dev/null 2>conftest.out configure:1395: checking for libfame-config configure:1430: checking for libfame - version >= 0.8.10 configure:1531: gcc -o conftest -O2 -march=i686 -mtune=generic -DUSE_UDP -D_GNU_SOURCE -DHAS_GETOPT_H conftest.c -L/usr/lib -Wl,-rpath,/usr/lib -lfame 1>&5 configure: In function 'main': configure:1468:17: warning: incompatible implicit declaration of built-in function 'strdup' [enabled by default] tmp_version = strdup("$min_libfame_version"); ^