This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:582: checking host system type configure:611: checking for gcc configure:724: checking whether the C compiler (gcc ) works configure:740: gcc -o conftest conftest.c 1>&5 configure:766: checking whether the C compiler (gcc ) is a cross-compiler configure:771: checking whether we are using GNU C configure:780: gcc -E conftest.c configure:799: checking whether gcc accepts -g configure:842: checking for a BSD compatible install configure:897: checking for ranlib configure:929: checking for bison configure:962: checking for flex configure:996: checking for yywrap in -lfl configure:1015: gcc -o conftest -g -O2 conftest.c -lfl 1>&5 configure:1040: checking for perl configure:1075: checking for log in -lm configure:1094: gcc -o conftest -g -O2 conftest.c -lm 1>&5 configure:1087: warning: conflicting types for built-in function 'log' configure:1122: checking for accept in -lsocket configure:1141: gcc -o conftest -g -O2 conftest.c -lsocket -lm 1>&5 /usr/bin/ld: cannot find -lsocket collect2: ld returned 1 exit status configure: failed program was: #line 1130 "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 accept(); int main() { accept() ; return 0; } configure:1169: checking for inet_ntoa in -lnsl configure:1188: gcc -o conftest -g -O2 conftest.c -lnsl -lm 1>&5 configure:1216: checking for pthread_exit in -lpthread configure:1235: gcc -o conftest -g -O2 conftest.c -lpthread -lnsl -lm 1>&5 configure:1264: checking for pthread_exit in -lc_r configure:1283: gcc -o conftest -g -O2 conftest.c -lc_r -lpthread -lnsl -lm 1>&5 /usr/bin/ld: cannot find -lc_r collect2: ld returned 1 exit status configure: failed program was: #line 1272 "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 pthread_exit(); int main() { pthread_exit() ; return 0; } configure:1310: checking for xml2-config configure:1350: checking libxml version configure:1364: checking for inet_ntop in -lresolv configure:1383: gcc -o conftest -g -O2 -I/usr/include/libxml2 conftest.c -lresolv -lpthread -lnsl -lm -L/usr/lib -lxml2 -lz -lm 1>&5 configure:1414: checking how to run the C preprocessor configure:1435: gcc -E conftest.c >/dev/null 2>conftest.out configure:1494: checking for ANSI C header files configure:1507: gcc -E conftest.c >/dev/null 2>conftest.out configure:1574: gcc -o conftest -g -O2 -I/usr/include/libxml2 conftest.c -lresolv -lpthread -lnsl -lm -L/usr/lib -lxml2 -lz -lm 1>&5 configure: In function 'main': configure:1569: warning: incompatible implicit declaration of built-in function 'exit' configure:1601: checking for sys/ioctl.h configure:1611: gcc -E conftest.c >/dev/null 2>conftest.out configure:1601: checking for sys/time.h configure:1611: gcc -E conftest.c >/dev/null 2>conftest.out configure:1601: checking for sys/types.h configure:1611: gcc -E conftest.c >/dev/null 2>conftest.out configure:1601: checking for unistd.h configure:1611: gcc -E conftest.c >/dev/null 2>conftest.out configure:1601: checking for sys/poll.h configure:1611: gcc -E conftest.c >/dev/null 2>conftest.out configure:1641: checking for pthread.h configure:1651: gcc -E conftest.c >/dev/null 2>conftest.out configure:1641: checking for getopt.h configure:1651: gcc -E conftest.c >/dev/null 2>conftest.out configure:1641: checking for syslog.h configure:1651: gcc -E conftest.c >/dev/null 2>conftest.out configure:1687: gcc -c -g -O2 -I/usr/include/libxml2 conftest.c 1>&5 configure: In function 'main': configure:1683: warning: initialization discards qualifiers from pointer target type configure:1706: gcc -c -g -O2 -I/usr/include/libxml2 conftest.c 1>&5 configure: In function 'main': configure:1702: warning: initialization discards qualifiers from pointer target type configure:1723: checking for gettimeofday configure:1751: gcc -o conftest -g -O2 -I/usr/include/libxml2 conftest.c -lresolv -lpthread -lnsl -lm -L/usr/lib -lxml2 -lz -lm 1>&5 configure:1723: checking for select configure:1751: gcc -o conftest -g -O2 -I/usr/include/libxml2 conftest.c -lresolv -lpthread -lnsl -lm -L/usr/lib -lxml2 -lz -lm 1>&5 configure:1723: checking for socket configure:1751: gcc -o conftest -g -O2 -I/usr/include/libxml2 conftest.c -lresolv -lpthread -lnsl -lm -L/usr/lib -lxml2 -lz -lm 1>&5 configure:1723: checking for strdup configure:1751: gcc -o conftest -g -O2 -I/usr/include/libxml2 conftest.c -lresolv -lpthread -lnsl -lm -L/usr/lib -lxml2 -lz -lm 1>&5 configure:1735: warning: conflicting types for built-in function 'strdup' configure:1723: checking for getopt_long configure:1751: gcc -o conftest -g -O2 -I/usr/include/libxml2 conftest.c -lresolv -lpthread -lnsl -lm -L/usr/lib -lxml2 -lz -lm 1>&5 configure:1776: checking for getopt configure:1804: gcc -o conftest -g -O2 -I/usr/include/libxml2 conftest.c -lresolv -lpthread -lnsl -lm -L/usr/lib -lxml2 -lz -lm 1>&5 configure:1833: checking for socklen_t in configure:1849: gcc -c -g -O2 -I/usr/include/libxml2 conftest.c 1>&5 configure:1872: checking for getopt in configure:1884: gcc -c -g -O2 -I/usr/include/libxml2 conftest.c 1>&5 configure: In function 'main': configure:1880: error: 'getopt' undeclared (first use in this function) configure:1880: error: (Each undeclared identifier is reported only once configure:1880: error: for each function it appears in.) configure: failed program was: #line 1877 "configure" #include "confdefs.h" #include int main() { void *foo = getopt; ; return 0; } configure:1906: checking for getopt in configure:1918: gcc -c -g -O2 -I/usr/include/libxml2 conftest.c 1>&5 configure:1940: checking for working pthreads configure:1971: gcc -o conftest -g -O2 -I/usr/include/libxml2 conftest.c -lresolv -lpthread -lnsl -lm -L/usr/lib -lxml2 -lz -lm 1>&5 configure: In function 'testpid': configure:1963: warning: incompatible implicit declaration of built-in function 'exit' configure:1965: warning: incompatible implicit declaration of built-in function 'exit' configure:1990: checking for jade configure:2020: checking for jadetex configure:2050: checking for dvips configure:2080: checking for fig2dev configure:2110: checking for ps2pdf configure:2144: checking for /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/html/docbook.dsl configure:2144: checking for /usr/lib/sgml/stylesheets/nwalsh-modular/html/docbook.dsl configure:2174: checking for /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/print/docbook.dsl configure:2174: checking for /usr/lib/sgml/stylesheets/nwalsh-modular/print/docbook.dsl