Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-users: [Wireshark-users] Wireshark install problem(s)

From: Hugh Ferrel Bowen <ferrel@xxxxxxxxxxxxxx>
Date: Thu, 21 Jun 2007 06:40:28 -0500
Hello.   I'm trying to install wireshark on my computer,
Mandriva linux 2007.0 on x86_64, and I'm having difficulties.
The config.log is appended at the end of this note.

The Mandriva dist. contains the following packages related
to wireshark, but not wireshark, apparently.
lib64wireshark0-0.99.5-0.1mdv2007.0
lib64wireshard0-0.99.3a-1mdv2007.0
I have installed them both.

I did these things also:

$ pkg-config glib-2.0 --modversion
2.12.3

$ pkg-config gtk+-2.0 --modversion
2.10.3

$ slocate libpcap
/usr/lib64/libpcap.so.0
/usr/lib64/libpcap.so.0.9
/usr/local/src/wireshark-0.99.5/wiretap/libpcap.c
/usr/local/src/wireshark-0.99.5/wiretap/libpcap.h

Then I ran ./configure, configure exit 1, results below.

Help Please!
Ferrel
---------------------------------------------------------------------
contents of config.log:

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.59.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = user-0cetn2p.cable.mindspring.com
uname -m = x86_64
uname -r = 2.6.17-5mdv
uname -s = Linux
uname -v = #1 SMP Wed Sep 13 14:28:02 EDT 2006

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /sbin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/lib/qt3//bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1573: checking build system type
configure:1591: result: x86_64-unknown-linux-gnu
configure:1599: checking host system type
configure:1613: result: x86_64-unknown-linux-gnu
configure:1621: checking target system type
configure:1635: result: x86_64-unknown-linux-gnu
configure:1664: checking for a BSD-compatible install
configure:1719: result: /usr/bin/install -c
configure:1730: checking whether build environment is sane
configure:1773: result: yes
configure:1838: checking for gawk
configure:1854: found /bin/gawk
configure:1864: result: gawk
configure:1874: checking whether make sets $(MAKE)
configure:1894: result: yes
configure:2135: checking for gcc
configure:2151: found /usr/bin/gcc
configure:2161: result: gcc
configure:2405: checking for C compiler version
configure:2408: gcc --version </dev/null >&5
gcc (GCC) 4.1.1 20060724 (prerelease) (4.1.1-3mdk)
Copyright (C) 2006 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:2411: $? = 0
configure:2413: gcc -v </dev/null >&5
Using built-in specs.
Target: x86_64-mandriva-linux-gnu
Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib
--with-slibdir=/lib64 --mandir=/usr/share/man --infodir=/usr/share/info
--enable-shared --enable-threads=posix --enable-checking=release
--enable-languages=c,c++,ada,fortran,objc,obj-c++,java
--host=x86_64-mandriva-linux-gnu --with-cpu=generic --with-system-zlib
--enable-long-long --enable-__cxa_atexit --enable-clocale=gnu
--disable-libunwind-exceptions --enable-java-awt=gtk
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre
--enable-gtk-cairo --enable-ssp --disable-libssp
Thread model: posix
gcc version 4.1.1 20060724 (prerelease) (4.1.1-3mdk)
configure:2416: $? = 0
configure:2418: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2421: $? = 1
configure:2444: checking for C compiler default output file name
configure:2447: gcc    conftest.c  >&5
configure:2450: $? = 0
configure:2496: result: a.out
configure:2501: checking whether the C compiler works
configure:2507: ./a.out
configure:2510: $? = 0
configure:2527: result: yes
configure:2534: checking whether we are cross compiling
configure:2536: result: no
configure:2539: checking for suffix of executables
configure:2541: gcc -o conftest    conftest.c  >&5
configure:2544: $? = 0
configure:2569: result: 
configure:2575: checking for suffix of object files
configure:2596: gcc -c   conftest.c >&5
configure:2599: $? = 0
configure:2621: result: o
configure:2625: checking whether we are using the GNU C compiler
configure:2649: gcc -c   conftest.c >&5
configure:2655: $? = 0
configure:2658: test -z 			 || test ! -s conftest.err
configure:2661: $? = 0
configure:2664: test -s conftest.o
configure:2667: $? = 0
configure:2680: result: yes
configure:2686: checking whether gcc accepts -g
configure:2707: gcc -c -g  conftest.c >&5
configure:2713: $? = 0
configure:2716: test -z 			 || test ! -s conftest.err
configure:2719: $? = 0
configure:2722: test -s conftest.o
configure:2725: $? = 0
configure:2736: result: yes
configure:2753: checking for gcc option to accept ANSI C
configure:2823: gcc  -c -g -O2  conftest.c >&5
configure:2829: $? = 0
configure:2832: test -z 			 || test ! -s conftest.err
configure:2835: $? = 0
configure:2838: test -s conftest.o
configure:2841: $? = 0
configure:2859: result: none needed
configure:2877: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'me'
configure:2883: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3024: checking for style of include used by make
configure:3052: result: GNU
configure:3080: checking dependency style of gcc
configure:3170: result: gcc3
configure:3192: checking how to run the C preprocessor
configure:3227: gcc -E  conftest.c
configure:3233: $? = 0
configure:3265: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:3271: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "wireshark"
| #define VERSION "0.99.5"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3310: result: gcc -E
configure:3334: gcc -E  conftest.c
configure:3340: $? = 0
configure:3372: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:3378: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "wireshark"
| #define VERSION "0.99.5"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3472: checking for a sed that does not truncate output
configure:3526: result: /bin/sed
configure:3529: checking for egrep
configure:3539: result: grep -E
configure:3555: checking for ld used by gcc
configure:3622: result: /usr/bin/ld
configure:3631: checking if the linker (/usr/bin/ld) is GNU ld
configure:3646: result: yes
configure:3651: checking for /usr/bin/ld option to reload object files
configure:3658: result: -r
configure:3676: checking for BSD-compatible nm
configure:3725: result: /usr/bin/nm -B
configure:3729: checking whether ln -s works
configure:3733: result: yes
configure:3740: checking how to recognise dependent libraries
configure:3916: result: pass_all
configure:4004: gcc -c -g -O2  conftest.c >&5
configure:4007: $? = 0
configure:4148: checking for ANSI C header files
configure:4173: gcc -c -g -O2  conftest.c >&5
configure:4179: $? = 0
configure:4182: test -z 			 || test ! -s conftest.err
configure:4185: $? = 0
configure:4188: test -s conftest.o
configure:4191: $? = 0
configure:4280: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c: In function 'main':
conftest.c:28: warning: incompatible implicit declaration of built-in
function 'exit'
configure:4283: $? = 0
configure:4285: ./conftest
configure:4288: $? = 0
configure:4303: result: yes
configure:4327: checking for sys/types.h
configure:4343: gcc -c -g -O2  conftest.c >&5
configure:4349: $? = 0
configure:4352: test -z 			 || test ! -s conftest.err
configure:4355: $? = 0
configure:4358: test -s conftest.o
configure:4361: $? = 0
configure:4372: result: yes
configure:4327: checking for sys/stat.h
configure:4343: gcc -c -g -O2  conftest.c >&5
configure:4349: $? = 0
configure:4352: test -z 			 || test ! -s conftest.err
configure:4355: $? = 0
configure:4358: test -s conftest.o
configure:4361: $? = 0
configure:4372: result: yes
configure:4327: checking for stdlib.h
configure:4343: gcc -c -g -O2  conftest.c >&5
configure:4349: $? = 0
configure:4352: test -z 			 || test ! -s conftest.err
configure:4355: $? = 0
configure:4358: test -s conftest.o
configure:4361: $? = 0
configure:4372: result: yes
configure:4327: checking for string.h
configure:4343: gcc -c -g -O2  conftest.c >&5
configure:4349: $? = 0
configure:4352: test -z 			 || test ! -s conftest.err
configure:4355: $? = 0
configure:4358: test -s conftest.o
configure:4361: $? = 0
configure:4372: result: yes
configure:4327: checking for memory.h
configure:4343: gcc -c -g -O2  conftest.c >&5
configure:4349: $? = 0
configure:4352: test -z 			 || test ! -s conftest.err
configure:4355: $? = 0
configure:4358: test -s conftest.o
configure:4361: $? = 0
configure:4372: result: yes
configure:4327: checking for strings.h
configure:4343: gcc -c -g -O2  conftest.c >&5
configure:4349: $? = 0
configure:4352: test -z 			 || test ! -s conftest.err
configure:4355: $? = 0
configure:4358: test -s conftest.o
configure:4361: $? = 0
configure:4372: result: yes
configure:4327: checking for inttypes.h
configure:4343: gcc -c -g -O2  conftest.c >&5
configure:4349: $? = 0
configure:4352: test -z 			 || test ! -s conftest.err
configure:4355: $? = 0
configure:4358: test -s conftest.o
configure:4361: $? = 0
configure:4372: result: yes
configure:4327: checking for stdint.h
configure:4343: gcc -c -g -O2  conftest.c >&5
configure:4349: $? = 0
configure:4352: test -z 			 || test ! -s conftest.err
configure:4355: $? = 0
configure:4358: test -s conftest.o
configure:4361: $? = 0
configure:4372: result: yes
configure:4327: checking for unistd.h
configure:4343: gcc -c -g -O2  conftest.c >&5
configure:4349: $? = 0
configure:4352: test -z 			 || test ! -s conftest.err
configure:4355: $? = 0
configure:4358: test -s conftest.o
configure:4361: $? = 0
configure:4372: result: yes
configure:4398: checking dlfcn.h usability
configure:4410: gcc -c -g -O2  conftest.c >&5
configure:4416: $? = 0
configure:4419: test -z 			 || test ! -s conftest.err
configure:4422: $? = 0
configure:4425: test -s conftest.o
configure:4428: $? = 0
configure:4438: result: yes
configure:4442: checking dlfcn.h presence
configure:4452: gcc -E  conftest.c
configure:4458: $? = 0
configure:4478: result: yes
configure:4513: checking for dlfcn.h
configure:4520: result: yes
configure:4585: checking for g++
configure:4601: found /usr/bin/g++
configure:4611: result: g++
configure:4627: checking for C++ compiler version
configure:4630: g++ --version </dev/null >&5
g++ (GCC) 4.1.1 20060724 (prerelease) (4.1.1-3mdk)
Copyright (C) 2006 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:4633: $? = 0
configure:4635: g++ -v </dev/null >&5
Using built-in specs.
Target: x86_64-mandriva-linux-gnu
Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib
--with-slibdir=/lib64 --mandir=/usr/share/man --infodir=/usr/share/info
--enable-shared --enable-threads=posix --enable-checking=release
--enable-languages=c,c++,ada,fortran,objc,obj-c++,java
--host=x86_64-mandriva-linux-gnu --with-cpu=generic --with-system-zlib
--enable-long-long --enable-__cxa_atexit --enable-clocale=gnu
--disable-libunwind-exceptions --enable-java-awt=gtk
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre
--enable-gtk-cairo --enable-ssp --disable-libssp
Thread model: posix
gcc version 4.1.1 20060724 (prerelease) (4.1.1-3mdk)
configure:4638: $? = 0
configure:4640: g++ -V </dev/null >&5
g++: '-V' option must have argument
configure:4643: $? = 1
configure:4646: checking whether we are using the GNU C++ compiler
configure:4670: g++ -c   conftest.cc >&5
configure:4676: $? = 0
configure:4679: test -z 			 || test ! -s conftest.err
configure:4682: $? = 0
configure:4685: test -s conftest.o
configure:4688: $? = 0
configure:4701: result: yes
configure:4707: checking whether g++ accepts -g
configure:4728: g++ -c -g  conftest.cc >&5
configure:4734: $? = 0
configure:4737: test -z 			 || test ! -s conftest.err
configure:4740: $? = 0
configure:4743: test -s conftest.o
configure:4746: $? = 0
configure:4757: result: yes
configure:4799: g++ -c -g -O2  conftest.cc >&5
configure:4805: $? = 0
configure:4808: test -z 			 || test ! -s conftest.err
configure:4811: $? = 0
configure:4814: test -s conftest.o
configure:4817: $? = 0
configure:4843: g++ -c -g -O2  conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:26: error: 'exit' was not declared in this scope
configure:4849: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "wireshark"
| #define VERSION "0.99.5"
| #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
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4799: g++ -c -g -O2  conftest.cc >&5
configure:4805: $? = 0
configure:4808: test -z 			 || test ! -s conftest.err
configure:4811: $? = 0
configure:4814: test -s conftest.o
configure:4817: $? = 0
configure:4843: g++ -c -g -O2  conftest.cc >&5
configure:4849: $? = 0
configure:4852: test -z 			 || test ! -s conftest.err
configure:4855: $? = 0
configure:4858: test -s conftest.o
configure:4861: $? = 0
configure:4886: checking dependency style of g++
configure:4976: result: gcc3
configure:5003: checking how to run the C++ preprocessor
configure:5034: g++ -E  conftest.cc
configure:5040: $? = 0
configure:5072: g++ -E  conftest.cc
conftest.cc:25:28: error: ac_nonexistent.h: No such file or directory
configure:5078: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "wireshark"
| #define VERSION "0.99.5"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5117: result: g++ -E
configure:5141: g++ -E  conftest.cc
configure:5147: $? = 0
configure:5179: g++ -E  conftest.cc
conftest.cc:25:28: error: ac_nonexistent.h: No such file or directory
configure:5185: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "wireshark"
| #define VERSION "0.99.5"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5282: checking for g77
configure:5311: result: no
configure:5282: checking for f77
configure:5311: result: no
configure:5282: checking for xlf
configure:5311: result: no
configure:5282: checking for frt
configure:5311: result: no
configure:5282: checking for pgf77
configure:5311: result: no
configure:5282: checking for fort77
configure:5311: result: no
configure:5282: checking for fl32
configure:5311: result: no
configure:5282: checking for af77
configure:5311: result: no
configure:5282: checking for f90
configure:5311: result: no
configure:5282: checking for xlf90
configure:5311: result: no
configure:5282: checking for pgf90
configure:5311: result: no
configure:5282: checking for epcf90
configure:5311: result: no
configure:5282: checking for f95
configure:5298: found /usr/bin/f95
configure:5308: result: f95
configure:5323: checking for Fortran 77 compiler version
configure:5326: f95 --version </dev/null >&5
GNU Fortran 95 (GCC) 4.1.1 20060724 (prerelease) (4.1.1-3mdk)
Copyright (C) 2006 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING

configure:5329: $? = 0
configure:5331: f95 -v </dev/null >&5
Using built-in specs.
Target: x86_64-mandriva-linux-gnu
Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib
--with-slibdir=/lib64 --mandir=/usr/share/man --infodir=/usr/share/info
--enable-shared --enable-threads=posix --enable-checking=release
--enable-languages=c,c++,ada,fortran,objc,obj-c++,java
--host=x86_64-mandriva-linux-gnu --with-cpu=generic --with-system-zlib
--enable-long-long --enable-__cxa_atexit --enable-clocale=gnu
--disable-libunwind-exceptions --enable-java-awt=gtk
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre
--enable-gtk-cairo --enable-ssp --disable-libssp
Thread model: posix
gcc version 4.1.1 20060724 (prerelease) (4.1.1-3mdk)
configure:5334: $? = 0
configure:5336: f95 -V </dev/null >&5
f95: '-V' option must have argument
configure:5339: $? = 1
configure:5347: checking whether we are using the GNU Fortran 77
compiler
configure:5361: f95 -c  conftest.F >&5
configure:5367: $? = 0
configure:5370: test -z 			 || test ! -s conftest.err
configure:5373: $? = 0
configure:5376: test -s conftest.o
configure:5379: $? = 0
configure:5392: result: yes
configure:5398: checking whether f95 accepts -g
configure:5410: f95 -c -g conftest.f >&5
configure:5416: $? = 0
configure:5419: test -z 			 || test ! -s conftest.err
configure:5422: $? = 0
configure:5425: test -s conftest.o
configure:5428: $? = 0
configure:5440: result: yes
configure:5470: checking the maximum length of command line arguments
configure:5579: result: 32768
configure:5590: checking command to parse /usr/bin/nm -B output from gcc
object
configure:5695: gcc -c -g -O2  conftest.c >&5
configure:5698: $? = 0
configure:5702: /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:5705: $? = 0
configure:5757: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:5760: $? = 0
configure:5798: result: ok
configure:5802: checking for objdir
configure:5817: result: .libs
configure:5907: checking for ar
configure:5923: found /usr/bin/ar
configure:5934: result: ar
configure:5987: checking for ranlib
configure:6003: found /usr/bin/ranlib
configure:6014: result: ranlib
configure:6067: checking for strip
configure:6083: found /usr/bin/strip
configure:6094: result: strip
configure:6366: checking if gcc supports -fno-rtti -fno-exceptions
configure:6384: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++
but not for C
configure:6388: $? = 0
configure:6401: result: no
configure:6416: checking for gcc option to produce PIC
configure:6626: result: -fPIC
configure:6634: checking if gcc PIC flag -fPIC works
configure:6652: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
configure:6656: $? = 0
configure:6669: result: yes
configure:6697: checking if gcc static flag -static works
configure:6725: result: no
configure:6735: checking if gcc supports -c -o file.o
configure:6756: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:6760: $? = 0
configure:6782: result: yes
configure:6808: checking whether the gcc linker (/usr/bin/ld -m
elf_x86_64) supports shared libraries
configure:7774: result: yes
configure:7795: checking whether -lc should be explicitly linked in
configure:7800: gcc -c -g -O2  conftest.c >&5
configure:7803: $? = 0
configure:7818: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o
conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:7821: $? = 0
configure:7833: result: no
configure:7841: checking dynamic linker characteristics
configure:8441: result: GNU/Linux ld.so
configure:8450: checking how to hardcode library paths into programs
configure:8475: result: immediate
configure:8489: checking whether stripping libraries is possible
configure:8494: result: yes
configure:8619: checking for shl_load
configure:8676: gcc -o conftest -g -O2   conftest.c  >&5
/root/tmp/ccK0OadT.o: In function `main':
/usr/local/src/wireshark-0.99.5/conftest.c:64: undefined reference to
`shl_load'
/root/tmp/ccK0OadT.o:(.data+0x0): undefined reference to `shl_load'
collect2: ld returned 1 exit status
configure:8682: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "wireshark"
| #define VERSION "0.99.5"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| /* Define shl_load to an innocuous variant, in case <limits.h>
declares shl_load.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define shl_load innocuous_shl_load
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char shl_load (); 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 shl_load
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char shl_load ();
| /* 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_shl_load) || defined (__stub___shl_load)
| choke me
| #else
| char (*f) () = shl_load;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != shl_load;
|   ;
|   return 0;
| }
configure:8706: result: no
configure:8711: checking for shl_load in -ldld
configure:8741: gcc -o conftest -g -O2   conftest.c -ldld   >&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:8747: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "wireshark"
| #define VERSION "0.99.5"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char shl_load ();
| int
| main ()
| {
| shl_load ();
|   ;
|   return 0;
| }
configure:8772: result: no
configure:8777: checking for dlopen
configure:8834: gcc -o conftest -g -O2   conftest.c  >&5
/root/tmp/cc6jQLk7.o: In function `main':
/usr/local/src/wireshark-0.99.5/conftest.c:64: undefined reference to
`dlopen'
/root/tmp/cc6jQLk7.o:(.data+0x0): undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:8840: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "wireshark"
| #define VERSION "0.99.5"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares
dlopen.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dlopen innocuous_dlopen
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dlopen (); 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 dlopen
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char dlopen ();
| /* 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_dlopen) || defined (__stub___dlopen)
| choke me
| #else
| char (*f) () = dlopen;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != dlopen;
|   ;
|   return 0;
| }
configure:8864: result: no
configure:8869: checking for dlopen in -ldl
configure:8899: gcc -o conftest -g -O2   conftest.c -ldl   >&5
configure:8905: $? = 0
configure:8908: test -z 			 || test ! -s conftest.err
configure:8911: $? = 0
configure:8914: test -s conftest
configure:8917: $? = 0
configure:8930: result: yes
configure:9103: checking whether a program can dlopen itself
configure:9177: gcc -o conftest -g -O2  -DHAVE_DLFCN_H
-Wl,--export-dynamic conftest.c -ldl  >&5
configure: In function 'main':
configure:9173: warning: incompatible implicit declaration of built-in
function 'exit'
configure:9180: $? = 0
configure:9198: result: yes
configure:9203: checking whether a statically linked program can dlopen
itself
configure:9277: gcc -o conftest -g -O2  -DHAVE_DLFCN_H
-Wl,--export-dynamic  conftest.c -ldl  >&5
configure: In function 'main':
configure:9273: warning: incompatible implicit declaration of built-in
function 'exit'
configure:9280: $? = 0
configure:9298: result: yes
configure:9321: checking if libtool supports shared libraries
configure:9323: result: yes
configure:9326: checking whether to build shared libraries
configure:9347: result: yes
configure:9350: checking whether to build static libraries
configure:9354: result: no
configure:9446: creating libtool
configure:10034: checking for ld used by g++
configure:10101: result: /usr/bin/ld -m elf_x86_64
configure:10110: checking if the linker (/usr/bin/ld -m elf_x86_64) is
GNU ld
configure:10125: result: yes
configure:10176: checking whether the g++ linker (/usr/bin/ld -m
elf_x86_64) supports shared libraries
configure:11112: result: yes
configure:11130: g++ -c -g -O2  conftest.cpp >&5
configure:11133: $? = 0
configure:11252: checking for g++ option to produce PIC
configure:11526: result: -fPIC
configure:11534: checking if g++ PIC flag -fPIC works
configure:11552: g++ -c -g -O2  -fPIC -DPIC conftest.cpp >&5
configure:11556: $? = 0
configure:11569: result: yes
configure:11597: checking if g++ static flag -static works
configure:11625: result: no
configure:11635: checking if g++ supports -c -o file.o
configure:11656: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:11660: $? = 0
configure:11682: result: yes
configure:11708: checking whether the g++ linker (/usr/bin/ld -m
elf_x86_64) supports shared libraries
configure:11739: result: yes
configure:11806: checking dynamic linker characteristics
configure:12406: result: GNU/Linux ld.so
configure:12415: checking how to hardcode library paths into programs
configure:12440: result: immediate
configure:12966: checking if libtool supports shared libraries
configure:12968: result: yes
configure:12971: checking whether to build shared libraries
configure:12991: result: yes
configure:12994: checking whether to build static libraries
configure:12998: result: no
configure:13008: checking for f95 option to produce PIC
configure:13218: result: -fPIC
configure:13226: checking if f95 PIC flag -fPIC works
configure:13244: f95 -c -g -O2 -fPIC conftest.f >&5
configure:13248: $? = 0
configure:13261: result: yes
configure:13289: checking if f95 static flag -static works
configure:13317: result: no
configure:13327: checking if f95 supports -c -o file.o
configure:13348: f95 -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:13352: $? = 0
configure:13374: result: yes
configure:13400: checking whether the f95 linker (/usr/bin/ld -m
elf_x86_64) supports shared libraries
configure:14346: result: yes
configure:14413: checking dynamic linker characteristics
configure:15013: result: GNU/Linux ld.so
configure:15022: checking how to hardcode library paths into programs
configure:15047: result: immediate
configure:18634: checking for bison
configure:18650: found /usr/bin/bison
configure:18660: result: bison -y
configure:18675: checking for flex
configure:18691: found /usr/bin/flex
configure:18701: result: flex
configure:18714: checking for yywrap in -lfl
configure:18744: gcc -o conftest -g -O2   conftest.c -lfl   >&5
configure:18750: $? = 0
configure:18753: test -z 			 || test ! -s conftest.err
configure:18756: $? = 0
configure:18759: test -s conftest
configure:18762: $? = 0
configure:18775: result: yes
configure:18852: checking lex output file root
configure:18863: flex conftest.l
configure:18866: $? = 0
configure:18878: result: lex.yy
configure:18883: checking whether yytext is a pointer
configure:18899: gcc -o conftest -g -O2   conftest.c  -lfl >&5
configure:18905: $? = 0
configure:18908: test -z 			 || test ! -s conftest.err
configure:18911: $? = 0
configure:18914: test -s conftest
configure:18917: $? = 0
configure:18931: result: yes
configure:18947: checking for perl
configure:18965: found /usr/bin/perl
configure:18977: result: /usr/bin/perl
configure:18986: checking for pod2man
configure:19004: found /usr/bin/pod2man
configure:19016: result: /usr/bin/pod2man
configure:19034: checking for pod2html
configure:19052: found /usr/bin/pod2html
configure:19064: result: /usr/bin/pod2html
configure:19082: checking for htmlview
configure:19115: result: no
configure:19136: checking for flex
configure:19154: found /usr/bin/flex
configure:19166: result: /usr/bin/flex
configure:19175: checking for python
configure:19193: found /usr/bin/python
configure:19205: result: /usr/bin/python
configure:19231: checking for doxygen
configure:19249: found /usr/bin/doxygen
configure:19261: result: /usr/bin/doxygen
configure:19270: checking for doxygen
configure:19286: found /usr/bin/doxygen
configure:19297: result: yes
configure:19333: checking for libgnutls-config
configure:19364: result: no
configure:19372: checking for libgnutls - version >= 1.0.0
configure:19496: result: no
configure:19613: checking for libgcrypt-config
configure:19644: result: no
configure:19660: checking for LIBGCRYPT - version >= 1.1.42
configure:19697: result: no
configure:19754: checking for xsltproc
configure:19772: found /usr/bin/xsltproc
configure:19784: result: /usr/bin/xsltproc
configure:19793: checking for xsltproc
configure:19809: found /usr/bin/xsltproc
configure:19820: result: yes
configure:19841: checking for xmllint
configure:19859: found /usr/bin/xmllint
configure:19871: result: /usr/bin/xmllint
configure:19880: checking for xmllint
configure:19896: found /usr/bin/xmllint
configure:19907: result: yes
configure:19928: checking for fop
configure:19961: result: no
configure:19967: checking for fop
configure:19994: result: no
configure:20015: checking for hhc.exe
configure:20048: result: no
configure:20054: checking for hhc.exe
configure:20081: result: no
configure:20104: checking for pkgproto
configure:20131: result: no
configure:20140: checking for pkgmk
configure:20167: result: no
configure:20176: checking for pkgtrans
configure:20203: result: no
configure:20222: checking for rpm
configure:20238: found /bin/rpm
configure:20249: result: yes
configure:20258: checking to see if we can redefine _topdir
configure:20261: result: yes
configure:20294: checking to see if we can add '-Wall -W ' to CFLAGS
configure:20298: result: yes
configure:20309: checking for platform-specific compiler flags
configure:20362: result: none needed
configure:20371: checking for platform-specific linker flags
configure:20405: result: none needed
configure:20515: checking whether to use /usr/local for headers and
libraries
configure:20518: result: yes
configure:20576: checking for GNU sed as first sed in PATH
configure:20579: result: yes
configure:20678: checking if profile builds must be generated
configure:20691: result: no
configure:20739: checking for pkg-config
configure:20757: found /usr/bin/pkg-config
configure:20770: result: /usr/bin/pkg-config
configure:20791: checking for GTK+ - version >= 2.0.0
configure:20906: gcc -o conftest -D_U_="__attribute__((unused))" -Wall
-Wpointer-arith -W  -g -O2 -I/usr/local/include -pthread
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib
conftest.c -pthread -L/usr/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0
-lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0
-lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0    >&5
conftest.c: In function 'main':
conftest.c:74: warning: comparison between signed and unsigned
conftest.c:75: warning: comparison between signed and unsigned
conftest.c:75: warning: comparison between signed and unsigned
conftest.c:76: warning: comparison between signed and unsigned
conftest.c:76: warning: comparison between signed and unsigned
conftest.c:76: warning: comparison between signed and unsigned
/usr/bin/ld: skipping incompatible /usr/lib/libgtk-x11-2.0.so when
searching for -lgtk-x11-2.0
/usr/bin/ld: skipping incompatible /usr/lib/libgtk-x11-2.0.so when
searching for -lgtk-x11-2.0
/usr/bin/ld: cannot find -lgtk-x11-2.0
collect2: ld returned 1 exit status
configure:20909: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "wireshark"
| #define VERSION "0.99.5"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HTML_VIEWER "mozilla"
| #define DATAFILE_DIR "/usr/local/share/wireshark"
| /* end confdefs.h.  */
| 
| #include <gtk/gtk.h>
| #include <stdio.h>
| #include <stdlib.h>
| 
| int
| main ()
| {
|   int major, minor, micro;
|   char *tmp_version;
| 
|   system ("touch conf.gtktest");
| 
|   /* HP/UX 9 (%@#!) writes to sscanf strings */
|   tmp_version = g_strdup("2.0.0");
|   if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
|      printf("%s, bad version string\n", "2.0.0");
|      exit(1);
|    }
| 
|   if ((gtk_major_version != 2) ||
|       (gtk_minor_version != 10) ||
|       (gtk_micro_version != 3))
|     {
|       printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%
d.%d, but GTK+ (%d.%d.%d)\n",
|              2, 10, 3,
|              gtk_major_version, gtk_minor_version, gtk_micro_version);
|       printf ("*** was found! If pkg-config was correct, then it is
best\n");
|       printf ("*** to remove the old version of GTK+. You may also be
able to fix the error\n");
|       printf("*** by modifying your LD_LIBRARY_PATH enviroment
variable, or by editing\n");
|       printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if
that is\n");
|       printf("*** required on your system.\n");
|       printf("*** If pkg-config was wrong, set the environment
variable PKG_CONFIG_PATH\n");
|       printf("*** to point to the correct configuration files\n");
|     }
|   else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
| 	   (gtk_minor_version != GTK_MINOR_VERSION) ||
|            (gtk_micro_version != GTK_MICRO_VERSION))
|     {
|       printf("*** GTK+ header files (version %d.%d.%d) do not match
\n",
| 	     GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
|       printf("*** library (version %d.%d.%d)\n",
| 	     gtk_major_version, gtk_minor_version, gtk_micro_version);
|     }
|   else
|     {
|       if ((gtk_major_version > major) ||
|         ((gtk_major_version == major) && (gtk_minor_version > minor))
||
|         ((gtk_major_version == major) && (gtk_minor_version == minor)
&& (gtk_micro_version >= micro)))
|       {
|         return 0;
|        }
|      else
|       {
|         printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
|                gtk_major_version, gtk_minor_version,
gtk_micro_version);
|         printf("*** You need a version of GTK+ newer than %d.%d.%d.
The latest version of\n",
| 	       major, minor, micro);
|         printf("*** GTK+ is always available from
ftp://ftp.gtk.org.\n";);
|         printf("***\n");
|         printf("*** If you have already installed a sufficiently new
version, this error\n");
|         printf("*** probably means that the wrong copy of the
pkg-config shell script is\n");
|         printf("*** being found. The easiest way to fix this is to
remove the old version\n");
|         printf("*** of GTK+, but you can also set the PKG_CONFIG
environment to point to the\n");
|         printf("*** correct copy of pkg-config. (In this case, you
will have to\n");
|         printf("*** modify your LD_LIBRARY_PATH enviroment variable,
or edit /etc/ld.so.conf\n");
|         printf("*** so that the correct libraries are found at
run-time))\n");
|       }
|     }
|   return 1;
| }
| 
configure:20936: result: no
configure:20969: gcc -o conftest -D_U_="__attribute__((unused))" -Wall
-Wpointer-arith -W  -g -O2 -I/usr/local/include -pthread
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib
conftest.c  -pthread -L/usr/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0
-lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0
-lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0   >&5
/usr/bin/ld: skipping incompatible /usr/lib/libgtk-x11-2.0.so when
searching for -lgtk-x11-2.0
/usr/bin/ld: skipping incompatible /usr/lib/libgtk-x11-2.0.so when
searching for -lgtk-x11-2.0
/usr/bin/ld: cannot find -lgtk-x11-2.0
collect2: ld returned 1 exit status
configure:20975: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "wireshark"
| #define VERSION "0.99.5"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HTML_VIEWER "mozilla"
| #define DATAFILE_DIR "/usr/local/share/wireshark"
| /* end confdefs.h.  */
| 
| #include <gtk/gtk.h>
| #include <stdio.h>
| 
| int
| main ()
| {
|  return ((gtk_major_version) || (gtk_minor_version) ||
(gtk_micro_version));
|   ;
|   return 0;
| }
configure:21380: checking for pkg-config
configure:21411: result: /usr/bin/pkg-config
configure:21434: checking for GLIB - version >= 2.0.0
configure:21553: gcc -o conftest -D_U_="__attribute__((unused))" -Wall
-Wpointer-arith -W  -g -O2 -I/usr/local/include -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib
conftest.c -Wl,--export-dynamic -L/usr/lib -lgmodule-2.0 -ldl -lglib-2.0
>&5
conftest.c: In function 'main':
conftest.c:74: warning: comparison between signed and unsigned
conftest.c:75: warning: comparison between signed and unsigned
conftest.c:75: warning: comparison between signed and unsigned
conftest.c:76: warning: comparison between signed and unsigned
conftest.c:76: warning: comparison between signed and unsigned
conftest.c:76: warning: comparison between signed and unsigned
/usr/bin/ld: skipping incompatible /usr/lib/libgmodule-2.0.so when
searching for -lgmodule-2.0
/usr/bin/ld: skipping incompatible /usr/lib/libgmodule-2.0.a when
searching for -lgmodule-2.0
/usr/bin/ld: skipping incompatible /usr/lib/libdl.so when searching for
-ldl
/usr/bin/ld: skipping incompatible /usr/lib/libglib-2.0.so when
searching for -lglib-2.0
/usr/bin/ld: skipping incompatible /usr/lib/libglib-2.0.a when searching
for -lglib-2.0
/usr/bin/ld: skipping incompatible /usr/lib/libgcc_s.so when searching
for -lgcc_s
/usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for
-lc
/usr/bin/ld: skipping incompatible /usr/lib/libgcc_s.so when searching
for -lgcc_s
configure:21556: $? = 0
configure:21558: ./conftest
configure:21561: $? = 0
configure:21579: result: yes (version 2.12.3)
configure:22642: checking whether GLib supports loadable modules
configure:22675: gcc -o conftest -D_U_="__attribute__((unused))" -Wall
-Wpointer-arith -W  -g -O2 -I/usr/local/include -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib
conftest.c -Wl,--export-dynamic -L/usr/lib -lgmodule-2.0 -ldl -lglib-2.0
>&5
/usr/bin/ld: skipping incompatible /usr/lib/libgmodule-2.0.so when
searching for -lgmodule-2.0
/usr/bin/ld: skipping incompatible /usr/lib/libgmodule-2.0.a when
searching for -lgmodule-2.0
/usr/bin/ld: skipping incompatible /usr/lib/libdl.so when searching for
-ldl
/usr/bin/ld: skipping incompatible /usr/lib/libglib-2.0.so when
searching for -lglib-2.0
/usr/bin/ld: skipping incompatible /usr/lib/libglib-2.0.a when searching
for -lglib-2.0
/usr/bin/ld: skipping incompatible /usr/lib/libgcc_s.so when searching
for -lgcc_s
/usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for
-lc
/usr/bin/ld: skipping incompatible /usr/lib/libgcc_s.so when searching
for -lgcc_s
configure:22678: $? = 0
configure:22680: ./conftest
configure:22683: $? = 0
configure:22699: result: yes
configure:22717: checking for inttypes.h
configure:22722: result: yes
configure:22860: checking whether inttypes.h defines the PRI[doxu]64
macros
configure:22887: gcc -c -D_U_="__attribute__((unused))" -Wall
-Wpointer-arith -W  -g -O2 -I/usr/local/include -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
conftest.c:37: warning: return type defaults to 'int'
conftest.c: In function 'main':
conftest.c:38: warning: format '%ld' expects type 'long int', but
argument 2 has type 'long long int'
conftest.c:39: warning: format '%lo' expects type 'long unsigned int',
but argument 2 has type 'long long unsigned int'
conftest.c:40: warning: format '%lx' expects type 'long unsigned int',
but argument 2 has type 'long long unsigned int'
conftest.c:41: warning: format '%lX' expects type 'long unsigned int',
but argument 2 has type 'long long unsigned int'
conftest.c:42: warning: format '%lu' expects type 'long unsigned int',
but argument 2 has type 'long long unsigned int'
conftest.c:43: warning: control reaches end of non-void function
configure:22893: $? = 0
configure:22896: test -z 			 || test ! -s conftest.err
configure:22899: $? = 0
configure:22902: test -s conftest.o
configure:22905: $? = 0
configure:22908: result: yes
configure:23429: checking for gethostbyname
configure:23486: gcc -o conftest -D_U_="__attribute__((unused))" -Wall
-Wpointer-arith -W  -g -O2 -I/usr/local/include -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib
conftest.c  >&5
configure:23492: $? = 0
configure:23495: test -z 			 || test ! -s conftest.err
configure:23498: $? = 0
configure:23501: test -s conftest
configure:23504: $? = 0
configure:23516: result: yes
configure:23601: checking for connect
configure:23658: gcc -o conftest -D_U_="__attribute__((unused))" -Wall
-Wpointer-arith -W  -g -O2 -I/usr/local/include -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib
conftest.c  >&5
configure:23664: $? = 0
configure:23667: test -z 			 || test ! -s conftest.err
configure:23670: $? = 0
configure:23673: test -s conftest
configure:23676: $? = 0
configure:23688: result: yes
configure:23769: checking whether to use libpcap for packet capture
configure:23798: result: yes
configure:23819: checking for extraneous pcap header directories
configure:23842: result: not found
configure:23880: checking pcap.h usability
configure:23892: gcc -c -D_U_="__attribute__((unused))" -Wall
-Wpointer-arith -W  -g -O2 -I/usr/local/include -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
conftest.c:64:18: error: pcap.h: No such file or directory
configure:23898: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "wireshark"
| #define VERSION "0.99.5"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HTML_VIEWER "mozilla"
| #define DATAFILE_DIR "/usr/local/share/wireshark"
| #define HAVE_INTTYPES_H 1
| #define INTTYPES_H_DEFINES_FORMATS
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <pcap.h>
configure:23920: result: no
configure:23924: checking pcap.h presence
configure:23934: gcc -E  -I/usr/local/include conftest.c
conftest.c:30:18: error: pcap.h: No such file or directory
configure:23940: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "wireshark"
| #define VERSION "0.99.5"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HTML_VIEWER "mozilla"
| #define DATAFILE_DIR "/usr/local/share/wireshark"
| #define HAVE_INTTYPES_H 1
| #define INTTYPES_H_DEFINES_FORMATS
| /* end confdefs.h.  */
| #include <pcap.h>
configure:23960: result: no
configure:23995: checking for pcap.h
configure:24002: result: no
configure:24012: error: Header file pcap.h not found; if you installed
libpcap
from source, did you also do "make install-incl", and if you installed a
binary package of libpcap, is there also a developer's package of
libpcap,
and did you also install that package?

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_build_alias=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_enable_usr_local=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_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_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_f77_compiler_gnu=yes
ac_cv_func_connect=yes
ac_cv_func_dlopen=no
ac_cv_func_gethostbyname=yes
ac_cv_func_shl_load=no
ac_cv_glib_supports_modules=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_pcap_h=no
ac_cv_header_stdc=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_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_host_alias=x86_64-unknown-linux-gnu
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_shl_load=no
ac_cv_lib_fl_yywrap=yes
ac_cv_objext=o
ac_cv_path_DOXYGEN=/usr/bin/doxygen
ac_cv_path_LEX=/usr/bin/flex
ac_cv_path_LIBGCRYPT_CONFIG=no
ac_cv_path_LIBGNUTLS_CONFIG=no
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_POD2HTML=/usr/bin/pod2html
ac_cv_path_POD2MAN=/usr/bin/pod2man
ac_cv_path_PYTHON=/usr/bin/python
ac_cv_path_XMLLINT=/usr/bin/xmllint
ac_cv_path_XSLTPROC=/usr/bin/xsltproc
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_HAVE_DOXYGEN=yes
ac_cv_prog_HAVE_FOP=no
ac_cv_prog_HAVE_HHC=no
ac_cv_prog_HAVE_PKGMK=no
ac_cv_prog_HAVE_PKGPROTO=no
ac_cv_prog_HAVE_PKGTRANS=no
ac_cv_prog_HAVE_XMLLINT=yes
ac_cv_prog_HAVE_XSLTPROC=yes
ac_cv_prog_LEX=flex
ac_cv_prog_YACC='bison -y'
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_F77=f95
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_ac_cv_wireshark_have_rpm=yes
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=yes
ac_cv_prog_lex_root=lex.yy
ac_cv_prog_lex_yytext_pointer=yes
ac_cv_prog_make_make_set=yes
ac_cv_target=x86_64-unknown-linux-gnu
ac_cv_target_alias=x86_64-unknown-linux-gnu
ac_cv_wireshark_have_rpm=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=-ldl
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=yes
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_F77=yes
lt_cv_prog_compiler_rtti_exceptions=no
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\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*
\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern
int \1;/p'\'''
lt_cv_sys_max_cmd_len=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_prog_compiler_c_o_F77='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 	]\
\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ 	][ 	]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\
\1 \\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \
\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \
\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\
$/extern int \\1;/p'\''"'

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /usr/local/src/wireshark-0.99.5/missing --run
aclocal-1.9'
ADNS_LIBS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/local/src/wireshark-0.99.5/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /usr/local/src/wireshark-0.99.5/missing --run
autoconf'
AUTOHEADER='${SHELL} /usr/local/src/wireshark-0.99.5/missing --run
autoheader'
AUTOMAKE='${SHELL} /usr/local/src/wireshark-0.99.5/missing --run
automake-1.9'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CC_FOR_BUILD='gcc'
CFLAGS='-D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2
-I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
'
CPP='gcc -E'
CPPFLAGS=' -I/usr/local/include'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DOXYGEN='/usr/bin/doxygen'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
ENABLE_STATIC=''
ENABLE_STATIC_FALSE=''
ENABLE_STATIC_TRUE=''
EXEEXT=''
F77='f95'
FFLAGS='-g -O2'
FLEX_PATH=''
FOP=''
FRAMEWORKS=''
GETOPT_C=''
GETOPT_O=''
GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
GLIB_CONFIG=''
GLIB_GENMARSHAL='glib-genmarshal'
GLIB_LIBS='-Wl,--export-dynamic -L/usr/lib -lgmodule-2.0 -ldl -lglib-2.0
'
GLIB_MKENUMS='glib-mkenums'
GOBJECT_QUERY='gobject-query'
GTK_CFLAGS=''
GTK_CONFIG=''
GTK_LIBS=''
G_ASCII_STRTOULL_C=''
G_ASCII_STRTOULL_LO=''
G_ASCII_STRTOULL_O=''
HAVE_DOXYGEN='yes'
HAVE_DOXYGEN_FALSE='#'
HAVE_DOXYGEN_TRUE=''
HAVE_FOP='no'
HAVE_FOP_FALSE=''
HAVE_FOP_TRUE='#'
HAVE_HHC='no'
HAVE_HHC_FALSE=''
HAVE_HHC_TRUE='#'
HAVE_LIBLUA_FALSE=''
HAVE_LIBLUA_TRUE=''
HAVE_LIBPORTAUDIO_FALSE=''
HAVE_LIBPORTAUDIO_TRUE=''
HAVE_PKGMK='no'
HAVE_PKGPROTO='no'
HAVE_PKGTRANS='no'
HAVE_PLUGINS_FALSE=''
HAVE_PLUGINS_TRUE=''
HAVE_RPM='yes'
HAVE_SVR4_PACKAGING='no'
HAVE_XMLLINT='yes'
HAVE_XMLLINT_FALSE='#'
HAVE_XMLLINT_TRUE=''
HAVE_XSLTPROC='yes'
HAVE_XSLTPROC_FALSE='#'
HAVE_XSLTPROC_TRUE=''
HHC=''
HTML_VIEWER=''
INET_ATON_C=''
INET_ATON_LO=''
INET_ATON_O=''
INET_NTOP_C=''
INET_NTOP_LO=''
INET_NTOP_O=''
INET_PTON_C=''
INET_PTON_LO=''
INET_PTON_O=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
KRB5_CONFIG=''
KRB5_LIBS=''
LDFLAGS=' -L/usr/local/lib'
LDFLAGS_SHAREDLIB=''
LEX='/usr/bin/flex'
LEXLIB='-lfl'
LEX_OUTPUT_ROOT='lex.yy'
LIBGCRYPT_CFLAGS=''
LIBGCRYPT_CONFIG='no'
LIBGCRYPT_LIBS=''
LIBGNUTLS_CFLAGS=''
LIBGNUTLS_CONFIG='no'
LIBGNUTLS_LIBS=''
LIBICONV=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL_DEPS='./ltmain.sh'
LN_S='ln -s'
LTLIBOBJS=''
LUA_INCLUDES=''
LUA_LIBS=''
MAKEINFO='${SHELL} /usr/local/src/wireshark-0.99.5/missing --run
makeinfo'
MKSTEMP_C=''
MKSTEMP_O=''
NETSNMPCONFIG=''
NSL_LIBS=''
OBJEXT='o'
PACKAGE='wireshark'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PCAP_LIBS=''
PCRE_LIBS=''
PERL='/usr/bin/perl'
PKG_CONFIG='/usr/bin/pkg-config'
PLUGIN_LIBS=''
POD2HTML='/usr/bin/pod2html'
POD2MAN='/usr/bin/pod2man'
PORTAUDIO_INCLUDES=''
PORTAUDIO_LIBS=''
PYTHON='/usr/bin/python'
RANLIB='ranlib'
SETUID_INSTALL_FALSE=''
SETUID_INSTALL_TRUE=''
SET_MAKE=''
SHELL='/bin/sh'
SNMP_LIBS=''
SOCKET_LIBS=''
SSL_LIBS=''
STRCASECMP_C=''
STRCASECMP_O=''
STRERROR_C=''
STRERROR_O=''
STRIP='strip'
STRNCASECMP_C=''
STRNCASECMP_O=''
STRPTIME_C=''
STRPTIME_O=''
USE_GTK2_FALSE='#'
USE_GTK2_TRUE=''
USE_PROFILE_BUILD_FALSE=''
USE_PROFILE_BUILD_TRUE='#'
USE_THREADS_FALSE=''
USE_THREADS_TRUE='#'
VERSION='0.99.5'
XMLLINT='/usr/bin/xmllint'
XSLTPROC='/usr/bin/xsltproc'
YACC='bison -y'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77='f95'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
ac_cv_wireshark_have_rpm='yes'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
capinfos_bin='capinfos$(EXEEXT)'
capinfos_man='capinfos.1'
datadir='${prefix}/share'
dftest_bin='dftest$(EXEEXT)'
dumpcap_bin='dumpcap$(EXEEXT)'
dumpcap_man='dumpcap.1'
editcap_bin='editcap$(EXEEXT)'
editcap_man='editcap.1'
exec_prefix='NONE'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
idl2wrs_bin='idl2wrs'
idl2wrs_man='idl2wrs.1'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/usr/local/src/wireshark-0.99.5/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mergecap_bin='mergecap$(EXEEXT)'
mergecap_man='mergecap.1'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
plugindir=''
prefix='NONE'
program_transform_name='s,x,x,'
randpkt_bin='randpkt$(EXEEXT)'
rdps_bin='rdps$(EXEEXT)'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=''
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'
text2pcap_bin='text2pcap$(EXEEXT)'
text2pcap_man='text2pcap.1'
tshark_bin='tshark$(EXEEXT)'
tshark_man='tshark.1'
wireshark_SUBDIRS=''
wireshark_bin=''
wireshark_man=''
wiresharkfilter_man='wireshark-filter.4'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define DATAFILE_DIR "/usr/local/share/wireshark"
#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HTML_VIEWER "mozilla"
#define INTTYPES_H_DEFINES_FORMATS
#define PACKAGE "wireshark"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define VERSION "0.99.5"
#define YYTEXT_POINTER 1
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 1