Ethereal-users: Re: [Ethereal-users] Problems Compiling 0.9.9 on OpenBSD 3.2-stable

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

Date: Fri, 28 Feb 2003 16:21:02 -0600
On Fri, 2003-02-28 at 14:01:18 -0800, Guy Harris proclaimed...

> It appears that libtool and/or the configure script might believe that
> run-time dynamic linking is impossible on OpenBSD 3.2.  I'd be skeptical
> of any such conclusion on their part, although *if* OpenBSD 3.2 uses
> a.out rather than ELF on whatever type of machine you're using, there
> *might* be a problem with "dlopen()" requiring leading underscores on
> symbols, but GLib's module support, which is what we use for dynamic
> loading, should work around that.
> 
> Could you get rid of the 0.9.9 tree you have, re-download, save the
> output of the configure script to a file, and send us the output of the
> configure script?

Sure, the following inline is the config.log

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

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

  $ ./configure 

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

hostname = think
uname -m = i386
uname -r = 3.2
uname -s = OpenBSD
uname -v = 20030228#0

/usr/bin/uname -p = Intel Pentium III (Tualatin) ("GenuineIntel" 686-class)
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = OpenBSD.i386
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /data/tools/OpenBSD/bin
PATH: /data/tools/OpenBSD/sbin
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /bin
PATH: /sbin
PATH: /usr/X11R6/bin


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

configure:1426: checking build system type
configure:1444: result: i386-unknown-openbsd3.2
configure:1452: checking host system type
configure:1466: result: i386-unknown-openbsd3.2
configure:1474: checking target system type
configure:1488: result: i386-unknown-openbsd3.2
configure:1516: checking for a BSD-compatible install
configure:1570: result: /usr/bin/install -c
configure:1581: checking whether build environment is sane
configure:1624: result: yes
configure:1657: checking for gawk
configure:1686: result: no
configure:1657: checking for mawk
configure:1686: result: no
configure:1657: checking for nawk
configure:1673: found /usr/bin/nawk
configure:1683: result: nawk
configure:1693: checking whether make sets ${MAKE}
configure:1713: result: yes
configure:1905: checking for gcc
configure:1921: found /usr/bin/gcc
configure:1931: result: gcc
configure:2175: checking for C compiler version
configure:2178: gcc --version </dev/null >&5
2.95.3
configure:2181: $? = 0
configure:2183: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-unknown-openbsd3.2/2.95.3/specs
gcc version 2.95.3 20010125 (prerelease)
configure:2186: $? = 0
configure:2188: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2191: $? = 1
configure:2217: checking for C compiler default output
configure:2220: gcc    conftest.c  >&5
configure:2223: $? = 0
configure:2256: result: a.out
configure:2261: checking whether the C compiler works
configure:2267: ./a.out
configure:2270: $? = 0
configure:2285: result: yes
configure:2292: checking whether we are cross compiling
configure:2294: result: no
configure:2297: checking for suffix of executables
configure:2299: gcc -o conftest    conftest.c  >&5
configure:2302: $? = 0
configure:2324: result: 
configure:2330: checking for suffix of object files
configure:2354: gcc -c   conftest.c >&5
configure:2357: $? = 0
configure:2376: result: o
configure:2380: checking whether we are using the GNU C compiler
configure:2407: gcc -c   conftest.c >&5
configure:2410: $? = 0
configure:2413: test -s conftest.o
configure:2416: $? = 0
configure:2428: result: yes
configure:2434: checking whether gcc accepts -g
configure:2458: gcc -c -g  conftest.c >&5
configure:2461: $? = 0
configure:2464: test -s conftest.o
configure:2467: $? = 0
configure:2477: result: yes
configure:2504: gcc -c -g -O2  conftest.c >&5
conftest.c:2: syntax error before `me'
configure:2507: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:2636: checking for style of include used by make
configure:2664: result: GNU
configure:2692: checking dependency style of gcc
configure:2754: result: gcc
configure:2764: checking how to run the C preprocessor
configure:2790: gcc -E  conftest.c
configure:2796: $? = 0
configure:2823: gcc -E  conftest.c
configure:2819: ac_nonexistent.h: No such file or directory
configure:2829: $? = 1
configure: failed program was:
#line 2818 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2866: result: gcc -E
configure:2881: gcc -E  conftest.c
configure:2887: $? = 0
configure:2914: gcc -E  conftest.c
configure:2910: ac_nonexistent.h: No such file or directory
configure:2920: $? = 1
configure: failed program was:
#line 2909 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:3048: checking for ld used by GCC
configure:3111: result: /usr/bin/ld
configure:3120: checking if the linker (/usr/bin/ld) is GNU ld
configure:3132: result: no
configure:3137: checking for /usr/bin/ld option to reload object files
configure:3144: result: -r
configure:3149: checking for BSD-compatible nm
configure:3185: result: /usr/bin/nm -B
configure:3188: checking for a sed that does not truncate output
configure:3270: result: /usr/bin/sed
configure:3273: checking whether ln -s works
configure:3277: result: yes
configure:3284: checking how to recognise dependent libraries
configure:3465: result: file_magic OpenBSD.* shared library
configure:3478: checking command to parse /usr/bin/nm -B output
configure:3562: gcc -c -g -O2  conftest.c >&5
configure:3565: $? = 0
configure:3569: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 	]\([BCDEGRST][BCDEGRST]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:3572: $? = 0
cannot find nm_test_var in conftest.nm
configure:3562: gcc -c -g -O2  conftest.c >&5
configure:3565: $? = 0
configure:3569: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 	]\([BCDEGRST][BCDEGRST]*\)[ 	][ 	]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:3572: $? = 0
configure:3624: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:3627: $? = 0
configure:3671: result: ok
configure:3676: checking for ANSI C header files
configure:3690: gcc -E  conftest.c
configure:3696: $? = 0
configure:3783: gcc -o conftest -g -O2   conftest.c  >&5
configure:3786: $? = 0
configure:3788: ./conftest
configure:3791: $? = 0
configure:3805: result: yes
configure:3829: checking for sys/types.h
configure:3842: gcc -c -g -O2  conftest.c >&5
configure:3845: $? = 0
configure:3848: test -s conftest.o
configure:3851: $? = 0
configure:3861: result: yes
configure:3829: checking for sys/stat.h
configure:3842: gcc -c -g -O2  conftest.c >&5
configure:3845: $? = 0
configure:3848: test -s conftest.o
configure:3851: $? = 0
configure:3861: result: yes
configure:3829: checking for stdlib.h
configure:3842: gcc -c -g -O2  conftest.c >&5
configure:3845: $? = 0
configure:3848: test -s conftest.o
configure:3851: $? = 0
configure:3861: result: yes
configure:3829: checking for string.h
configure:3842: gcc -c -g -O2  conftest.c >&5
configure:3845: $? = 0
configure:3848: test -s conftest.o
configure:3851: $? = 0
configure:3861: result: yes
configure:3829: checking for memory.h
configure:3842: gcc -c -g -O2  conftest.c >&5
configure:3845: $? = 0
configure:3848: test -s conftest.o
configure:3851: $? = 0
configure:3861: result: yes
configure:3829: checking for strings.h
configure:3842: gcc -c -g -O2  conftest.c >&5
configure:3845: $? = 0
configure:3848: test -s conftest.o
configure:3851: $? = 0
configure:3861: result: yes
configure:3829: checking for inttypes.h
configure:3842: gcc -c -g -O2  conftest.c >&5
configure:3845: $? = 0
configure:3848: test -s conftest.o
configure:3851: $? = 0
configure:3861: result: yes
configure:3829: checking for stdint.h
configure:3842: gcc -c -g -O2  conftest.c >&5
configure:3870: stdint.h: No such file or directory
configure:3845: $? = 1
configure: failed program was:
#line 3834 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif

#include <stdint.h>
configure:3861: result: no
configure:3829: checking for unistd.h
configure:3842: gcc -c -g -O2  conftest.c >&5
configure:3845: $? = 0
configure:3848: test -s conftest.o
configure:3851: $? = 0
configure:3861: result: yes
configure:3887: checking dlfcn.h usability
configure:3896: gcc -c -g -O2  conftest.c >&5
configure:3899: $? = 0
configure:3902: test -s conftest.o
configure:3905: $? = 0
configure:3914: result: yes
configure:3918: checking dlfcn.h presence
configure:3925: gcc -E  conftest.c
configure:3931: $? = 0
configure:3949: result: yes
configure:3967: checking for dlfcn.h
configure:3974: result: yes
configure:4172: checking for ranlib
configure:4188: found /usr/bin/ranlib
configure:4199: result: ranlib
configure:4252: checking for strip
configure:4268: found /usr/bin/strip
configure:4279: result: strip
configure:4490: checking for objdir
configure:4501: result: .libs
configure:4518: checking for gcc option to produce PIC
configure:4664: result: -fPIC
configure:4668: checking if gcc PIC flag -fPIC works
configure:4694: gcc -c -g -O2 -fPIC -DPIC  conftest.c >&5
configure:4697: $? = 0
configure:4700: test -s conftest.o
configure:4703: $? = 0
configure:4740: result: yes
configure:4756: checking if gcc static flag -static works
configure:4783: gcc -o conftest -g -O2   -static conftest.c  >&5
configure:4786: $? = 0
configure:4789: test -s conftest
configure:4792: $? = 0
configure:4807: result: yes
configure:4819: checking if gcc supports -c -o file.o
configure:4839: gcc -c -g -O2 -o out/conftest2.o  conftest.c >&5
configure:4863: result: yes
configure:4868: checking if gcc supports -c -o file.lo
configure:4898: gcc -c -g -O2 -c -o conftest.lo  conftest.c >&5
configure:4901: $? = 0
configure:4904: test -s conftest.lo
configure:4907: $? = 0
configure:4928: result: yes
configure:4959: checking if gcc supports -fno-rtti -fno-exceptions
configure:4984: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c  conftest.c >&5
configure:4987: $? = 0
configure:4990: test -s conftest.o
configure:4993: $? = 0
configure:5009: result: yes
configure:5020: checking whether the linker (/usr/bin/ld) supports shared libraries
configure:5715: result: yes
configure:5720: checking how to hardcode library paths into programs
configure:5744: result: immediate
configure:5749: checking whether stripping libraries is possible
configure:5757: result: no
configure:5765: checking dynamic linker characteristics
configure:6172: result: openbsd3.2 ld.so
configure:6177: checking if libtool supports shared libraries
configure:6179: result: yes
configure:6182: checking whether to build shared libraries
configure:6203: result: yes
configure:6206: checking whether to build static libraries
configure:6210: result: yes
configure:6872: checking whether -lc should be explicitly linked in
configure:6880: gcc -c -g -O2  conftest.c >&5
configure:6883: $? = 0
configure:6897: gcc -shared  -fPIC -o conftest conftest.o  -v 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:6900: $? = 1
configure:6913: result: yes
configure:7490: checking for bison
configure:7506: found /usr/local/bin/bison
configure:7516: result: bison -y
configure:7531: checking for flex
configure:7547: found /usr/bin/flex
configure:7557: result: flex
configure:7570: checking for yywrap in -lfl
configure:7603: gcc -o conftest -g -O2   conftest.c -lfl   >&5
configure:7606: $? = 0
configure:7609: test -s conftest
configure:7612: $? = 0
configure:7623: result: yes
configure:7692: checking lex output file root
configure:7703: flex conftest.l
configure:7706: $? = 0
configure:7718: result: lex.yy
configure:7723: checking whether yytext is a pointer
configure:7739: gcc -o conftest -g -O2   conftest.c  -lfl >&5
configure:7742: $? = 0
configure:7745: test -s conftest
configure:7748: $? = 0
configure:7760: result: yes
configure:7776: checking for perl
configure:7794: found /usr/bin/perl
configure:7806: result: /usr/bin/perl
configure:7815: checking for pod2man
configure:7833: found /usr/bin/pod2man
configure:7845: result: /usr/bin/pod2man
configure:7854: checking for flex
configure:7872: found /usr/bin/flex
configure:7884: result: /usr/bin/flex
configure:7893: checking for python
configure:7926: result: no
configure:7940: checking for pkgproto
configure:7967: result: no
configure:7976: checking for pkgmk
configure:8003: result: no
configure:8012: checking for pkgtrans
configure:8039: result: no
configure:8058: checking for rpm
configure:8085: result: no
configure:8130: checking to see if we can add '-Wall -W' to CFLAGS
configure:8134: result: yes
configure:8145: checking for platform-specific compiler flags
configure:8198: result: none needed
configure:8215: checking whether to use /usr/local for headers and libraries
configure:8218: result: yes
configure:8288: checking for GNU sed as first sed in PATH
configure:8295: result: no
configure:8701: checking for gtk-config
configure:8719: found /usr/local/bin/gtk-config
configure:8732: result: /usr/local/bin/gtk-config
configure:8740: checking for GTK - version >= 1.2.0
configure:8843: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include  -L/usr/local/lib conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lgtk -lgdk -lgmodule -lglib -lintl -lXi -lXext -lX11 -lm  >&5
configure: In function `main':
configure:8813: warning: comparison between signed and unsigned
configure:8814: warning: comparison between signed and unsigned
configure:8814: warning: comparison between signed and unsigned
configure:8815: warning: comparison between signed and unsigned
configure:8815: warning: comparison between signed and unsigned
configure:8815: warning: comparison between signed and unsigned
configure:8846: $? = 0
configure:8848: ./conftest
configure:8851: $? = 0
configure:8868: result: yes
configure:9954: checking for glib-config
configure:9972: found /usr/local/bin/glib-config
configure:9985: result: /usr/local/bin/glib-config
configure:9993: checking for GLIB - version >= 1.2.0
configure:10094: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include -I/usr/local/include/glib-1.2  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include  -L/usr/local/lib conftest.c -L/usr/local/lib -lgmodule -lglib  >&5
configure: In function `main':
configure:10064: warning: comparison between signed and unsigned
configure:10065: warning: comparison between signed and unsigned
configure:10065: warning: comparison between signed and unsigned
configure:10066: warning: comparison between signed and unsigned
configure:10066: warning: comparison between signed and unsigned
configure:10066: warning: comparison between signed and unsigned
configure:10097: $? = 0
configure:10099: ./conftest
configure:10102: $? = 0
configure:10119: result: yes
configure:10214: checking whether GLib supports loadable modules
configure:10243: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include -I/usr/local/include/glib-1.2  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include  -L/usr/local/lib conftest.c -L/usr/local/lib -lgmodule -lglib  >&5
configure:10246: $? = 0
configure:10248: ./conftest
configure:10251: $? = 0
configure:10266: result: yes
configure:10429: checking for gethostbyname
configure:10472: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include  -L/usr/local/lib conftest.c  >&5
configure:10475: $? = 0
configure:10478: test -s conftest
configure:10481: $? = 0
configure:10491: result: yes
configure:10568: checking for connect
configure:10611: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include  -L/usr/local/lib conftest.c  >&5
configure:10614: $? = 0
configure:10617: test -s conftest
configure:10620: $? = 0
configure:10630: result: yes
configure:10703: checking whether to use libpcap for packet capture
configure:10732: result: yes
configure:10752: checking for extraneous pcap header directories
configure:10771: result: not found
configure:10809: checking net/bpf.h usability
configure:10818: gcc -c -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include conftest.c >&5
configure:10821: $? = 0
configure:10824: test -s conftest.o
configure:10827: $? = 0
configure:10836: result: yes
configure:10840: checking net/bpf.h presence
configure:10847: gcc -E  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include conftest.c
configure:10853: $? = 0
configure:10871: result: yes
configure:10889: checking for net/bpf.h
configure:10896: result: yes
configure:10925: checking pcap.h usability
configure:10934: gcc -c -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include conftest.c >&5
configure:10937: $? = 0
configure:10940: test -s conftest.o
configure:10943: $? = 0
configure:10952: result: yes
configure:10956: checking pcap.h presence
configure:10963: gcc -E  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include conftest.c
configure:10969: $? = 0
configure:10987: result: yes
configure:11005: checking for pcap.h
configure:11012: result: yes
configure:11029: checking for pcap_open_live in -lpcap
configure:11062: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include  -L/usr/local/lib conftest.c -lpcap    >&5
configure:11065: $? = 0
configure:11068: test -s conftest
configure:11071: $? = 0
configure:11082: result: yes
configure:11101: checking whether pcap_version is defined by libpcap
configure:11129: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include  -L/usr/local/lib conftest.c -lpcap    >&5
configure:11132: $? = 0
configure:11135: test -s conftest
configure:11138: $? = 0
configure:11149: result: yes
configure:11162: checking whether to use zlib for reading compressed capture files
configure:11194: result: yes
configure:11239: checking zlib.h usability
configure:11248: gcc -c -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include conftest.c >&5
configure:11251: $? = 0
configure:11254: test -s conftest.o
configure:11257: $? = 0
configure:11266: result: yes
configure:11270: checking zlib.h presence
configure:11277: gcc -E  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include conftest.c
configure:11283: $? = 0
configure:11301: result: yes
configure:11319: checking for zlib.h
configure:11326: result: yes
configure:11395: checking for gzgets in -lz
configure:11428: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include  -L/usr/local/lib conftest.c -lz   >&5
configure:11431: $? = 0
configure:11434: test -s conftest
configure:11437: $? = 0
configure:11448: result: yes
configure:11519: checking for gzgets missing when linking with X11
configure:11547: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include  -L/usr/local/lib conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lgtk -lgdk -lgmodule -lglib -lintl -lXi -lXext -lX11 -lm -lz -lz  >&5
configure:11550: $? = 0
configure:11553: test -s conftest
configure:11556: $? = 0
configure:11558: result: no
configure:11591: checking whether to enable ipv6 name resolution if available
configure:11597: result: yes
configure:11603: checking ipv6 stack type
configure:11610: /usr/local/v6/include/sys/types.h: No such file or directory
configure:11751: result: "kame, inet6"
configure:11765: checking whether to install ethereal setuid
configure:11768: result: no
configure:11786: checking for ANSI C header files
configure:11915: result: yes
configure:11944: checking fcntl.h usability
configure:11953: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include conftest.c >&5
configure:11956: $? = 0
configure:11959: test -s conftest.o
configure:11962: $? = 0
configure:11971: result: yes
configure:11975: checking fcntl.h presence
configure:11982: gcc -E  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include conftest.c
configure:11988: $? = 0
configure:12006: result: yes
configure:12024: checking for fcntl.h
configure:12031: result: yes
configure:11944: checking sys/ioctl.h usability
configure:11953: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include conftest.c >&5
configure:11956: $? = 0
configure:11959: test -s conftest.o
configure:11962: $? = 0
configure:11971: result: yes
configure:11975: checking sys/ioctl.h presence
configure:11982: gcc -E  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include conftest.c
configure:11988: $? = 0
configure:12006: result: yes
configure:12024: checking for sys/ioctl.h
configure:12031: result: yes
configure:11944: checking sys/time.h usability
configure:11953: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include conftest.c >&5
configure:11956: $? = 0
configure:11959: test -s conftest.o
configure:11962: $? = 0
configure:11971: result: yes
configure:11975: checking sys/time.h presence
configure:11982: gcc -E  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include conftest.c
configure:11988: $? = 0
configure:12006: result: yes
configure:12024: checking for sys/time.h
configure:12031: result: yes
configure:11935: checking for unistd.h
configure:11940: result: yes
configure:11944: checking stdarg.h usability
configure:11953: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include conftest.c >&5
configure:11956: $? = 0
configure:11959: test -s conftest.o
configure:11962: $? = 0
configure:11971: result: yes
configure:11975: checking stdarg.h presence
configure:11982: gcc -E  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include conftest.c
configure:11988: $? = 0
configure:12006: result: yes
configure:12024: checking for stdarg.h
configure:12031: result: yes
configure:11944: checking netdb.h usability
configure:11953: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include conftest.c >&5
configure:11956: $? = 0
configure:11959: test -s conftest.o
configure:11962: $? = 0
configure:11971: result: yes
configure:11975: checking netdb.h presence
configure:11982: gcc -E  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include conftest.c
configure:11988: $? = 0
configure:12006: result: yes
configure:12024: checking for netdb.h
configure:12031: result: yes
configure:12052: checking for sys/stat.h
configure:12057: result: yes
configure:12061: checking sys/sockio.h usability
configure:12070: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include conftest.c >&5
configure:12073: $? = 0
configure:12076: test -s conftest.o
configure:12079: $? = 0
configure:12088: result: yes
configure:12092: checking sys/sockio.h presence
configure:12099: gcc -E  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include conftest.c
configure:12105: $? = 0
configure:12123: result: yes
configure:12141: checking for sys/sockio.h
configure:12148: result: yes
configure:12052: checking for sys/types.h
configure:12057: result: yes
configure:12061: checking sys/socket.h usability
configure:12070: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include conftest.c >&5
configure:12073: $? = 0
configure:12076: test -s conftest.o
configure:12079: $? = 0
configure:12088: result: yes
configure:12092: checking sys/socket.h presence
configure:12099: gcc -E  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include conftest.c
configure:12105: $? = 0
configure:12123: result: yes
configure:12141: checking for sys/socket.h
configure:12148: result: yes
configure:12175: checking sys/wait.h usability
configure:12184: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include conftest.c >&5
configure:12187: $? = 0
configure:12190: test -s conftest.o
configure:12193: $? = 0
configure:12202: result: yes
configure:12206: checking sys/wait.h presence
configure:12213: gcc -E  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include conftest.c
configure:12219: $? = 0
configure:12237: result: yes
configure:12255: checking for sys/wait.h
configure:12262: result: yes
configure:12289: checking netinet/in.h usability
configure:12298: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include conftest.c >&5
configure:12301: $? = 0
configure:12304: test -s conftest.o
configure:12307: $? = 0
configure:12316: result: yes
configure:12320: checking netinet/in.h presence
configure:12327: gcc -E  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include conftest.c
configure:12333: $? = 0
configure:12351: result: yes
configure:12369: checking for netinet/in.h
configure:12376: result: yes
configure:12403: checking stddef.h usability
configure:12412: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include conftest.c >&5
configure:12415: $? = 0
configure:12418: test -s conftest.o
configure:12421: $? = 0
configure:12430: result: yes
configure:12434: checking stddef.h presence
configure:12441: gcc -E  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include conftest.c
configure:12447: $? = 0
configure:12465: result: yes
configure:12483: checking for stddef.h
configure:12490: result: yes
configure:12517: checking arpa/inet.h usability
configure:12526: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include conftest.c >&5
In file included from configure:12554:
/usr/include/arpa/inet.h:78: warning: `struct in_addr' declared inside parameter list
/usr/include/arpa/inet.h:78: warning: its scope is only this definition or declaration, which is probably not what you want.
/usr/include/arpa/inet.h:79: warning: `struct in_addr' declared inside parameter list
/usr/include/arpa/inet.h:79: warning: parameter has incomplete type
/usr/include/arpa/inet.h:82: warning: parameter has incomplete type
/usr/include/arpa/inet.h:86: warning: parameter has incomplete type
configure:12529: $? = 0
configure:12532: test -s conftest.o
configure:12535: $? = 0
configure:12544: result: yes
configure:12548: checking arpa/inet.h presence
configure:12555: gcc -E  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include conftest.c
configure:12561: $? = 0
configure:12579: result: yes
configure:12597: checking for arpa/inet.h
configure:12604: result: yes
configure:12631: checking iconv.h usability
configure:12640: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include conftest.c >&5
configure:12643: $? = 0
configure:12646: test -s conftest.o
configure:12649: $? = 0
configure:12658: result: yes
configure:12662: checking iconv.h presence
configure:12669: gcc -E  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include conftest.c
configure:12675: $? = 0
configure:12693: result: yes
configure:12711: checking for iconv.h
configure:12718: result: yes
configure:12733: checking whether to use SSL library if available
configure:12739: result: yes
configure:12781: checking for EVP_md5 in -lcrypto
configure:12814: gcc -o conftest -DINET6 -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include  -L/usr/local/lib conftest.c -lcrypto  -lz  >&5
configure:12817: $? = 0
configure:12820: test -s conftest
configure:12823: $? = 0
configure:12834: result: yes
configure:12851: checking whether to use UCD SNMP/NET-SNMP library if available
configure:12893: checking for net-snmp-config
configure:12926: result: no
configure:13082: result: yes (ucd-snmp)
configure:13124: checking ucd-snmp/snmp.h usability
configure:13133: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include conftest.c >&5
configure:13161: ucd-snmp/snmp.h: No such file or directory
configure:13136: $? = 1
configure: failed program was:
#line 13126 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <ucd-snmp/snmp.h>
configure:13151: result: no
configure:13155: checking ucd-snmp/snmp.h presence
configure:13162: gcc -E  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include conftest.c
configure:13158: ucd-snmp/snmp.h: No such file or directory
configure:13168: $? = 1
configure: failed program was:
#line 13157 "configure"
#include "confdefs.h"
#include <ucd-snmp/snmp.h>
configure:13186: result: no
configure:13204: checking for ucd-snmp/snmp.h
configure:13211: result: no
configure:13415: checking for sa_len in struct sockaddr
configure:13440: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include conftest.c >&5
configure: In function `main':
configure:13432: warning: statement with no effect
configure:13443: $? = 0
configure:13446: test -s conftest.o
configure:13449: $? = 0
configure:13459: result: yes
configure:13470: checking whether byte ordering is bigendian
configure:13500: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include conftest.c >&5
configure:13503: $? = 0
configure:13506: test -s conftest.o
configure:13509: $? = 0
configure:13536: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include conftest.c >&5
configure: In function `main':
configure:13526: syntax error before `big'
configure:13539: $? = 1
configure: failed program was:
#line 13512 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
#if BYTE_ORDER != BIG_ENDIAN
 not big endian
#endif

  ;
  return 0;
}
configure:13653: result: no
configure:13676: checking whether gcc needs -traditional
configure:13699: termio.h: No such file or directory
configure:13712: result: no
configure:13724: checking for snprintf
configure:13767: gcc -o conftest -DINET6 -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include  -L/usr/local/lib conftest.c -lz  >&5
configure:13770: $? = 0
configure:13773: test -s conftest
configure:13776: $? = 0
configure:13786: result: yes
configure:13804: checking for strerror
configure:13847: gcc -o conftest -DINET6 -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include  -L/usr/local/lib conftest.c -lz  >&5
configure:13850: $? = 0
configure:13853: test -s conftest
configure:13856: $? = 0
configure:13866: result: yes
configure:13884: checking for strcasecmp
configure:13927: gcc -o conftest -DINET6 -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include  -L/usr/local/lib conftest.c -lz  >&5
configure:13930: $? = 0
configure:13933: test -s conftest
configure:13936: $? = 0
configure:13946: result: yes
configure:13961: checking for strncasecmp
configure:14004: gcc -o conftest -DINET6 -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include  -L/usr/local/lib conftest.c -lz  >&5
configure:14007: $? = 0
configure:14010: test -s conftest
configure:14013: $? = 0
configure:14023: result: yes
configure:14038: checking for mkstemp
configure:14081: gcc -o conftest -DINET6 -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include  -L/usr/local/lib conftest.c -lz  >&5
configure:14084: $? = 0
configure:14087: test -s conftest
configure:14090: $? = 0
configure:14100: result: yes
configure:14115: checking for strptime
configure:14158: gcc -o conftest -DINET6 -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include  -L/usr/local/lib conftest.c -lz  >&5
configure:14161: $? = 0
configure:14164: test -s conftest
configure:14167: $? = 0
configure:14177: result: yes
configure:14200: checking for getprotobynumber
configure:14243: gcc -o conftest -DINET6 -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include  -L/usr/local/lib conftest.c -lz  >&5
configure:14246: $? = 0
configure:14249: test -s conftest
configure:14252: $? = 0
configure:14262: result: yes
configure:14200: checking for gethostbyname2
configure:14243: gcc -o conftest -DINET6 -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include  -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include  -L/usr/local/lib conftest.c -lz  >&5
configure:14246: $? = 0
configure:14249: test -s conftest
configure:14252: $? = 0
configure:14262: result: yes
configure:14463: creating ./config.status

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

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

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

on think

config.status:700: creating Makefile
config.status:700: creating doc/Makefile
config.status:700: creating gtk/Makefile
config.status:700: creating packaging/Makefile
config.status:700: creating packaging/nsis/Makefile
config.status:700: creating packaging/rpm/Makefile
config.status:700: creating packaging/rpm/SPECS/Makefile
config.status:700: creating packaging/rpm/SPECS/ethereal.spec
config.status:700: creating packaging/svr4/Makefile
config.status:700: creating packaging/svr4/checkinstall
config.status:700: creating packaging/svr4/pkginfo
config.status:700: creating plugins/Makefile
config.status:700: creating plugins/docsis/Makefile
config.status:700: creating plugins/giop/Makefile
config.status:700: creating plugins/gryphon/Makefile
config.status:700: creating plugins/megaco/Makefile
config.status:700: creating plugins/mgcp/Makefile
config.status:700: creating plugins/pcli/Makefile
config.status:700: creating tools/Makefile
config.status:700: creating tools/lemon/Makefile
config.status:804: creating config.h
config.status:1080: executing depfiles commands
configure:15723: configuring in epan
configure:15802: running /bin/sh './configure' --prefix=/usr/local  --cache-file=/dev/null --srcdir=.
configure:15723: configuring in wiretap
configure:15802: running /bin/sh './configure' --prefix=/usr/local  --cache-file=/dev/null --srcdir=.

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

ac_cv_build=i386-unknown-openbsd3.2
ac_cv_build_alias=i386-unknown-openbsd3.2
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_ethereal_have_rpm=no
ac_cv_ethereal_struct_sa_len=yes
ac_cv_exeext=
ac_cv_func_connect=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_gethostbyname2=yes
ac_cv_func_getprotobynumber=yes
ac_cv_func_mkstemp=yes
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_bpf_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_pcap_h=yes
ac_cv_header_stdarg_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=no
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=yes
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_wait_h=yes
ac_cv_header_ucd_snmp_snmp_h=no
ac_cv_header_unistd_h=yes
ac_cv_header_zlib_h=yes
ac_cv_host=i386-unknown-openbsd3.2
ac_cv_host_alias=i386-unknown-openbsd3.2
ac_cv_lib_crypto_EVP_md5=yes
ac_cv_lib_fl_yywrap=yes
ac_cv_lib_pcap_pcap_open_live=yes
ac_cv_lib_z_gzgets=yes
ac_cv_objext=o
ac_cv_path_GLIB_CONFIG=/usr/local/bin/glib-config
ac_cv_path_GTK_CONFIG=/usr/local/bin/gtk-config
ac_cv_path_LEX=/usr/bin/flex
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_POD2MAN=/usr/bin/pod2man
ac_cv_path_install='/usr/bin/install -c'
ac_cv_pcap_version_defined=yes
ac_cv_prog_AWK=nawk
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=no
ac_cv_prog_cc_g=yes
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=i386-unknown-openbsd3.2
ac_cv_target_alias=i386-unknown-openbsd3.2
am_cv_CC_dependencies_compiler_type=gcc
lt_cv_archive_cmds_need_lc=yes
lt_cv_compiler_c_o=yes
lt_cv_compiler_o_lo=yes
lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
lt_cv_file_magic_cmd=/usr/bin/file
lt_cv_file_magic_test_file=/usr/lib/libc.so.28.5
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/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/usr/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=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([BCDEGRST][BCDEGRST]*\)[ 	][ 	]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'
lt_cv_sys_path_separator=:

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

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE "ethereal"
#define VERSION "0.9.9"
#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_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define YYTEXT_POINTER 1
#define DATAFILE_DIR "/usr/local/etc"
#define HAVE_LIBPCAP 1
#define HAVE_PCAP_VERSION 1
#define HAVE_LIBZ 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_SOCKIO_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_SOCKET_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_SA_LEN 1
#define HAVE_GETPROTOBYNUMBER 1
#define HAVE_GETHOSTBYNAME2 1
#define HAVE_PLUGINS 1
#define PLUGIN_DIR "/usr/local/lib/ethereal/plugins/0.9.9"

configure: exit 0


> Also, does a message like
> 
> 	libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used.  Assuming
> 	    no dlopen support.
> 
> appear anywhere in the output of the make?  (It appears in the output of
> a build here on Solaris 2.8/SPARC, with automake 1.5, autoconf 2.57, and
> libtool 1.3.4.; 

Nope, there were no such references in the file.