This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:661: checking host system type configure:682: checking target system type configure:700: checking build system type configure:972: checking for --with-svrcore configure:1376: checking for nss-config configure:1411: checking for NSS - version >= 3.9.0 (skipping) configure:1473: checking using NSS from /usr/bin/nss-config configure:1665: checking for nspr-config configure:1700: checking for NSPR - version >= 4.0.0 (skipping) configure:1763: checking using NSPR from /usr/bin/nspr-config configure:1952: checking for whoami configure:2042: checking for c++ configure:2074: checking whether the C++ compiler (c++ -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory) works configure:2090: c++ -o conftest -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory conftest.C 1>&5 configure:2116: checking whether the C++ compiler (c++ -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory) is a cross-compiler configure:2121: checking whether we are using GNU C++ configure:2149: checking whether c++ accepts -g configure:2186: checking for gcc configure:2299: checking whether the C compiler (gcc -O2 -march=i686 -mtune=generic -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory) works configure:2315: gcc -o conftest -O2 -march=i686 -mtune=generic -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory conftest.c 1>&5 configure:2341: checking whether the C compiler (gcc -O2 -march=i686 -mtune=generic -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory) is a cross-compiler configure:2346: checking whether we are using GNU C configure:2374: checking whether gcc accepts -g configure:2407: checking how to run the C preprocessor configure:2489: checking for ranlib configure:2521: checking for as configure:2562: checking for ar configure:2603: checking for ld configure:2644: checking for strip configure:2685: checking for windres configure:3454: checking for gcc -pipe support dummy-hello.c: In function 'main': dummy-hello.c:2:39: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] int main() { printf("Hello World\n"); exit(0); } ^ configure:3476: gcc -c -O2 -march=i686 -mtune=generic -pipe conftest.c 1>&5 configure:3509: checking for perl5 configure:5662: checking for dlopen configure:5690: gcc -o conftest -O2 -march=i686 -mtune=generic -pipe -ansi -Wall -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory conftest.c 1>&5 /tmp/ccEGxSsL.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `dlopen' collect2: error: ld returned 1 exit status configure: failed program was: #line 5667 "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:5709: checking for dlopen in -ldl configure:5728: gcc -o conftest -O2 -march=i686 -mtune=generic -pipe -ansi -Wall -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory conftest.c -ldl 1>&5 configure:5756: checking whether gcc needs -traditional configure:5804: checking for lchown configure:5804: checking for strerror configure:5804: checking for getaddrinfo configure:5832: gcc -o conftest -O2 -march=i686 -mtune=generic -pipe -ansi -Wall -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory conftest.c 1>&5 configure:5804: checking for getnameinfo configure:5832: gcc -o conftest -O2 -march=i686 -mtune=generic -pipe -ansi -Wall -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory conftest.c 1>&5 configure:5870: checking for pthread_create in -lpthreads gcc -o dummy dummy.c -O2 -march=i686 -mtune=generic -pipe -ansi -Wall -lpthreads -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory dummy.c: In function 'foo': dummy.c:3:30: warning: unused variable 'a' [-Wunused-variable] void *foo(void *v) { int a = 1; } ^ dummy.c: In function 'main': dummy.c:9:9: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(0); ^ dummy.c:9:9: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] dummy.c: In function 'foo': dummy.c:3:5: warning: control reaches end of non-void function [-Wreturn-type] void *foo(void *v) { int a = 1; } ^ /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status configure:5892: checking for pthread_create in -lpthread gcc -o dummy dummy.c -O2 -march=i686 -mtune=generic -pipe -ansi -Wall -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory dummy.c: In function 'foo': dummy.c:3:30: warning: unused variable 'a' [-Wunused-variable] void *foo(void *v) { int a = 1; } ^ dummy.c: In function 'main': dummy.c:9:9: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(0); ^ dummy.c:9:9: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] dummy.c: In function 'foo': dummy.c:3:5: warning: control reaches end of non-void function [-Wreturn-type] void *foo(void *v) { int a = 1; } ^ configure:6070: checking for --with-sasl configure:6111: checking for --with-sasl-inc configure:6131: checking for --with-sasl-lib configure:6174: checking for getaddrinfo configure:6402: checking for sasl_client_init in -lsasl2 configure:6421: gcc -o conftest -O2 -march=i686 -mtune=generic -pipe -ansi -Wall -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory conftest.c -lsasl2 1>&5 /usr/bin/ld: cannot find -lsasl2 collect2: error: ld returned 1 exit status configure: failed program was: #line 6410 "configure" #include "confdefs.h" /* 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 sasl_client_init(); int main() { sasl_client_init() ; return 0; } configure:6440: checking for sasl_client_init in -lsasl configure:6459: gcc -o conftest -O2 -march=i686 -mtune=generic -pipe -ansi -Wall -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory conftest.c -lsasl 1>&5 /usr/bin/ld: cannot find -lsasl collect2: error: ld returned 1 exit status configure: failed program was: #line 6448 "configure" #include "confdefs.h" /* 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 sasl_client_init(); int main() { sasl_client_init() ; return 0; } configure:6510: checking whether gcc accepts -pthread