This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:605: checking host system type configure:626: checking target system type configure:644: checking build system type configure:678: checking for a BSD compatible install configure:731: checking whether build environment is sane configure:788: checking whether make sets ${MAKE} configure:834: checking for working aclocal configure:847: checking for working autoconf configure:860: checking for working automake configure:873: checking for working autoheader configure:886: checking for working makeinfo configure:906: checking whether to enable maintainer-specific portions of Makefiles configure:1063: checking for gcc configure:1176: checking whether the C compiler (gcc ) works configure:1192: gcc -o conftest conftest.c 1>&5 configure:1218: checking whether the C compiler (gcc ) is a cross-compiler configure:1223: checking whether we are using GNU C configure:1232: gcc -E conftest.c configure:1251: checking whether gcc accepts -g configure:1283: checking how to run the C preprocessor configure:1304: gcc -E conftest.c >/dev/null 2>conftest.out configure:1374: checking for a BSD compatible install configure:1427: checking whether make sets ${MAKE} configure:1454: checking whether ln -s works configure:1480: checking for flex configure:1513: checking for flex configure:1547: checking for yywrap in -lfl configure:1566: gcc -o conftest -g -O2 conftest.c -lfl 1>&5 configure:1589: checking lex output file root configure:1610: checking whether yytext is a pointer configure:1629: gcc -o conftest -g -O2 conftest.c -lfl 1>&5 configure:1659: checking for pthread.h configure:1669: gcc -E conftest.c >/dev/null 2>conftest.out configure:1790: checking for the pthreads library -lpthreads configure:1819: gcc -o conftest -g -O2 conftest.c -lpthreads 1>&5 /usr/bin/ld: cannot find -lpthreads collect2: ld returned 1 exit status configure: failed program was: #line 1810 "configure" #include "confdefs.h" #include int main() { pthread_t th; pthread_join(th, 0); pthread_attr_init(0); pthread_cleanup_push(0, 0); pthread_create(0,0,0,0); pthread_cleanup_pop(0); ; return 0; } configure:1779: checking whether pthreads work without any flags configure:1819: gcc -o conftest -g -O2 conftest.c 1>&5 /tmp/ccG6TmAw.o: In function `main': /var/uhubuild/work/compile/configure:1813: undefined reference to `pthread_join' /var/uhubuild/work/compile/configure:1814: undefined reference to `__pthread_register_cancel' /var/uhubuild/work/compile/configure:1815: undefined reference to `pthread_create' /var/uhubuild/work/compile/configure:1815: undefined reference to `__pthread_unregister_cancel' collect2: ld returned 1 exit status configure: failed program was: #line 1810 "configure" #include "confdefs.h" #include int main() { pthread_t th; pthread_join(th, 0); pthread_attr_init(0); pthread_cleanup_push(0, 0); pthread_create(0,0,0,0); pthread_cleanup_pop(0); ; return 0; } configure:1784: checking whether pthreads work with -Kthread configure:1819: gcc -o conftest -g -O2 -Kthread conftest.c 1>&5 gcc: unrecognized option `-Kthread' /tmp/ccyGz0PF.o: In function `main': /var/uhubuild/work/compile/configure:1813: undefined reference to `pthread_join' /var/uhubuild/work/compile/configure:1814: undefined reference to `__pthread_register_cancel' /var/uhubuild/work/compile/configure:1815: undefined reference to `pthread_create' /var/uhubuild/work/compile/configure:1815: undefined reference to `__pthread_unregister_cancel' collect2: ld returned 1 exit status configure: failed program was: #line 1810 "configure" #include "confdefs.h" #include int main() { pthread_t th; pthread_join(th, 0); pthread_attr_init(0); pthread_cleanup_push(0, 0); pthread_create(0,0,0,0); pthread_cleanup_pop(0); ; return 0; } configure:1784: checking whether pthreads work with -kthread configure:1819: gcc -o conftest -g -O2 -kthread conftest.c 1>&5 gcc: unrecognized option `-kthread' /tmp/ccqSgXbP.o: In function `main': /var/uhubuild/work/compile/configure:1813: undefined reference to `pthread_join' /var/uhubuild/work/compile/configure:1814: undefined reference to `__pthread_register_cancel' /var/uhubuild/work/compile/configure:1815: undefined reference to `pthread_create' /var/uhubuild/work/compile/configure:1815: undefined reference to `__pthread_unregister_cancel' collect2: ld returned 1 exit status configure: failed program was: #line 1810 "configure" #include "confdefs.h" #include int main() { pthread_t th; pthread_join(th, 0); pthread_attr_init(0); pthread_cleanup_push(0, 0); pthread_create(0,0,0,0); pthread_cleanup_pop(0); ; return 0; } configure:1790: checking for the pthreads library -llthread configure:1819: gcc -o conftest -g -O2 conftest.c -llthread 1>&5 /usr/bin/ld: cannot find -llthread collect2: ld returned 1 exit status configure: failed program was: #line 1810 "configure" #include "confdefs.h" #include int main() { pthread_t th; pthread_join(th, 0); pthread_attr_init(0); pthread_cleanup_push(0, 0); pthread_create(0,0,0,0); pthread_cleanup_pop(0); ; return 0; } configure:1784: checking whether pthreads work with -pthread configure:1819: gcc -o conftest -g -O2 -pthread conftest.c 1>&5 configure:1851: checking for joinable pthread attribute configure:1860: gcc -o conftest -g -O2 -pthread conftest.c 1>&5 configure:1902: checking if more special flags are required for pthreads configure:1920: checking for cc_r configure:1976: checking for daemon configure:2004: gcc -o conftest -g -O2 conftest.c 1>&5 configure:2031: checking for getopt_long configure:2059: gcc -o conftest -g -O2 conftest.c 1>&5 configure:2088: checking for getopt.h configure:2098: gcc -E conftest.c >/dev/null 2>conftest.out configure:2197: checking for ranlib configure:2236: checking for ld used by GCC configure:2298: checking if the linker (/usr/bin/ld) is GNU ld GNU ld version 2.16.1 configure:2314: checking for BSD-compatible nm ltconfig:603: checking for object suffix ltconfig:604: gcc -c -g -O2 conftest.c 1>&5 ltconfig:629: checking for executable suffix ltconfig:630: gcc -o conftest -g -O2 conftest.c 1>&5 ltconfig:776: checking if gcc PIC flag -fPIC works ltconfig:777: gcc -c -g -O2 -fPIC -DPIC conftest.c 1>&5 ltconfig:829: checking if gcc supports -c -o file.o ltconfig:830: gcc -c -g -O2 -o out/conftest2.o conftest.c 1>&5 ltconfig:862: checking if gcc supports -c -o file.lo ltconfig:863: gcc -c -g -O2 -c -o conftest.lo conftest.c 1>&5 ltconfig:914: checking if gcc supports -fno-rtti -fno-exceptions ltconfig:915: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c conftest.c 1>&5 ltconfig:958: checking if gcc static flag -static works ltconfig:959: gcc -o conftest -g -O2 -static conftest.c 1>&5 GNU ld version 2.16.1 ltconfig:1592: checking if global_symbol_pipe works ltconfig:1593: gcc -c -g -O2 conftest.c 1>&5 ltconfig:1596: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW]\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm" ltconfig:1648: gcc -o conftest -g -O2 -fno-builtin conftest.c conftstm.o 1>&5