This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:582: checking host system type configure:959: checking for gcc configure:1072: checking whether the C compiler (gcc -O2 -march=athlon64 -pipe ) works configure:1088: gcc -o conftest -O2 -march=athlon64 -pipe conftest.c 1>&5 configure:1114: checking whether the C compiler (gcc -O2 -march=athlon64 -pipe ) is a cross-compiler configure:1119: checking whether we are using GNU C configure:1128: gcc -E conftest.c configure:1147: checking whether gcc accepts -g configure:1190: checking for a BSD compatible install configure:1312: checking build system type configure:1332: checking for ranlib configure:1371: checking for ld used by GCC configure:1433: checking if the linker (/usr/i486-gentoo-freebsd6.2/bin/ld) is GNU ld GNU ld version 2.17 configure:1449: checking for BSD-compatible nm configure:1485: checking whether ln -s works ltconfig:603: checking for object suffix ltconfig:604: gcc -c -O2 -march=athlon64 -pipe conftest.c 1>&5 ltconfig:629: checking for executable suffix ltconfig:630: gcc -o conftest -O2 -march=athlon64 -pipe conftest.c 1>&5 ltconfig:776: checking if gcc PIC flag -fPIC works ltconfig:777: gcc -c -O2 -march=athlon64 -pipe -fPIC -DPIC conftest.c 1>&5 ltconfig:829: checking if gcc supports -c -o file.o ltconfig:830: gcc -c -O2 -march=athlon64 -pipe -o out/conftest2.o conftest.c 1>&5 ltconfig:862: checking if gcc supports -c -o file.lo ltconfig:863: gcc -c -O2 -march=athlon64 -pipe -c -o conftest.lo conftest.c 1>&5 ltconfig:914: checking if gcc supports -fno-rtti -fno-exceptions ltconfig:915: gcc -c -O2 -march=athlon64 -pipe -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 -O2 -march=athlon64 -pipe -static conftest.c 1>&5 GNU ld version 2.17 ltconfig:1653: checking if global_symbol_pipe works ltconfig:1654: gcc -c -O2 -march=athlon64 -pipe conftest.c 1>&5 ltconfig:1657: 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:1709: gcc -o conftest -O2 -march=athlon64 -pipe -fno-builtin conftest.c conftstm.o 1>&5 configure:1675: checking for perl configure:1713: checking how to run the C preprocessor configure:1734: gcc -E conftest.c >/dev/null 2>conftest.out configure:1796: checking for unistd.h configure:1806: gcc -E conftest.c >/dev/null 2>conftest.out configure:1796: checking for locale.h configure:1806: gcc -E conftest.c >/dev/null 2>conftest.out configure:1796: checking for langinfo.h configure:1806: gcc -E conftest.c >/dev/null 2>conftest.out configure:1796: checking for pwd.h configure:1806: gcc -E conftest.c >/dev/null 2>conftest.out configure:1880: checking for iconv.h configure:1890: gcc -E conftest.c >/dev/null 2>conftest.out configure:1916: checking for uid_t in sys/types.h configure:1950: checking for ANSI C header files configure:1963: gcc -E conftest.c >/dev/null 2>conftest.out configure:2030: gcc -o conftest -O2 -march=athlon64 -pipe conftest.c 1>&5 configure: In function 'main': configure:2025: warning: incompatible implicit declaration of built-in function 'exit' configure:2054: checking for BOOL configure:2236: checking for vsnprintf configure:2264: gcc -o conftest -O2 -march=athlon64 -pipe conftest.c 1>&5 configure:2248: warning: conflicting types for built-in function 'vsnprintf' configure:2236: checking for setvbuf configure:2264: gcc -o conftest -O2 -march=athlon64 -pipe conftest.c 1>&5 configure:2236: checking for setlocale configure:2264: gcc -o conftest -O2 -march=athlon64 -pipe conftest.c 1>&5 configure:2236: checking for nl_langinfo configure:2264: gcc -o conftest -O2 -march=athlon64 -pipe conftest.c 1>&5 configure:2236: checking for memmove configure:2264: gcc -o conftest -O2 -march=athlon64 -pipe conftest.c 1>&5 configure:2248: warning: conflicting types for built-in function 'memmove' configure:2236: checking for bcopy configure:2264: gcc -o conftest -O2 -march=athlon64 -pipe conftest.c 1>&5 configure:2248: warning: conflicting types for built-in function 'bcopy' configure:2236: checking for setenv configure:2264: gcc -o conftest -O2 -march=athlon64 -pipe conftest.c 1>&5 configure:2236: checking for unsetenv configure:2264: gcc -o conftest -O2 -march=athlon64 -pipe conftest.c 1>&5 configure:2938: checking for libc shared object configure:3017: checking for iconv configure:3035: gcc -o conftest -O2 -march=athlon64 -pipe conftest.c 1>&5 /var/tmp/portage/net-dns/bind-tools-9.4.0/temp/cc6ozUqk.o: In function `main': conftest.c:(.text+0x21): undefined reference to `libiconv_open' collect2: ld returned 1 exit status configure: failed program was: #line 3023 "configure" #include "confdefs.h" #include int main() { iconv_t i; i = iconv_open("ISO-8859-1", "UTF-8"); ; return 0; }