This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:627: checking host system type configure:648: checking target system type configure:666: checking build system type configure:969: checking for nspr-config configure:1004: checking for NSPR - version >= 4.0.0 (skipping) configure:1135: checking for whoami configure:1932: checking for c++ configure:1964: checking whether the C++ compiler (c++ ) works configure:1980: c++ -o conftest conftest.C 1>&5 configure:2006: checking whether the C++ compiler (c++ ) is a cross-compiler configure:2011: checking whether we are using GNU C++ configure:2039: checking whether c++ accepts -g configure:2076: checking for gcc configure:2189: checking whether the C compiler (gcc ) works configure:2205: gcc -o conftest conftest.c 1>&5 configure:2231: checking whether the C compiler (gcc ) is a cross-compiler configure:2236: checking whether we are using GNU C configure:2264: checking whether gcc accepts -g configure:2297: checking how to run the C preprocessor configure:2379: checking for ranlib configure:2411: checking for as configure:2452: checking for ar configure:2493: checking for ld configure:2534: checking for strip configure:2575: checking for windres configure:2643: checking for gcc -pipe support configure:2665: gcc -c -pipe conftest.c 1>&5 configure:2698: checking for perl5 configure:4816: checking for dlopen configure:4844: gcc -o conftest -pipe -ansi -Wall conftest.c 1>&5 /tmp/ccvHokhd.o: In function `main': conftest.c:(.text+0x1d): undefined reference to `dlopen' collect2: ld returned 1 exit status configure: failed program was: #line 4821 "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:4863: checking for dlopen in -ldl configure:4910: checking whether gcc needs -traditional configure:4958: checking for lchown configure:4958: checking for strerror configure:5024: 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:5046: 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:5240: checking whether gcc accepts -pthread