Hi,
I'm trying to compile nProbe on redhat 7.2 but am having some problems.
After running ./configure make fails with an error message of 'no target'.
What do I need to do?
many thanks
Nik
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.53. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = localhost.localdomain
uname -m = i686
uname -r = 2.4.18-3
uname -s = Linux
uname -v = #1 Thu Apr 18 07:37:53 EDT 2002
/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/SNMP/perl/rrdtool-1.0.39/src
PATH: /usr/local/arts/bin
PATH: /usr/NS/nscript-1.0.2
PATH: /usr/NS/jdk1.3.1_03/bin
PATH: /usr/local/sbin
PATH: /sbin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin
PATH: /usr/bin/X11
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /root/bin
PATH: /ns-allinone-226/ns-allinone-2.26/bin
PATH: /ns-allinone-226/ns-allinone-2.26/tcl8.3.2/unix
PATH: /ns-allinone-226/ns-allinone-2.26/tk8.3.2/unix
PATH: /root/bin
PATH: /ns-allinone-226/ns-allinone-2.26/bin
PATH: /ns-allinone-226/ns-allinone-2.26/tcl8.3.2/unix
PATH: /ns-allinone-226/ns-allinone-2.26/tk8.3.2/unix
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1246: checking build system type
configure:1264: result: i686-pc-linux-gnu
configure:1272: checking host system type
configure:1286: result: i686-pc-linux-gnu
configure:1294: checking target system type
configure:1308: result: i686-pc-linux-gnu
configure:1445: checking for ranlib
configure:1461: found /usr/bin/ranlib
configure:1472: result: ranlib
configure:1530: checking for gcc
configure:1546: found /usr/bin/gcc
configure:1556: result: gcc
configure:1800: checking for C compiler version
configure:1803: gcc --version </dev/null >&5
2.96
configure:1806: $? = 0
configure:1808: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-110)
configure:1811: $? = 0
configure:1813: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:1816: $? = 1
configure:1842: checking for C compiler default output
configure:1845: gcc conftest.c >&5
configure:1848: $? = 0
configure:1881: result: a.out
configure:1886: checking whether the C compiler works
configure:1892: ./a.out
configure:1895: $? = 0
configure:1910: result: yes
configure:1917: checking whether we are cross compiling
configure:1919: result: no
configure:1922: checking for suffix of executables
configure:1924: gcc -o conftest conftest.c >&5
configure:1927: $? = 0
configure:1949: result:
configure:1955: checking for suffix of object files
configure:1979: gcc -c conftest.c >&5
configure:1982: $? = 0
configure:2001: result: o
configure:2005: checking whether we are using the GNU C compiler
configure:2032: gcc -c conftest.c >&5
configure:2035: $? = 0
configure:2038: test -s conftest.o
configure:2041: $? = 0
configure:2053: result: yes
configure:2059: checking whether gcc accepts -g
configure:2083: gcc -c -g conftest.c >&5
configure:2086: $? = 0
configure:2089: test -s conftest.o
configure:2092: $? = 0
configure:2102: result: yes
configure:2129: gcc -c -g -O2 conftest.c >&5
conftest.c:2: parse error before `me'
configure:2132: $? = 1
configure: failed program was:
#ifndef __cplusplus
choke me
#endif
configure:2253: checking for ld used by GCC
configure:2310: result: /usr/bin/ld
configure:2320: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.11.93.0.2 20020207
configure:2332: result: yes
configure:2336: checking for BSD-compatible nm
configure:2370: result: /usr/bin/nm -B
configure:2374: checking whether ln -s works
configure:2378: result: yes
ltconfig:603: checking for object suffix
ltconfig:604: gcc -c -g -O2 conftest.c 1>&5
ltconfig:629: checking for executable suffix
ltconfig:630: gcc -o conftest -g -O2 conftest.c 1>&5
ltconfig:776: checking if gcc PIC flag -fPIC works
ltconfig:777: gcc -c -g -O2 -fPIC -DPIC conftest.c 1>&5
ltconfig:829: checking if gcc supports -c -o file.o
ltconfig:830: gcc -c -g -O2 -o out/conftest2.o conftest.c 1>&5
ltconfig:862: checking if gcc supports -c -o file.lo
ltconfig:863: gcc -c -g -O2 -c -o conftest.lo conftest.c 1>&5
ltconfig:914: checking if gcc supports -fno-rtti -fno-exceptions
ltconfig:915: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c conftest.c 1>&5
ltconfig:958: checking if gcc static flag -static works
ltconfig:959: gcc -o conftest -g -O2 -static conftest.c 1>&5
GNU ld version 2.11.93.0.2 20020207
ltconfig:1653: checking if global_symbol_pipe works
ltconfig:1654: gcc -c -g -O2 conftest.c 1>&5
ltconfig:1657: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.*[
]\([ABCDGISTW]\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' >
conftest.nm"
ltconfig:1709: gcc -o conftest -g -O2 -fno-builtin -fno-rtti -fno-exceptions
conftest.c conftstm.o 1>&5
configure:2592: checking for gcc option to accept ANSI C
configure:2657: gcc -c -g -O2 conftest.c >&5
configure:2660: $? = 0
configure:2663: test -s conftest.o
configure:2666: $? = 0
configure:2680: result: none needed
configure:2696: checking how to run the C preprocessor
configure:2722: gcc -E conftest.c
configure:2728: $? = 0
configure:2755: gcc -E conftest.c
configure:2751:28: ac_nonexistent.h: No such file or directory
configure:2761: $? = 1
configure: failed program was:
#line 2750 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2798: result: gcc -E
configure:2813: gcc -E conftest.c
configure:2819: $? = 0
configure:2846: gcc -E conftest.c
configure:2842:28: ac_nonexistent.h: No such file or directory
configure:2852: $? = 1
configure: failed program was:
#line 2841 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2891: checking whether make sets ${MAKE}
configure:2911: result: yes
configure:2932: checking for a BSD-compatible install
configure:2986: result: /usr/bin/install -c
configure:3114: checking for compiler option -pipe
configure:3137: result: yes
configure:3152: checking for compilation debug mode
configure:3154: result: disabled
configure:3299: checking for compilation optimization mode
configure:3301: result: disabled
configure:3333: gcc -o conftest -g -O2 -pipe conftest.c >&5
configure:3336: $? = 0
configure:3338: ./conftest
configure:3341: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 3316 "configure"
#include "confdefs.h"
int main()
{
short s = 1;
short* ptr = &s;
unsigned char c = *((char*)ptr);
return c;
}
configure:3450: checking for ANSI C header files
configure:3464: gcc -E conftest.c
configure:3470: $? = 0
configure:3555: gcc -o conftest -g -O2 -pipe conftest.c >&5
configure:3558: $? = 0
configure:3560: ./conftest
configure:3563: $? = 0
configure:3577: result: yes
configure:3602: checking for sys/types.h
configure:3615: gcc -c -g -O2 -pipe conftest.c >&5
configure:3618: $? = 0
configure:3621: test -s conftest.o
configure:3624: $? = 0
configure:3634: result: yes
configure:3602: checking for sys/stat.h
configure:3615: gcc -c -g -O2 -pipe conftest.c >&5
configure:3618: $? = 0
configure:3621: test -s conftest.o
configure:3624: $? = 0
configure:3634: result: yes
configure:3602: checking for stdlib.h
configure:3615: gcc -c -g -O2 -pipe conftest.c >&5
configure:3618: $? = 0
configure:3621: test -s conftest.o
configure:3624: $? = 0
configure:3634: result: yes
configure:3602: checking for string.h
configure:3615: gcc -c -g -O2 -pipe conftest.c >&5
configure:3618: $? = 0
configure:3621: test -s conftest.o
configure:3624: $? = 0
configure:3634: result: yes
configure:3602: checking for memory.h
configure:3615: gcc -c -g -O2 -pipe conftest.c >&5
configure:3618: $? = 0
configure:3621: test -s conftest.o
configure:3624: $? = 0
configure:3634: result: yes
configure:3602: checking for strings.h
configure:3615: gcc -c -g -O2 -pipe conftest.c >&5
configure:3618: $? = 0
configure:3621: test -s conftest.o
configure:3624: $? = 0
configure:3634: result: yes
configure:3602: checking for inttypes.h
configure:3615: gcc -c -g -O2 -pipe conftest.c >&5
configure:3618: $? = 0
configure:3621: test -s conftest.o
configure:3624: $? = 0
configure:3634: result: yes
configure:3602: checking for stdint.h
configure:3615: gcc -c -g -O2 -pipe conftest.c >&5
configure:3618: $? = 0
configure:3621: test -s conftest.o
configure:3624: $? = 0
configure:3634: result: yes
configure:3602: checking for unistd.h
configure:3615: gcc -c -g -O2 -pipe conftest.c >&5
configure:3618: $? = 0
configure:3621: test -s conftest.o
configure:3624: $? = 0
configure:3634: result: yes
configure:3673: checking pwd.h usability
configure:3682: gcc -c -g -O2 -pipe conftest.c >&5
configure:3685: $? = 0
configure:3688: test -s conftest.o
configure:3691: $? = 0
configure:3700: result: yes
configure:3704: checking pwd.h presence
configure:3711: gcc -E conftest.c
configure:3717: $? = 0
configure:3735: result: yes
configure:3753: checking for pwd.h
configure:3760: result: yes
configure:3673: checking stdio.h usability
configure:3682: gcc -c -g -O2 -pipe conftest.c >&5
configure:3685: $? = 0
configure:3688: test -s conftest.o
configure:3691: $? = 0
configure:3700: result: yes
configure:3704: checking stdio.h presence
configure:3711: gcc -E conftest.c
configure:3717: $? = 0
configure:3735: result: yes
configure:3753: checking for stdio.h
configure:3760: result: yes
configure:3673: checking errno.h usability
configure:3682: gcc -c -g -O2 -pipe conftest.c >&5
configure:3685: $? = 0
configure:3688: test -s conftest.o
configure:3691: $? = 0
configure:3700: result: yes
configure:3704: checking errno.h presence
configure:3711: gcc -E conftest.c
configure:3717: $? = 0
configure:3735: result: yes
configure:3753: checking for errno.h
configure:3760: result: yes
configure:3664: checking for stdlib.h
configure:3669: result: yes
configure:3664: checking for unistd.h
configure:3669: result: yes
configure:3664: checking for string.h
configure:3669: result: yes
configure:3673: checking signal.h usability
configure:3682: gcc -c -g -O2 -pipe conftest.c >&5
configure:3685: $? = 0
configure:3688: test -s conftest.o
configure:3691: $? = 0
configure:3700: result: yes
configure:3704: checking signal.h presence
configure:3711: gcc -E conftest.c
configure:3717: $? = 0
configure:3735: result: yes
configure:3753: checking for signal.h
configure:3760: result: yes
configure:3673: checking fcntl.h usability
configure:3682: gcc -c -g -O2 -pipe conftest.c >&5
configure:3685: $? = 0
configure:3688: test -s conftest.o
configure:3691: $? = 0
configure:3700: result: yes
configure:3704: checking fcntl.h presence
configure:3711: gcc -E conftest.c
configure:3717: $? = 0
configure:3735: result: yes
configure:3753: checking for fcntl.h
configure:3760: result: yes
configure:3664: checking for sys/types.h
configure:3669: result: yes
configure:3673: checking sys/time.h usability
configure:3682: gcc -c -g -O2 -pipe conftest.c >&5
configure:3685: $? = 0
configure:3688: test -s conftest.o
configure:3691: $? = 0
configure:3700: result: yes
configure:3704: checking sys/time.h presence
configure:3711: gcc -E conftest.c
configure:3717: $? = 0
configure:3735: result: yes
configure:3753: checking for sys/time.h
configure:3760: result: yes
configure:3673: checking sys/wait.h usability
configure:3682: gcc -c -g -O2 -pipe conftest.c >&5
configure:3685: $? = 0
configure:3688: test -s conftest.o
configure:3691: $? = 0
configure:3700: result: yes
configure:3704: checking sys/wait.h presence
configure:3711: gcc -E conftest.c
configure:3717: $? = 0
configure:3735: result: yes
configure:3753: checking for sys/wait.h
configure:3760: result: yes
configure:3664: checking for sys/stat.h
configure:3669: result: yes
configure:3673: checking sys/ioctl usability
configure:3682: gcc -c -g -O2 -pipe conftest.c >&5
configure:3710:21: sys/ioctl: No such file or directory
configure:3685: $? = 1
configure: failed program was:
#line 3675 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
# include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
# include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
# include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <sys/ioctl>
configure:3700: result: no
configure:3704: checking sys/ioctl presence
configure:3711: gcc -E conftest.c
configure:3707:21: sys/ioctl: No such file or directory
configure:3717: $? = 1
configure: failed program was:
#line 3706 "configure"
#include "confdefs.h"
#include <sys/ioctl>
configure:3735: result: no
configure:3753: checking for sys/ioctl
configure:3760: result: no
configure:3673: checking sys/un.h usability
configure:3682: gcc -c -g -O2 -pipe conftest.c >&5
configure:3685: $? = 0
configure:3688: test -s conftest.o
configure:3691: $? = 0
configure:3700: result: yes
configure:3704: checking sys/un.h presence
configure:3711: gcc -E conftest.c
configure:3717: $? = 0
configure:3735: result: yes
configure:3753: checking for sys/un.h
configure:3760: result: yes
configure:3793: checking sys/select.h usability
configure:3802: gcc -c -g -O2 -pipe conftest.c >&5
configure:3805: $? = 0
configure:3808: test -s conftest.o
configure:3811: $? = 0
configure:3820: result: yes
configure:3824: checking sys/select.h presence
configure:3831: gcc -E conftest.c
configure:3837: $? = 0
configure:3855: result: yes
configure:3873: checking for sys/select.h
configure:3880: result: yes
configure:3793: checking sys/ldr.h usability
configure:3802: gcc -c -g -O2 -pipe conftest.c >&5
configure:3830:21: sys/ldr.h: No such file or directory
configure:3805: $? = 1
configure: failed program was:
#line 3795 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
# include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
# include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
# include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <sys/ldr.h>
configure:3820: result: no
configure:3824: checking sys/ldr.h presence
configure:3831: gcc -E conftest.c
configure:3827:21: sys/ldr.h: No such file or directory
configure:3837: $? = 1
configure: failed program was:
#line 3826 "configure"
#include "confdefs.h"
#include <sys/ldr.h>
configure:3855: result: no
configure:3873: checking for sys/ldr.h
configure:3880: result: no
configure:3793: checking sys/sockio.h usability
configure:3802: gcc -c -g -O2 -pipe conftest.c >&5
configure:3830:24: sys/sockio.h: No such file or directory
configure:3805: $? = 1
configure: failed program was:
#line 3795 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
# include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
# include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
# include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <sys/sockio.h>
configure:3820: result: no
configure:3824: checking sys/sockio.h presence
configure:3831: gcc -E conftest.c
configure:3827:24: sys/sockio.h: No such file or directory
configure:3837: $? = 1
configure: failed program was:
#line 3826 "configure"
#include "confdefs.h"
#include <sys/sockio.h>
configure:3855: result: no
configure:3873: checking for sys/sockio.h
configure:3880: result: no
configure:3793: checking dl.h usability
configure:3802: gcc -c -g -O2 -pipe conftest.c >&5
configure:3830:16: dl.h: No such file or directory
configure:3805: $? = 1
configure: failed program was:
#line 3795 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
# include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
# include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
# include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <dl.h>
configure:3820: result: no
configure:3824: checking dl.h presence
configure:3831: gcc -E conftest.c
configure:3827:16: dl.h: No such file or directory
configure:3837: $? = 1
configure: failed program was:
#line 3826 "configure"
#include "confdefs.h"
#include <dl.h>
configure:3855: result: no
configure:3873: checking for dl.h
configure:3880: result: no
configure:3793: checking dirent.h usability
configure:3802: gcc -c -g -O2 -pipe conftest.c >&5
configure:3805: $? = 0
configure:3808: test -s conftest.o
configure:3811: $? = 0
configure:3820: result: yes
configure:3824: checking dirent.h presence
configure:3831: gcc -E conftest.c
configure:3837: $? = 0
configure:3855: result: yes
configure:3873: checking for dirent.h
configure:3880: result: yes
configure:3793: checking dlfcn.h usability
configure:3802: gcc -c -g -O2 -pipe conftest.c >&5
configure:3805: $? = 0
configure:3808: test -s conftest.o
configure:3811: $? = 0
configure:3820: result: yes
configure:3824: checking dlfcn.h presence
configure:3831: gcc -E conftest.c
configure:3837: $? = 0
configure:3855: result: yes
configure:3873: checking for dlfcn.h
configure:3880: result: yes
configure:3910: checking security/pam_appl.h usability
configure:3919: gcc -c -g -O2 -pipe conftest.c >&5
configure:3922: $? = 0
configure:3925: test -s conftest.o
configure:3928: $? = 0
configure:3937: result: yes
configure:3941: checking security/pam_appl.h presence
configure:3948: gcc -E conftest.c
configure:3954: $? = 0
configure:3972: result: yes
configure:3990: checking for security/pam_appl.h
configure:3997: result: yes
configure:3910: checking shadow.h usability
configure:3919: gcc -c -g -O2 -pipe conftest.c >&5
configure:3922: $? = 0
configure:3925: test -s conftest.o
configure:3928: $? = 0
configure:3937: result: yes
configure:3941: checking shadow.h presence
configure:3948: gcc -E conftest.c
configure:3954: $? = 0
configure:3972: result: yes
configure:3990: checking for shadow.h
configure:3997: result: yes
configure:3910: checking crypt.h usability
configure:3919: gcc -c -g -O2 -pipe conftest.c >&5
configure:3922: $? = 0
configure:3925: test -s conftest.o
configure:3928: $? = 0
configure:3937: result: yes
configure:3941: checking crypt.h presence
configure:3948: gcc -E conftest.c
configure:3954: $? = 0
configure:3972: result: yes
configure:3990: checking for crypt.h
configure:3997: result: yes
configure:4011: checking if ether_header uses ether_addr structs
configure:4048: gcc -c -g -O2 -pipe conftest.c >&5
configure: In function `main':
configure:4040: request for member `ether_addr_octet' in something not a structure or
union
configure:4051: $? = 1
configure: failed program was:
#line 4018 "configure"
#include "confdefs.h"
# include <sys/types.h>
# if __STDC__
/* osf3 has REALLY good prototyes */
struct mbuf;
struct rtentry;
# endif
# include <sys/socket.h>
# include <net/if.h>
# include <netinet/in.h>
# include <netinet/if_ether.h>
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
u_int i =
sizeof(((struct ether_header *)0)->ether_dhost.ether_addr_octet)
;
return 0;
}
configure:4069: result: no
configure:4079: checking if in6_addr is defined
configure:4110: gcc -c -g -O2 -pipe conftest.c >&5
configure:4113: $? = 0
configure:4116: test -s conftest.o
configure:4119: $? = 0
configure:4131: result: yes
configure:4278: checking sys/socket.h usability
configure:4287: gcc -c -g -O2 -pipe conftest.c >&5
configure:4290: $? = 0
configure:4293: test -s conftest.o
configure:4296: $? = 0
configure:4305: result: yes
configure:4309: checking sys/socket.h presence
configure:4316: gcc -E conftest.c
configure:4322: $? = 0
configure:4340: result: yes
configure:4358: checking for sys/socket.h
configure:4365: result: yes
configure:4278: checking netdb.h usability
configure:4287: gcc -c -g -O2 -pipe conftest.c >&5
configure:4290: $? = 0
configure:4293: test -s conftest.o
configure:4296: $? = 0
configure:4305: result: yes
configure:4309: checking netdb.h presence
configure:4316: gcc -E conftest.c
configure:4322: $? = 0
configure:4340: result: yes
configure:4358: checking for netdb.h
configure:4365: result: yes
configure:4278: checking netinet/in.h usability
configure:4287: gcc -c -g -O2 -pipe conftest.c >&5
configure:4290: $? = 0
configure:4293: test -s conftest.o
configure:4296: $? = 0
configure:4305: result: yes
configure:4309: checking netinet/in.h presence
configure:4316: gcc -E conftest.c
configure:4322: $? = 0
configure:4340: result: yes
configure:4358: checking for netinet/in.h
configure:4365: result: yes
configure:4278: checking arpa/inet.h usability
configure:4287: gcc -c -g -O2 -pipe conftest.c >&5
configure:4290: $? = 0
configure:4293: test -s conftest.o
configure:4296: $? = 0
configure:4305: result: yes
configure:4309: checking arpa/inet.h presence
configure:4316: gcc -E conftest.c
configure:4322: $? = 0
configure:4340: result: yes
configure:4358: checking for arpa/inet.h
configure:4365: result: yes
configure:4278: checking net/if.h usability
configure:4287: gcc -c -g -O2 -pipe conftest.c >&5
configure:4290: $? = 0
configure:4293: test -s conftest.o
configure:4296: $? = 0
configure:4305: result: yes
configure:4309: checking net/if.h presence
configure:4316: gcc -E conftest.c
configure:4322: $? = 0
configure:4340: result: yes
configure:4358: checking for net/if.h
configure:4365: result: yes
configure:4396: checking netinet/in_systm.h usability
configure:4405: gcc -c -g -O2 -pipe conftest.c >&5
configure:4408: $? = 0
configure:4411: test -s conftest.o
configure:4414: $? = 0
configure:4423: result: yes
configure:4427: checking netinet/in_systm.h presence
configure:4434: gcc -E conftest.c
configure:4440: $? = 0
configure:4458: result: yes
configure:4476: checking for netinet/in_systm.h
configure:4483: result: yes
configure:4396: checking netinet/ip.h usability
configure:4405: gcc -c -g -O2 -pipe conftest.c >&5
configure:4408: $? = 0
configure:4411: test -s conftest.o
configure:4414: $? = 0
configure:4423: result: yes
configure:4427: checking netinet/ip.h presence
configure:4434: gcc -E conftest.c
configure:4440: $? = 0
configure:4458: result: yes
configure:4476: checking for netinet/ip.h
configure:4483: result: yes
configure:4396: checking netinet/ip_icmp.h usability
configure:4405: gcc -c -g -O2 -pipe conftest.c >&5
configure:4408: $? = 0
configure:4411: test -s conftest.o
configure:4414: $? = 0
configure:4423: result: yes
configure:4427: checking netinet/ip_icmp.h presence
configure:4434: gcc -E conftest.c
configure:4440: $? = 0
configure:4458: result: yes
configure:4476: checking for netinet/ip_icmp.h
configure:4483: result: yes
configure:4396: checking netinet/udp.h usability
configure:4405: gcc -c -g -O2 -pipe conftest.c >&5
configure:4408: $? = 0
configure:4411: test -s conftest.o
configure:4414: $? = 0
configure:4423: result: yes
configure:4427: checking netinet/udp.h presence
configure:4434: gcc -E conftest.c
configure:4440: $? = 0
configure:4458: result: yes
configure:4476: checking for netinet/udp.h
configure:4483: result: yes
configure:4396: checking netinet/tcp.h usability
configure:4405: gcc -c -g -O2 -pipe conftest.c >&5
configure:4408: $? = 0
configure:4411: test -s conftest.o
configure:4414: $? = 0
configure:4423: result: yes
configure:4427: checking netinet/tcp.h presence
configure:4434: gcc -E conftest.c
configure:4440: $? = 0
configure:4458: result: yes
configure:4476: checking for netinet/tcp.h
configure:4483: result: yes
configure:4517: checking netinet/if_ether.h usability
configure:4526: gcc -c -g -O2 -pipe conftest.c >&5
configure:4529: $? = 0
configure:4532: test -s conftest.o
configure:4535: $? = 0
configure:4544: result: yes
configure:4548: checking netinet/if_ether.h presence
configure:4555: gcc -E conftest.c
configure:4561: $? = 0
configure:4579: result: yes
configure:4597: checking for netinet/if_ether.h
configure:4604: result: yes
configure:4517: checking arpa/nameser.h usability
configure:4526: gcc -c -g -O2 -pipe conftest.c >&5
configure:4529: $? = 0
configure:4532: test -s conftest.o
configure:4535: $? = 0
configure:4544: result: yes
configure:4548: checking arpa/nameser.h presence
configure:4555: gcc -E conftest.c
configure:4561: $? = 0
configure:4579: result: yes
configure:4597: checking for arpa/nameser.h
configure:4604: result: yes
configure:4517: checking net/ethernet.h usability
configure:4526: gcc -c -g -O2 -pipe conftest.c >&5
configure:4529: $? = 0
configure:4532: test -s conftest.o
configure:4535: $? = 0
configure:4544: result: yes
configure:4548: checking net/ethernet.h presence
configure:4555: gcc -E conftest.c
configure:4561: $? = 0
configure:4579: result: yes
configure:4597: checking for net/ethernet.h
configure:4604: result: yes
configure:4517: checking sys/ethernet.h usability
configure:4526: gcc -c -g -O2 -pipe conftest.c >&5
configure:4554:26: sys/ethernet.h: No such file or directory
configure:4529: $? = 1
configure: failed program was:
#line 4519 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
# include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
# include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
# include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <sys/ethernet.h>
configure:4544: result: no
configure:4548: checking sys/ethernet.h presence
configure:4555: gcc -E conftest.c
configure:4551:26: sys/ethernet.h: No such file or directory
configure:4561: $? = 1
configure: failed program was:
#line 4550 "configure"
#include "confdefs.h"
#include <sys/ethernet.h>
configure:4579: result: no
configure:4597: checking for sys/ethernet.h
configure:4604: result: no
configure:4517: checking ethertype.h usability
configure:4526: gcc -c -g -O2 -pipe conftest.c >&5
configure:4554:23: ethertype.h: No such file or directory
configure:4529: $? = 1
configure: failed program was:
#line 4519 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
# include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
# include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
# include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <ethertype.h>
configure:4544: result: no
configure:4548: checking ethertype.h presence
configure:4555: gcc -E conftest.c
configure:4551:23: ethertype.h: No such file or directory
configure:4561: $? = 1
configure: failed program was:
#line 4550 "configure"
#include "confdefs.h"
#include <ethertype.h>
configure:4579: result: no
configure:4597: checking for ethertype.h
configure:4604: result: no
configure:4517: checking if.h usability
configure:4526: gcc -c -g -O2 -pipe conftest.c >&5
configure:4554:16: if.h: No such file or directory
configure:4529: $? = 1
configure: failed program was:
#line 4519 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
# include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
# include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
# include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <if.h>
configure:4544: result: no
configure:4548: checking if.h presence
configure:4555: gcc -E conftest.c
configure:4551:16: if.h: No such file or directory
configure:4561: $? = 1
configure: failed program was:
#line 4550 "configure"
#include "confdefs.h"
#include <if.h>
configure:4579: result: no
configure:4597: checking for if.h
configure:4604: result: no
configure:4517: checking net/bpf.h usability
configure:4526: gcc -c -g -O2 -pipe conftest.c >&5
configure:4554:21: net/bpf.h: No such file or directory
configure:4529: $? = 1
configure: failed program was:
#line 4519 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
# include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
# include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
# include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <net/bpf.h>
configure:4544: result: no
configure:4548: checking net/bpf.h presence
configure:4555: gcc -E conftest.c
configure:4551:21: net/bpf.h: No such file or directory
configure:4561: $? = 1
configure: failed program was:
#line 4550 "configure"
#include "confdefs.h"
#include <net/bpf.h>
configure:4579: result: no
configure:4597: checking for net/bpf.h
configure:4604: result: no
configure:4632: checking sys/syslog.h usability
configure:4641: gcc -c -g -O2 -pipe conftest.c >&5
configure:4644: $? = 0
configure:4647: test -s conftest.o
configure:4650: $? = 0
configure:4659: result: yes
configure:4663: checking sys/syslog.h presence
configure:4670: gcc -E conftest.c
configure:4676: $? = 0
configure:4694: result: yes
configure:4712: checking for sys/syslog.h
configure:4719: result: yes
configure:4748: checking syslog.h usability
configure:4757: gcc -c -g -O2 -pipe conftest.c >&5
configure:4760: $? = 0
configure:4763: test -s conftest.o
configure:4766: $? = 0
configure:4775: result: yes
configure:4779: checking syslog.h presence
configure:4786: gcc -E conftest.c
configure:4792: $? = 0
configure:4810: result: yes
configure:4828: checking for syslog.h
configure:4835: result: yes
configure:4851: checking Checking for glibc facilitynames in sys/syslog.h or syslog.h
configure:4883: gcc -c -g -O2 -pipe conftest.c >&5
configure:4886: $? = 0
configure:4889: test -s conftest.o
configure:4892: $? = 0
configure:4894: result: yes
configure:4917: checking for typedef u_int64_t
configure:4938: result: yes
configure:4947: checking for typedef uint64_t
configure:4968: result: no
configure:4977: checking for typedef u_int32_t
configure:4998: result: yes
configure:5007: checking for typedef u_int16_t
configure:5028: result: yes
configure:5037: checking for typedef u_int8_t
configure:5058: result: yes
configure:5067: checking for typedef int64_t
configure:5088: result: yes
configure:5097: checking for typedef int32_t
configure:5118: result: yes
configure:5127: checking for typedef int16_t
configure:5148: result: yes
configure:5157: checking for typedef int8_t
configure:5178: result: yes
configure:5192: checking for strtok_r
configure:5235: gcc -o conftest -g -O2 -pipe conftest.c >&5
configure:5238: $? = 0
configure:5241: test -s conftest
configure:5244: $? = 0
configure:5254: result: yes
configure:5268: checking for localtime_r
configure:5311: gcc -o conftest -g -O2 -pipe conftest.c >&5
configure:5314: $? = 0
configure:5317: test -s conftest
configure:5320: $? = 0
configure:5330: result: yes
configure:5344: checking for ctime_r
configure:5387: gcc -o conftest -g -O2 -pipe conftest.c >&5
configure:5390: $? = 0
configure:5393: test -s conftest
configure:5396: $? = 0
configure:5406: result: yes
configure:5420: checking for snprintf
configure:5463: gcc -o conftest -g -O2 -pipe conftest.c >&5
configure:5466: $? = 0
configure:5469: test -s conftest
configure:5472: $? = 0
configure:5482: result: yes
configure:5496: checking for getipnodebyaddr
configure:5539: gcc -o conftest -g -O2 -pipe conftest.c >&5
/tmp/ccwTryY8.o: In function `main':
/nprobe/nProbe/configure:5529: undefined reference to `getipnodebyaddr'
collect2: ld returned 1 exit status
configure:5542: $? = 1
configure: failed program was:
#line 5501 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char getipnodebyaddr (); below. */
#include <assert.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 getipnodebyaddr ();
char (*f) ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
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_getipnodebyaddr) || defined (__stub___getipnodebyaddr)
choke me
#else
f = getipnodebyaddr;
#endif
;
return 0;
}
configure:5558: result: no
configure:5572: checking for gethostbyaddr_r
configure:5615: gcc -o conftest -g -O2 -pipe conftest.c >&5
configure:5618: $? = 0
configure:5621: test -s conftest
configure:5624: $? = 0
configure:5634: result: yes
configure:5644: checking for gethostbyaddr_r in -lc
configure:5677: gcc -o conftest -g -O2 -pipe conftest.c -lc >&5
configure:5680: $? = 0
configure:5683: test -s conftest
configure:5686: $? = 0
configure:5697: result: yes
configure:5774: checking for strsep
configure:5817: gcc -o conftest -g -O2 -pipe conftest.c >&5
configure:5820: $? = 0
configure:5823: test -s conftest
configure:5826: $? = 0
configure:5836: result: yes
configure:5847: checking for getopt_long in -lc
configure:5880: gcc -o conftest -g -O2 -pipe conftest.c -lc >&5
configure:5883: $? = 0
configure:5886: test -s conftest
configure:5889: $? = 0
configure:5900: result: yes
configure:5911: checking for gethostname in -lnsl
configure:5944: gcc -o conftest -g -O2 -pipe conftest.c -lnsl >&5
configure:5947: $? = 0
configure:5950: test -s conftest
configure:5953: $? = 0
configure:5964: result: yes
configure:6043: checking for accept in -lsocket
configure:6076: gcc -o conftest -g -O2 -pipe conftest.c -lsocket -lnsl >&5
/usr/bin/ld: cannot find -lsocket
collect2: ld returned 1 exit status
configure:6079: $? = 1
configure: failed program was:
#line 6050 "configure"
#include "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 accept ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
accept ();
;
return 0;
}
configure:6096: result: no
configure:6108: checking for inet_aton in -lresolv
configure:6141: gcc -o conftest -g -O2 -pipe conftest.c -lresolv -lnsl >&5
configure:6144: $? = 0
configure:6147: test -s conftest
configure:6150: $? = 0
configure:6161: result: yes
configure:6189: checking for pthread_create in -lpthread
configure:6222: gcc -o conftest -g -O2 -pipe conftest.c -lpthread -lresolv -lnsl
>&5
configure:6225: $? = 0
configure:6228: test -s conftest
configure:6231: $? = 0
configure:6242: result: yes
configure:6256: checking for LBL Packet Capture Library (required package)
configure:6304: result: found in semi-standard installation
configure:6540: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.53. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on localhost.localdomain
config.status:605: creating Makefile
config.status:709: creating config.h
config.status:1033: executing default-1 commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux
ac_cv_c_compiler_gnu=yes
ac_cv_compiler_option_pipe=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_ether_header_has_ea=no
ac_cv_exeext=
ac_cv_func_ctime_r=yes
ac_cv_func_gethostbyaddr_r=yes
ac_cv_func_getipnodebyaddr=no
ac_cv_func_localtime_r=yes
ac_cv_func_snprintf=yes
ac_cv_func_strsep=yes
ac_cv_func_strtok_r=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_arpa_nameser_h=yes
ac_cv_header_crypt_h=yes
ac_cv_header_dirent_h=yes
ac_cv_header_dl_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_ethertype_h=no
ac_cv_header_fcntl_h=yes
ac_cv_header_if_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_net_bpf_h=no
ac_cv_header_net_ethernet_h=yes
ac_cv_header_net_if_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_if_ether_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_netinet_in_systm_h=yes
ac_cv_header_netinet_ip_h=yes
ac_cv_header_netinet_ip_icmp_h=yes
ac_cv_header_netinet_tcp_h=yes
ac_cv_header_netinet_udp_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_security_pam_appl_h=yes
ac_cv_header_shadow_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=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_sys_ethernet_h=no
ac_cv_header_sys_ioctl=no
ac_cv_header_sys_ldr_h=no
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_syslog_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_un_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux
ac_cv_in6_addr_has_ea=yes
ac_cv_lib_c_gethostbyaddr_r=yes
ac_cv_lib_c_getopt_long=yes
ac_cv_lib_nsl_gethostname=yes
ac_cv_lib_pthread_pthread_create=yes
ac_cv_lib_resolv_inet_aton=yes
ac_cv_lib_socket_accept=no
ac_cv_objext=o
ac_cv_path_LD=/usr/bin/ld
ac_cv_path_NM='/usr/bin/nm -B'
ac_cv_path_install='/usr/bin/install -c'
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_gnu_ld=yes
ac_cv_prog_make_make_set=yes
ac_cv_target=i686-pc-linux-gnu
ac_cv_target_alias=i686-pc-linux
ac_cv_typedef_int16_t=yes
ac_cv_typedef_int32_t=yes
ac_cv_typedef_int64_t=yes
ac_cv_typedef_int8_t=yes
ac_cv_typedef_u_int16_t=yes
ac_cv_typedef_u_int32_t=yes
ac_cv_typedef_u_int64_t=yes
ac_cv_typedef_u_int8_t=yes
ac_cv_typedef_uint64_t=no
am_cv_prog_cc_stdc=
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define NPROBE_LITTLE_ENDIAN 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_PWD_H 1
#define HAVE_STDIO_H 1
#define HAVE_ERRNO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_STRING_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_FCNTL_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_UN_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_DIRENT_H 1
#define HAVE_DLFCN_H 1
#define HAVE_SECURITY_PAM_APPL_H 1
#define HAVE_SHADOW_H 1
#define HAVE_CRYPT_H 1
#define HAVE_IN6_ADDR 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_NET_IF_H 1
#define HAVE_NETINET_IN_SYSTM_H 1
#define HAVE_NETINET_IP_H 1
#define HAVE_NETINET_IP_ICMP_H 1
#define HAVE_NETINET_UDP_H 1
#define HAVE_NETINET_TCP_H 1
#define HAVE_NETINET_IF_ETHER_H 1
#define HAVE_ARPA_NAMESER_H 1
#define HAVE_NET_ETHERNET_H 1
#define HAVE_SYS_SYSLOG_H 1
#define HAVE_SYSLOG_H 1
#define HAVE_FACILITYNAMES 1
#define HAVE_U_INT64_T 1
#define HAVE_U_INT32_T 1
#define HAVE_U_INT16_T 1
#define HAVE_U_INT8_T 1
#define HAVE_INT64_T 1
#define HAVE_INT32_T 1
#define HAVE_INT16_T 1
#define HAVE_INT8_T 1
#define HAVE_STRTOK_R 1
#define HAVE_LOCALTIME_R 1
#define HAVE_CTIME_R 1
#define HAVE_SNPRINTF 1
#define HAVE_GETHOSTBYADDR_R 1
#define HAVE_GETHOSTBYADDR_R 1
#define HAVE_STRSEP 1
#define HAVE_GETOPT_LONG 1
#define HAVE_LIBNSL 1
#define HAVE_LIBRESOLV 1
#define HAVE_LIBPTHREAD 1
configure: exit 0