This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = ap1.cs.vt.edu uname -m = i686 uname -r = 2.6.9-5.0.5.EL uname -s = Linux uname -v = #1 Fri Apr 8 14:21:35 EDT 2005 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/kerberos/bin PATH: /usr/local/bin PATH: /bin PATH: /usr/bin PATH: /usr/X11R6/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1253: checking build system type configure:1271: result: i686-pc-linux-gnu configure:1279: checking host system type configure:1293: result: i686-pc-linux-gnu configure:1362: checking for gcc configure:1378: found /usr/bin/gcc configure:1388: result: gcc configure:1632: checking for C compiler version configure:1635: gcc --version &5 gcc (GCC) 3.4.3 20041212 (Red Hat 3.4.3-9.EL4) Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:1638: $? = 0 configure:1640: gcc -v &5 Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.3/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --host=i386-redhat-linux Thread model: posix gcc version 3.4.3 20041212 (Red Hat 3.4.3-9.EL4) configure:1643: $? = 0 configure:1645: gcc -V &5 gcc: `-V' option must have argument configure:1648: $? = 1 configure:1672: checking for C compiler default output configure:1675: gcc conftest.c >&5 configure:1678: $? = 0 configure:1724: result: a.out configure:1729: checking whether the C compiler works configure:1735: ./a.out configure:1738: $? = 0 configure:1755: result: yes configure:1762: checking whether we are cross compiling configure:1764: result: no configure:1767: checking for suffix of executables configure:1769: gcc -o conftest conftest.c >&5 configure:1772: $? = 0 configure:1797: result: configure:1803: checking for suffix of object files configure:1825: gcc -c conftest.c >&5 configure:1828: $? = 0 configure:1850: result: o configure:1854: checking whether we are using the GNU C compiler configure:1879: gcc -c conftest.c >&5 configure:1882: $? = 0 configure:1885: test -s conftest.o configure:1888: $? = 0 configure:1901: result: yes configure:1907: checking whether gcc accepts -g configure:1929: gcc -c -g conftest.c >&5 configure:1932: $? = 0 configure:1935: test -s conftest.o configure:1938: $? = 0 configure:1949: result: yes configure:1966: checking for gcc option to accept ANSI C configure:2027: gcc -c -g -O2 conftest.c >&5 configure:2030: $? = 0 configure:2033: test -s conftest.o configure:2036: $? = 0 configure:2054: result: none needed configure:2072: gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: syntax error before "me" configure:2075: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2225: checking for ranlib configure:2241: found /usr/bin/ranlib configure:2252: result: ranlib configure:2267: checking for pthread_create in -lpthread configure:2298: gcc -o conftest -g -O2 conftest.c -lpthread >&5 configure:2301: $? = 0 configure:2304: test -s conftest configure:2307: $? = 0 configure:2319: result: yes configure:2403: checking for t_open in -lnsl configure:2434: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lnsl -lpthread >&5 /tmp/ccQ8Jmoi.o(.text+0xd): In function `main': /home/staff/hamid/CNAP/unpv13e/configure:2431: undefined reference to `t_open' collect2: ld returned 1 exit status configure:2437: $? = 1 configure: failed program was: | #line 2410 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU_VENDOR_OS "i686-pc-linux-gnu" | #define HAVE_LIBPTHREAD 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char t_open (); | int | main () | { | t_open (); | ; | return 0; | } configure:2455: result: no configure:2466: checking for library containing socket configure:2497: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lpthread >&5 configure:2500: $? = 0 configure:2503: test -s conftest configure:2506: $? = 0 configure:2565: result: none required configure:2573: checking for /usr/local/bind/lib/libbind.a configure:2580: result: no configure:2582: checking for /home/staff/hamid/libbind.a configure:2589: result: no configure:2591: checking for /home/staff/hamid/libresolv.a configure:2598: result: no configure:2601: checking for res_init in -lresolv configure:2632: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lresolv -lpthread >&5 /tmp/ccwnqsnq.o(.text+0xd): In function `main': /home/staff/hamid/CNAP/unpv13e/configure:2629: undefined reference to `res_init' collect2: ld returned 1 exit status configure:2635: $? = 1 configure: failed program was: | #line 2608 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU_VENDOR_OS "i686-pc-linux-gnu" | #define HAVE_LIBPTHREAD 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char res_init (); | int | main () | { | res_init (); | ; | return 0; | } configure:2653: result: no configure:2669: checking for t_open in -lxti configure:2700: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lxti -lpthread >&5 /usr/bin/ld: cannot find -lxti collect2: ld returned 1 exit status configure:2703: $? = 1 configure: failed program was: | #line 2676 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU_VENDOR_OS "i686-pc-linux-gnu" | #define HAVE_LIBPTHREAD 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char t_open (); | int | main () | { | t_open (); | ; | return 0; | } configure:2721: result: no configure:2733: checking for /home/staff/hamid/libunp.a configure:2741: result: no configure:2747: checking for /home/staff/hamid/libunpxti.a configure:2755: result: no configure:2766: checking how to run the C preprocessor configure:2802: gcc -E conftest.c configure:2808: $? = 0 configure:2840: gcc -E conftest.c configure:2841:28: ac_nonexistent.h: No such file or directory configure:2846: $? = 1 configure: failed program was: | #line 2831 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU_VENDOR_OS "i686-pc-linux-gnu" | #define HAVE_LIBPTHREAD 1 | /* end confdefs.h. */ | #include configure:2884: result: gcc -E configure:2909: gcc -E conftest.c configure:2915: $? = 0 configure:2947: gcc -E conftest.c configure:2948:28: ac_nonexistent.h: No such file or directory configure:2953: $? = 1 configure: failed program was: | #line 2938 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU_VENDOR_OS "i686-pc-linux-gnu" | #define HAVE_LIBPTHREAD 1 | /* end confdefs.h. */ | #include configure:2996: checking for egrep configure:3006: result: grep -E configure:3011: checking for ANSI C header files configure:3037: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3040: $? = 0 configure:3043: test -s conftest.o configure:3046: $? = 0 configure:3138: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lpthread >&5 configure:3141: $? = 0 configure:3143: ./conftest configure:3146: $? = 0 configure:3161: result: yes configure:3208: checking for sys/types.h configure:3262: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3265: $? = 0 configure:3268: test -s conftest.o configure:3271: $? = 0 configure:3282: result: yes configure:3208: checking for sys/socket.h configure:3262: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3265: $? = 0 configure:3268: test -s conftest.o configure:3271: $? = 0 configure:3282: result: yes configure:3208: checking for sys/time.h configure:3262: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3265: $? = 0 configure:3268: test -s conftest.o configure:3271: $? = 0 configure:3282: result: yes configure:3208: checking for time.h configure:3262: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3265: $? = 0 configure:3268: test -s conftest.o configure:3271: $? = 0 configure:3282: result: yes configure:3208: checking for netinet/in.h configure:3262: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3265: $? = 0 configure:3268: test -s conftest.o configure:3271: $? = 0 configure:3282: result: yes configure:3208: checking for arpa/inet.h configure:3262: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3265: $? = 0 configure:3268: test -s conftest.o configure:3271: $? = 0 configure:3282: result: yes configure:3208: checking for errno.h configure:3262: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3265: $? = 0 configure:3268: test -s conftest.o configure:3271: $? = 0 configure:3282: result: yes configure:3208: checking for fcntl.h configure:3262: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3265: $? = 0 configure:3268: test -s conftest.o configure:3271: $? = 0 configure:3282: result: yes configure:3208: checking for netdb.h configure:3262: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3265: $? = 0 configure:3268: test -s conftest.o configure:3271: $? = 0 configure:3282: result: yes configure:3208: checking for signal.h configure:3262: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3265: $? = 0 configure:3268: test -s conftest.o configure:3271: $? = 0 configure:3282: result: yes configure:3208: checking for stdio.h configure:3262: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3265: $? = 0 configure:3268: test -s conftest.o configure:3271: $? = 0 configure:3282: result: yes configure:3208: checking for stdlib.h configure:3262: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3265: $? = 0 configure:3268: test -s conftest.o configure:3271: $? = 0 configure:3282: result: yes configure:3208: checking for string.h configure:3262: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3265: $? = 0 configure:3268: test -s conftest.o configure:3271: $? = 0 configure:3282: result: yes configure:3208: checking for sys/stat.h configure:3262: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3265: $? = 0 configure:3268: test -s conftest.o configure:3271: $? = 0 configure:3282: result: yes configure:3208: checking for sys/uio.h configure:3262: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3265: $? = 0 configure:3268: test -s conftest.o configure:3271: $? = 0 configure:3282: result: yes configure:3208: checking for unistd.h configure:3262: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3265: $? = 0 configure:3268: test -s conftest.o configure:3271: $? = 0 configure:3282: result: yes configure:3208: checking for sys/wait.h configure:3262: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3265: $? = 0 configure:3268: test -s conftest.o configure:3271: $? = 0 configure:3282: result: yes configure:3208: checking for sys/un.h configure:3262: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3265: $? = 0 configure:3268: test -s conftest.o configure:3271: $? = 0 configure:3282: result: yes configure:3208: checking for sys/param.h configure:3262: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3265: $? = 0 configure:3268: test -s conftest.o configure:3271: $? = 0 configure:3282: result: yes configure:3208: checking for sys/select.h configure:3262: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3265: $? = 0 configure:3268: test -s conftest.o configure:3271: $? = 0 configure:3282: result: yes configure:3208: checking for sys/sysctl.h configure:3262: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3265: $? = 0 configure:3268: test -s conftest.o configure:3271: $? = 0 configure:3282: result: yes configure:3208: checking for poll.h configure:3262: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3265: $? = 0 configure:3268: test -s conftest.o configure:3271: $? = 0 configure:3282: result: yes configure:3208: checking for sys/event.h configure:3262: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3285:23: sys/event.h: No such file or directory configure:3265: $? = 1 configure: failed program was: | #line 3213 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU_VENDOR_OS "i686-pc-linux-gnu" | #define HAVE_LIBPTHREAD 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_POLL_H 1 | /* end confdefs.h. */ | | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_PARAM_H | # include | #endif | | #include configure:3282: result: no configure:3208: checking for strings.h configure:3262: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3265: $? = 0 configure:3268: test -s conftest.o configure:3271: $? = 0 configure:3282: result: yes configure:3208: checking for sys/ioctl.h configure:3262: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3265: $? = 0 configure:3268: test -s conftest.o configure:3271: $? = 0 configure:3282: result: yes configure:3208: checking for sys/filio.h configure:3262: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3287:23: sys/filio.h: No such file or directory configure:3265: $? = 1 configure: failed program was: | #line 3213 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU_VENDOR_OS "i686-pc-linux-gnu" | #define HAVE_LIBPTHREAD 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | /* end confdefs.h. */ | | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_PARAM_H | # include | #endif | | #include configure:3282: result: no configure:3208: checking for sys/sockio.h configure:3262: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3287:24: sys/sockio.h: No such file or directory configure:3265: $? = 1 configure: failed program was: | #line 3213 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU_VENDOR_OS "i686-pc-linux-gnu" | #define HAVE_LIBPTHREAD 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | /* end confdefs.h. */ | | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_PARAM_H | # include | #endif | | #include configure:3282: result: no configure:3208: checking for pthread.h configure:3262: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3265: $? = 0 configure:3268: test -s conftest.o configure:3271: $? = 0 configure:3282: result: yes configure:3208: checking for net/if_dl.h configure:3262: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3288:23: net/if_dl.h: No such file or directory configure:3265: $? = 1 configure: failed program was: | #line 3213 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU_VENDOR_OS "i686-pc-linux-gnu" | #define HAVE_LIBPTHREAD 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_PTHREAD_H 1 | /* end confdefs.h. */ | | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_PARAM_H | # include | #endif | | #include configure:3282: result: no configure:3208: checking for xti.h configure:3262: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3288:17: xti.h: No such file or directory configure:3265: $? = 1 configure: failed program was: | #line 3213 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU_VENDOR_OS "i686-pc-linux-gnu" | #define HAVE_LIBPTHREAD 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_PTHREAD_H 1 | /* end confdefs.h. */ | | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_PARAM_H | # include | #endif | | #include configure:3282: result: no configure:3208: checking for xti_inet.h configure:3262: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3288:22: xti_inet.h: No such file or directory configure:3265: $? = 1 configure: failed program was: | #line 3213 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU_VENDOR_OS "i686-pc-linux-gnu" | #define HAVE_LIBPTHREAD 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_PTHREAD_H 1 | /* end confdefs.h. */ | | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_PARAM_H | # include | #endif | | #include configure:3282: result: no configure:3208: checking for netconfig.h configure:3262: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3288:23: netconfig.h: No such file or directory configure:3265: $? = 1 configure: failed program was: | #line 3213 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU_VENDOR_OS "i686-pc-linux-gnu" | #define HAVE_LIBPTHREAD 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_PTHREAD_H 1 | /* end confdefs.h. */ | | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_PARAM_H | # include | #endif | | #include configure:3282: result: no configure:3208: checking for netdir.h configure:3262: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3288:20: netdir.h: No such file or directory configure:3265: $? = 1 configure: failed program was: | #line 3213 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU_VENDOR_OS "i686-pc-linux-gnu" | #define HAVE_LIBPTHREAD 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_PTHREAD_H 1 | /* end confdefs.h. */ | | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_PARAM_H | # include | #endif | | #include configure:3282: result: no configure:3208: checking for stropts.h configure:3262: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3265: $? = 0 configure:3268: test -s conftest.o configure:3271: $? = 0 configure:3282: result: yes configure:3294: checking whether time.h and sys/time.h may both be included configure:3320: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3323: $? = 0 configure:3326: test -s conftest.o configure:3329: $? = 0 configure:3340: result: yes configure:3350: checking if uint8_t defined configure:3442: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3445: $? = 0 configure:3448: test -s conftest.o configure:3451: $? = 0 configure:3463: result: yes configure:3473: checking if int16_t defined configure:3565: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3568: $? = 0 configure:3571: test -s conftest.o configure:3574: $? = 0 configure:3586: result: yes configure:3596: checking if uint16_t defined configure:3688: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3691: $? = 0 configure:3694: test -s conftest.o configure:3697: $? = 0 configure:3709: result: yes configure:3719: checking if int32_t defined configure:3811: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3814: $? = 0 configure:3817: test -s conftest.o configure:3820: $? = 0 configure:3832: result: yes configure:3842: checking if uint32_t defined configure:3934: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:3937: $? = 0 configure:3940: test -s conftest.o configure:3943: $? = 0 configure:3955: result: yes configure:3965: checking if size_t defined configure:4057: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:4060: $? = 0 configure:4063: test -s conftest.o configure:4066: $? = 0 configure:4078: result: yes configure:4088: checking if ssize_t defined configure:4180: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:4183: $? = 0 configure:4186: test -s conftest.o configure:4189: $? = 0 configure:4201: result: yes configure:4211: checking if socklen_t defined configure:4303: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:4306: $? = 0 configure:4309: test -s conftest.o configure:4312: $? = 0 configure:4324: result: yes configure:4334: checking if sa_family_t defined configure:4426: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:4429: $? = 0 configure:4432: test -s conftest.o configure:4435: $? = 0 configure:4447: result: yes configure:4458: checking if t_scalar_t defined configure:4565: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure: In function `main': configure:4590: error: `t_scalar_t' undeclared (first use in this function) configure:4590: error: (Each undeclared identifier is reported only once configure:4590: error: for each function it appears in.) configure:4590: error: syntax error before "foo" configure:4568: $? = 1 configure: failed program was: | #line 4463 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU_VENDOR_OS "i686-pc-linux-gnu" | #define HAVE_LIBPTHREAD 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_STROPTS_H 1 | #define TIME_WITH_SYS_TIME 1 | /* end confdefs.h. */ | | #include "confdefs.h" /* the header built by configure so far */ | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_SOCKET_H | # include | #endif | #ifdef HAVE_SYS_TIME_H | # include | #endif | #ifdef HAVE_NETINET_IN_H | # include | #endif | #ifdef HAVE_ARPA_INET_H | # include | #endif | #ifdef HAVE_ERRNO_H | # include | #endif | #ifdef HAVE_FCNTL_H | # include | #endif | #ifdef HAVE_NETDB_H | # include | #endif | #ifdef HAVE_SIGNAL_H | # include | #endif | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_SYS_UIO_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_SYS_WAIT_H | # include | #endif | #ifdef HAVE_SYS_UN_H | # include | #endif | #ifdef HAVE_SYS_SELECT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_IOCTL_H | # include | #endif | #ifdef HAVE_SYS_FILIO_H | # include | #endif | #ifdef HAVE_SYS_SOCKIO_H | # include | #endif | #ifdef HAVE_PTHREAD_H | # include | #endif | #ifdef HAVE_POLL_H | # include | #endif | #ifdef HAVE_XTI_H | # include | #endif | #ifdef HAVE_NETCONFIG_H | # include | #endif | #ifdef HAVE_NETDIR_H | # include | #endif | #ifdef HAVE_STROPTS_H | # include | #endif | int | main () | { | t_scalar_t foo | ; | return 0; | } configure:4586: result: no configure:4596: checking if t_uscalar_t defined configure:4703: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:4706: $? = 0 configure:4709: test -s conftest.o configure:4712: $? = 0 configure:4724: result: yes configure:4735: checking for struct sockaddr.sa_len configure:4762: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure: In function `main': configure:4787: error: structure has no member named `sa_len' configure:4765: $? = 1 configure: failed program was: | #line 4740 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU_VENDOR_OS "i686-pc-linux-gnu" | #define HAVE_LIBPTHREAD 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_STROPTS_H 1 | #define TIME_WITH_SYS_TIME 1 | #define t_scalar_t int32_t | /* end confdefs.h. */ | | #include | #include | | int | main () | { | static struct sockaddr ac_aggr; | if (ac_aggr.sa_len) | return 0; | ; | return 0; | } configure:4800: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure: In function `main': configure:4825: error: structure has no member named `sa_len' configure:4803: $? = 1 configure: failed program was: | #line 4778 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU_VENDOR_OS "i686-pc-linux-gnu" | #define HAVE_LIBPTHREAD 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_STROPTS_H 1 | #define TIME_WITH_SYS_TIME 1 | #define t_scalar_t int32_t | /* end confdefs.h. */ | | #include | #include | | int | main () | { | static struct sockaddr ac_aggr; | if (sizeof ac_aggr.sa_len) | return 0; | ; | return 0; | } configure:4822: result: no configure:4848: checking for struct sockaddr_storage configure:4876: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:4879: $? = 0 configure:4882: test -s conftest.o configure:4885: $? = 0 configure:4896: result: yes configure:4904: checking for struct sockaddr_storage.ss_family configure:4931: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:4934: $? = 0 configure:4937: test -s conftest.o configure:4940: $? = 0 configure:4991: result: yes configure:5102: checking for struct msghdr.msg_control configure:5129: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:5132: $? = 0 configure:5135: test -s conftest.o configure:5138: $? = 0 configure:5189: result: yes configure:5200: checking for struct ifreq.ifr_mtu configure:5227: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:5230: $? = 0 configure:5233: test -s conftest.o configure:5236: $? = 0 configure:5287: result: yes configure:5299: checking for getaddrinfo function prototype in netdb.h configure:5323: result: yes configure:5333: checking for getnameinfo function prototype in netdb.h configure:5357: result: yes configure:5367: checking for gethostname function prototype in unistd.h configure:5391: result: yes configure:5401: checking for getrusage function prototype in sys/resource.h configure:5425: result: yes configure:5435: checking for hstrerror function prototype in netdb.h configure:5459: result: yes configure:5469: checking for if_nametoindex function prototype in net/if.h configure:5493: result: yes configure:5503: checking for inet_aton function prototype in arpa/inet.h configure:5527: result: yes configure:5537: checking for inet_pton function prototype in arpa/inet.h configure:5561: result: yes configure:5571: checking for pselect function prototype in sys/select.h configure:5595: result: no configure:5605: checking for snprintf function prototype in stdio.h configure:5629: result: yes configure:5639: checking for sockatmark function prototype in sys/socket.h configure:5663: result: no configure:5696: checking for struct addrinfo configure:5723: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:5726: $? = 0 configure:5729: test -s conftest.o configure:5732: $? = 0 configure:5743: result: yes configure:5754: checking for struct if_nameindex configure:5783: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:5786: $? = 0 configure:5789: test -s conftest.o configure:5792: $? = 0 configure:5803: result: yes configure:5814: checking for struct sockaddr_dl configure:5843: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:5875:23: net/if_dl.h: No such file or directory configure: In function `main': configure:5882: error: invalid application of `sizeof' to incomplete type `sockaddr_dl' configure:5846: $? = 1 configure: failed program was: | #line 5819 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU_VENDOR_OS "i686-pc-linux-gnu" | #define HAVE_LIBPTHREAD 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_STROPTS_H 1 | #define TIME_WITH_SYS_TIME 1 | #define t_scalar_t int32_t | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_MSGHDR_MSG_CONTROL 1 | #define HAVE_STRUCT_IFREQ_IFR_MTU 1 | #define HAVE_GETADDRINFO_PROTO 1 | #define HAVE_GETNAMEINFO_PROTO 1 | #define HAVE_GETHOSTNAME_PROTO 1 | #define HAVE_GETRUSAGE_PROTO 1 | #define HAVE_HSTRERROR_PROTO 1 | #define HAVE_IF_NAMETOINDEX_PROTO 1 | #define HAVE_INET_ATON_PROTO 1 | #define HAVE_INET_PTON_PROTO 1 | #define HAVE_SNPRINTF_PROTO 1 | #define HAVE_ADDRINFO_STRUCT 1 | #define HAVE_IF_NAMEINDEX_STRUCT 1 | /* end confdefs.h. */ | | #include | #include | #include | | int | main () | { | if ((struct sockaddr_dl *) 0) | return 0; | if (sizeof (struct sockaddr_dl)) | return 0; | ; | return 0; | } configure:5863: result: no configure:5874: checking for struct timespec configure:5911: gcc -c -g -O2 -D_REENTRANT conftest.c >&5 configure:5914: $? = 0 configure:5917: test -s conftest.o configure:5920: $? = 0 configure:5931: result: yes configure:5942: checking for /dev/tcp configure:5953: result: no configure:5956: checking for /dev/xti/tcp configure:5967: result: no configure:5970: checking for /dev/streams/xtiso/tcp configure:5981: result: no configure:5991: checking for bzero configure:6041: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lpthread >&5 configure:6066: warning: conflicting types for built-in function 'bzero' configure:6044: $? = 0 configure:6047: test -s conftest configure:6050: $? = 0 configure:6061: result: yes configure:6075: checking for getaddrinfo configure:6125: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lpthread >&5 configure:6128: $? = 0 configure:6131: test -s conftest configure:6134: $? = 0 configure:6145: result: yes configure:6159: checking for gethostname configure:6209: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lpthread >&5 configure:6212: $? = 0 configure:6215: test -s conftest configure:6218: $? = 0 configure:6229: result: yes configure:6243: checking for gethostbyname2 configure:6293: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lpthread >&5 configure:6296: $? = 0 configure:6299: test -s conftest configure:6302: $? = 0 configure:6313: result: yes configure:6327: checking for gethostbyname_r configure:6377: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lpthread >&5 configure:6380: $? = 0 configure:6383: test -s conftest configure:6386: $? = 0 configure:6397: result: yes configure:6411: checking for getnameinfo configure:6461: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lpthread >&5 configure:6464: $? = 0 configure:6467: test -s conftest configure:6470: $? = 0 configure:6481: result: yes configure:6495: checking for hstrerror configure:6545: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lpthread >&5 configure:6548: $? = 0 configure:6551: test -s conftest configure:6554: $? = 0 configure:6565: result: yes configure:6579: checking for if_nametoindex configure:6629: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lpthread >&5 configure:6632: $? = 0 configure:6635: test -s conftest configure:6638: $? = 0 configure:6649: result: yes configure:6663: checking for inet_aton configure:6713: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lpthread >&5 configure:6716: $? = 0 configure:6719: test -s conftest configure:6722: $? = 0 configure:6733: result: yes configure:6747: checking for inet_pton configure:6797: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lpthread >&5 configure:6800: $? = 0 configure:6803: test -s conftest configure:6806: $? = 0 configure:6817: result: yes configure:6831: checking for inet6_rth_init configure:6881: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lpthread >&5 /tmp/ccKynoJs.o(.text+0x14): In function `main': /home/staff/hamid/CNAP/unpv13e/configure:6932: undefined reference to `inet6_rth_init' /tmp/ccKynoJs.o(.data+0x0): undefined reference to `inet6_rth_init' collect2: ld returned 1 exit status configure:6884: $? = 1 configure: failed program was: | #line 6836 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU_VENDOR_OS "i686-pc-linux-gnu" | #define HAVE_LIBPTHREAD 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_STROPTS_H 1 | #define TIME_WITH_SYS_TIME 1 | #define t_scalar_t int32_t | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_MSGHDR_MSG_CONTROL 1 | #define HAVE_STRUCT_IFREQ_IFR_MTU 1 | #define HAVE_GETADDRINFO_PROTO 1 | #define HAVE_GETNAMEINFO_PROTO 1 | #define HAVE_GETHOSTNAME_PROTO 1 | #define HAVE_GETRUSAGE_PROTO 1 | #define HAVE_HSTRERROR_PROTO 1 | #define HAVE_IF_NAMETOINDEX_PROTO 1 | #define HAVE_INET_ATON_PROTO 1 | #define HAVE_INET_PTON_PROTO 1 | #define HAVE_SNPRINTF_PROTO 1 | #define HAVE_ADDRINFO_STRUCT 1 | #define HAVE_IF_NAMEINDEX_STRUCT 1 | #define HAVE_TIMESPEC_STRUCT 1 | #define HAVE_BZERO 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_HSTRERROR 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_PTON 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char inet6_rth_init (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char inet6_rth_init (); | /* 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_inet6_rth_init) || defined (__stub___inet6_rth_init) | choke me | #else | char (*f) () = inet6_rth_init; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != inet6_rth_init; | ; | return 0; | } configure:6901: result: no configure:6916: checking for kqueue configure:6966: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lpthread >&5 /tmp/ccwzHVr8.o(.text+0x14): In function `main': /home/staff/hamid/CNAP/unpv13e/configure:7017: undefined reference to `kqueue' /tmp/ccwzHVr8.o(.data+0x0): undefined reference to `kqueue' collect2: ld returned 1 exit status configure:6969: $? = 1 configure: failed program was: | #line 6921 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU_VENDOR_OS "i686-pc-linux-gnu" | #define HAVE_LIBPTHREAD 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_STROPTS_H 1 | #define TIME_WITH_SYS_TIME 1 | #define t_scalar_t int32_t | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_MSGHDR_MSG_CONTROL 1 | #define HAVE_STRUCT_IFREQ_IFR_MTU 1 | #define HAVE_GETADDRINFO_PROTO 1 | #define HAVE_GETNAMEINFO_PROTO 1 | #define HAVE_GETHOSTNAME_PROTO 1 | #define HAVE_GETRUSAGE_PROTO 1 | #define HAVE_HSTRERROR_PROTO 1 | #define HAVE_IF_NAMETOINDEX_PROTO 1 | #define HAVE_INET_ATON_PROTO 1 | #define HAVE_INET_PTON_PROTO 1 | #define HAVE_SNPRINTF_PROTO 1 | #define HAVE_ADDRINFO_STRUCT 1 | #define HAVE_IF_NAMEINDEX_STRUCT 1 | #define HAVE_TIMESPEC_STRUCT 1 | #define HAVE_BZERO 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_HSTRERROR 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_PTON 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char kqueue (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char kqueue (); | /* 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_kqueue) || defined (__stub___kqueue) | choke me | #else | char (*f) () = kqueue; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != kqueue; | ; | return 0; | } configure:6986: result: no configure:6916: checking for kevent configure:6966: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lpthread >&5 /tmp/ccgTXFcO.o(.text+0x14): In function `main': /home/staff/hamid/CNAP/unpv13e/configure:7017: undefined reference to `kevent' /tmp/ccgTXFcO.o(.data+0x0): undefined reference to `kevent' collect2: ld returned 1 exit status configure:6969: $? = 1 configure: failed program was: | #line 6921 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU_VENDOR_OS "i686-pc-linux-gnu" | #define HAVE_LIBPTHREAD 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_POLL_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_STROPTS_H 1 | #define TIME_WITH_SYS_TIME 1 | #define t_scalar_t int32_t | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_MSGHDR_MSG_CONTROL 1 | #define HAVE_STRUCT_IFREQ_IFR_MTU 1 | #define HAVE_GETADDRINFO_PROTO 1 | #define HAVE_GETNAMEINFO_PROTO 1 | #define HAVE_GETHOSTNAME_PROTO 1 | #define HAVE_GETRUSAGE_PROTO 1 | #define HAVE_HSTRERROR_PROTO 1 | #define HAVE_IF_NAMETOINDEX_PROTO 1 | #define HAVE_INET_ATON_PROTO 1 | #define HAVE_INET_PTON_PROTO 1 | #define HAVE_SNPRINTF_PROTO 1 | #define HAVE_ADDRINFO_STRUCT 1 | #define HAVE_IF_NAMEINDEX_STRUCT 1 | #define HAVE_TIMESPEC_STRUCT 1 | #define HAVE_BZERO 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_HSTRERROR 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_PTON 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char kevent (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char kevent (); | /* 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_kevent) || defined (__stub___kevent) | choke me | #else | char (*f) () = kevent; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != kevent; | ; | return 0; | } configure:6986: result: no configure:7000: checking for mkstemp configure:7050: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lpthread >&5 configure:7053: $? = 0 configure:7056: test -s conftest configure:7059: $? = 0 configure:7070: result: yes configure:7084: checking for poll configure:7134: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lpthread >&5 configure:7137: $? = 0 configure:7140: test -s conftest configure:7143: $? = 0 configure:7154: result: yes configure:7168: checking for pselect configure:7218: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lpthread >&5 configure:7221: $? = 0 configure:7224: test -s conftest configure:7227: $? = 0 configure:7238: result: yes configure:7252: checking for snprintf configure:7302: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lpthread >&5 configure:7340: warning: conflicting types for built-in function 'snprintf' configure:7305: $? = 0 configure:7308: test -s conftest configure:7311: $? = 0 configure:7322: result: yes configure:7336: checking for sockatmark configure:7386: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lpthread >&5 configure:7389: $? = 0 configure:7392: test -s conftest configure:7395: $? = 0 configure:7406: result: yes configure:7420: checking for vsnprintf configure:7470: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lpthread >&5 configure:7510: warning: conflicting types for built-in function 'vsnprintf' configure:7473: $? = 0 configure:7476: test -s conftest configure:7479: $? = 0 configure:7490: result: yes configure:7502: checking for IPv4 support configure:7533: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lpthread >&5 configure:7536: $? = 0 configure:7538: ./conftest configure:7541: $? = 0 configure:7556: result: yes configure:7571: checking for IPv6 support configure:7602: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lpthread >&5 configure:7605: $? = 0 configure:7607: ./conftest configure:7610: $? = 0 configure:7625: result: yes configure:7640: checking for Unix domain sockets configure:7671: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lpthread >&5 configure:7674: $? = 0 configure:7676: ./conftest configure:7679: $? = 0 configure:7694: result: yes configure:7709: checking for multicast support configure:7743: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lpthread >&5 configure:7746: $? = 0 configure:7748: ./conftest configure:7751: $? = 0 configure:7766: result: yes configure:7902: checking for -I/home/staff/hamid/doc/unp2ev1/src/include configure:7909: result: no configure:8023: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on ap1.cs.vt.edu config.status:628: creating Makefile config.status:628: creating Make.defines config.status:731: creating config.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-linux-gnu ac_cv_build_alias=i686-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_func_bzero=yes ac_cv_func_getaddrinfo=yes ac_cv_func_gethostbyname2=yes ac_cv_func_gethostbyname_r=yes ac_cv_func_gethostname=yes ac_cv_func_getnameinfo=yes ac_cv_func_hstrerror=yes ac_cv_func_if_nametoindex=yes ac_cv_func_inet6_rth_init=no ac_cv_func_inet_aton=yes ac_cv_func_inet_pton=yes ac_cv_func_kevent=no ac_cv_func_kqueue=no ac_cv_func_mkstemp=yes ac_cv_func_poll=yes ac_cv_func_pselect=yes ac_cv_func_snprintf=yes ac_cv_func_sockatmark=yes ac_cv_func_vsnprintf=yes ac_cv_have_getaddrinfo_proto=yes ac_cv_have_gethostname_proto=yes ac_cv_have_getnameinfo_proto=yes ac_cv_have_getrusage_proto=yes ac_cv_have_hstrerror_proto=yes ac_cv_have_if_nametoindex_proto=yes ac_cv_have_inet_aton_proto=yes ac_cv_have_inet_pton_proto=yes ac_cv_have_pselect_proto=no ac_cv_have_snprintf_proto=yes ac_cv_have_sockatmark_proto=no ac_cv_header_arpa_inet_h=yes ac_cv_header_errno_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_net_if_dl_h=no ac_cv_header_netconfig_h=no ac_cv_header_netdb_h=yes ac_cv_header_netdir_h=no ac_cv_header_netinet_in_h=yes ac_cv_header_poll_h=yes ac_cv_header_pthread_h=yes ac_cv_header_signal_h=yes ac_cv_header_stdc=yes ac_cv_header_stdio_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_stropts_h=yes ac_cv_header_sys_event_h=no ac_cv_header_sys_filio_h=no ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_sockio_h=no ac_cv_header_sys_stat_h=yes ac_cv_header_sys_sysctl_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_uio_h=yes ac_cv_header_sys_un_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_time=yes ac_cv_header_time_h=yes ac_cv_header_unistd_h=yes ac_cv_header_xti_h=no ac_cv_header_xti_inet_h=no ac_cv_host=i686-pc-linux-gnu ac_cv_host_alias=i686-pc-linux-gnu ac_cv_ipv4=yes ac_cv_ipv6=yes ac_cv_lib_nsl_t_open=no ac_cv_lib_pthread_pthread_create=yes ac_cv_lib_resolv_res_init=no ac_cv_lib_xti_t_open=no ac_cv_member_struct_ifreq_ifr_mtu=yes ac_cv_member_struct_msghdr_msg_control=yes ac_cv_member_struct_sockaddr_sa_len=no ac_cv_member_struct_sockaddr_storage_ss_family=yes ac_cv_multicast=yes ac_cv_objext=o ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_egrep='grep -E' ac_cv_search_socket='none required' ac_cv_type_int16_t=yes ac_cv_type_int32_t=yes ac_cv_type_sa_family_t=yes ac_cv_type_size_t=yes ac_cv_type_socklen_t=yes ac_cv_type_ssize_t=yes ac_cv_type_struct_addrinfo=yes ac_cv_type_struct_if_nameindex=yes ac_cv_type_struct_sockaddr_dl=no ac_cv_type_struct_sockaddr_storage=yes ac_cv_type_struct_timespec=yes ac_cv_type_t_scalar_t=no ac_cv_type_t_uscalar_t=yes ac_cv_type_uint16_t=yes ac_cv_type_uint32_t=yes ac_cv_type_uint8_t=yes ac_cv_unixdomain=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='gcc' CFLAGS='-g -O2 -D_REENTRANT -Wall' CPP='gcc -E' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' LDFLAGS='' LIBFREE_OBJS=' in_cksum.o inet_ntop.o inet_pton.o' LIBGAI_OBJS='' LIBOBJS='' LIBROUTE_OBJS='get_rtaddrs.o if_indextoname.o if_nameindex.o if_nametoindex.o net_rt_iflist.o net_rt_dump.o sock_masktop.o' LIBS='-lpthread' LIBS_XTI='-lpthread' LIBUNP='../libunp.a' LIBUNPXTI='../libunpxti.a' LIBUNPXTI_NAME='../libunpxti.a' LIBUNP_NAME='../libunp.a' LIBXTI_OBJS=' wrapxti.o xti_accept.o xti_flags_str.o xti_getopt.o xti_ntop.o xti_ntop_host.o xti_rdwr.o xti_setopt.o xti_str_opts.o xti_tlook_str.o' LIB_OBJS=' connect_nonb.o connect_timeo.o daemon_inetd.o daemon_init.o dg_cli.o dg_echo.o error.o get_ifi_info.o gf_time.o host_serv.o family_to_level.o mcast_leave.o mcast_join.o mcast_get_if.o mcast_get_loop.o mcast_get_ttl.o mcast_set_if.o mcast_set_loop.o mcast_set_ttl.o my_addrs.o read_fd.o readline.o readn.o readable_timeo.o rtt.o signal.o signal_intr.o sock_bind_wild.o sock_cmp_addr.o sock_cmp_port.o sock_ntop.o sock_ntop_host.o sock_get_port.o sock_set_addr.o sock_set_port.o sock_set_wild.o sockfd_to_family.o str_cli.o str_echo.o tcp_connect.o tcp_listen.o tv_sub.o udp_client.o udp_connect.o udp_server.o wraplib.o wrapsock.o wrapstdio.o wrappthread.o wrapunix.o write_fd.o writen.o writable_timeo.o' LTLIBOBJS='' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' RANLIB='ranlib' SHELL='/bin/sh' ac_ct_CC='gcc' ac_ct_RANLIB='ranlib' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='${prefix}/share' exec_prefix='${prefix}' host='i686-pc-linux-gnu' host_alias='' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='/usr/local' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define CPU_VENDOR_OS "i686-pc-linux-gnu" #define HAVE_ADDRINFO_STRUCT 1 #define HAVE_ARPA_INET_H 1 #define HAVE_BZERO 1 #define HAVE_ERRNO_H 1 #define HAVE_FCNTL_H 1 #define HAVE_GETADDRINFO 1 #define HAVE_GETADDRINFO_PROTO 1 #define HAVE_GETHOSTBYNAME2 1 #define HAVE_GETHOSTBYNAME_R 1 #define HAVE_GETHOSTNAME 1 #define HAVE_GETHOSTNAME_PROTO 1 #define HAVE_GETNAMEINFO 1 #define HAVE_GETNAMEINFO_PROTO 1 #define HAVE_GETRUSAGE_PROTO 1 #define HAVE_HSTRERROR 1 #define HAVE_HSTRERROR_PROTO 1 #define HAVE_IF_NAMEINDEX_STRUCT 1 #define HAVE_IF_NAMETOINDEX 1 #define HAVE_IF_NAMETOINDEX_PROTO 1 #define HAVE_INET_ATON 1 #define HAVE_INET_ATON_PROTO 1 #define HAVE_INET_PTON 1 #define HAVE_INET_PTON_PROTO 1 #define HAVE_LIBPTHREAD 1 #define HAVE_MKSTEMP 1 #define HAVE_MSGHDR_MSG_CONTROL 1 #define HAVE_NETDB_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_POLL 1 #define HAVE_POLL_H 1 #define HAVE_PSELECT 1 #define HAVE_PTHREAD_H 1 #define HAVE_SIGNAL_H 1 #define HAVE_SNPRINTF 1 #define HAVE_SNPRINTF_PROTO 1 #define HAVE_SOCKATMARK 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_STROPTS_H 1 #define HAVE_STRUCT_IFREQ_IFR_MTU 1 #define HAVE_STRUCT_SOCKADDR_STORAGE 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_SYSCTL_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_SYS_UN_H 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_TIMESPEC_STRUCT 1 #define HAVE_TIME_H 1 #define HAVE_UNISTD_H 1 #define HAVE_VSNPRINTF 1 #define IPV4 1 #define IPV6 1 #define IPv4 1 #define IPv6 1 #define MCAST 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define UNIXDOMAIN 1 #define UNIXdomain 1 #define t_scalar_t int32_t configure: exit 0