Ethereal-users: Re: [Ethereal-users] Problem compiling ethereal 0.10.0a

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Pierre <pierre42d@xxxxxxxxxx>
Date: Thu, 29 Jan 2004 12:36:44 +0100
Guy Harris wrote:
On Thu, Jan 29, 2004 at 05:12:59AM +0100, Pierre wrote:

 >>timestats.o util.o xdlc.o xmlstub.o register.o capture.o file.o
filters.o proto_hier_stats.o summary.o .libs/etherealS.o -Wl,--export-dynamic -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/local/ssl/lib wiretap/libwiretap.a gtk/libui.a epan/libethereal.a epan/ftypes/libftypes.a epan/dfilter/libdfilter.a -lcrypto /usr/local/lib/libpcre.so -lpcap -L/usr/X11R6/lib /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so /usr/local/lib/libatk-1.0.so -L/usr/local/BerkeleyDB.4.1/lib /usr/local/lib/libgdk_pixbuf-2.0.so -lm /usr/local/lib/libXcursor.so /usr/local/lib/libpangoxft-1.0.so /usr/local/lib/libpangox-1.0.so /usr/local/lib/libXrender.so -lgpm -lX11 /usr/local/lib/libpango-1.0.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so -ldl /usr/local/lib/libgthread-2.0.so -lpthread /usr/local/lib/libglib-2.0.so -ladns -lz -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib
packet-cops.o(.text+0x19fa): In function `decode_cops_pr_asn1_data':
: undefined reference to `tree_head'
packet-cops.o(.text+0x1a28): In function `decode_cops_pr_asn1_data':
: undefined reference to `get_tree'
packet-cops.o(.text+0x1ab0): In function `decode_cops_pr_asn1_data':
: undefined reference to `sprint_realloc_by_type'


It's not linking with "-lsnmp", so part of the configuration thinks
there's no SNMP library, but "packet-cops.c" was configured to use an
SNMP library.

Do "make distclean", re-run the configure script (saving the output to a
file), and try the make again.  If that doesn't work, send us the
output of the configure script and the "config.log" file.

I did as you said, but same error. I have attached the output of the configure and the config.log.


Regards,

--
Pierre.

$ ./configure --enable-shared --enable-gtk2 --enable-threads --enable-dftest --enable-randpkt --with-extra-gcc
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/local/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for ld used by GCC... /usr/local/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/local/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/local/i686-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/local/bin/nm -B
checking for a sed that does not truncate output... /usr/local/bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking command to parse /usr/local/bin/nm -B output... ok
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
./configure: /usr/bin/file: No such file or directory
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/local/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether -lc should be explicitly linked in... no
creating libtool
checking for bison... bison -y
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for perl... /usr/bin/perl
checking for pod2man... /usr/bin/pod2man
checking for flex... /usr/local/bin/flex
checking for python... /usr/local/bin/python
checking for pkgproto... no
checking for pkgmk... no
checking for pkgtrans... no
checking for rpm... yes
checking to see if we can redefine _topdir... yes
checking to see if we can add '-Wall -W' to CFLAGS... yes
checking for platform-specific compiler flags... none needed
checking whether to use /usr/local for headers and libraries... yes
checking for GNU sed as first sed in PATH... yes
checking if profile builds must be generated... no
checking for pkg-config... /usr/local/bin/pkg-config
checking for GTK+ - version >= 2.0.0... yes (version 2.3.1)
checking for pkg-config... (cached) /usr/local/bin/pkg-config
checking for GLIB - version >= 2.0.0... yes (version 2.3.2)
checking whether GLib supports loadable modules... yes
checking for gethostbyname... yes
checking for connect... yes
checking whether to use libpcap for packet capture... yes
checking for extraneous pcap header directories... not found
checking pcap.h usability... yes
checking pcap.h presence... yes
checking for pcap.h... yes
checking for pcap_open_live in -lpcap... yes
checking whether pcap_version is defined by libpcap... yes
checking for pcap_findalldevs... yes
checking for pcap_lib_version... yes
checking for pcap_compile_nopcap... yes
checking for pcap_datalink_val_to_name... yes
checking for pcap_datalink_name_to_val... yes
checking for pcap_list_datalinks... yes
checking for pcap_set_datalink... yes
checking whether to use zlib for reading compressed capture files... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for gzgets in -lz... yes
checking for gzgets missing when linking with X11... no
checking whether to use libpcre for regular expressions in dfilters... yes
checking pcre.h usability... yes
checking pcre.h presence... yes
checking for pcre.h... yes
checking for pcre_compile in -lpcre... yes
checking whether to enable ipv6 name resolution if available... yes
checking ipv6 stack type... "linux-glibc, inet6"
checking whether to install ethereal setuid... no
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking for sys/stat.h... (cached) yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking for sys/types.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking whether to use SSL library if available... yes
checking for EVP_md5 in -lcrypto... yes
checking whether to use NET-SNMP library if available... yes
checking for net-snmp-config... /usr/local/bin/net-snmp-config
checking net-snmp/net-snmp-config.h usability... yes
checking net-snmp/net-snmp-config.h presence... yes
checking for net-snmp/net-snmp-config.h... yes
checking net-snmp/library/default_store.h usability... yes
checking net-snmp/library/default_store.h presence... yes
checking for net-snmp/library/default_store.h... yes
checking whether to use the GNU ADNS library if available... yes
checking for adns_init in -ladns... yes
checking for sa_len in struct sockaddr... no
checking whether byte ordering is bigendian... no
checking whether gcc needs -traditional... no
checking for snprintf... yes
checking for strerror... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for mkstemp... yes
checking for strptime... yes
checking for getprotobynumber... yes
checking for gethostbyname2... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating gtk/Makefile
config.status: creating help/Makefile
config.status: creating packaging/Makefile
config.status: creating packaging/nsis/Makefile
config.status: creating packaging/rpm/Makefile
config.status: creating packaging/rpm/SPECS/Makefile
config.status: creating packaging/rpm/SPECS/ethereal.spec
config.status: creating packaging/svr4/Makefile
config.status: creating packaging/svr4/checkinstall
config.status: creating packaging/svr4/pkginfo
config.status: creating plugins/Makefile
config.status: creating plugins/acn/Makefile
config.status: creating plugins/artnet/Makefile
config.status: creating plugins/asn1/Makefile
config.status: creating plugins/docsis/Makefile
config.status: creating plugins/enttec/Makefile
config.status: creating plugins/giop/Makefile
config.status: creating plugins/gryphon/Makefile
config.status: creating plugins/lwres/Makefile
config.status: creating plugins/megaco/Makefile
config.status: creating plugins/mgcp/Makefile
config.status: creating plugins/pcli/Makefile
config.status: creating plugins/rdm/Makefile
config.status: creating plugins/rtnet/Makefile
config.status: creating tools/Makefile
config.status: creating tools/lemon/Makefile
config.status: creating config.h
config.status: executing depfiles commands
configure: configuring in epan
configure: running /bin/sh './configure' --prefix=/usr/local  '--enable-shared' '--enable-gtk2' '--enable-threads' '--enable-dftest' '--enable-randpkt' '--with-extra-gcc' 'CC=gcc' 'CFLAGS=-s -O3 -march=i686' 'CPPFLAGS=' 'LDFLAGS=' --cache-file=/dev/null --srcdir=.
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/local/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for bison... bison -y
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for ld used by GCC... /usr/local/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/local/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/local/i686-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/local/bin/nm -B
checking for a sed that does not truncate output... /usr/local/bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking command to parse /usr/local/bin/nm -B output... ok
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
./configure: /usr/bin/file: No such file or directory
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/local/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for flex... /usr/local/bin/flex
checking to see if we can add '-Wall -W' to CFLAGS... yes
checking for platform-specific compiler flags... none needed
checking whether to use /usr/local for headers and libraries... yes
checking if profile builds must be generated... no
checking for pkg-config... /usr/local/bin/pkg-config
checking for GLIB - version >= 2.0.0... yes (version 2.3.2)
checking for ANSI C header files... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking arpa/nameser.h usability... yes
checking arpa/nameser.h presence... yes
checking for arpa/nameser.h... yes
checking whether to enable ipv6 name resolution if available... yes
checking ipv6 stack type... "linux-glibc, inet6"
checking for inet_aton... yes
checking for library containing inet_pton... none required
checking for broken inet_pton... ok
checking for library containing inet_ntop... none required
checking for inet_ntop prototype... yes
checking for strptime... yes
checking whether to use libpcre for regular expressions in dfilters... yes
checking pcre.h usability... yes
checking pcre.h presence... yes
checking for pcre.h... yes
checking for pcre_compile in -lpcre... yes
checking whether to use the GNU ADNS library if available... yes
checking for adns_init in -ladns... yes
checking whether GLib supports loadable modules... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating dfilter/Makefile
config.status: creating ftypes/Makefile
config.status: creating config.h
config.status: executing depfiles commands
configure: configuring in wiretap
configure: running /bin/sh './configure' --prefix=/usr/local  '--enable-shared' '--enable-gtk2' '--enable-threads' '--enable-dftest' '--enable-randpkt' '--with-extra-gcc' 'CC=gcc' 'CFLAGS=-s -O3 -march=i686' 'CPPFLAGS=' 'LDFLAGS=' --cache-file=/dev/null --srcdir=.
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/local/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for bison... bison -y
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for ld used by GCC... /usr/local/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/local/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/local/i686-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/local/bin/nm -B
checking for a sed that does not truncate output... /usr/local/bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking command to parse /usr/local/bin/nm -B output... ok
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
./configure: /usr/bin/file: No such file or directory
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/local/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for flex... /usr/local/bin/flex
checking to see if we can add '-Wall -W -Wcast-qual' to CFLAGS... yes
checking for platform-specific compiler flags... none needed
checking if profile builds must be generated... no
checking for pkg-config... /usr/local/bin/pkg-config
checking for GLIB - version >= 2.0.0... yes (version 2.3.2)
checking whether to use /usr/local for headers and libraries... yes
checking for ANSI C header files... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for unistd.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking whether byte ordering is bigendian... no
checking for extraneous pcap header directories... found --  -I/usr/local/include added to CFLAGS
checking pcap.h usability... yes
checking pcap.h presence... yes
checking for pcap.h... yes
checking whether to use zlib for reading compressed capture files... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for gzgets in -lz... yes
checking for gzgets missing when linking with X11... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands

The Ethereal package has been configured with the following options.
                    Build ethereal : yes
                   Build tethereal : yes
                     Build editcap : yes
                    Build mergecap : yes
                   Build text2pcap : yes
                     Build idl2eth : yes
                     Build randpkt : yes
                      Build dftest : yes

                    Install setuid : no
                       Use plugins : yes
               Use GTK+ v2 library : yes
                       Use threads : yes
            Build profile binaries : no
                  Use pcap library : yes
                  Use zlib library : yes
                  Use pcre library : yes
              Use GNU ADNS library : yes
          Use IPv6 name resolution : yes
     Use UCD SNMP/NET-SNMP library : yes (net-snmp)
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.57.  Invocation command line was

  $ ./configure --enable-shared --enable-gtk2 --enable-threads --enable-dftest --enable-randpkt --with-extra-gcc

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

hostname = pierre
uname -m = i686
uname -r = 2.6.1
uname -s = Linux
uname -v = #9 Sat Jan 24 01:09:45 CET 2004

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

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

PATH: /usr/local/qt/bin
PATH: /usr/local/qt-embedded/bin
PATH: /usr/local/qtopia/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: .
PATH: /usr/share/texmf/bin
PATH: /usr/local/j2sdk/bin
PATH: /usr/local/kde/bin
PATH: /usr/local/pccts/bin
PATH: /usr/local/ssl/bin
PATH: /usr/local/mysql/bin
PATH: /usr/local/netpbm/bin
PATH: /usr/local/ant/bin


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

configure:1505: checking build system type
configure:1523: result: i686-pc-linux-gnu
configure:1531: checking host system type
configure:1545: result: i686-pc-linux-gnu
configure:1553: checking target system type
configure:1567: result: i686-pc-linux-gnu
configure:1595: checking for a BSD-compatible install
configure:1649: result: /usr/local/bin/install -c
configure:1660: checking whether build environment is sane
configure:1703: result: yes
configure:1736: checking for gawk
configure:1752: found /usr/local/bin/gawk
configure:1762: result: gawk
configure:1772: checking whether make sets $(MAKE)
configure:1792: result: yes
configure:1984: checking for gcc
configure:2010: result: gcc
configure:2254: checking for C compiler version
configure:2257: gcc --version </dev/null >&5
gcc (GCC) 3.3.2
Copyright (C) 2003 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:2260: $? = 0
configure:2262: gcc -v </dev/null >&5
Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/specs
Configured with: ./configure --enable-shared --enable-threads --enable-nls --with-system-zlib
Thread model: posix
gcc version 3.3.2
configure:2265: $? = 0
configure:2267: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2270: $? = 1
configure:2294: checking for C compiler default output
configure:2297: gcc -s -O3 -march=i686   conftest.c  >&5
configure:2300: $? = 0
configure:2346: result: a.out
configure:2351: checking whether the C compiler works
configure:2357: ./a.out
configure:2360: $? = 0
configure:2377: result: yes
configure:2384: checking whether we are cross compiling
configure:2386: result: no
configure:2389: checking for suffix of executables
configure:2391: gcc -o conftest -s -O3 -march=i686   conftest.c  >&5
configure:2394: $? = 0
configure:2419: result: 
configure:2425: checking for suffix of object files
configure:2447: gcc -c -s -O3 -march=i686  conftest.c >&5
configure:2450: $? = 0
configure:2472: result: o
configure:2476: checking whether we are using the GNU C compiler
configure:2501: gcc -c -s -O3 -march=i686  conftest.c >&5
configure:2504: $? = 0
configure:2507: test -s conftest.o
configure:2510: $? = 0
configure:2523: result: yes
configure:2529: checking whether gcc accepts -g
configure:2551: gcc -c -g  conftest.c >&5
configure:2554: $? = 0
configure:2557: test -s conftest.o
configure:2560: $? = 0
configure:2571: result: yes
configure:2588: checking for gcc option to accept ANSI C
configure:2649: gcc  -c -s -O3 -march=i686  conftest.c >&5
configure:2652: $? = 0
configure:2655: test -s conftest.o
configure:2658: $? = 0
configure:2676: result: none needed
configure:2694: gcc -c -s -O3 -march=i686  conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2697: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2825: checking for style of include used by make
configure:2853: result: GNU
configure:2881: checking dependency style of gcc
configure:2943: result: gcc3
configure:2953: checking how to run the C preprocessor
configure:2989: gcc -E  conftest.c
configure:2995: $? = 0
configure:3027: gcc -E  conftest.c
configure:3028:28: ac_nonexistent.h: No such file or directory
configure:3033: $? = 1
configure: failed program was:
| #line 3018 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.0a"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3071: result: gcc -E
configure:3096: gcc -E  conftest.c
configure:3102: $? = 0
configure:3134: gcc -E  conftest.c
configure:3135:28: ac_nonexistent.h: No such file or directory
configure:3140: $? = 1
configure: failed program was:
| #line 3125 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.0a"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3272: checking for ld used by GCC
configure:3335: result: /usr/local/i686-pc-linux-gnu/bin/ld
configure:3344: checking if the linker (/usr/local/i686-pc-linux-gnu/bin/ld) is GNU ld
GNU ld version 2.14 20030612
configure:3356: result: yes
configure:3361: checking for /usr/local/i686-pc-linux-gnu/bin/ld option to reload object files
configure:3368: result: -r
configure:3373: checking for BSD-compatible nm
configure:3409: result: /usr/local/bin/nm -B
configure:3412: checking for a sed that does not truncate output
configure:3494: result: /usr/local/bin/sed
configure:3497: checking whether ln -s works
configure:3501: result: yes
configure:3508: checking how to recognise dependent libraries
configure:3689: result: pass_all
configure:3702: checking command to parse /usr/local/bin/nm -B output
configure:3786: gcc -c -s -O3 -march=i686  conftest.c >&5
configure:3789: $? = 0
configure:3793: /usr/local/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:3796: $? = 0
configure:3848: gcc -o conftest -s -O3 -march=i686   conftest.c conftstm.o >&5
configure:3851: $? = 0
configure:3895: result: ok
configure:3900: checking for egrep
configure:3910: result: grep -E
configure:3915: checking for ANSI C header files
configure:3941: gcc -c -s -O3 -march=i686  conftest.c >&5
configure:3944: $? = 0
configure:3947: test -s conftest.o
configure:3950: $? = 0
configure:4039: gcc -o conftest -s -O3 -march=i686   conftest.c  >&5
configure:4042: $? = 0
configure:4044: ./conftest
configure:4047: $? = 0
configure:4062: result: yes
configure:4086: checking for sys/types.h
configure:4103: gcc -c -s -O3 -march=i686  conftest.c >&5
configure:4106: $? = 0
configure:4109: test -s conftest.o
configure:4112: $? = 0
configure:4123: result: yes
configure:4086: checking for sys/stat.h
configure:4103: gcc -c -s -O3 -march=i686  conftest.c >&5
configure:4106: $? = 0
configure:4109: test -s conftest.o
configure:4112: $? = 0
configure:4123: result: yes
configure:4086: checking for stdlib.h
configure:4103: gcc -c -s -O3 -march=i686  conftest.c >&5
configure:4106: $? = 0
configure:4109: test -s conftest.o
configure:4112: $? = 0
configure:4123: result: yes
configure:4086: checking for string.h
configure:4103: gcc -c -s -O3 -march=i686  conftest.c >&5
configure:4106: $? = 0
configure:4109: test -s conftest.o
configure:4112: $? = 0
configure:4123: result: yes
configure:4086: checking for memory.h
configure:4103: gcc -c -s -O3 -march=i686  conftest.c >&5
configure:4106: $? = 0
configure:4109: test -s conftest.o
configure:4112: $? = 0
configure:4123: result: yes
configure:4086: checking for strings.h
configure:4103: gcc -c -s -O3 -march=i686  conftest.c >&5
configure:4106: $? = 0
configure:4109: test -s conftest.o
configure:4112: $? = 0
configure:4123: result: yes
configure:4086: checking for inttypes.h
configure:4103: gcc -c -s -O3 -march=i686  conftest.c >&5
configure:4106: $? = 0
configure:4109: test -s conftest.o
configure:4112: $? = 0
configure:4123: result: yes
configure:4086: checking for stdint.h
configure:4103: gcc -c -s -O3 -march=i686  conftest.c >&5
configure:4106: $? = 0
configure:4109: test -s conftest.o
configure:4112: $? = 0
configure:4123: result: yes
configure:4086: checking for unistd.h
configure:4103: gcc -c -s -O3 -march=i686  conftest.c >&5
configure:4106: $? = 0
configure:4109: test -s conftest.o
configure:4112: $? = 0
configure:4123: result: yes
configure:4149: checking dlfcn.h usability
configure:4162: gcc -c -s -O3 -march=i686  conftest.c >&5
configure:4165: $? = 0
configure:4168: test -s conftest.o
configure:4171: $? = 0
configure:4181: result: yes
configure:4185: checking dlfcn.h presence
configure:4196: gcc -E  conftest.c
configure:4202: $? = 0
configure:4221: result: yes
configure:4257: checking for dlfcn.h
configure:4264: result: yes
configure:4462: checking for ranlib
configure:4478: found /usr/local/bin/ranlib
configure:4489: result: ranlib
configure:4542: checking for strip
configure:4558: found /usr/local/bin/strip
configure:4569: result: strip
configure:4622: gcc -c -s -O3 -march=i686  conftest.c >&5
configure:4625: $? = 0
configure:4797: checking for objdir
configure:4808: result: .libs
configure:4825: checking for gcc option to produce PIC
configure:4971: result: -fPIC
configure:4975: checking if gcc PIC flag -fPIC works
configure:4999: gcc -c -s -O3 -march=i686 -fPIC -DPIC  conftest.c >&5
configure:5002: $? = 0
configure:5005: test -s conftest.o
configure:5008: $? = 0
configure:5046: result: yes
configure:5062: checking if gcc static flag -static works
configure:5087: gcc -o conftest -s -O3 -march=i686   -static conftest.c  >&5
configure:5090: $? = 0
configure:5093: test -s conftest
configure:5096: $? = 0
configure:5112: result: yes
configure:5124: checking if gcc supports -c -o file.o
configure:5147: gcc -c -s -O3 -march=i686 -o out/conftest2.o  conftest.c >&5
configure:5168: result: yes
configure:5173: checking if gcc supports -c -o file.lo
configure:5201: gcc -c -s -O3 -march=i686 -c -o conftest.lo  conftest.c >&5
configure:5204: $? = 0
configure:5207: test -s conftest.lo
configure:5210: $? = 0
configure:5232: result: yes
configure:5263: checking if gcc supports -fno-rtti -fno-exceptions
configure:5286: gcc -c -s -O3 -march=i686 -fno-rtti -fno-exceptions -c conftest.c  conftest.c >&5
cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
configure:5289: $? = 0
configure:5292: test -s conftest.o
configure:5295: $? = 0
configure:5312: result: yes
configure:5323: checking whether the linker (/usr/local/i686-pc-linux-gnu/bin/ld) supports shared libraries
configure:6018: result: yes
configure:6023: checking how to hardcode library paths into programs
configure:6047: result: immediate
configure:6052: checking whether stripping libraries is possible
configure:6057: result: yes
configure:6068: checking dynamic linker characteristics
configure:6506: result: GNU/Linux ld.so
configure:6511: checking if libtool supports shared libraries
configure:6513: result: yes
configure:6516: checking whether to build shared libraries
configure:6537: result: yes
configure:6540: checking whether to build static libraries
configure:6544: result: no
configure:6582: checking for shl_load
configure:6632: gcc -o conftest -s -O3 -march=i686   conftest.c  >&5
/tmp/cccaRzfm.o(.text+0x11): In function `main':
: undefined reference to `shl_load'
/tmp/cccaRzfm.o(.data+0x0): undefined reference to `shl_load'
collect2: ld returned 1 exit status
configure:6635: $? = 1
configure: failed program was:
| #line 6587 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.0a"
| #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.  */
| /* 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
| /* 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:6652: result: no
configure:6657: checking for shl_load in -ldld
configure:6688: gcc -o conftest -s -O3 -march=i686   conftest.c -ldld   >&5
/usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/../../../../i686-pc-linux-gnu/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:6691: $? = 1
configure: failed program was:
| #line 6664 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.0a"
| #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.  */
| 
| /* 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:6709: result: no
configure:6714: checking for dlopen
configure:6764: gcc -o conftest -s -O3 -march=i686   conftest.c  >&5
/tmp/ccUbIcHc.o(.text+0x11): In function `main':
: undefined reference to `dlopen'
/tmp/ccUbIcHc.o(.data+0x0): undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:6767: $? = 1
configure: failed program was:
| #line 6719 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.0a"
| #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.  */
| /* 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
| /* 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:6784: result: no
configure:6789: checking for dlopen in -ldl
configure:6820: gcc -o conftest -s -O3 -march=i686   conftest.c -ldl   >&5
configure:6823: $? = 0
configure:6826: test -s conftest
configure:6829: $? = 0
configure:6841: result: yes
configure:6996: checking whether a program can dlopen itself
configure:7068: gcc -o conftest -s -O3 -march=i686  -DHAVE_DLFCN_H  -Wl,--export-dynamic conftest.c -ldl  >&5
configure:7071: $? = 0
configure:7089: result: yes
configure:7094: checking whether a statically linked program can dlopen itself
configure:7166: gcc -o conftest -s -O3 -march=i686  -DHAVE_DLFCN_H  -Wl,--export-dynamic -static conftest.c -ldl  >&5
configure:7169: $? = 0
configure:7187: result: no
configure:7218: checking whether -lc should be explicitly linked in
configure:7226: gcc -c -s -O3 -march=i686  conftest.c >&5
configure:7229: $? = 0
configure:7243: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:7246: $? = 0
configure:7259: result: no
configure:7836: checking for bison
configure:7852: found /usr/local/bin/bison
configure:7862: result: bison -y
configure:7877: checking for flex
configure:7893: found /usr/local/bin/flex
configure:7903: result: flex
configure:7916: checking for yywrap in -lfl
configure:7947: gcc -o conftest -s -O3 -march=i686   conftest.c -lfl   >&5
configure:7950: $? = 0
configure:7953: test -s conftest
configure:7956: $? = 0
configure:7968: result: yes
configure:8036: checking lex output file root
configure:8047: flex conftest.l
configure:8050: $? = 0
configure:8062: result: lex.yy
configure:8067: checking whether yytext is a pointer
configure:8083: gcc -o conftest -s -O3 -march=i686   conftest.c  -lfl >&5
configure:8086: $? = 0
configure:8089: test -s conftest
configure:8092: $? = 0
configure:8105: result: yes
configure:8121: checking for perl
configure:8139: found /usr/bin/perl
configure:8151: result: /usr/bin/perl
configure:8160: checking for pod2man
configure:8178: found /usr/bin/pod2man
configure:8190: result: /usr/bin/pod2man
configure:8208: checking for flex
configure:8226: found /usr/local/bin/flex
configure:8238: result: /usr/local/bin/flex
configure:8247: checking for python
configure:8265: found /usr/local/bin/python
configure:8277: result: /usr/local/bin/python
configure:8294: checking for pkgproto
configure:8321: result: no
configure:8330: checking for pkgmk
configure:8357: result: no
configure:8366: checking for pkgtrans
configure:8393: result: no
configure:8412: checking for rpm
configure:8428: found /usr/local/bin/rpm
configure:8439: result: yes
configure:8448: checking to see if we can redefine _topdir
configure:8451: result: yes
configure:8484: checking to see if we can add '-Wall -W' to CFLAGS
configure:8488: result: yes
configure:8499: checking for platform-specific compiler flags
configure:8552: result: none needed
configure:8566: checking whether to use /usr/local for headers and libraries
configure:8569: result: yes
configure:8627: checking for GNU sed as first sed in PATH
configure:8630: result: yes
configure:8729: checking if profile builds must be generated
configure:8742: result: no
configure:8774: checking for pkg-config
configure:8792: found /usr/local/bin/pkg-config
configure:8805: result: /usr/local/bin/pkg-config
configure:8826: checking for GTK+ - version >= 2.0.0
configure:8942: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -Wl,--export-dynamic -pthread -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lXcursor -lpangoxft-1.0 -lpangox-1.0 -lXrender -lX11 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0    >&5
configure: In function `main':
configure:8929: warning: comparison between signed and unsigned
configure:8930: warning: comparison between signed and unsigned
configure:8930: warning: comparison between signed and unsigned
configure:8931: warning: comparison between signed and unsigned
configure:8931: warning: comparison between signed and unsigned
configure:8931: warning: comparison between signed and unsigned
configure:8945: $? = 0
configure:8947: ./conftest
configure:8950: $? = 0
configure:8968: result: yes (version 2.3.1)
configure:10027: checking for pkg-config
configure:10058: result: /usr/local/bin/pkg-config
configure:10081: checking for GLIB - version >= 2.0.0
configure:10201: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -Wl,--export-dynamic -L/usr/local/lib -lgmodule-2.0 -ldl -lglib-2.0    >&5
configure: In function `main':
configure:10188: warning: comparison between signed and unsigned
configure:10189: warning: comparison between signed and unsigned
configure:10189: warning: comparison between signed and unsigned
configure:10190: warning: comparison between signed and unsigned
configure:10190: warning: comparison between signed and unsigned
configure:10190: warning: comparison between signed and unsigned
configure:10204: $? = 0
configure:10206: ./conftest
configure:10209: $? = 0
configure:10227: result: yes (version 2.3.2)
configure:10629: checking whether GLib supports loadable modules
configure:10662: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -Wl,--export-dynamic -L/usr/local/lib -lgmodule-2.0 -ldl -lglib-2.0    >&5
configure:10665: $? = 0
configure:10667: ./conftest
configure:10670: $? = 0
configure:10686: result: yes
configure:10851: checking for gethostbyname
configure:10901: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c  >&5
configure:10904: $? = 0
configure:10907: test -s conftest
configure:10910: $? = 0
configure:10921: result: yes
configure:10997: checking for connect
configure:11047: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c  >&5
configure:11050: $? = 0
configure:11053: test -s conftest
configure:11056: $? = 0
configure:11067: result: yes
configure:11139: checking whether to use libpcap for packet capture
configure:11168: result: yes
configure:11189: checking for extraneous pcap header directories
configure:11208: result: not found
configure:11246: checking pcap.h usability
configure:11259: gcc -c -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
configure:11262: $? = 0
configure:11265: test -s conftest.o
configure:11268: $? = 0
configure:11278: result: yes
configure:11282: checking pcap.h presence
configure:11293: gcc -E  -I/usr/local/include conftest.c
configure:11299: $? = 0
configure:11318: result: yes
configure:11354: checking for pcap.h
configure:11361: result: yes
configure:11384: checking for pcap_open_live in -lpcap
configure:11415: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -lpcap    >&5
configure:11418: $? = 0
configure:11421: test -s conftest
configure:11424: $? = 0
configure:11436: result: yes
configure:11460: checking whether pcap_version is defined by libpcap
configure:11485: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -lpcap    >&5
configure:11488: $? = 0
configure:11491: test -s conftest
configure:11494: $? = 0
configure:11505: result: yes
configure:11522: checking for pcap_findalldevs
configure:11572: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -lpcap    >&5
configure:11575: $? = 0
configure:11578: test -s conftest
configure:11581: $? = 0
configure:11592: result: yes
configure:11522: checking for pcap_lib_version
configure:11572: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -lpcap    >&5
configure:11575: $? = 0
configure:11578: test -s conftest
configure:11581: $? = 0
configure:11592: result: yes
configure:11522: checking for pcap_compile_nopcap
configure:11572: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -lpcap    >&5
configure:11575: $? = 0
configure:11578: test -s conftest
configure:11581: $? = 0
configure:11592: result: yes
configure:11607: checking for pcap_datalink_val_to_name
configure:11657: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -lpcap    >&5
configure:11660: $? = 0
configure:11663: test -s conftest
configure:11666: $? = 0
configure:11677: result: yes
configure:11607: checking for pcap_datalink_name_to_val
configure:11657: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -lpcap    >&5
configure:11660: $? = 0
configure:11663: test -s conftest
configure:11666: $? = 0
configure:11677: result: yes
configure:11692: checking for pcap_list_datalinks
configure:11742: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -lpcap    >&5
configure:11745: $? = 0
configure:11748: test -s conftest
configure:11751: $? = 0
configure:11762: result: yes
configure:11692: checking for pcap_set_datalink
configure:11742: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -lpcap    >&5
configure:11745: $? = 0
configure:11748: test -s conftest
configure:11751: $? = 0
configure:11762: result: yes
configure:11776: checking whether to use zlib for reading compressed capture files
configure:11808: result: yes
configure:11853: checking zlib.h usability
configure:11866: gcc -c -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
configure:11869: $? = 0
configure:11872: test -s conftest.o
configure:11875: $? = 0
configure:11885: result: yes
configure:11889: checking zlib.h presence
configure:11900: gcc -E  -I/usr/local/include conftest.c
configure:11906: $? = 0
configure:11925: result: yes
configure:11961: checking for zlib.h
configure:11968: result: yes
configure:12037: checking for gzgets in -lz
configure:12068: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -lz   >&5
configure:12071: $? = 0
configure:12074: test -s conftest
configure:12077: $? = 0
configure:12089: result: yes
configure:12161: checking for gzgets missing when linking with X11
configure:12187: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -Wl,--export-dynamic -pthread -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lXcursor -lpangoxft-1.0 -lpangox-1.0 -lXrender -lX11 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0   -lz -lz  >&5
configure:12190: $? = 0
configure:12193: test -s conftest
configure:12196: $? = 0
configure:12198: result: no
configure:12224: checking whether to use libpcre for regular expressions in dfilters
configure:12256: result: yes
configure:12295: checking pcre.h usability
configure:12308: gcc -c -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
configure:12311: $? = 0
configure:12314: test -s conftest.o
configure:12317: $? = 0
configure:12327: result: yes
configure:12331: checking pcre.h presence
configure:12342: gcc -E  -I/usr/local/include conftest.c
configure:12348: $? = 0
configure:12367: result: yes
configure:12403: checking for pcre.h
configure:12410: result: yes
configure:12461: checking for pcre_compile in -lpcre
configure:12492: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -lpcre  -lz  >&5
configure:12495: $? = 0
configure:12498: test -s conftest
configure:12501: $? = 0
configure:12513: result: yes
configure:12570: checking whether to enable ipv6 name resolution if available
configure:12576: result: yes
configure:12582: checking ipv6 stack type
configure:12621:45: /usr/local/v6/include/sys/types.h: No such file or directory
configure:12754: result: "linux-glibc, inet6"
configure:12768: checking whether to install ethereal setuid
configure:12771: result: no
configure:12789: checking for ANSI C header files
configure:12936: result: yes
configure:12965: checking fcntl.h usability
configure:12978: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
configure:12981: $? = 0
configure:12984: test -s conftest.o
configure:12987: $? = 0
configure:12997: result: yes
configure:13001: checking fcntl.h presence
configure:13012: gcc -E  -I/usr/local/include conftest.c
configure:13018: $? = 0
configure:13037: result: yes
configure:13073: checking for fcntl.h
configure:13080: result: yes
configure:12965: checking sys/ioctl.h usability
configure:12978: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
configure:12981: $? = 0
configure:12984: test -s conftest.o
configure:12987: $? = 0
configure:12997: result: yes
configure:13001: checking sys/ioctl.h presence
configure:13012: gcc -E  -I/usr/local/include conftest.c
configure:13018: $? = 0
configure:13037: result: yes
configure:13073: checking for sys/ioctl.h
configure:13080: result: yes
configure:12965: checking sys/time.h usability
configure:12978: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
configure:12981: $? = 0
configure:12984: test -s conftest.o
configure:12987: $? = 0
configure:12997: result: yes
configure:13001: checking sys/time.h presence
configure:13012: gcc -E  -I/usr/local/include conftest.c
configure:13018: $? = 0
configure:13037: result: yes
configure:13073: checking for sys/time.h
configure:13080: result: yes
configure:12956: checking for unistd.h
configure:12961: result: yes
configure:12965: checking stdarg.h usability
configure:12978: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
configure:12981: $? = 0
configure:12984: test -s conftest.o
configure:12987: $? = 0
configure:12997: result: yes
configure:13001: checking stdarg.h presence
configure:13012: gcc -E  -I/usr/local/include conftest.c
configure:13018: $? = 0
configure:13037: result: yes
configure:13073: checking for stdarg.h
configure:13080: result: yes
configure:12965: checking netdb.h usability
configure:12978: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
configure:12981: $? = 0
configure:12984: test -s conftest.o
configure:12987: $? = 0
configure:12997: result: yes
configure:13001: checking netdb.h presence
configure:13012: gcc -E  -I/usr/local/include conftest.c
configure:13018: $? = 0
configure:13037: result: yes
configure:13073: checking for netdb.h
configure:13080: result: yes
configure:13101: checking for sys/stat.h
configure:13106: result: yes
configure:13110: checking sys/sockio.h usability
configure:13123: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
configure:13187:24: sys/sockio.h: No such file or directory
configure:13126: $? = 1
configure: failed program was:
| #line 13112 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.0a"
| #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 YYTEXT_POINTER 1
| #define HAVE_LIBPCAP 1
| #define HAVE_PCAP_VERSION 1
| #define HAVE_PCAP_FINDALLDEVS 1
| #define HAVE_PCAP_LIB_VERSION 1
| #define HAVE_PCAP_COMPILE_NOPCAP 1
| #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1
| #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
| #define HAVE_PCAP_LIST_DATALINKS 1
| #define HAVE_PCAP_SET_DATALINK 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPCRE 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_STAT_H 1
| /* 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 <sys/sockio.h>
configure:13142: result: no
configure:13146: checking sys/sockio.h presence
configure:13157: gcc -E  -I/usr/local/include conftest.c
configure:13189:24: sys/sockio.h: No such file or directory
configure:13163: $? = 1
configure: failed program was:
| #line 13148 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.0a"
| #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 YYTEXT_POINTER 1
| #define HAVE_LIBPCAP 1
| #define HAVE_PCAP_VERSION 1
| #define HAVE_PCAP_FINDALLDEVS 1
| #define HAVE_PCAP_LIB_VERSION 1
| #define HAVE_PCAP_COMPILE_NOPCAP 1
| #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1
| #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
| #define HAVE_PCAP_LIST_DATALINKS 1
| #define HAVE_PCAP_SET_DATALINK 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPCRE 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_STAT_H 1
| /* end confdefs.h.  */
| #include <sys/sockio.h>
configure:13182: result: no
configure:13218: checking for sys/sockio.h
configure:13225: result: no
configure:13101: checking for sys/types.h
configure:13106: result: yes
configure:13110: checking sys/socket.h usability
configure:13123: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
configure:13126: $? = 0
configure:13129: test -s conftest.o
configure:13132: $? = 0
configure:13142: result: yes
configure:13146: checking sys/socket.h presence
configure:13157: gcc -E  -I/usr/local/include conftest.c
configure:13163: $? = 0
configure:13182: result: yes
configure:13218: checking for sys/socket.h
configure:13225: result: yes
configure:13253: checking sys/utsname.h usability
configure:13266: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
configure:13269: $? = 0
configure:13272: test -s conftest.o
configure:13275: $? = 0
configure:13285: result: yes
configure:13289: checking sys/utsname.h presence
configure:13300: gcc -E  -I/usr/local/include conftest.c
configure:13306: $? = 0
configure:13325: result: yes
configure:13361: checking for sys/utsname.h
configure:13368: result: yes
configure:13253: checking sys/wait.h usability
configure:13266: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
configure:13269: $? = 0
configure:13272: test -s conftest.o
configure:13275: $? = 0
configure:13285: result: yes
configure:13289: checking sys/wait.h presence
configure:13300: gcc -E  -I/usr/local/include conftest.c
configure:13306: $? = 0
configure:13325: result: yes
configure:13361: checking for sys/wait.h
configure:13368: result: yes
configure:13395: checking netinet/in.h usability
configure:13408: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
configure:13411: $? = 0
configure:13414: test -s conftest.o
configure:13417: $? = 0
configure:13427: result: yes
configure:13431: checking netinet/in.h presence
configure:13442: gcc -E  -I/usr/local/include conftest.c
configure:13448: $? = 0
configure:13467: result: yes
configure:13503: checking for netinet/in.h
configure:13510: result: yes
configure:13537: checking stddef.h usability
configure:13550: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
configure:13553: $? = 0
configure:13556: test -s conftest.o
configure:13559: $? = 0
configure:13569: result: yes
configure:13573: checking stddef.h presence
configure:13584: gcc -E  -I/usr/local/include conftest.c
configure:13590: $? = 0
configure:13609: result: yes
configure:13645: checking for stddef.h
configure:13652: result: yes
configure:13679: checking arpa/inet.h usability
configure:13692: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
configure:13695: $? = 0
configure:13698: test -s conftest.o
configure:13701: $? = 0
configure:13711: result: yes
configure:13715: checking arpa/inet.h presence
configure:13726: gcc -E  -I/usr/local/include conftest.c
configure:13732: $? = 0
configure:13751: result: yes
configure:13787: checking for arpa/inet.h
configure:13794: result: yes
configure:13821: checking iconv.h usability
configure:13834: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
configure:13837: $? = 0
configure:13840: test -s conftest.o
configure:13843: $? = 0
configure:13853: result: yes
configure:13857: checking iconv.h presence
configure:13868: gcc -E  -I/usr/local/include conftest.c
configure:13874: $? = 0
configure:13893: result: yes
configure:13929: checking for iconv.h
configure:13936: result: yes
configure:13951: checking whether to use SSL library if available
configure:13957: result: yes
configure:13999: checking for EVP_md5 in -lcrypto
configure:14030: gcc -o conftest -DINET6 -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib -L/usr/local/ssl/lib conftest.c -lcrypto  -lz  >&5
configure:14033: $? = 0
configure:14036: test -s conftest
configure:14039: $? = 0
configure:14051: result: yes
configure:14104: checking whether to use NET-SNMP library if available
configure:14107: result: yes
configure:14112: checking for net-snmp-config
configure:14130: found /usr/local/bin/net-snmp-config
configure:14142: result: /usr/local/bin/net-snmp-config
configure:14179: checking net-snmp/net-snmp-config.h usability
configure:14192: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
configure:14195: $? = 0
configure:14198: test -s conftest.o
configure:14201: $? = 0
configure:14211: result: yes
configure:14215: checking net-snmp/net-snmp-config.h presence
configure:14226: gcc -E  -I/usr/local/include conftest.c
configure:14232: $? = 0
configure:14251: result: yes
configure:14287: checking for net-snmp/net-snmp-config.h
configure:14294: result: yes
configure:14179: checking net-snmp/library/default_store.h usability
configure:14192: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
configure:14195: $? = 0
configure:14198: test -s conftest.o
configure:14201: $? = 0
configure:14211: result: yes
configure:14215: checking net-snmp/library/default_store.h presence
configure:14226: gcc -E  -I/usr/local/include conftest.c
configure:14232: $? = 0
configure:14251: result: yes
configure:14287: checking for net-snmp/library/default_store.h
configure:14294: result: yes
configure:14640: checking whether to use the GNU ADNS library if available
configure:14646: result: yes
configure:14688: checking for adns_init in -ladns
configure:14719: gcc -o conftest -DINET6 -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -O3 -march=i686 -Dlinux  -O3 -march=i686 -Dlinux  -L/usr/local/lib -L/usr/local/ssl/lib -L/usr/local/lib conftest.c -ladns  -lz  >&5
configure:14722: $? = 0
configure:14725: test -s conftest
configure:14728: $? = 0
configure:14740: result: yes
configure:14767: checking for sa_len in struct sockaddr
configure:14790: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -O3 -march=i686 -Dlinux  -O3 -march=i686 -Dlinux conftest.c >&5
configure: In function `main':
configure:14831: error: structure has no member named `sa_len'
configure:14793: $? = 1
configure: failed program was:
| #line 14772 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.0a"
| #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 YYTEXT_POINTER 1
| #define HAVE_LIBPCAP 1
| #define HAVE_PCAP_VERSION 1
| #define HAVE_PCAP_FINDALLDEVS 1
| #define HAVE_PCAP_LIB_VERSION 1
| #define HAVE_PCAP_COMPILE_NOPCAP 1
| #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1
| #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
| #define HAVE_PCAP_LIST_DATALINKS 1
| #define HAVE_PCAP_SET_DATALINK 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPCRE 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1
| #define HAVE_NET_SNMP_LIBRARY_DEFAULT_STORE_H 1
| #define HAVE_NET_SNMP 1
| #define HAVE_SOME_SNMP 1
| #define HAVE_GNU_ADNS 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/socket.h>
| int
| main ()
| {
| struct sockaddr s; s.sa_len;
|   ;
|   return 0;
| }
configure:14810: result: no
configure:14822: checking whether byte ordering is bigendian
configure:14850: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -O3 -march=i686 -Dlinux  -O3 -march=i686 -Dlinux conftest.c >&5
configure:14853: $? = 0
configure:14856: test -s conftest.o
configure:14859: $? = 0
configure:14884: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -O3 -march=i686 -Dlinux  -O3 -march=i686 -Dlinux conftest.c >&5
configure: In function `main':
configure:14923: error: `not' undeclared (first use in this function)
configure:14923: error: (Each undeclared identifier is reported only once
configure:14923: error: for each function it appears in.)
configure:14923: error: parse error before "big"
configure:14887: $? = 1
configure: failed program was:
| #line 14862 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.0a"
| #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 YYTEXT_POINTER 1
| #define HAVE_LIBPCAP 1
| #define HAVE_PCAP_VERSION 1
| #define HAVE_PCAP_FINDALLDEVS 1
| #define HAVE_PCAP_LIB_VERSION 1
| #define HAVE_PCAP_COMPILE_NOPCAP 1
| #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1
| #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
| #define HAVE_PCAP_LIST_DATALINKS 1
| #define HAVE_PCAP_SET_DATALINK 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPCRE 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1
| #define HAVE_NET_SNMP_LIBRARY_DEFAULT_STORE_H 1
| #define HAVE_NET_SNMP 1
| #define HAVE_SOME_SNMP 1
| #define HAVE_GNU_ADNS 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:15007: result: no
configure:15030: checking whether gcc needs -traditional
configure:15074: result: no
configure:15086: checking for snprintf
configure:15136: gcc -o conftest -DINET6 -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -O3 -march=i686 -Dlinux  -O3 -march=i686 -Dlinux  -L/usr/local/lib -L/usr/local/ssl/lib -L/usr/local/lib conftest.c -lz  >&5
configure:15161: warning: conflicting types for built-in function `snprintf'
configure:15139: $? = 0
configure:15142: test -s conftest
configure:15145: $? = 0
configure:15156: result: yes
configure:15177: checking for strerror
configure:15227: gcc -o conftest -DINET6 -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -O3 -march=i686 -Dlinux  -O3 -march=i686 -Dlinux  -L/usr/local/lib -L/usr/local/ssl/lib -L/usr/local/lib conftest.c -lz  >&5
configure:15230: $? = 0
configure:15233: test -s conftest
configure:15236: $? = 0
configure:15247: result: yes
configure:15268: checking for strcasecmp
configure:15318: gcc -o conftest -DINET6 -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -O3 -march=i686 -Dlinux  -O3 -march=i686 -Dlinux  -L/usr/local/lib -L/usr/local/ssl/lib -L/usr/local/lib conftest.c -lz  >&5
configure:15321: $? = 0
configure:15324: test -s conftest
configure:15327: $? = 0
configure:15338: result: yes
configure:15353: checking for strncasecmp
configure:15403: gcc -o conftest -DINET6 -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -O3 -march=i686 -Dlinux  -O3 -march=i686 -Dlinux  -L/usr/local/lib -L/usr/local/ssl/lib -L/usr/local/lib conftest.c -lz  >&5
configure:15406: $? = 0
configure:15409: test -s conftest
configure:15412: $? = 0
configure:15423: result: yes
configure:15438: checking for mkstemp
configure:15488: gcc -o conftest -DINET6 -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -O3 -march=i686 -Dlinux  -O3 -march=i686 -Dlinux  -L/usr/local/lib -L/usr/local/ssl/lib -L/usr/local/lib conftest.c -lz  >&5
configure:15491: $? = 0
configure:15494: test -s conftest
configure:15497: $? = 0
configure:15508: result: yes
configure:15523: checking for strptime
configure:15573: gcc -o conftest -DINET6 -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -O3 -march=i686 -Dlinux  -O3 -march=i686 -Dlinux  -L/usr/local/lib -L/usr/local/ssl/lib -L/usr/local/lib conftest.c -lz  >&5
configure:15576: $? = 0
configure:15579: test -s conftest
configure:15582: $? = 0
configure:15593: result: yes
configure:15619: checking for getprotobynumber
configure:15669: gcc -o conftest -DINET6 -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -O3 -march=i686 -Dlinux  -O3 -march=i686 -Dlinux  -L/usr/local/lib -L/usr/local/ssl/lib -L/usr/local/lib conftest.c -lz  >&5
configure:15672: $? = 0
configure:15675: test -s conftest
configure:15678: $? = 0
configure:15689: result: yes
configure:15619: checking for gethostbyname2
configure:15669: gcc -o conftest -DINET6 -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -O3 -march=i686 -Dlinux  -O3 -march=i686 -Dlinux  -L/usr/local/lib -L/usr/local/ssl/lib -L/usr/local/lib conftest.c -lz  >&5
configure:15672: $? = 0
configure:15675: test -s conftest
configure:15678: $? = 0
configure:15689: result: yes
configure:15955: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.57.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on pierre

config.status:767: creating Makefile
config.status:767: creating doc/Makefile
config.status:767: creating gtk/Makefile
config.status:767: creating help/Makefile
config.status:767: creating packaging/Makefile
config.status:767: creating packaging/nsis/Makefile
config.status:767: creating packaging/rpm/Makefile
config.status:767: creating packaging/rpm/SPECS/Makefile
config.status:767: creating packaging/rpm/SPECS/ethereal.spec
config.status:767: creating packaging/svr4/Makefile
config.status:767: creating packaging/svr4/checkinstall
config.status:767: creating packaging/svr4/pkginfo
config.status:767: creating plugins/Makefile
config.status:767: creating plugins/acn/Makefile
config.status:767: creating plugins/artnet/Makefile
config.status:767: creating plugins/asn1/Makefile
config.status:767: creating plugins/docsis/Makefile
config.status:767: creating plugins/enttec/Makefile
config.status:767: creating plugins/giop/Makefile
config.status:767: creating plugins/gryphon/Makefile
config.status:767: creating plugins/lwres/Makefile
config.status:767: creating plugins/megaco/Makefile
config.status:767: creating plugins/mgcp/Makefile
config.status:767: creating plugins/pcli/Makefile
config.status:767: creating plugins/rdm/Makefile
config.status:767: creating plugins/rtnet/Makefile
config.status:767: creating tools/Makefile
config.status:767: creating tools/lemon/Makefile
config.status:871: creating config.h
config.status:1176: executing depfiles commands
configure:17295: configuring in epan
configure:17379: running /bin/sh './configure' --prefix=/usr/local  '--enable-shared' '--enable-gtk2' '--enable-threads' '--enable-dftest' '--enable-randpkt' '--with-extra-gcc' 'CC=gcc' 'CFLAGS=-s -O3 -march=i686' 'CPPFLAGS=' 'LDFLAGS=' --cache-file=/dev/null --srcdir=.
configure:17295: configuring in wiretap
configure:17379: running /bin/sh './configure' --prefix=/usr/local  '--enable-shared' '--enable-gtk2' '--enable-threads' '--enable-dftest' '--enable-randpkt' '--with-extra-gcc' 'CC=gcc' 'CFLAGS=-s -O3 -march=i686' 'CPPFLAGS=' 'LDFLAGS=' --cache-file=/dev/null --srcdir=.

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=gcc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=$'-s -O3 -march=i686'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=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_ethereal_have_rpm=yes
ac_cv_ethereal_struct_sa_len=no
ac_cv_exeext=
ac_cv_func_connect=yes
ac_cv_func_dlopen=no
ac_cv_func_gethostbyname=yes
ac_cv_func_gethostbyname2=yes
ac_cv_func_getprotobynumber=yes
ac_cv_func_mkstemp=yes
ac_cv_func_pcap_compile_nopcap=yes
ac_cv_func_pcap_datalink_name_to_val=yes
ac_cv_func_pcap_datalink_val_to_name=yes
ac_cv_func_pcap_findalldevs=yes
ac_cv_func_pcap_lib_version=yes
ac_cv_func_pcap_list_datalinks=yes
ac_cv_func_pcap_set_datalink=yes
ac_cv_func_shl_load=no
ac_cv_func_snprintf=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strerror=yes
ac_cv_func_strncasecmp=yes
ac_cv_func_strptime=yes
ac_cv_glib_supports_modules=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_iconv_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_net_snmp_library_default_store_h=yes
ac_cv_header_net_snmp_net_snmp_config_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_pcap_h=yes
ac_cv_header_pcre_h=yes
ac_cv_header_stdarg_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_ioctl_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_sockio_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_utsname_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_zlib_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_adns_adns_init=yes
ac_cv_lib_crypto_EVP_md5=yes
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_shl_load=no
ac_cv_lib_fl_yywrap=yes
ac_cv_lib_pcap_pcap_open_live=yes
ac_cv_lib_pcre_pcre_compile=yes
ac_cv_lib_z_gzgets=yes
ac_cv_objext=o
ac_cv_path_LEX=/usr/local/bin/flex
ac_cv_path_NETSNMPCONFIG=/usr/local/bin/net-snmp-config
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_PKG_CONFIG=/usr/local/bin/pkg-config
ac_cv_path_POD2MAN=/usr/bin/pod2man
ac_cv_path_PYTHON=/usr/local/bin/python
ac_cv_path_install=$'/usr/local/bin/install -c'
ac_cv_pcap_version_defined=yes
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP=$'gcc -E'
ac_cv_prog_HAVE_PKGMK=no
ac_cv_prog_HAVE_PKGPROTO=no
ac_cv_prog_HAVE_PKGTRANS=no
ac_cv_prog_LEX=flex
ac_cv_prog_YACC=$'bison -y'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_ac_cv_ethereal_have_rpm=yes
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep=$'grep -E'
ac_cv_prog_gcc_traditional=no
ac_cv_prog_lex_root=lex.yy
ac_cv_prog_lex_yytext_pointer=yes
ac_cv_prog_make_make_set=yes
ac_cv_target=i686-pc-linux-gnu
ac_cv_target_alias=i686-pc-linux-gnu
am_cv_CC_dependencies_compiler_type=gcc3
lt_cv_archive_cmds_need_lc=no
lt_cv_cc_64bit_output=no
lt_cv_compiler_c_o=yes
lt_cv_compiler_o_lo=yes
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=no
lt_cv_file_magic_cmd=$'$MAGIC_CMD'
lt_cv_file_magic_test_file=$'/lib/libc.so.6 /lib/libc-2.2.5.so'
lt_cv_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_global_symbol_to_cdecl=$'sed -n -e \'s/^. .* \\(.*\\)$/extern char \\1;/p\''
lt_cv_ld_reload_flag=-r
lt_cv_path_LD=/usr/local/i686-pc-linux-gnu/bin/ld
lt_cv_path_NM=$'/usr/local/bin/nm -B'
lt_cv_path_SED=/usr/local/bin/sed
lt_cv_prog_cc_can_build_shared=yes
lt_cv_prog_cc_no_builtin=
lt_cv_prog_cc_pic=$' -fPIC'
lt_cv_prog_cc_pic_works=yes
lt_cv_prog_cc_shlib=
lt_cv_prog_cc_static=-static
lt_cv_prog_cc_static_works=yes
lt_cv_prog_cc_wl=-Wl,
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe=$'sed -n -e \'s/^.*[ \t]\\([ABCDGISTW][ABCDGISTW]*\\)[ \t][ \t]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)$/\\1 \\2\\3 \\3/p\''

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

ACLOCAL='${SHELL} /tmp/ethereal-0.10.0a/missing --run aclocal-1.6'
ADNS_LIBS='-ladns'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /tmp/ethereal-0.10.0a/missing --run tar'
AUTOCONF='${SHELL} /tmp/ethereal-0.10.0a/missing --run autoconf'
AUTOHEADER='${SHELL} /tmp/ethereal-0.10.0a/missing --run autoheader'
AUTOMAKE='${SHELL} /tmp/ethereal-0.10.0a/missing --run automake-1.6'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-DINET6 -D_U_="__attribute__((unused))" -Wall -W -s -O3 -march=i686 -I/usr/local/include -pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -O3 -march=i686 -Dlinux'
CPP='gcc -E'
CPPFLAGS=' -O3 -march=i686 -Dlinux'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
ENABLE_STATIC=''
ENABLE_STATIC_FALSE=''
ENABLE_STATIC_TRUE='#'
EXEEXT=''
GLIB_CFLAGS='-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include  '
GLIB_CONFIG=''
GLIB_GENMARSHAL='glib-genmarshal'
GLIB_LIBS='-Wl,--export-dynamic -L/usr/local/lib -lgmodule-2.0 -ldl -lglib-2.0  '
GLIB_MKENUMS='glib-mkenums'
GOBJECT_QUERY='gobject-query'
GTK_CFLAGS='-pthread -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include  '
GTK_CONFIG=''
GTK_LIBS='-Wl,--export-dynamic -pthread -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lXcursor -lpangoxft-1.0 -lpangox-1.0 -lXrender -lX11 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0  '
HAVE_PKGMK='no'
HAVE_PKGPROTO='no'
HAVE_PKGTRANS='no'
HAVE_PLUGINS_FALSE='#'
HAVE_PLUGINS_TRUE=''
HAVE_RPM='yes'
HAVE_SVR4_PACKAGING='no'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=' -L/usr/local/lib -L/usr/local/ssl/lib -L/usr/local/lib'
LEX='/usr/local/bin/flex'
LEXLIB='-lfl'
LEX_OUTPUT_ROOT='lex.yy'
LIBOBJS=''
LIBS='-lz '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL_DEPS='./ltmain.sh'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /tmp/ethereal-0.10.0a/missing --run makeinfo'
MKSTEMP_C=''
MKSTEMP_O=''
NETSNMPCONFIG='/usr/local/bin/net-snmp-config'
NSL_LIBS=''
OBJEXT='o'
PACKAGE='ethereal'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PCAP_LIBS='-lpcap'
PCRE_LIBS='-lpcre'
PERL='/usr/bin/perl'
PKG_CONFIG='/usr/local/bin/pkg-config'
POD2MAN='/usr/bin/pod2man'
PYTHON='/usr/local/bin/python'
RANLIB='ranlib'
SETUID_INSTALL_FALSE=''
SETUID_INSTALL_TRUE='#'
SET_MAKE=''
SHELL='/bin/sh'
SNMP_LIBS='-lcrypto -lm'
SNPRINTF_C=''
SNPRINTF_O=''
SOCKET_LIBS=''
SSL_LIBS='-lcrypto'
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.10.0a'
YACC='bison -y'
ac_ct_CC='gcc'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
ac_cv_ethereal_have_rpm='yes'
am__include='include'
am__quote=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
dftest_bin='dftest$(EXEEXT)'
editcap_bin='editcap$(EXEEXT)'
editcap_man='editcap.1'
ethereal_SUBDIRS='gtk'
ethereal_bin='ethereal$(EXEEXT)'
ethereal_man='ethereal.1'
etherealfilter_man='ethereal-filter.4'
exec_prefix='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
idl2eth_bin='idl2eth'
idl2eth_man='idl2eth.1'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/tmp/ethereal-0.10.0a/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mergecap_bin='mergecap$(EXEEXT)'
mergecap_man='mergecap.1'
oldincludedir='/usr/include'
plugindir='/usr/local/lib/ethereal/plugins/0.10.0a'
prefix='/usr/local'
program_transform_name='s,x,x,'
randpkt_bin='randpkt$(EXEEXT)'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' epan wiretap'
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'
tethereal_bin='tethereal$(EXEEXT)'
tethereal_man='tethereal.1'
text2pcap_bin='text2pcap$(EXEEXT)'
text2pcap_man='text2pcap.1'

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

#define HAVE_ARPA_INET_H 1
#define HAVE_DLFCN_H 1
#define HAVE_FCNTL_H 1
#define HAVE_GETHOSTBYNAME2 1
#define HAVE_GETPROTOBYNUMBER 1
#define HAVE_GNU_ADNS 1
#define HAVE_ICONV_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBPCAP 1
#define HAVE_LIBPCRE 1
#define HAVE_LIBZ 1
#define HAVE_MEMORY_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_NET_SNMP 1
#define HAVE_NET_SNMP_LIBRARY_DEFAULT_STORE_H 1
#define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1
#define HAVE_PCAP_COMPILE_NOPCAP 1
#define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
#define HAVE_PCAP_DATALINK_VAL_TO_NAME 1
#define HAVE_PCAP_FINDALLDEVS 1
#define HAVE_PCAP_LIB_VERSION 1
#define HAVE_PCAP_LIST_DATALINKS 1
#define HAVE_PCAP_SET_DATALINK 1
#define HAVE_PCAP_VERSION 1
#define HAVE_PLUGINS 1
#define HAVE_SOME_SNMP 1
#define HAVE_STDARG_H 1
#define HAVE_STDDEF_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_IOCTL_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_UTSNAME_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define PACKAGE "ethereal"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PLUGIN_DIR "/usr/local/lib/ethereal/plugins/0.10.0a"
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define VERSION "0.10.0a"
#define YYTEXT_POINTER 1

configure: exit 0