This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:662: checking host system type configure:683: checking target system type configure:701: checking build system type configure:973: checking for --with-svrcore configure:1377: checking for nss-config configure:1412: checking for NSS - version >= 3.9.0 (skipping) configure:1474: checking using NSS from /usr/bin/nss-config configure:1666: checking for nspr-config configure:1701: checking for NSPR - version >= 4.0.0 (skipping) configure:1764: checking using NSPR from /usr/bin/nspr-config configure:1937: checking for whoami configure:2027: checking for c++ configure:2059: checking whether the C++ compiler (c++ ) works configure:2075: c++ -o conftest conftest.C 1>&5 configure:2101: checking whether the C++ compiler (c++ ) is a cross-compiler configure:2106: checking whether we are using GNU C++ configure:2134: checking whether c++ accepts -g configure:2171: checking for gcc configure:2284: checking whether the C compiler (gcc ) works configure:2300: gcc -o conftest conftest.c 1>&5 configure:2326: checking whether the C compiler (gcc ) is a cross-compiler configure:2331: checking whether we are using GNU C configure:2359: checking whether gcc accepts -g configure:2392: checking how to run the C preprocessor configure:2474: checking for ranlib configure:2506: checking for as configure:2547: checking for ar configure:2588: checking for ld configure:2629: checking for strip configure:2670: checking for windres configure:3461: checking for gcc -pipe support dummy-hello.c: In function 'main': dummy-hello.c:2: warning: incompatible implicit declaration of built-in function 'exit' configure:3483: gcc -c -pipe conftest.c 1>&5 configure:3516: checking for perl5 configure:5653: checking for dlopen configure:5681: gcc -o conftest -pipe -ansi -Wall conftest.c 1>&5 /tmp/cc4cFT2j.o: In function `main': conftest.c:(.text+0x7): undefined reference to `dlopen' collect2: ld returned 1 exit status configure: failed program was: #line 5658 "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:5700: checking for dlopen in -ldl configure:5747: checking whether gcc needs -traditional configure:5795: checking for lchown configure:5795: checking for strerror configure:5795: checking for getaddrinfo configure:5823: gcc -o conftest -pipe -ansi -Wall conftest.c 1>&5 configure:5795: checking for getnameinfo configure:5823: gcc -o conftest -pipe -ansi -Wall conftest.c 1>&5 configure:5861: 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: In function 'main': dummy.c:9: warning: implicit declaration of function 'exit' dummy.c:9: warning: incompatible implicit declaration of built-in function 'exit' dummy.c: In function 'foo': dummy.c:3: warning: control reaches end of non-void function /usr/bin/ld: cannot find -lpthreads collect2: ld returned 1 exit status configure:5883: 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: In function 'main': dummy.c:9: warning: implicit declaration of function 'exit' dummy.c:9: warning: incompatible implicit declaration of built-in function 'exit' dummy.c: In function 'foo': dummy.c:3: warning: control reaches end of non-void function configure:6061: checking for --with-sasl configure:6102: checking for --with-sasl-inc configure:6122: checking for --with-sasl-lib configure:6165: checking for getaddrinfo configure:6393: checking for sasl_client_init in -lsasl2 configure:6412: gcc -o conftest -pipe -ansi -Wall conftest.c -lsasl2 1>&5 configure:6501: checking whether gcc accepts -pthread