Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling error - Libpcap Error in Kali Linux Pi2 for Tcpreplay 4.1.0 #211

Closed
fklassen opened this issue Nov 22, 2015 · 2 comments
Closed
Labels
Milestone

Comments

@fklassen
Copy link
Member

As per mailing list, it appears that libpcap-dev is not properly detected on Raspberry Pi2

Hi Aaron,

In case earlier email attachment is filtered, herein is the config.log output. Thanks.

BR
Thomas


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.65.  Invocation command line was
  $ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = kali
uname -m = armv7l
uname -r = 3.18.16-v7
uname -s = Linux
uname -v = #1 SMP PREEMPT Thu Aug 13 11:35:22 CDT 2015
/usr/bin/uname -p = unknown
/bin/uname -X     = unknown
/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin

## ----------- ##
## Core tests. ##
## ----------- ##
configure:3082: checking whether to enable maintainer-specific portions of Makefiles
configure:3091: result: no
configure:3104: checking if malloc debugging is wanted
configure:3122: result: no
configure:3158: checking build system type
configure:3172: result: armv7l-unknown-linux-gnueabi
configure:3192: checking host system type
configure:3205: result: armv7l-unknown-linux-gnueabi
configure:3225: checking target system type
configure:3238: result: armv7l-unknown-linux-gnueabi
configure:3278: checking for cygwin development environment
configure:3288: result: no
configure:3309: checking for a BSD-compatible install
configure:3377: result: /usr/bin/install -c
configure:3388: checking whether build environment is sane
configure:3438: result: yes
configure:3579: checking for a thread-safe mkdir -p
configure:3618: result: /bin/mkdir -p
configure:3631: checking for gawk
configure:3661: result: no
configure:3631: checking for mawk
configure:3647: found /usr/bin/mawk
configure:3658: result: mawk
configure:3669: checking whether make sets $(MAKE)
configure:3691: result: yes
configure:3813: checking for style of include used by make
configure:3841: result: GNU
configure:3911: checking for gcc
configure:3927: found /usr/bin/gcc
configure:3938: result: gcc
configure:4167: checking for C compiler version
configure:4176: gcc --version >&5
gcc (Debian 4.9.2-10) 4.9.2
Copyright (C) 2014 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:4187: $? = 0
configure:4176: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.9/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libitm --disable-libquadmath --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-armhf/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-armhf --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-armhf --with-arch-directory=arm --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-sjlj-exceptions --with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=hard --with-mode=thumb --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
Thread model: posix
gcc version 4.9.2 (Debian 4.9.2-10) 
configure:4187: $? = 0
configure:4176: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4187: $? = 4
configure:4176: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:4187: $? = 4
configure:4207: checking whether the C compiler works
configure:4229: gcc  -Wall -O3 -std=gnu99   conftest.c  >&5
configure:4233: $? = 0
configure:4282: result: yes
configure:4285: checking for C compiler default output file name
configure:4287: result: a.out
configure:4293: checking for suffix of executables
configure:4300: gcc -o conftest  -Wall -O3 -std=gnu99   conftest.c  >&5
configure:4304: $? = 0
configure:4326: result: 
configure:4348: checking whether we are cross compiling
configure:4356: gcc -o conftest  -Wall -O3 -std=gnu99   conftest.c  >&5
configure:4360: $? = 0
configure:4367: ./conftest
configure:4371: $? = 0
configure:4386: result: no
configure:4391: checking for suffix of object files
configure:4413: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
configure:4417: $? = 0
configure:4438: result: o
configure:4442: checking whether we are using the GNU C compiler
configure:4461: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
configure:4461: $? = 0
configure:4470: result: yes
configure:4479: checking whether gcc accepts -g
configure:4499: gcc -c -g  conftest.c >&5
configure:4499: $? = 0
configure:4540: result: yes
configure:4557: checking for gcc option to accept ISO C89
configure:4621: gcc  -c  -Wall -O3 -std=gnu99  conftest.c >&5
configure:4621: $? = 0
configure:4634: result: none needed
configure:4656: checking dependency style of gcc
configure:4766: result: gcc3
configure:4781: checking for a sed that does not truncate output
configure:4845: result: /bin/sed
configure:4863: checking for grep that handles long lines and -e
configure:4921: result: /bin/grep
configure:4926: checking for egrep
configure:4988: result: /bin/grep -E
configure:4993: checking for fgrep
configure:5055: result: /bin/grep -F
configure:5090: checking for ld used by gcc
configure:5157: result: /usr/bin/ld
configure:5164: checking if the linker (/usr/bin/ld) is GNU ld
configure:5179: result: yes
configure:5191: checking for BSD- or MS-compatible name lister (nm)
configure:5240: result: /usr/bin/nm -B
configure:5358: checking the name lister (/usr/bin/nm -B) interface
configure:5365: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
configure:5368: /usr/bin/nm -B "conftest.o"
configure:5371: output
00000000 B some_variable
configure:5378: result: BSD nm
configure:5381: checking whether ln -s works
configure:5385: result: yes
configure:5393: checking the maximum length of command line arguments
configure:5513: result: 1572864
configure:5530: checking whether the shell understands some XSI constructs
configure:5540: result: yes
configure:5544: checking whether the shell understands "+="
configure:5550: result: yes
configure:5585: checking for /usr/bin/ld option to reload object files
configure:5592: result: -r
configure:5661: checking for objdump
configure:5677: found /usr/bin/objdump
configure:5688: result: objdump
configure:5720: checking how to recognize dependent libraries
configure:5916: result: pass_all
configure:5976: checking for ar
configure:5992: found /usr/bin/ar
configure:6003: result: ar
configure:6081: checking for strip
configure:6097: found /usr/bin/strip
configure:6108: result: strip
configure:6180: checking for ranlib
configure:6196: found /usr/bin/ranlib
configure:6207: result: ranlib
configure:6297: checking command to parse /usr/bin/nm -B output from gcc object
configure:6415: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
configure:6418: $? = 0
configure:6422: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[  ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[  ][  ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:6425: $? = 0
configure:6479: gcc -o conftest  -Wall -O3 -std=gnu99   conftest.c conftstm.o >&5
configure:6482: $? = 0
configure:6520: result: ok
configure:7329: checking how to run the C preprocessor
configure:7360: gcc -E  conftest.c
configure:7360: $? = 0
configure:7374: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:7374: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE tcpreplay
| #define VERSION "4.1.0"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7399: result: gcc -E
configure:7419: gcc -E  conftest.c
configure:7419: $? = 0
configure:7433: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:7433: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE tcpreplay
| #define VERSION "4.1.0"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7462: checking for ANSI C header files
configure:7482: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
configure:7482: $? = 0
configure:7555: gcc -o conftest  -Wall -O3 -std=gnu99   conftest.c  >&5
configure:7555: $? = 0
configure:7555: ./conftest
configure:7555: $? = 0
configure:7566: result: yes
configure:7579: checking for sys/types.h
configure:7579: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
configure:7579: $? = 0
configure:7579: result: yes
configure:7579: checking for sys/stat.h
configure:7579: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
configure:7579: $? = 0
configure:7579: result: yes
configure:7579: checking for stdlib.h
configure:7579: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
configure:7579: $? = 0
configure:7579: result: yes
configure:7579: checking for string.h
configure:7579: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
configure:7579: $? = 0
configure:7579: result: yes
configure:7579: checking for memory.h
configure:7579: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
configure:7579: $? = 0
configure:7579: result: yes
configure:7579: checking for strings.h
configure:7579: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
configure:7579: $? = 0
configure:7579: result: yes
configure:7579: checking for inttypes.h
configure:7579: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
configure:7579: $? = 0
configure:7579: result: yes
configure:7579: checking for stdint.h
configure:7579: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
configure:7579: $? = 0
configure:7579: result: yes
configure:7579: checking for unistd.h
configure:7579: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
configure:7579: $? = 0
configure:7579: result: yes
configure:7594: checking for dlfcn.h
configure:7594: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
configure:7594: $? = 0
configure:7594: result: yes
configure:7778: checking for objdir
configure:7793: result: .libs
configure:8085: checking if gcc supports -fno-rtti -fno-exceptions
configure:8103: gcc -c  -Wall -O3 -std=gnu99  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
configure:8107: $? = 0
configure:8120: result: no
configure:8140: checking for gcc option to produce PIC
configure:8412: result: -fPIC -DPIC
configure:8424: checking if gcc PIC flag -fPIC -DPIC works
configure:8442: gcc -c  -Wall -O3 -std=gnu99  -fPIC -DPIC -DPIC conftest.c >&5
configure:8446: $? = 0
configure:8459: result: yes
configure:8483: checking if gcc static flag -static works
configure:8511: result: yes
configure:8526: checking if gcc supports -c -o file.o
configure:8547: gcc -c  -Wall -O3 -std=gnu99  -o out/conftest2.o conftest.c >&5
configure:8551: $? = 0
configure:8573: result: yes
configure:8581: checking if gcc supports -c -o file.o
configure:8628: result: yes
configure:8661: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:9652: result: yes
configure:9689: checking whether -lc should be explicitly linked in
configure:9694: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
configure:9697: $? = 0
configure:9712: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:9715: $? = 0
configure:9727: result: no
configure:9891: checking dynamic linker characteristics
configure:10324: gcc -o conftest  -Wall -O3 -std=gnu99   -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:10324: $? = 0
configure:10554: result: GNU/Linux ld.so
configure:10656: checking how to hardcode library paths into programs
configure:10681: result: immediate
configure:11201: checking whether stripping libraries is possible
configure:11206: result: yes
configure:11241: checking if libtool supports shared libraries
configure:11243: result: yes
configure:11246: checking whether to build shared libraries
configure:11267: result: yes
configure:11270: checking whether to build static libraries
configure:11274: result: yes
configure:11310: checking whether gcc and cc understand -c and -o together
configure:11341: gcc -c conftest.c -o conftest2.o >&5
configure:11345: $? = 0
configure:11351: gcc -c conftest.c -o conftest2.o >&5
configure:11355: $? = 0
configure:11366: cc -c conftest.c >&5
configure:11370: $? = 0
configure:11378: cc -c conftest.c -o conftest2.o >&5
configure:11382: $? = 0
configure:11388: cc -c conftest.c -o conftest2.o >&5
configure:11392: $? = 0
configure:11410: result: yes
configure:11439: checking for gcc option to accept ISO C99
configure:11588: gcc  -c  -Wall -O3 -std=gnu99  conftest.c >&5
conftest.c: In function 'test_varargs':
conftest.c:94:9: warning: variable 'fnumber' set but not used [-Wunused-but-set-variable]
   float fnumber;
         ^
conftest.c:93:7: warning: variable 'number' set but not used [-Wunused-but-set-variable]
   int number;
       ^
conftest.c:92:15: warning: variable 'str' set but not used [-Wunused-but-set-variable]
   const char *str;
               ^
configure:11588: $? = 0
configure:11601: result: none needed
configure:11710: checking for gcc option to accept ISO Standard C
configure:11721: result: none needed
configure:11786: checking for g++
configure:11802: found /usr/bin/g++
configure:11813: result: g++
configure:11840: checking for C++ compiler version
configure:11849: g++ --version >&5
g++ (Debian 4.9.2-10) 4.9.2
Copyright (C) 2014 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:11860: $? = 0
configure:11849: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.9/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libitm --disable-libquadmath --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-armhf/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-armhf --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-armhf --with-arch-directory=arm --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-sjlj-exceptions --with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=hard --with-mode=thumb --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
Thread model: posix
gcc version 4.9.2 (Debian 4.9.2-10) 
configure:11860: $? = 0
configure:11849: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:11860: $? = 4
configure:11849: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:11860: $? = 4
configure:11864: checking whether we are using the GNU C++ compiler
configure:11883: g++ -c   conftest.cpp >&5
configure:11883: $? = 0
configure:11892: result: yes
configure:11901: checking whether g++ accepts -g
configure:11921: g++ -c -g  conftest.cpp >&5
configure:11921: $? = 0
configure:11962: result: yes
configure:11987: checking dependency style of g++
configure:12097: result: gcc3
configure:12225: checking for C++ compiler version
configure:12234: g++ --version >&5
g++ (Debian 4.9.2-10) 4.9.2
Copyright (C) 2014 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:12245: $? = 0
configure:12234: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.9/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libitm --disable-libquadmath --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-armhf/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-armhf --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-armhf --with-arch-directory=arm --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-sjlj-exceptions --with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=hard --with-mode=thumb --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
Thread model: posix
gcc version 4.9.2 (Debian 4.9.2-10) 
configure:12245: $? = 0
configure:12234: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:12245: $? = 4
configure:12234: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:12245: $? = 4
configure:12249: checking whether we are using the GNU C++ compiler
configure:12277: result: yes
configure:12286: checking whether g++ accepts -g
configure:12347: result: yes
configure:12372: checking dependency style of g++
configure:12482: result: gcc3
configure:12505: checking how to run the C++ preprocessor
configure:12532: g++ -E  conftest.cpp
configure:12532: $? = 0
configure:12546: g++ -E  conftest.cpp
conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:12546: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE tcpreplay
| #define VERSION "4.1.0"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:12571: result: g++ -E
configure:12591: g++ -E  conftest.cpp
configure:12591: $? = 0
configure:12605: g++ -E  conftest.cpp
conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:12605: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE tcpreplay
| #define VERSION "4.1.0"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:12773: checking for ld used by g++
configure:12840: result: /usr/bin/ld
configure:12847: checking if the linker (/usr/bin/ld) is GNU ld
configure:12862: result: yes
configure:12917: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:13830: result: yes
configure:13858: g++ -c -g -O2  conftest.cpp >&5
configure:13861: $? = 0
configure:14043: checking for g++ option to produce PIC
configure:14360: result: -fPIC -DPIC
configure:14369: checking if g++ PIC flag -fPIC -DPIC works
configure:14387: g++ -c -g -O2  -fPIC -DPIC -DPIC conftest.cpp >&5
configure:14391: $? = 0
configure:14404: result: yes
configure:14425: checking if g++ static flag -static works
configure:14453: result: yes
configure:14465: checking if g++ supports -c -o file.o
configure:14486: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:14490: $? = 0
configure:14512: result: yes
configure:14517: checking if g++ supports -c -o file.o
configure:14564: result: yes
configure:14594: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:14623: result: yes
configure:14760: checking dynamic linker characteristics
configure:15141: g++ -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.cpp  >&5
configure:15141: $? = 0
configure:15371: result: GNU/Linux ld.so
configure:15422: checking how to hardcode library paths into programs
configure:15447: result: immediate
configure:15491: checking how to run the C preprocessor
configure:15561: result: gcc -E
configure:15581: gcc -E  conftest.c
configure:15581: $? = 0
configure:15595: gcc -E  conftest.c
conftest.c:23:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:15595: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE tcpreplay
| #define VERSION "4.1.0"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:15623: checking whether ln -s works
configure:15627: result: yes
configure:15639: checking for gawk
configure:15666: result: mawk
configure:15677: checking for a sed that does not truncate output
configure:15741: result: /bin/sed
configure:15746: checking whether make sets $(MAKE)
configure:15768: result: yes
configure:15780: checking for printf
configure:15798: found /usr/bin/printf
configure:15810: result: /usr/bin/printf
configure:15820: checking for echo
configure:15838: found /bin/echo
configure:15850: result: /bin/echo
configure:15860: checking for cut
configure:15878: found /usr/bin/cut
configure:15890: result: /usr/bin/cut
configure:15900: checking for autogen
configure:15933: result: no
configure:15940: checking for groff
configure:15958: found /usr/bin/groff
configure:15970: result: /usr/bin/groff
configure:15980: checking for depmod
configure:15999: found /sbin/depmod
configure:16012: result: /sbin/depmod
configure:16022: checking for insmod
configure:16041: found /sbin/insmod
configure:16054: result: /sbin/insmod
configure:16064: checking for rmmod
configure:16083: found /sbin/rmmod
configure:16096: result: /sbin/rmmod
configure:16142: Using system libopts
configure:16146: checking for ANSI C header files
configure:16250: result: yes
configure:16258: checking whether sys/types.h defines makedev
configure:16274: gcc -o conftest  -Wall -O3 -std=gnu99   conftest.c  >&5
configure:16274: $? = 0
configure:16283: result: yes
configure:16309: checking for inline
configure:16325: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
configure:16325: $? = 0
configure:16333: result: inline
configure:16351: checking for int16_t
configure:16351: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
conftest.c: In function 'main':
conftest.c:62:12: warning: variable 'test_array' set but not used [-Wunused-but-set-variable]
 static int test_array [1 - 2 * !(0 < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1))];
            ^
configure:16351: $? = 0
configure:16351: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
conftest.c: In function 'main':
conftest.c:62:12: error: size of array 'test_array' is negative
 static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
            ^
conftest.c:62:12: warning: variable 'test_array' set but not used [-Wunused-but-set-variable]
configure:16351: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE tcpreplay
| #define VERSION "4.1.0"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define AUTOGEN_VERSION ${AUTOGEN_VERSION}
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|          enum { N = 16 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
|    < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:16351: result: yes
configure:16362: checking for int32_t
configure:16362: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
conftest.c: In function 'main':
conftest.c:62:12: warning: variable 'test_array' set but not used [-Wunused-but-set-variable]
 static int test_array [1 - 2 * !(0 < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1))];
            ^
configure:16362: $? = 0
configure:16362: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
conftest.c: In function 'main':
conftest.c:63:53: warning: integer overflow in expression [-Woverflow]
    < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
                                                     ^
conftest.c:62:12: error: storage size of 'test_array' isn't constant
 static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
            ^
conftest.c:62:12: warning: unused variable 'test_array' [-Wunused-variable]
configure:16362: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE tcpreplay
| #define VERSION "4.1.0"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define AUTOGEN_VERSION ${AUTOGEN_VERSION}
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|          enum { N = 32 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
|    < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:16362: result: yes
configure:16373: checking for int64_t
configure:16373: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
conftest.c: In function 'main':
conftest.c:62:12: warning: variable 'test_array' set but not used [-Wunused-but-set-variable]
 static int test_array [1 - 2 * !(0 < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1))];
            ^
configure:16373: $? = 0
configure:16373: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
conftest.c: In function 'main':
conftest.c:63:53: warning: integer overflow in expression [-Woverflow]
    < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
                                                     ^
conftest.c:62:12: error: storage size of 'test_array' isn't constant
 static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
            ^
conftest.c:62:12: warning: unused variable 'test_array' [-Wunused-variable]
configure:16373: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE tcpreplay
| #define VERSION "4.1.0"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define AUTOGEN_VERSION ${AUTOGEN_VERSION}
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|          enum { N = 64 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
|    < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:16373: result: yes
configure:16384: checking for int8_t
configure:16384: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
conftest.c: In function 'main':
conftest.c:62:12: warning: variable 'test_array' set but not used [-Wunused-but-set-variable]
 static int test_array [1 - 2 * !(0 < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1))];
            ^
configure:16384: $? = 0
configure:16384: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
conftest.c: In function 'main':
conftest.c:62:12: error: size of array 'test_array' is negative
 static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
            ^
conftest.c:62:12: warning: variable 'test_array' set but not used [-Wunused-but-set-variable]
configure:16384: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE tcpreplay
| #define VERSION "4.1.0"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define AUTOGEN_VERSION ${AUTOGEN_VERSION}
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|          enum { N = 8 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
|    < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:16384: result: yes
configure:16395: checking for off_t
configure:16395: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
configure:16395: $? = 0
configure:16395: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
conftest.c: In function 'main':
conftest.c:61:20: error: expected expression before ')' token
 if (sizeof ((off_t)))
                    ^
configure:16395: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE tcpreplay
| #define VERSION "4.1.0"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define AUTOGEN_VERSION ${AUTOGEN_VERSION}
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((off_t)))
|      return 0;
|   ;
|   return 0;
| }
configure:16395: result: yes
configure:16406: checking for pid_t
configure:16406: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
configure:16406: $? = 0
configure:16406: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
conftest.c: In function 'main':
conftest.c:61:20: error: expected expression before ')' token
 if (sizeof ((pid_t)))
                    ^
configure:16406: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE tcpreplay
| #define VERSION "4.1.0"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define AUTOGEN_VERSION ${AUTOGEN_VERSION}
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
|      return 0;
|   ;
|   return 0;
| }
configure:16406: result: yes
configure:16417: checking for size_t
configure:16417: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
configure:16417: $? = 0
configure:16417: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
conftest.c: In function 'main':
conftest.c:61:21: error: expected expression before ')' token
 if (sizeof ((size_t)))
                     ^
configure:16417: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE tcpreplay
| #define VERSION "4.1.0"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define AUTOGEN_VERSION ${AUTOGEN_VERSION}
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
|      return 0;
|   ;
|   return 0;
| }
configure:16417: result: yes
configure:16428: checking for ssize_t
configure:16428: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
configure:16428: $? = 0
configure:16428: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
conftest.c: In function 'main':
conftest.c:61:22: error: expected expression before ')' token
 if (sizeof ((ssize_t)))
                      ^
configure:16428: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE tcpreplay
| #define VERSION "4.1.0"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define AUTOGEN_VERSION ${AUTOGEN_VERSION}
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((ssize_t)))
|      return 0;
|   ;
|   return 0;
| }
configure:16428: result: yes
configure:16439: checking for uint16_t
configure:16439: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
conftest.c: In function 'main':
conftest.c:61:12: warning: variable 'test_array' set but not used [-Wunused-but-set-variable]
 static int test_array [1 - 2 * !(((uint16_t) -1 >> (16 / 2 - 1)) >> (16 / 2 - 1) == 3)];
            ^
configure:16439: $? = 0
configure:16439: result: yes
configure:16451: checking for uint32_t
configure:16451: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
conftest.c: In function 'main':
conftest.c:61:12: warning: variable 'test_array' set but not used [-Wunused-but-set-variable]
 static int test_array [1 - 2 * !(((uint32_t) -1 >> (32 / 2 - 1)) >> (32 / 2 - 1) == 3)];
            ^
configure:16451: $? = 0
configure:16451: result: yes
configure:16465: checking for uint64_t
configure:16465: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
conftest.c: In function 'main':
conftest.c:61:12: warning: variable 'test_array' set but not used [-Wunused-but-set-variable]
 static int test_array [1 - 2 * !(((uint64_t) -1 >> (64 / 2 - 1)) >> (64 / 2 - 1) == 3)];
            ^
configure:16465: $? = 0
configure:16465: result: yes
configure:16479: checking for uint8_t
configure:16479: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
conftest.c: In function 'main':
conftest.c:61:12: warning: variable 'test_array' set but not used [-Wunused-but-set-variable]
 static int test_array [1 - 2 * !(((uint8_t) -1 >> (8 / 2 - 1)) >> (8 / 2 - 1) == 3)];
            ^
configure:16479: $? = 0
configure:16479: result: yes
configure:16493: checking whether time.h and sys/time.h may both be included
configure:16513: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
configure:16513: $? = 0
configure:16520: result: yes
configure:16528: checking for an ANSI C-conforming const
configure:16593: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
conftest.c: In function 'main':
conftest.c:55:7: warning: 't' is used uninitialized in this function [-Wuninitialized]
     *t++ = 0;
       ^
conftest.c:77:13: warning: 'cs[0]' is used uninitialized in this function [-Wuninitialized]
   return !cs[0] && !zero.x;
             ^
configure:16593: $? = 0
configure:16600: result: yes
configure:16608: checking for inline
configure:16632: result: inline
configure:16657: checking for special C compiler options needed for large files
configure:16702: result: no
configure:16708: checking for _FILE_OFFSET_BITS value needed for large files
configure:16733: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
conftest.c:32:3: warning: left shift count >= width of type
   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
   ^
conftest.c:32:3: warning: left shift count >= width of type
conftest.c:33:10: warning: left shift count >= width of type
          && LARGE_OFF_T % 2147483647 == 1)
          ^
conftest.c:33:10: warning: left shift count >= width of type
conftest.c:32:7: error: variably modified 'off_t_is_large' at file scope
   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
       ^
configure:16733: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE tcpreplay
| #define VERSION "4.1.0"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define AUTOGEN_VERSION ${AUTOGEN_VERSION}
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|  /* Check that off_t can represent 2**63 - 1 correctly.
|     We can't simply define LARGE_OFF_T to be 9223372036854775807,
|     since some C++ compilers masquerading as C compilers
|     incorrectly reject 9223372036854775807.  */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
|          && LARGE_OFF_T % 2147483647 == 1)
|         ? 1 : -1];
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:16757: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
configure:16757: $? = 0
configure:16765: result: 64
configure:16849: checking for _LARGEFILE_SOURCE value needed for large files
configure:16868: gcc -o conftest  -Wall -O3 -std=gnu99   conftest.c  >&5
configure:16868: $? = 0
configure:16896: result: no
configure:16918: checking for u_int8_t
configure:16918: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
configure:16918: $? = 0
configure:16918: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
conftest.c: In function 'main':
conftest.c:64:23: error: expected expression before ')' token
 if (sizeof ((u_int8_t)))
                       ^
configure:16918: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE tcpreplay
| #define VERSION "4.1.0"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define AUTOGEN_VERSION ${AUTOGEN_VERSION}
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((u_int8_t)))
|      return 0;
|   ;
|   return 0;
| }
configure:16918: result: yes
configure:16929: checking for u_int16_t
configure:16929: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
configure:16929: $? = 0
configure:16929: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
conftest.c: In function 'main':
conftest.c:64:24: error: expected expression before ')' token
 if (sizeof ((u_int16_t)))
                        ^
configure:16929: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE tcpreplay
| #define VERSION "4.1.0"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define AUTOGEN_VERSION ${AUTOGEN_VERSION}
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((u_int16_t)))
|      return 0;
|   ;
|   return 0;
| }
configure:16929: result: yes
configure:16940: checking for u_int32_t
configure:16940: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
configure:16940: $? = 0
configure:16940: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
conftest.c: In function 'main':
conftest.c:64:24: error: expected expression before ')' token
 if (sizeof ((u_int32_t)))
                        ^
configure:16940: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE tcpreplay
| #define VERSION "4.1.0"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define AUTOGEN_VERSION ${AUTOGEN_VERSION}
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((u_int32_t)))
|      return 0;
|   ;
|   return 0;
| }
configure:16940: result: yes
configure:16951: checking for u_int64_t
configure:16951: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
configure:16951: $? = 0
configure:16951: gcc -c  -Wall -O3 -std=gnu99  conftest.c >&5
conftest.c: In function 'main':
conftest.c:64:24: error: expected expression before ')' token
 if (sizeof ((u_int64_t)))
                        ^
configure:16951: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE tcpreplay
| #define VERSION "4.1.0"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define AUTOGEN_VERSION ${AUTOGEN_VERSION}
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((u_int64_t)))
|      return 0;
|   ;
|   return 0;
| }
configure:16951: result: yes
configure:16963: checking for gcc -Wextra support
configure:16973: gcc -c  -Wall -O3 -std=gnu99 -Wextra -Werror  conftest.c >&5
conftest.c: In function 'main':
conftest.c:29:18: error: unused parameter 'argc' [-Werror=unused-parameter]
     int main(int argc, char *argv[]) { return(0); }
                  ^
conftest.c:29:30: error: unused parameter 'argv' [-Werror=unused-parameter]
     int main(int argc, char *argv[]) { return(0); }
                              ^
cc1: all warnings being treated as errors
configure:16973: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE tcpreplay
| #define VERSION "4.1.0"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define AUTOGEN_VERSION ${AUTOGEN_VERSION}
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| /* end confdefs.h.  */
| #include <stdlib.h>
|     int main(int argc, char *argv[]) { return(0); }
configure:16978: result: no
configure:16984: checking for gcc -Wno-variadic-macros support
configure:16994: gcc -c  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Werror  conftest.c >&5
configure:16994: $? = 0
configure:16995: result: yes
configure:17005: checking for gcc -Wfatal-errors support
configure:17015: gcc -c  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Werror  conftest.c >&5
configure:17015: $? = 0
configure:17016: result: yes
configure:17026: checking for gcc -Wno-format-contains-nul support
configure:17036: gcc -c  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul -Werror  conftest.c >&5
configure:17036: $? = 0
configure:17037: result: yes
configure:17050: checking fcntl.h usability
configure:17050: gcc -c  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul  conftest.c >&5
configure:17050: $? = 0
configure:17050: result: yes
configure:17050: checking fcntl.h presence
configure:17050: gcc -E  conftest.c
configure:17050: $? = 0
configure:17050: result: yes
configure:17050: checking for fcntl.h
configure:17050: result: yes
configure:17050: checking stddef.h usability
configure:17050: gcc -c  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul  conftest.c >&5
configure:17050: $? = 0
configure:17050: result: yes
configure:17050: checking stddef.h presence
configure:17050: gcc -E  conftest.c
configure:17050: $? = 0
configure:17050: result: yes
configure:17050: checking for stddef.h
configure:17050: result: yes
configure:17050: checking sys/socket.h usability
configure:17050: gcc -c  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul  conftest.c >&5
configure:17050: $? = 0
configure:17050: result: yes
configure:17050: checking sys/socket.h presence
configure:17050: gcc -E  conftest.c
configure:17050: $? = 0
configure:17050: result: yes
configure:17050: checking for sys/socket.h
configure:17050: result: yes
configure:17050: checking arpa/inet.h usability
configure:17050: gcc -c  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul  conftest.c >&5
configure:17050: $? = 0
configure:17050: result: yes
configure:17050: checking arpa/inet.h presence
configure:17050: gcc -E  conftest.c
configure:17050: $? = 0
configure:17050: result: yes
configure:17050: checking for arpa/inet.h
configure:17050: result: yes
configure:17050: checking sys/time.h usability
configure:17050: gcc -c  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul  conftest.c >&5
configure:17050: $? = 0
configure:17050: result: yes
configure:17050: checking sys/time.h presence
configure:17050: gcc -E  conftest.c
configure:17050: $? = 0
configure:17050: result: yes
configure:17050: checking for sys/time.h
configure:17050: result: yes
configure:17050: checking signal.h usability
configure:17050: gcc -c  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul  conftest.c >&5
configure:17050: $? = 0
configure:17050: result: yes
configure:17050: checking signal.h presence
configure:17050: gcc -E  conftest.c
configure:17050: $? = 0
configure:17050: result: yes
configure:17050: checking for signal.h
configure:17050: result: yes
configure:17050: checking for string.h
configure:17050: result: yes
configure:17050: checking for strings.h
configure:17050: result: yes
configure:17050: checking for sys/types.h
configure:17050: result: yes
configure:17050: checking for stdint.h
configure:17050: result: yes
configure:17050: checking sys/select.h usability
configure:17050: gcc -c  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul  conftest.c >&5
configure:17050: $? = 0
configure:17050: result: yes
configure:17050: checking sys/select.h presence
configure:17050: gcc -E  conftest.c
configure:17050: $? = 0
configure:17050: result: yes
configure:17050: checking for sys/select.h
configure:17050: result: yes
configure:17050: checking netinet/in.h usability
configure:17050: gcc -c  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul  conftest.c >&5
configure:17050: $? = 0
configure:17050: result: yes
configure:17050: checking netinet/in.h presence
configure:17050: gcc -E  conftest.c
configure:17050: $? = 0
configure:17050: result: yes
configure:17050: checking for netinet/in.h
configure:17050: result: yes
configure:17050: checking netinet/in_systm.h usability
configure:17050: gcc -c  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul  conftest.c >&5
configure:17050: $? = 0
configure:17050: result: yes
configure:17050: checking netinet/in_systm.h presence
configure:17050: gcc -E  conftest.c
configure:17050: $? = 0
configure:17050: result: yes
configure:17050: checking for netinet/in_systm.h
configure:17050: result: yes
configure:17050: checking poll.h usability
configure:17050: gcc -c  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul  conftest.c >&5
configure:17050: $? = 0
configure:17050: result: yes
configure:17050: checking poll.h presence
configure:17050: gcc -E  conftest.c
configure:17050: $? = 0
configure:17050: result: yes
configure:17050: checking for poll.h
configure:17050: result: yes
configure:17050: checking sys/poll.h usability
configure:17050: gcc -c  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul  conftest.c >&5
configure:17050: $? = 0
configure:17050: result: yes
configure:17050: checking sys/poll.h presence
configure:17050: gcc -E  conftest.c
configure:17050: $? = 0
configure:17050: result: yes
configure:17050: checking for sys/poll.h
configure:17050: result: yes
configure:17050: checking for unistd.h
configure:17050: result: yes
configure:17050: checking sys/param.h usability
configure:17050: gcc -c  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul  conftest.c >&5
configure:17050: $? = 0
configure:17050: result: yes
configure:17050: checking sys/param.h presence
configure:17050: gcc -E  conftest.c
configure:17050: $? = 0
configure:17050: result: yes
configure:17050: checking for sys/param.h
configure:17050: result: yes
configure:17050: checking for inttypes.h
configure:17050: result: yes
configure:17050: checking libintl.h usability
configure:17050: gcc -c  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul  conftest.c >&5
configure:17050: $? = 0
configure:17050: result: yes
configure:17050: checking libintl.h presence
configure:17050: gcc -E  conftest.c
configure:17050: $? = 0
configure:17050: result: yes
configure:17050: checking for libintl.h
configure:17050: result: yes
configure:17050: checking sys/file.h usability
configure:17050: gcc -c  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul  conftest.c >&5
configure:17050: $? = 0
configure:17050: result: yes
configure:17050: checking sys/file.h presence
configure:17050: gcc -E  conftest.c
configure:17050: $? = 0
configure:17050: result: yes
configure:17050: checking for sys/file.h
configure:17050: result: yes
configure:17050: checking sys/ioctl.h usability
configure:17050: gcc -c  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul  conftest.c >&5
configure:17050: $? = 0
configure:17050: result: yes
configure:17050: checking sys/ioctl.h presence
configure:17050: gcc -E  conftest.c
configure:17050: $? = 0
configure:17050: result: yes
configure:17050: checking for sys/ioctl.h
configure:17050: result: yes
configure:17050: checking sys/systeminfo.h usability
configure:17050: gcc -c  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul  conftest.c >&5
conftest.c:82:28: fatal error: sys/systeminfo.h: No such file or directory
 #include <sys/systeminfo.h>
                            ^
compilation terminated.
configure:17050: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE tcpreplay
| #define VERSION "4.1.0"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define AUTOGEN_VERSION ${AUTOGEN_VERSION}
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/systeminfo.h>
configure:17050: result: no
configure:17050: checking sys/systeminfo.h presence
configure:17050: gcc -E  conftest.c
conftest.c:49:28: fatal error: sys/systeminfo.h: No such file or directory
 #include <sys/systeminfo.h>
                            ^
compilation terminated.
configure:17050: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE tcpreplay
| #define VERSION "4.1.0"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define AUTOGEN_VERSION ${AUTOGEN_VERSION}
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h.  */
| #include <sys/systeminfo.h>
configure:17050: result: no
configure:17050: checking for sys/systeminfo.h
configure:17050: result: no
configure:17061: checking for stdbool.h that conforms to C99
configure:17146: gcc -c  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul  conftest.c >&5
conftest.c:76:2: warning: the address of 's' will always evaluate as 'true' [-Waddress]
  bool e = &s;
  ^
conftest.c: In function 'main':
conftest.c:120:10: warning: the address of 'a' will always evaluate as 'true' [-Waddress]
  return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
          ^
conftest.c:120:15: warning: the address of 'b' will always evaluate as 'true' [-Waddress]
  return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
               ^
conftest.c:120:20: warning: the address of 'c' will always evaluate as 'true' [-Waddress]
  return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
                    ^
conftest.c:120:25: warning: the address of 'd' will always evaluate as 'true' [-Waddress]
  return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
                         ^
conftest.c:120:35: warning: the address of 'f' will always evaluate as 'true' [-Waddress]
  return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
                                   ^
conftest.c:120:40: warning: the address of 'g' will always evaluate as 'true' [-Waddress]
  return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
                                        ^
conftest.c:120:45: warning: the address of 'h' will always evaluate as 'true' [-Waddress]
  return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
                                             ^
conftest.c:120:50: warning: the address of 'i' will always evaluate as 'true' [-Waddress]
  return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
                                                  ^
conftest.c:121:10: warning: the address of 'n' will always evaluate as 'true' [-Waddress]
          ^
conftest.c:121:15: warning: the address of 'o' will always evaluate as 'true' [-Waddress]
               ^
conftest.c:121:20: warning: the address of 'p' will always evaluate as 'true' [-Waddress]
                    ^
configure:17146: $? = 0
configure:17153: result: yes
configure:17155: checking for _Bool
configure:17155: gcc -c  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul  conftest.c >&5
configure:17155: $? = 0
configure:17155: gcc -c  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul  conftest.c >&5
conftest.c: In function 'main':
conftest.c:85:20: error: expected expression before ')' token
 if (sizeof ((_Bool)))
                    ^
compilation terminated due to -Wfatal-errors.
configure:17155: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE tcpreplay
| #define VERSION "4.1.0"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define AUTOGEN_VERSION ${AUTOGEN_VERSION}
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((_Bool)))
|      return 0;
|   ;
|   return 0;
| }
configure:17155: result: yes
configure:17175: checking for sys/sysctl.h
configure:17175: gcc -c  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul  conftest.c >&5
configure:17175: $? = 0
configure:17175: result: yes
configure:17175: checking for net/route.h
configure:17175: gcc -c  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul  conftest.c >&5
configure:17175: $? = 0
configure:17175: result: yes
configure:17199: checking for socket in -lsocket
configure:17224: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lsocket   >&5
/usr/bin/ld: cannot find -lsocket
collect2: error: ld returned 1 exit status
configure:17224: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE tcpreplay
| #define VERSION "4.1.0"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define AUTOGEN_VERSION ${AUTOGEN_VERSION}
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_ROUTE_H 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char socket ();
| int
| main ()
| {
| return socket ();
|   ;
|   return 0;
| }
configure:17233: result: no
configure:17244: checking for gethostbyname in -lnsl
configure:17269: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lnsl   >&5
configure:17269: $? = 0
configure:17278: result: yes
configure:17289: checking for nanosleep in -lrt
configure:17314: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt  -lnsl  >&5
configure:17314: $? = 0
configure:17323: result: yes
configure:17334: checking for resolv in -lresolv
configure:17359: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lresolv  -lrt -lnsl  >&5
/tmp/ccwtGi1n.o: In function `main':
conftest.c:(.text.startup+0x2): undefined reference to `resolv'
collect2: error: ld returned 1 exit status
configure:17359: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE tcpreplay
| #define VERSION "4.1.0"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define AUTOGEN_VERSION ${AUTOGEN_VERSION}
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_LIBNSL 1
| #define HAVE_LIBRT 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char resolv ();
| int
| main ()
| {
| return resolv ();
|   ;
|   return 0;
| }
configure:17368: result: no
configure:17382: checking vfork.h usability
configure:17382: gcc -c  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul  conftest.c >&5
conftest.c:88:19: fatal error: vfork.h: No such file or directory
 #include <vfork.h>
                   ^
compilation terminated.
configure:17382: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE tcpreplay
| #define VERSION "4.1.0"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define AUTOGEN_VERSION ${AUTOGEN_VERSION}
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_LIBNSL 1
| #define HAVE_LIBRT 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vfork.h>
configure:17382: result: no
configure:17382: checking vfork.h presence
configure:17382: gcc -E  conftest.c
conftest.c:55:19: fatal error: vfork.h: No such file or directory
 #include <vfork.h>
                   ^
compilation terminated.
configure:17382: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE tcpreplay
| #define VERSION "4.1.0"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define AUTOGEN_VERSION ${AUTOGEN_VERSION}
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_LIBNSL 1
| #define HAVE_LIBRT 1
| /* end confdefs.h.  */
| #include <vfork.h>
configure:17382: result: no
configure:17382: checking for vfork.h
configure:17382: result: no
configure:17395: checking for fork
configure:17395: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
conftest.c:78:6: warning: conflicting types for built-in function 'fork'
 char fork ();
      ^
configure:17395: $? = 0
configure:17395: result: yes
configure:17395: checking for vfork
configure:17395: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
configure:17395: $? = 0
configure:17395: result: yes
configure:17406: checking for working fork
configure:17428: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
configure:17428: $? = 0
configure:17428: ./conftest
configure:17428: $? = 0
configure:17438: result: yes
configure:17459: checking for working vfork
configure:17569: result: yes
configure:17594: checking whether lstat correctly handles trailing slash
configure:17620: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
configure:17620: $? = 0
configure:17620: ./conftest
configure:17620: $? = 0
configure:17637: result: yes
configure:17658: checking for stdlib.h
configure:17658: result: yes
configure:17668: checking for GNU libc compatible malloc
configure:17692: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
configure:17692: $? = 0
configure:17692: ./conftest
configure:17692: $? = 0
configure:17702: result: yes
configure:17723: checking for working memcmp
configure:17766: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
configure:17766: $? = 0
configure:17766: ./conftest
configure:17766: $? = 0
configure:17776: result: yes
configure:17785: checking return type of signal handlers
configure:17803: gcc -c  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul  conftest.c >&5
conftest.c: In function 'main':
conftest.c:68:1: error: void value not ignored as it ought to be
 return *(signal (0, 0)) (0) == 1;
 ^
compilation terminated due to -Wfatal-errors.
configure:17803: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE tcpreplay
| #define VERSION "4.1.0"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define AUTOGEN_VERSION ${AUTOGEN_VERSION}
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_LIBNSL 1
| #define HAVE_LIBRT 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <signal.h>
| 
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
|   ;
|   return 0;
| }
configure:17810: result: void
configure:17820: checking for vprintf
configure:17820: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
conftest.c:86:6: warning: conflicting types for built-in function 'vprintf'
 char vprintf ();
      ^
configure:17820: $? = 0
configure:17820: result: yes
configure:17826: checking for _doprnt
configure:17826: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
/tmp/ccuhJ4xC.o: In function `main':
conftest.c:(.text.startup+0x2): undefined reference to `_doprnt'
collect2: error: ld returned 1 exit status
configure:17826: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE tcpreplay
| #define VERSION "4.1.0"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define AUTOGEN_VERSION ${AUTOGEN_VERSION}
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_LIBNSL 1
| #define HAVE_LIBRT 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| /* end confdefs.h.  */
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _doprnt innocuous__doprnt
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _doprnt (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef _doprnt
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _doprnt ();
| /* 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__doprnt || defined __stub____doprnt
| choke me
| #endif
| 
| int
| main ()
| {
| return _doprnt ();
|   ;
|   return 0;
| }
configure:17826: result: no
configure:17843: checking for sys/time.h
configure:17843: result: yes
configure:17843: checking for unistd.h
configure:17843: result: yes
configure:17843: checking for stdlib.h
configure:17843: result: yes
configure:17843: checking for sys/param.h
configure:17843: result: yes
configure:17865: checking for alarm
configure:17865: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
configure:17865: $? = 0
configure:17865: result: yes
configure:17879: checking for working mktime
configure:18084: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
configure:18084: $? = 0
configure:18084: ./conftest
configure:18084: $? = 0
configure:18094: result: yes
configure:18112: checking for getpagesize
configure:18112: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
configure:18112: $? = 0
configure:18112: result: yes
configure:18121: checking for working mmap
configure:18268: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
configure:18268: $? = 0
configure:18268: ./conftest
configure:18268: $? = 0
configure:18278: result: yes
configure:18289: checking for stdlib.h
configure:18289: result: yes
configure:18299: checking for GNU libc compatible realloc
configure:18323: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
configure:18323: $? = 0
configure:18323: ./conftest
configure:18323: $? = 0
configure:18333: result: yes
configure:18354: checking for struct timeval.tv_sec
configure:18354: gcc -c  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul  conftest.c >&5
configure:18354: $? = 0
configure:18354: result: yes
configure:18367: checking for alarm
configure:18367: result: yes
configure:18367: checking for atexit
configure:18367: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
configure:18367: $? = 0
configure:18367: result: yes
configure:18367: checking for bzero
configure:18367: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
conftest.c:99:6: warning: conflicting types for built-in function 'bzero'
 char bzero ();
      ^
configure:18367: $? = 0
configure:18367: result: yes
configure:18367: checking for dup2
configure:18367: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
configure:18367: $? = 0
configure:18367: result: yes
configure:18367: checking for gethostbyname
configure:18367: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
configure:18367: $? = 0
configure:18367: result: yes
configure:18367: checking for getpagesize
configure:18367: result: yes
configure:18367: checking for gettimeofday
configure:18367: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
configure:18367: $? = 0
configure:18367: result: yes
configure:18367: checking for ctime
configure:18367: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
configure:18367: $? = 0
configure:18367: result: yes
configure:18367: checking for inet_ntoa
configure:18367: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
configure:18367: $? = 0
configure:18367: result: yes
configure:18367: checking for memmove
configure:18367: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
conftest.c:106:6: warning: conflicting types for built-in function 'memmove'
 char memmove ();
      ^
configure:18367: $? = 0
configure:18367: result: yes
configure:18367: checking for memset
configure:18367: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
conftest.c:107:6: warning: conflicting types for built-in function 'memset'
 char memset ();
      ^
configure:18367: $? = 0
configure:18367: result: yes
configure:18367: checking for munmap
configure:18367: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
configure:18367: $? = 0
configure:18367: result: yes
configure:18367: checking for pow
configure:18367: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
conftest.c:109:6: warning: conflicting types for built-in function 'pow'
 char pow ();
      ^
/tmp/ccWoKoZW.o: In function `main':
conftest.c:(.text.startup+0x2): undefined reference to `pow'
collect2: error: ld returned 1 exit status
configure:18367: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE tcpreplay
| #define VERSION "4.1.0"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define AUTOGEN_VERSION ${AUTOGEN_VERSION}
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_LIBNSL 1
| #define HAVE_LIBRT 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ALARM 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_STRUCT_TIMEVAL_TV_SEC 1
| #define HAVE_ALARM 1
| #define HAVE_ATEXIT 1
| #define HAVE_BZERO 1
| #define HAVE_DUP2 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_CTIME 1
| #define HAVE_INET_NTOA 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MUNMAP 1
| /* end confdefs.h.  */
| /* Define pow to an innocuous variant, in case <limits.h> declares pow.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define pow innocuous_pow
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pow (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef pow
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pow ();
| /* 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_pow || defined __stub___pow
| choke me
| #endif
| 
| int
| main ()
| {
| return pow ();
|   ;
|   return 0;
| }
configure:18367: result: no
configure:18367: checking for putenv
configure:18367: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
configure:18367: $? = 0
configure:18367: result: yes
configure:18367: checking for realpath
configure:18367: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
configure:18367: $? = 0
configure:18367: result: yes
configure:18367: checking for regcomp
configure:18367: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
configure:18367: $? = 0
configure:18367: result: yes
configure:18367: checking for strdup
configure:18367: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
conftest.c:112:6: warning: conflicting types for built-in function 'strdup'
 char strdup ();
      ^
configure:18367: $? = 0
configure:18367: result: yes
configure:18367: checking for select
configure:18367: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
configure:18367: $? = 0
configure:18367: result: yes
configure:18367: checking for socket
configure:18367: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
configure:18367: $? = 0
configure:18367: result: yes
configure:18367: checking for strcasecmp
configure:18367: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
conftest.c:115:6: warning: conflicting types for built-in function 'strcasecmp'
 char strcasecmp ();
      ^
configure:18367: $? = 0
configure:18367: result: yes
configure:18367: checking for strchr
configure:18367: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
conftest.c:116:6: warning: conflicting types for built-in function 'strchr'
 char strchr ();
      ^
configure:18367: $? = 0
configure:18367: result: yes
configure:18367: checking for strcspn
configure:18367: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
conftest.c:117:6: warning: conflicting types for built-in function 'strcspn'
 char strcspn ();
      ^
configure:18367: $? = 0
configure:18367: result: yes
configure:18367: checking for strdup
configure:18367: result: yes
configure:18367: checking for strerror
configure:18367: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
configure:18367: $? = 0
configure:18367: result: yes
configure:18367: checking for strtol
configure:18367: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
configure:18367: $? = 0
configure:18367: result: yes
configure:18367: checking for strncpy
configure:18367: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
conftest.c:121:6: warning: conflicting types for built-in function 'strncpy'
 char strncpy ();
      ^
configure:18367: $? = 0
configure:18367: result: yes
configure:18367: checking for strtoull
configure:18367: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
configure:18367: $? = 0
configure:18367: result: yes
configure:18367: checking for poll
configure:18367: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
configure:18367: $? = 0
configure:18367: result: yes
configure:18367: checking for ntohll
configure:18367: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
/tmp/ccSLU5SA.o: In function `main':
conftest.c:(.text.startup+0x2): undefined reference to `ntohll'
collect2: error: ld returned 1 exit status
configure:18367: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE tcpreplay
| #define VERSION "4.1.0"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define AUTOGEN_VERSION ${AUTOGEN_VERSION}
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_LIBNSL 1
| #define HAVE_LIBRT 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ALARM 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_STRUCT_TIMEVAL_TV_SEC 1
| #define HAVE_ALARM 1
| #define HAVE_ATEXIT 1
| #define HAVE_BZERO 1
| #define HAVE_DUP2 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_CTIME 1
| #define HAVE_INET_NTOA 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRTOULL 1
| #define HAVE_POLL 1
| /* end confdefs.h.  */
| /* Define ntohll to an innocuous variant, in case <limits.h> declares ntohll.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define ntohll innocuous_ntohll
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char ntohll (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef ntohll
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char ntohll ();
| /* 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_ntohll || defined __stub___ntohll
| choke me
| #endif
| 
| int
| main ()
| {
| return ntohll ();
|   ;
|   return 0;
| }
configure:18367: result: no
configure:18367: checking for mmap
configure:18367: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
configure:18367: $? = 0
configure:18367: result: yes
configure:18367: checking for snprintf
configure:18367: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
conftest.c:125:6: warning: conflicting types for built-in function 'snprintf'
 char snprintf ();
      ^
configure:18367: $? = 0
configure:18367: result: yes
configure:18367: checking for vsnprintf
configure:18367: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
conftest.c:126:6: warning: conflicting types for built-in function 'vsnprintf'
 char vsnprintf ();
      ^
configure:18367: $? = 0
configure:18367: result: yes
configure:18367: checking for strsignal
configure:18367: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
configure:18367: $? = 0
configure:18367: result: yes
configure:18367: checking for strpbrk
configure:18367: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
conftest.c:128:6: warning: conflicting types for built-in function 'strpbrk'
 char strpbrk ();
      ^
configure:18367: $? = 0
configure:18367: result: yes
configure:18367: checking for strrchr
configure:18367: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
conftest.c:129:6: warning: conflicting types for built-in function 'strrchr'
 char strrchr ();
      ^
configure:18367: $? = 0
configure:18367: result: yes
configure:18367: checking for strspn
configure:18367: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
conftest.c:130:6: warning: conflicting types for built-in function 'strspn'
 char strspn ();
      ^
configure:18367: $? = 0
configure:18367: result: yes
configure:18367: checking for strstr
configure:18367: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
conftest.c:131:6: warning: conflicting types for built-in function 'strstr'
 char strstr ();
      ^
configure:18367: $? = 0
configure:18367: result: yes
configure:18367: checking for strtoul
configure:18367: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
configure:18367: $? = 0
configure:18367: result: yes
configure:18380: checking for strlcpy
configure:18380: gcc -o conftest  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
/tmp/cc3m7Lel.o: In function `main':
conftest.c:(.text.startup+0x2): undefined reference to `strlcpy'
collect2: error: ld returned 1 exit status
configure:18380: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE tcpreplay
| #define VERSION "4.1.0"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define AUTOGEN_VERSION ${AUTOGEN_VERSION}
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_LIBNSL 1
| #define HAVE_LIBRT 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ALARM 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_STRUCT_TIMEVAL_TV_SEC 1
| #define HAVE_ALARM 1
| #define HAVE_ATEXIT 1
| #define HAVE_BZERO 1
| #define HAVE_DUP2 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_CTIME 1
| #define HAVE_INET_NTOA 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRTOULL 1
| #define HAVE_POLL 1
| #define HAVE_MMAP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOUL 1
| /* end confdefs.h.  */
| /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define strlcpy innocuous_strlcpy
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strlcpy (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef strlcpy
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strlcpy ();
| /* 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_strlcpy || defined __stub___strlcpy
| choke me
| #endif
| 
| int
| main ()
| {
| return strlcpy ();
|   ;
|   return 0;
| }
configure:18380: result: no
configure:18400: checking whether byte ordering is bigendian
configure:18415: gcc -c  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul  conftest.c >&5
conftest.c:111:9: error: unknown type name 'not'
         not a universal capable compiler
         ^
compilation terminated due to -Wfatal-errors.
configure:18415: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE tcpreplay
| #define VERSION "4.1.0"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define AUTOGEN_VERSION ${AUTOGEN_VERSION}
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_LIBNSL 1
| #define HAVE_LIBRT 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ALARM 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_STRUCT_TIMEVAL_TV_SEC 1
| #define HAVE_ALARM 1
| #define HAVE_ATEXIT 1
| #define HAVE_BZERO 1
| #define HAVE_DUP2 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_CTIME 1
| #define HAVE_INET_NTOA 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRTOULL 1
| #define HAVE_POLL 1
| #define HAVE_MMAP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOUL 1
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
|         not a universal capable compiler
|       #endif
|       typedef int dummy;
| 
configure:18460: gcc -c  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul  conftest.c >&5
configure:18460: $? = 0
configure:18478: gcc -c  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul  conftest.c >&5
conftest.c: In function 'main':
conftest.c:117:4: error: unknown type name 'not'
    not big endian
    ^
compilation terminated due to -Wfatal-errors.
configure:18478: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE tcpreplay
| #define VERSION "4.1.0"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define AUTOGEN_VERSION ${AUTOGEN_VERSION}
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FSEEKO 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_LIBNSL 1
| #define HAVE_LIBRT 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ALARM 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_STRUCT_TIMEVAL_TV_SEC 1
| #define HAVE_ALARM 1
| #define HAVE_ATEXIT 1
| #define HAVE_BZERO 1
| #define HAVE_DUP2 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_CTIME 1
| #define HAVE_INET_NTOA 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRTOULL 1
| #define HAVE_POLL 1
| #define HAVE_MMAP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOUL 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|   #include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
|    not big endian
|   #endif
| 
|   ;
|   return 0;
| }
configure:18606: result: no
configure:18750: Using u_int64_t for packet counters
configure:18830: checking for inet_aton
configure:18830: gcc -o conftest -D_U_="__attribute__((unused))"  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
configure:18830: $? = 0
configure:18830: result: yes
configure:18840: checking for inet_pton
configure:18840: gcc -o conftest -D_U_="__attribute__((unused))"  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
configure:18840: $? = 0
configure:18840: result: yes
configure:18850: checking for inet_ntop
configure:18850: gcc -o conftest -D_U_="__attribute__((unused))"  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
configure:18850: $? = 0
configure:18850: result: yes
configure:18865: checking for inet_addr
configure:18865: gcc -o conftest -D_U_="__attribute__((unused))"  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul   conftest.c -lrt -lnsl  >&5
configure:18865: $? = 0
configure:18865: result: yes
configure:18883: checking for libpcap
configure:18988: error: Unable to find matching library for header file in /usr
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=armv7l-unknown-linux-gnueabi
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_c_int16_t=yes
ac_cv_c_int32_t=yes
ac_cv_c_int64_t=yes
ac_cv_c_int8_t=yes
ac_cv_c_uint16_t=yes
ac_cv_c_uint32_t=yes
ac_cv_c_uint64_t=yes
ac_cv_c_uint8_t=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
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_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_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_func__doprnt=no
ac_cv_func_alarm=yes
ac_cv_func_atexit=yes
ac_cv_func_bzero=yes
ac_cv_func_ctime=yes
ac_cv_func_dup2=yes
ac_cv_func_fork=yes
ac_cv_func_fork_works=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_getpagesize=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_inet_addr=yes
ac_cv_func_inet_aton=yes
ac_cv_func_inet_ntoa=yes
ac_cv_func_inet_ntop=yes
ac_cv_func_inet_pton=yes
ac_cv_func_lstat_dereferences_slashed_symlink=yes
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_memcmp_working=yes
ac_cv_func_memmove=yes
ac_cv_func_memset=yes
ac_cv_func_mmap=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_munmap=yes
ac_cv_func_ntohll=no
ac_cv_func_poll=yes
ac_cv_func_pow=no
ac_cv_func_putenv=yes
ac_cv_func_realloc_0_nonnull=yes
ac_cv_func_realpath=yes
ac_cv_func_regcomp=yes
ac_cv_func_select=yes
ac_cv_func_snprintf=yes
ac_cv_func_socket=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strchr=yes
ac_cv_func_strcspn=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strlcpy=no
ac_cv_func_strncpy=yes
ac_cv_func_strpbrk=yes
ac_cv_func_strrchr=yes
ac_cv_func_strsignal=yes
ac_cv_func_strspn=yes
ac_cv_func_strstr=yes
ac_cv_func_strtol=yes
ac_cv_func_strtoul=yes
ac_cv_func_strtoull=yes
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_func_vprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_working_mktime=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_net_route_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_netinet_in_systm_h=yes
ac_cv_header_poll_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_file_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_poll_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_sysctl_h=yes
ac_cv_header_sys_systeminfo_h=no
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_types_h_makedev=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_vfork_h=no
ac_cv_host=armv7l-unknown-linux-gnueabi
ac_cv_lib_nsl_gethostbyname=yes
ac_cv_lib_resolv_resolv=no
ac_cv_lib_rt_nanosleep=yes
ac_cv_lib_socket_socket=no
ac_cv_member_struct_timeval_tv_sec=yes
ac_cv_objext=o
ac_cv_path_CUT=/usr/bin/cut
ac_cv_path_ECHO=/bin/echo
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_GROFF=/usr/bin/groff
ac_cv_path_PRINTF=/usr/bin/printf
ac_cv_path_SED=/bin/sed
ac_cv_path_depmod=/sbin/depmod
ac_cv_path_insmod=/sbin/insmod
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_path_rmmod=/sbin/rmmod
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_sys_file_offset_bits=64
ac_cv_sys_largefile_CC=no
ac_cv_sys_largefile_source=no
ac_cv_target=armv7l-unknown-linux-gnueabi
ac_cv_type__Bool=yes
ac_cv_type_off_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
ac_cv_type_ssize_t=yes
ac_cv_type_u_int16_t=yes
ac_cv_type_u_int32_t=yes
ac_cv_type_u_int64_t=yes
ac_cv_type_u_int8_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[  ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[  ][  ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /tcpreplay-4.1.0/config/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /tcpreplay-4.1.0/config/missing --run tar'
AM_BACKSLASH='\'
AM_DEFAULT_VERBOSITY='0'
AR='ar'
AUTOCONF='${SHELL} /tcpreplay-4.1.0/config/missing --run autoconf'
AUTOGEN=''
AUTOHEADER='${SHELL} /tcpreplay-4.1.0/config/missing --run autoheader'
AUTOMAKE='${SHELL} /tcpreplay-4.1.0/config/missing --run automake-1.11'
AWK='mawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-D_U_="__attribute__((unused))"  -Wall -O3 -std=gnu99  -Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul'
COMPILE_FRAGROUTE_FALSE=''
COMPILE_FRAGROUTE_TRUE=''
COMPILE_NETMAP_FALSE=''
COMPILE_NETMAP_TRUE=''
COMPILE_TCPBRIDGE_FALSE=''
COMPILE_TCPBRIDGE_TRUE=''
COMPILE_TCPLIVEPLAY_FALSE=''
COMPILE_TCPLIVEPLAY_TRUE=''
CPP='gcc -E'
CPPFLAGS=''
CROSS_ARCH=''
CROSS_LD=''
CUT='/usr/bin/cut'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DMALLOC_LIB=''
DSYMUTIL=''
DUMPBIN=''
ECHO='/bin/echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ENABLE_OSX_FRAMEWORKS_FALSE=''
ENABLE_OSX_FRAMEWORKS_TRUE=''
ENABLE_TCPDUMP_FALSE=''
ENABLE_TCPDUMP_TRUE=''
EXEEXT=''
FGREP='/bin/grep -F'
GREP='/bin/grep'
GROFF='/usr/bin/groff'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_LIBOPTS_FALSE=''
INSTALL_LIBOPTS_TRUE=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
KERNEL_DIR=''
LD='/usr/bin/ld'
LDFLAGS=''
LDNETINC=''
LDNETLIB=''
LIBOBJS=''
LIBOPTS_CFLAGS=''
LIBOPTS_DIR=''
LIBOPTS_LDADD=''
LIBS='-lrt -lnsl '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LNAVLIB=''
LNAV_CFLAGS=''
LN_S='ln -s'
LPCAPINC='/usr/include/pcap.h'
LPCAPLIB=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /tcpreplay-4.1.0/config/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
NEED_LIBOPTS_FALSE=''
NEED_LIBOPTS_TRUE=''
NETMAPFLAGS=''
NETMAPINC=''
NETMAPINCDIR=''
NETMAPUSERINC=''
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='tcpreplay'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL='http://tcpreplay.appneta.com/'
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PCAP_BPF_H_FILE=''
POSIX_SHELL=''
PRINTF='/usr/bin/printf'
QUICK_TX_EXAMPLE_DIR=''
RANLIB='ranlib'
SANDBOXED_FALSE=''
SANDBOXED_TRUE=''
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
SYSTEM_STRLCPY_FALSE=''
SYSTEM_STRLCPY_TRUE='#'
TCPREPLAY_RELEASE='1'
TCPREPLAY_VERSION='4.1.0'
VERSION='4.1.0'
WORDS_BIGENDIAN_FALSE=''
WORDS_BIGENDIAN_TRUE='#'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
ac_pkss_mktemp=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='armv7l-unknown-linux-gnueabi'
build_alias=''
build_cpu='armv7l'
build_os='linux-gnueabi'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
debug_flag='NDEBUG'
debug_run_time_flag=''
depmod='/sbin/depmod'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='NONE'
extra_debug_flag='NEXTRA_DBUG'
host='armv7l-unknown-linux-gnueabi'
host_alias=''
host_cpu='armv7l'
host_os='linux-gnueabi'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
insmod='/sbin/insmod'
install_sh='${SHELL} /tcpreplay-4.1.0/config/install-sh'
kerneldir=''
kernelext=''
kerneluname=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='echo'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
moduledir=''
nic1=''
nic2=''
oldincludedir='/usr/include'
pcncfg=''
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
rmmod='/sbin/rmmod'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='armv7l-unknown-linux-gnueabi'
target_alias=''
target_cpu='armv7l'
target_os='linux-gnueabi'
target_vendor='unknown'
tcpdump_path=''
timestamp_trace_flag=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE tcpreplay
#define VERSION "4.1.0"
#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_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define AUTOGEN_VERSION ${AUTOGEN_VERSION}
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define _FILE_OFFSET_BITS 64
#define HAVE_FSEEKO 1
#define HAVE_FCNTL_H 1
#define HAVE_STDDEF_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_STRING_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_NETINET_IN_SYSTM_H 1
#define HAVE_POLL_H 1
#define HAVE_SYS_POLL_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBINTL_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE__BOOL 1
#define HAVE_STDBOOL_H 1
#define HAVE_SYS_SYSCTL_H 1
#define HAVE_NET_ROUTE_H 1
#define HAVE_LIBNSL 1
#define HAVE_LIBRT 1
#define HAVE_FORK 1
#define HAVE_VFORK 1
#define HAVE_WORKING_VFORK 1
#define HAVE_WORKING_FORK 1
#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
#define HAVE_STDLIB_H 1
#define HAVE_MALLOC 1
#define RETSIGTYPE void
#define HAVE_VPRINTF 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_STDLIB_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_ALARM 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_STDLIB_H 1
#define HAVE_REALLOC 1
#define HAVE_STRUCT_TIMEVAL_TV_SEC 1
#define HAVE_ALARM 1
#define HAVE_ATEXIT 1
#define HAVE_BZERO 1
#define HAVE_DUP2 1
#define HAVE_GETHOSTBYNAME 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_CTIME 1
#define HAVE_INET_NTOA 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMSET 1
#define HAVE_MUNMAP 1
#define HAVE_PUTENV 1
#define HAVE_REALPATH 1
#define HAVE_REGCOMP 1
#define HAVE_STRDUP 1
#define HAVE_SELECT 1
#define HAVE_SOCKET 1
#define HAVE_STRCASECMP 1
#define HAVE_STRCHR 1
#define HAVE_STRCSPN 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_STRTOL 1
#define HAVE_STRNCPY 1
#define HAVE_STRTOULL 1
#define HAVE_POLL 1
#define HAVE_MMAP 1
#define HAVE_SNPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_STRSIGNAL 1
#define HAVE_STRPBRK 1
#define HAVE_STRRCHR 1
#define HAVE_STRSPN 1
#define HAVE_STRSTR 1
#define HAVE_STRTOUL 1
#define ENABLE_64BITS 1
#define HAVE_INET_ATON 1
#define HAVE_INET_PTON 1
#define HAVE_INET_NTOP 1
#define HAVE_INET_ADDR 1
configure: exit 1

On 22 November 2015 at 18:36, Thomas and Friends <[email protected]> wrote:
Hi Aaron,

Attached is the config.log from a fresh installation of both Kali Pi2 and Tcpreplay 4.1.0 as requested. Thanks.

BR
Thomas

On 22 November 2015 at 12:40, Aaron Turner <[email protected]> wrote:
Gonna need more info to provide any useful feedback.  What are the
contents of your config.log?
--
Aaron Turner
https://synfin.net/         Twitter: @synfinatic
Those who would give up essential Liberty, to purchase a little temporary
Safety, deserve neither Liberty nor Safety.
    -- Benjamin Franklin


On Fri, Nov 20, 2015 at 7:58 PM, Thomas and Friends
<[email protected]> wrote:
> Hi,
>
> I have a fresh setup of Kali Linux Pi2 image on SD card running on a
> Raspberry Pi 2.
> I encountered the following problem when installing Tcpreplay 4.1.0.
>
> These are the steps taken:
> apt-get update
> Downloaded tcpreplay-4.1.0.tar.gz onto Desktop
> tar -xzvf tcpreplay-4.1.0.tar.gz
> Go to Desktop/tcpreplay-4.1.0 folder
> apt-get install build-essential libpcap-dev
>
> However, the following error shows when ./configure
> "....unable to find matching library for header file in /usr"
>
> So I tried ./configure --enable-quick-tx, and error becomes
> "....unable to find libpcap in /usr"
>
> The above problem can be easily replicated as it is simply a fresh Kali
> Linux Pi2 image from Offsec.
>
> I have no problem installing and using Tcpreplay 4.1.0 in normal Dell laptop
> and Intel NUC which are installed with Kali Linux 2.0.
>
> Kindly advise & thanks.
>
> BR,
> Thomas
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Tcpreplay-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/tcpreplay-users
> Support Information: http://tcpreplay.synfin.net/trac/wiki/Support

------------------------------------------------------------------------------
_______________________________________________
Tcpreplay-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tcpreplay-users
Support Information: http://tcpreplay.synfin.net/trac/wiki/Support


------------------------------------------------------------------------------
_______________________________________________
Tcpreplay-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tcpreplay-users
Support Information: http://tcpreplay.synfin.net/trac/wiki/Support
@fklassen fklassen added the bug label Nov 22, 2015
@fklassen
Copy link
Member Author

User tried 4.1.1-beta2 and still failed. Here are the logs.

config.log.txt

@fklassen fklassen added this to the 4.1.1 milestone Nov 25, 2015
fklassen added a commit that referenced this issue Dec 15, 2015
#211 fix build and cross-compile issues on ARM
@fklassen
Copy link
Member Author

Closing after testing fix on SheevaPlug. Will reopen if reports come in about Pi2 failing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant