This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:537: checking for gcc configure:614: checking whether the C compiler (gcc -g -O -Wall -Wno-implicit ) works configure:628: gcc -o conftest -g -O -Wall -Wno-implicit conftest.c 1>&5 configure:625: warning: return-type defaults to `int' configure:648: checking whether the C compiler (gcc -g -O -Wall -Wno-implicit ) is a cross-compiler configure:653: checking whether we are using GNU C configure:662: gcc -E conftest.c configure:677: checking whether gcc accepts -g configure:705: checking how to run the C preprocessor configure:726: gcc -E conftest.c >/dev/null 2>conftest.out configure:797: checking for a BSD compatible install configure:849: checking for ranlib configure:880: checking for log2f configure:908: gcc -o conftest -g -O -Wall -Wno-implicit conftest.c 1>&5 Undefined first referenced symbol in file log2f /var/tmp/cca000.p1.o ld: fatal: Symbol referencing errors. No output written to conftest configure: failed program was: #line 885 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char log2f(); below. */ #include /* 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 log2f(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_log2f) || defined (__stub___log2f) choke me #else log2f(); #endif ; return 0; } configure:935: checking for sqrtf configure:963: gcc -o conftest -g -O -Wall -Wno-implicit conftest.c 1>&5 configure:947: warning: conflicting types for built-in function `sqrtf' Undefined first referenced symbol in file sqrtf /var/tmp/cca000a21.o ld: fatal: Symbol referencing errors. No output written to conftest configure: failed program was: #line 940 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char sqrtf(); below. */ #include /* 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 sqrtf(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_sqrtf) || defined (__stub___sqrtf) choke me #else sqrtf(); #endif ; return 0; } configure:993: checking for perl5 configure:1060: checking if __attribute__((constructor)) works configure:1083: gcc -o conftest -g -O -Wall -Wno-implicit conftest.c 1>&5 configure:1076: warning: return-type defaults to `int' configure:1103: checking for main in -lwsock32 configure:1118: gcc -o conftest -g -O -Wall -Wno-implicit conftest.c -lwsock32 1>&5 ld: fatal: library -lwsock32: not found ld: fatal: File processing errors. No output written to conftest configure: failed program was: #line 1111 "configure" #include "confdefs.h" int main() { main() ; return 0; }