hello there
i tried to install tcp dump and get this message during ./configure
checking for pcap_loop... no
it says to report that so here we are
kind regards
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.61. Invocation command line was
$ ./configure
## - ##
## Platform. ##
## - ##
hostname = desktopubuntu
uname -m = x86_64
uname -r = 3.0.0-15-generic
uname -s = Linux
uname -v = #26-Ubuntu SMP Fri Jan 20 17:23:00 UTC 2012
/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
PATH: /usr/X11R6/bin
## --- ##
## Core tests. ##
## --- ##
configure:1757: checking build system type
configure:1775: result: x86_64-unknown-linux-gnu
configure:1797: checking host system type
configure:1812: result: x86_64-unknown-linux-gnu
configure:1956: checking for gcc
configure:1972: found /usr/bin/gcc
configure:1983: result: gcc
configure:2221: checking for C compiler version
configure:2228: gcc --version >&5
gcc (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1
Copyright (C) 2011 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:2231: $? = 0
configure:2238: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6.1/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.1-9ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++,go --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3)
configure:2241: $? = 0
configure:2248: gcc -V >&5
gcc: error: unrecognized option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2251: $? = 4
configure:2274: checking for C compiler default output file name
configure:2301: gccconftest.c >&5
configure:2304: $? = 0
configure:2342: result: a.out
configure:2359: checking whether the C compiler works
configure:2369: ./a.out
configure:2372: $? = 0
configure:2389: result: yes
configure:2396: checking whether we are cross compiling
configure:2398: result: no
configure:2401: checking for suffix of executables
configure:2408: gcc -o conftestconftest.c >&5
configure:2411: $? = 0
configure:2435: result:
configure:2441: checking for suffix of object files
configure:2467: gcc -c conftest.c >&5
configure:2470: $? = 0
configure:2493: result: o
configure:2497: checking whether we are using the GNU C compiler
configure:2526: gcc -c conftest.c >&5
configure:2532: $? = 0
configure:2549: result: yes
configure:2554: checking whether gcc accepts -g
configure:2584: gcc -c -g conftest.c >&5
configure:2590: $? = 0
configure:2689: result: yes
configure:2706: checking for gcc option to accept ISO C89
configure:2780: gcc -c -g -O2 conftest.c >&5
configure:2786: $? = 0
configure:2809: result: none needed
configure:2836: checking gcc version
configure:2848: result: 4
configure:3125: checking for inline
configure:3171: gcc -c -O2 conftest.c >&5
configure:3177: $? = 0
configure:3202: result: inline
configure:3214: checking for __attribute__
configure:3251: gcc -c -g -O2 conftest.c >&5
configure:3257: $? = 0
configure:3283: result: yes
configure:3288: checking whether __attribute__((format)) can be applied to function pointers
configure:3320: gcc -c -g -O2 conftest.c >&5
configure:3326: $? = 0
configure:3349: result: yes
configure:3358: checking how to run the C preprocessor
configure:3398: gcc -E conftest.c
configure:3404: $? = 0
configure:3435: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3441: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline inline
| #define HAV