This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:624: checking host system type configure:645: checking target system type configure:663: checking build system type configure:1123: checking for whoami configure:1979: checking for c++ configure:2011: checking whether the C++ compiler (c++ ) works configure:2027: c++ -o conftest conftest.C 1>&5 configure:2053: checking whether the C++ compiler (c++ ) is a cross-compiler configure:2058: checking whether we are using GNU C++ configure:2086: checking whether c++ accepts -g configure:2135: cc -c conftest.c 1>&5 configure:2152: cc -c conftest.c 1>&5 configure:2174: checking for gcc configure:2287: checking whether the C compiler (gcc ) works configure:2303: gcc -o conftest conftest.c 1>&5 configure:2329: checking whether the C compiler (gcc ) is a cross-compiler configure:2334: checking whether we are using GNU C configure:2362: checking whether gcc accepts -g configure:2395: checking how to run the C preprocessor configure:2477: checking for ranlib configure:2509: checking for as configure:2550: checking for ar configure:2591: checking for ld configure:2632: checking for strip configure:2673: checking for windres configure:2735: checking for gcc -pipe support configure:2757: gcc -c -pipe conftest.c 1>&5 configure:2790: checking for perl5 configure:4841: checking for dlopen configure:4869: gcc -o conftest -pipe -ansi -Wall conftest.c 1>&5 /tmp/ccxVYvm4.o: In function `main': conftest.c:(.text+0x1d): undefined reference to `dlopen' collect2: ld returned 1 exit status configure: failed program was: #line 4846 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char dlopen(); 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 dlopen(); 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_dlopen) || defined (__stub___dlopen) choke me #else dlopen(); #endif ; return 0; } configure:4888: checking for dlopen in -ldl configure:4935: checking whether gcc needs -traditional configure:4983: checking for lchown configure:4983: checking for strerror configure:5049: checking for pthread_create in -lpthreads gcc -o dummy dummy.c -pipe -ansi -Wall -lpthreads dummy.c: In function `foo': dummy.c:3: warning: unused variable `a' dummy.c:3: warning: control reaches end of non-void function dummy.c: In function `main': dummy.c:9: warning: implicit declaration of function `exit' /usr/bin/ld: cannot find -lpthreads collect2: ld returned 1 exit status configure:5071: checking for pthread_create in -lpthread gcc -o dummy dummy.c -pipe -ansi -Wall -lpthread dummy.c: In function `foo': dummy.c:3: warning: unused variable `a' dummy.c:3: warning: control reaches end of non-void function dummy.c: In function `main': dummy.c:9: warning: implicit declaration of function `exit' configure:5265: checking whether gcc accepts -pthread