This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:767: checking for gcc configure:880: checking whether the C compiler (gcc ) works configure:896: gcc -o conftest conftest.c 1>&5 configure:922: checking whether the C compiler (gcc ) is a cross-compiler configure:927: checking whether we are using GNU C configure:936: gcc -E conftest.c configure:955: checking whether gcc accepts -g configure:1018: checking for Cygwin environment configure:1034: gcc -c -g -O2 conftest.c 1>&5 configure: In function `main': configure:1030: error: `__CYGWIN32__' undeclared (first use in this function) configure:1030: error: (Each undeclared identifier is reported only once configure:1030: error: for each function it appears in.) configure: failed program was: #line 1023 "configure" #include "confdefs.h" int main() { #ifndef __CYGWIN__ #define __CYGWIN__ __CYGWIN32__ #endif return __CYGWIN__; ; return 0; } configure:1051: checking for mingw32 environment configure:1063: gcc -c -g -O2 conftest.c 1>&5 configure: In function `main': configure:1059: error: `__MINGW32__' undeclared (first use in this function) configure:1059: error: (Each undeclared identifier is reported only once configure:1059: error: for each function it appears in.) configure: failed program was: #line 1056 "configure" #include "confdefs.h" int main() { return __MINGW32__; ; return 0; } configure:1080: checking how to run the C preprocessor configure:1101: gcc -E conftest.c >/dev/null 2>conftest.out configure:1235: checking host system type configure:1256: checking build system type configure:1285: checking for ld used by GCC configure:1353: checking if the linker (/usr/bin/ld) is GNU ld GNU ld version 2.16.1 configure:1370: checking for /usr/bin/ld option to reload object files configure:1382: checking for BSD-compatible nm configure:1420: checking whether ln -s works configure:1441: checking how to recognise dependant libraries configure:1624: checking for object suffix configure:1630: gcc -c -g -O2 conftest.c 1>&5 configure:1650: checking for executable suffix configure:1660: gcc -o conftest -g -O2 conftest.c 1>&5 configure:1691: checking command to parse /usr/bin/nm -B output configure:1771: gcc -c -g -O2 conftest.c 1>&5 configure:1774: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm configure:1825: gcc -o conftest -g -O2 conftest.c conftstm.o 1>&5 configure:1874: checking for dlfcn.h configure:1884: gcc -E conftest.c >/dev/null 2>conftest.out configure:2052: checking for ranlib configure:2119: checking for strip configure:2634: checking for objdir configure:2661: checking for gcc option to produce PIC configure:2813: checking if gcc PIC flag -fPIC works configure:2827: gcc -c -g -O2 -fPIC -DPIC conftest.c 1>&5 configure:2879: checking if gcc static flag -static works configure:2894: gcc -o conftest -g -O2 -static conftest.c 1>&5 configure:2921: checking if gcc supports -c -o file.o configure:2940: gcc -c -g -O2 -o out/conftest2.o conftest.c 1>&5 configure:2969: checking if gcc supports -c -o file.lo configure:2987: gcc -c -g -O2 -c -o conftest.lo conftest.c 1>&5 configure:3037: checking if gcc supports -fno-rtti -fno-exceptions configure:3050: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c conftest.c 1>&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:3077: checking whether the linker (/usr/bin/ld) supports shared libraries configure:3761: checking how to hardcode library paths into programs configure:3789: checking whether stripping libraries is possible configure:3803: checking dynamic linker characteristics configure:4200: checking if libtool supports shared libraries configure:4204: checking whether to build shared libraries configure:4227: checking whether to build static libraries configure:4763: checking whether -lc should be explicitly linked in configure:4770: gcc -c -g -O2 conftest.c 1>&5 configure:4783: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2>&1 | grep -lc >/dev/null 2>&1 configure:5371: checking if the compiler understands -pipe configure:5381: gcc -pipe -c -g -O2 conftest.c 1>&5 configure:5395: checking whether make sets ${MAKE} configure:5433: checking for a BSD compatible install configure:5494: checking for -lresolv configure:5508: gcc -pipe -o conftest -g -O2 conftest.c -lresolv 1>&5 configure:5531: checking for -lsocket configure:5545: gcc -pipe -o conftest -g -O2 conftest.c -lsocket -lresolv 1>&5 /usr/bin/ld: cannot find -lsocket collect2: ld returned 1 exit status configure: failed program was: #line 5538 "configure" #include "confdefs.h" int main() { main() ; return 0; } configure:5564: checking for -lnsl configure:5578: gcc -pipe -o conftest -g -O2 conftest.c -lnsl -lresolv 1>&5 configure:5732: checking whether byte ordering is bigendian configure:5750: gcc -pipe -c -g -O2 conftest.c 1>&5 configure:5765: gcc -pipe -c -g -O2 conftest.c 1>&5 configure: In function `main': configure:5760: error: `not' undeclared (first use in this function) configure:5760: error: (Each undeclared identifier is reported only once configure:5760: error: for each function it appears in.) configure:5760: error: syntax error before "big" configure: failed program was: #line 5754 "configure" #include "confdefs.h" #include #include int main() { #if BYTE_ORDER != BIG_ENDIAN not big endian #endif ; return 0; } configure:5867: checking for dlopen in -ldl configure:5886: gcc -pipe -o conftest -g -O2 conftest.c -ldl -lnsl -lresolv 1>&5 configure:5953: checking for RAND_status in -lssl configure:5972: gcc -pipe -o conftest -g -O2 -I/usr/include -L/usr/lib -lcrypto conftest.c -lssl -lnsl -lresolv 1>&5 configure:6051: checking for ANSI C header files configure:6064: gcc -E conftest.c >/dev/null 2>conftest.out configure:6131: gcc -pipe -o conftest -g -O2 conftest.c -lnsl -lresolv 1>&5 configure:6155: checking for sys/wait.h that is POSIX.1 compatible configure:6176: gcc -pipe -c -g -O2 conftest.c 1>&5 configure:6197: checking whether time.h and sys/time.h may both be included configure:6211: gcc -pipe -c -g -O2 conftest.c 1>&5 configure:6236: checking for dirent.h that defines DIR configure:6249: gcc -pipe -c -g -O2 conftest.c 1>&5 configure:6274: checking for opendir in -ldir configure:6293: gcc -pipe -o conftest -g -O2 conftest.c -ldir -lnsl -lresolv 1>&5 /usr/bin/ld: cannot find -ldir collect2: ld returned 1 exit status configure: failed program was: #line 6282 "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 opendir(); int main() { opendir() ; return 0; } configure:6360: checking for linux/msg.h configure:6370: gcc -E conftest.c >/dev/null 2>conftest.out configure:6360: checking for sys/msg.h configure:6370: gcc -E conftest.c >/dev/null 2>conftest.out configure:6360: checking for sys/ipc.h configure:6370: gcc -E conftest.c >/dev/null 2>conftest.out configure:6400: checking for unistd.h configure:6410: gcc -E conftest.c >/dev/null 2>conftest.out configure:6400: checking for getopt.h configure:6410: gcc -E conftest.c >/dev/null 2>conftest.out configure:6400: checking for string.h configure:6410: gcc -E conftest.c >/dev/null 2>conftest.out configure:6400: checking for strings.h configure:6410: gcc -E conftest.c >/dev/null 2>conftest.out configure:6400: checking for sys/sockio.h configure:6410: gcc -E conftest.c >/dev/null 2>conftest.out configure:6406:24: sys/sockio.h: No such file or directory configure: failed program was: #line 6405 "configure" #include "confdefs.h" #include configure:6400: checking for sys/socketio.h configure:6410: gcc -E conftest.c >/dev/null 2>conftest.out configure:6406:26: sys/socketio.h: No such file or directory configure: failed program was: #line 6405 "configure" #include "confdefs.h" #include configure:6400: checking for sys/uio.h configure:6410: gcc -E conftest.c >/dev/null 2>conftest.out configure:6440: checking for sys/param.h configure:6450: gcc -E conftest.c >/dev/null 2>conftest.out configure:6440: checking for netinet/in_systm.h configure:6450: gcc -E conftest.c >/dev/null 2>conftest.out configure:6480: checking for netinet/in.h configure:6490: gcc -E conftest.c >/dev/null 2>conftest.out configure:6520: checking for netinet/in_systm.h configure:6560: checking for netinet/ip.h configure:6570: gcc -E conftest.c >/dev/null 2>conftest.out configure:6600: checking for netinet/ip_icmp.h configure:6610: gcc -E conftest.c >/dev/null 2>conftest.out configure:6640: checking for netinet/ip.h configure:6640: checking for netinet/udp.h configure:6650: gcc -E conftest.c >/dev/null 2>conftest.out configure:6640: checking for netinet/protocols.h configure:6650: gcc -E conftest.c >/dev/null 2>conftest.out configure:6646:31: netinet/protocols.h: No such file or directory configure: failed program was: #line 6645 "configure" #include "confdefs.h" #include configure:6640: checking for netinet/ip_udp.h configure:6650: gcc -E conftest.c >/dev/null 2>conftest.out configure:6646:28: netinet/ip_udp.h: No such file or directory configure: failed program was: #line 6645 "configure" #include "confdefs.h" #include configure:6640: checking for netinet/ip_tcp.h configure:6650: gcc -E conftest.c >/dev/null 2>conftest.out configure:6646:28: netinet/ip_tcp.h: No such file or directory configure: failed program was: #line 6645 "configure" #include "confdefs.h" #include configure:6640: checking for netinet/tcpip.h configure:6650: gcc -E conftest.c >/dev/null 2>conftest.out configure:6646:27: netinet/tcpip.h: No such file or directory configure: failed program was: #line 6645 "configure" #include "confdefs.h" #include configure:6680: checking for sys/socket.h configure:6690: gcc -E conftest.c >/dev/null 2>conftest.out configure:6680: checking for sys/resource.h configure:6690: gcc -E conftest.c >/dev/null 2>conftest.out configure:6720: checking for net/if.h configure:6730: gcc -E conftest.c >/dev/null 2>conftest.out configure:6760: checking for sys/ioctl.h configure:6770: gcc -E conftest.c >/dev/null 2>conftest.out configure:6800: checking for rpc/rpc.h configure:6810: gcc -E conftest.c >/dev/null 2>conftest.out configure:6800: checking for dlfcn.h configure:6800: checking for sys/un.h configure:6810: gcc -E conftest.c >/dev/null 2>conftest.out configure:6800: checking for memory.h configure:6810: gcc -E conftest.c >/dev/null 2>conftest.out configure:6800: checking for ctype.h configure:6810: gcc -E conftest.c >/dev/null 2>conftest.out configure:6800: checking for errno.h configure:6810: gcc -E conftest.c >/dev/null 2>conftest.out configure:6840: checking for sys/types.h configure:6850: gcc -E conftest.c >/dev/null 2>conftest.out configure:6840: checking for stdlib.h configure:6850: gcc -E conftest.c >/dev/null 2>conftest.out configure:6840: checking for stdio.h configure:6850: gcc -E conftest.c >/dev/null 2>conftest.out configure:6840: checking for pthread.h configure:6850: gcc -E conftest.c >/dev/null 2>conftest.out configure:6840: checking for sys/filio.h configure:6850: gcc -E conftest.c >/dev/null 2>conftest.out configure:6846:23: sys/filio.h: No such file or directory configure: failed program was: #line 6845 "configure" #include "confdefs.h" #include configure:6840: checking for pwd.h configure:6850: gcc -E conftest.c >/dev/null 2>conftest.out configure:6880: checking for assert.h configure:6890: gcc -E conftest.c >/dev/null 2>conftest.out configure:6880: checking for netdb.h configure:6890: gcc -E conftest.c >/dev/null 2>conftest.out configure:6880: checking for arpa/inet.h configure:6890: gcc -E conftest.c >/dev/null 2>conftest.out configure:6880: checking for setjmp.h configure:6890: gcc -E conftest.c >/dev/null 2>conftest.out configure:6920: checking for poll.h configure:6930: gcc -E conftest.c >/dev/null 2>conftest.out configure:6920: checking for sys/poll.h configure:6930: gcc -E conftest.c >/dev/null 2>conftest.out configure:6920: checking for fcntl.h configure:6930: gcc -E conftest.c >/dev/null 2>conftest.out configure:6920: checking for signal.h configure:6930: gcc -E conftest.c >/dev/null 2>conftest.out configure:6920: checking for sys/termio.h configure:6930: gcc -E conftest.c >/dev/null 2>conftest.out configure:6926:24: sys/termio.h: No such file or directory configure: failed program was: #line 6925 "configure" #include "confdefs.h" #include configure:6960: checking for sys/stat.h configure:6970: gcc -E conftest.c >/dev/null 2>conftest.out configure:6960: checking for stat.h configure:6970: gcc -E conftest.c >/dev/null 2>conftest.out configure:6966:18: stat.h: No such file or directory configure: failed program was: #line 6965 "configure" #include "confdefs.h" #include configure:6960: checking for sys/mman.h configure:6970: gcc -E conftest.c >/dev/null 2>conftest.out configure:6960: checking for termio.h configure:6970: gcc -E conftest.c >/dev/null 2>conftest.out configure:6960: checking for termios.h configure:6970: gcc -E conftest.c >/dev/null 2>conftest.out configure:6960: checking for sgtty.h configure:6970: gcc -E conftest.c >/dev/null 2>conftest.out configure:7000: checking for ptem.h configure:7010: gcc -E conftest.c >/dev/null 2>conftest.out configure:7006:18: ptem.h: No such file or directory configure: failed program was: #line 7005 "configure" #include "confdefs.h" #include configure:7000: checking for sys/ptem.h configure:7010: gcc -E conftest.c >/dev/null 2>conftest.out configure:7006:22: sys/ptem.h: No such file or directory configure: failed program was: #line 7005 "configure" #include "confdefs.h" #include configure:7000: checking for ldterm.h configure:7010: gcc -E conftest.c >/dev/null 2>conftest.out configure:7006:20: ldterm.h: No such file or directory configure: failed program was: #line 7005 "configure" #include "confdefs.h" #include configure:7000: checking for sys/ldterm.h configure:7010: gcc -E conftest.c >/dev/null 2>conftest.out configure:7006:24: sys/ldterm.h: No such file or directory configure: failed program was: #line 7005 "configure" #include "confdefs.h" #include configure:7000: checking for stropts.h configure:7010: gcc -E conftest.c >/dev/null 2>conftest.out configure:7000: checking for values.h configure:7010: gcc -E conftest.c >/dev/null 2>conftest.out configure:7040: checking for sys/param.h configure:7040: checking for sys/sysctl.h configure:7050: gcc -E conftest.c >/dev/null 2>conftest.out configure:7040: checking for limits.h configure:7050: gcc -E conftest.c >/dev/null 2>conftest.out configure:7110: checking for working alloca.h configure:7122: gcc -pipe -o conftest -g -O2 conftest.c -lnsl -lresolv 1>&5 configure:7143: checking for alloca configure:7176: gcc -pipe -o conftest -g -O2 conftest.c -lnsl -lresolv 1>&5 configure:7344: checking for sigaction configure:7372: gcc -pipe -o conftest -g -O2 conftest.c -lnsl -lresolv 1>&5 configure:7344: checking for sysctl configure:7372: gcc -pipe -o conftest -g -O2 conftest.c -lnsl -lresolv 1>&5 configure:7344: checking for setproctitle configure:7372: gcc -pipe -o conftest -g -O2 conftest.c -lnsl -lresolv 1>&5 /tmp/ccZS0Ikj.o: In function `main': /var/uhubuild/work/compile/configure:7366: undefined reference to `setproctitle' collect2: ld returned 1 exit status configure: failed program was: #line 7349 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char setproctitle(); 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 setproctitle(); 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_setproctitle) || defined (__stub___setproctitle) choke me #else setproctitle(); #endif ; return 0; } configure:7344: checking for setitimer configure:7372: gcc -pipe -o conftest -g -O2 conftest.c -lnsl -lresolv 1>&5 configure:7399: checking for lstat configure:7427: gcc -pipe -o conftest -g -O2 conftest.c -lnsl -lresolv 1>&5 configure:7399: checking for memmove configure:7427: gcc -pipe -o conftest -g -O2 conftest.c -lnsl -lresolv 1>&5 configure:7411: warning: conflicting types for built-in function 'memmove' configure:7399: checking for gettimeofday configure:7427: gcc -pipe -o conftest -g -O2 conftest.c -lnsl -lresolv 1>&5 configure:7399: checking for gethrtime configure:7427: gcc -pipe -o conftest -g -O2 conftest.c -lnsl -lresolv 1>&5 /tmp/ccpFVb2F.o: In function `main': /var/uhubuild/work/compile/configure:7421: undefined reference to `gethrtime' collect2: ld returned 1 exit status configure: failed program was: #line 7404 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char gethrtime(); 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 gethrtime(); 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_gethrtime) || defined (__stub___gethrtime) choke me #else gethrtime(); #endif ; return 0; } configure:7399: checking for getrusage configure:7427: gcc -pipe -o conftest -g -O2 conftest.c -lnsl -lresolv 1>&5 configure:7399: checking for rand configure:7427: gcc -pipe -o conftest -g -O2 conftest.c -lnsl -lresolv 1>&5 configure:7454: checking for strchr configure:7482: gcc -pipe -o conftest -g -O2 conftest.c -lnsl -lresolv 1>&5 configure:7466: warning: conflicting types for built-in function 'strchr' configure:7454: checking for memcpy configure:7482: gcc -pipe -o conftest -g -O2 conftest.c -lnsl -lresolv 1>&5 configure:7466: warning: conflicting types for built-in function 'memcpy' configure:7454: checking for select configure:7482: gcc -pipe -o conftest -g -O2 conftest.c -lnsl -lresolv 1>&5 configure:7454: checking for poll configure:7482: gcc -pipe -o conftest -g -O2 conftest.c -lnsl -lresolv 1>&5 configure:7454: checking for unlockpt configure:7482: gcc -pipe -o conftest -g -O2 conftest.c -lnsl -lresolv 1>&5 configure:7509: checking for vsnprintf configure:7537: gcc -pipe -o conftest -g -O2 conftest.c -lnsl -lresolv 1>&5 configure:7521: warning: conflicting types for built-in function 'vsnprintf' configure:7509: checking for snprintf configure:7537: gcc -pipe -o conftest -g -O2 conftest.c -lnsl -lresolv 1>&5 configure:7521: warning: conflicting types for built-in function 'snprintf' configure:7509: checking for vasnprintf configure:7537: gcc -pipe -o conftest -g -O2 conftest.c -lnsl -lresolv 1>&5 /tmp/cc1CEFRg.o: In function `main': /var/uhubuild/work/compile/configure:7531: undefined reference to `vasnprintf' collect2: ld returned 1 exit status configure: failed program was: #line 7514 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char vasnprintf(); 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 vasnprintf(); 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_vasnprintf) || defined (__stub___vasnprintf) choke me #else vasnprintf(); #endif ; return 0; } configure:7509: checking for vasprintf configure:7537: gcc -pipe -o conftest -g -O2 conftest.c -lnsl -lresolv 1>&5 configure:7509: checking for asprintf configure:7537: gcc -pipe -o conftest -g -O2 conftest.c -lnsl -lresolv 1>&5 configure:7509: checking for asnprintf configure:7537: gcc -pipe -o conftest -g -O2 conftest.c -lnsl -lresolv 1>&5 /tmp/ccWkT3cu.o: In function `main': /var/uhubuild/work/compile/configure:7531: undefined reference to `asnprintf' collect2: ld returned 1 exit status configure: failed program was: #line 7514 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char asnprintf(); 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 asnprintf(); 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_asnprintf) || defined (__stub___asnprintf) choke me #else asnprintf(); #endif ; return 0; } configure:7566: checking for bzero configure:7594: gcc -pipe -o conftest -g -O2 conftest.c -lnsl -lresolv 1>&5 configure:7578: warning: conflicting types for built-in function 'bzero' configure:7566: checking for bcopy configure:7594: gcc -pipe -o conftest -g -O2 conftest.c -lnsl -lresolv 1>&5 configure:7578: warning: conflicting types for built-in function 'bcopy' configure:7566: checking for setsid configure:7594: gcc -pipe -o conftest -g -O2 conftest.c -lnsl -lresolv 1>&5 configure:7621: checking for addr2ascii configure:7649: gcc -pipe -o conftest -g -O2 conftest.c -lnsl -lresolv 1>&5 /tmp/ccjpMJtJ.o: In function `main': /var/uhubuild/work/compile/configure:7643: undefined reference to `addr2ascii' collect2: ld returned 1 exit status configure: failed program was: #line 7626 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char addr2ascii(); 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 addr2ascii(); 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_addr2ascii) || defined (__stub___addr2ascii) choke me #else addr2ascii(); #endif ; return 0; } configure:7621: checking for inet_neta configure:7649: gcc -pipe -o conftest -g -O2 conftest.c -lnsl -lresolv 1>&5 configure:7621: checking for lrand48 configure:7649: gcc -pipe -o conftest -g -O2 conftest.c -lnsl -lresolv 1>&5 configure:7621: checking for setitimer configure:7621: checking for sendmsg configure:7649: gcc -pipe -o conftest -g -O2 conftest.c -lnsl -lresolv 1>&5 configure:7621: checking for recvmsg configure:7649: gcc -pipe -o conftest -g -O2 conftest.c -lnsl -lresolv 1>&5 configure:7690: checking for getopt_long configure:7718: gcc -pipe -o conftest -g -O2 conftest.c -lnsl -lresolv 1>&5 configure:7747: checking for openpty in -lutil configure:7766: gcc -pipe -o conftest -g -O2 conftest.c -lutil -lnsl -lresolv 1>&5 configure:7791: checking for openpty configure:7819: gcc -pipe -o conftest -g -O2 -lutil -lnsl -lresolv conftest.c -lutil -lnsl -lresolv 1>&5 configure:7852: checking for /dev/ptmx as a character device configure:7878: checking for grantpt configure:7906: gcc -pipe -o conftest -g -O2 conftest.c -lutil -lnsl -lresolv 1>&5 configure:7878: checking for ptsname configure:7906: gcc -pipe -o conftest -g -O2 conftest.c -lutil -lnsl -lresolv 1>&5 configure:7935: checking for inet_aton configure:7963: gcc -pipe -o conftest -g -O2 conftest.c -lutil -lnsl -lresolv 1>&5 configure:7986: checking for inet_aton in -lresolv configure:8005: gcc -pipe -o conftest -g -O2 conftest.c -lresolv -lutil -lnsl -lresolv 1>&5 configure:8029: checking for inet_aton in -lnsl configure:8048: gcc -pipe -o conftest -g -O2 conftest.c -lnsl -lutil -lnsl -lresolv 1>&5 configure:8074: checking for yylex in -ll configure:8093: gcc -pipe -o conftest -g -O2 conftest.c -ll -lutil -lnsl -lresolv 1>&5 /usr/bin/ld: cannot find -ll collect2: ld returned 1 exit status configure: failed program was: #line 8082 "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 yylex(); int main() { yylex() ; return 0; } configure:8116: checking for yylex in -lfl configure:8135: gcc -pipe -o conftest -g -O2 conftest.c -lfl -lutil -lnsl -lresolv 1>&5 /tmp/ccwR6zFD.o: In function `main': /var/uhubuild/work/compile/configure:8131: undefined reference to `yylex' collect2: ld returned 1 exit status configure: failed program was: #line 8124 "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 yylex(); int main() { yylex() ; return 0; } configure:8160: checking for lex_init in -ll configure:8179: gcc -pipe -o conftest -g -O2 conftest.c -ll -lutil -lnsl -lresolv 1>&5 /usr/bin/ld: cannot find -ll collect2: ld returned 1 exit status configure: failed program was: #line 8168 "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 lex_init(); int main() { lex_init() ; return 0; } configure:8202: checking for lex_init in -lfl configure:8221: gcc -pipe -o conftest -g -O2 conftest.c -lfl -lutil -lnsl -lresolv 1>&5 /tmp/ccvbCGJJ.o: In function `main': /var/uhubuild/work/compile/configure:8217: undefined reference to `lex_init' collect2: ld returned 1 exit status configure: failed program was: #line 8210 "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 lex_init(); int main() { lex_init() ; return 0; } configure:8485: checking if sockaddr{} has sa_len member configure:8499: gcc -pipe -c -g -O2 conftest.c 1>&5 configure: In function `main': configure:8495: error: structure has no member named `sa_len' configure: failed program was: #line 8490 "configure" #include "confdefs.h" # include # include int main() { unsigned int i = sizeof(((struct sockaddr *)0)->sa_len) ; return 0; } configure:8521: checking if struct ifmap exists configure:8536: gcc -pipe -c -g -O2 conftest.c 1>&5 configure:8557: checking for time_t configure:8590: checking for pid_t configure:8623: checking for size_t configure:8656: checking for uid_t in sys/types.h configure:8732: checking for struct timeval configure:8750: gcc -pipe -c -g -O2 conftest.c 1>&5 configure:8769: checking if optind is defined in a library already configure:8778: gcc -pipe -c -g -O2 conftest.c 1>&5 configure:8797: checking if msg_accrights exists in msghdr configure:8809: gcc -pipe -c -g -O2 conftest.c 1>&5 configure: In function `main': configure:8805: error: structure has no member named `msg_accrights' configure: failed program was: #line 8799 "configure" #include "confdefs.h" #include #include #include #include int main() { int main() { struct msghdr msg; msg.msg_accrights = 0;} ; return 0; } configure:8826: checking if msg_control exists in msghdr configure:8838: gcc -pipe -c -g -O2 conftest.c 1>&5 configure:8856: checking whether gettimeofday can't accept two arguments configure:8880: gcc -pipe -o conftest -g -O2 conftest.c -lutil -lnsl -lresolv 1>&5 configure:8898: checking for long file names