I'm compiling on OpenBSD 3.9
-bash-3.1$ gcc -v
Reading specs from /usr/lib/gcc-lib/i386-unknown-openbsd3.9/3.3.5/specs
Configured with:
Thread model: single
gcc version 3.3.5 (propolice)
Everything is out-of-the-box for OPenBSD 3.9.
Here's the error after ./configure and ./make:
/usr/bin/ld: cannot find -lwiretap
collect2: ld returned 1 exit status
*** Error code 1
Stop in /home/randall/wireshark-0.99.1pre1 (line 1444 of Makefile).
*** Error code 1
Stop in /home/randall/wireshark-0.99.1pre1 (line 1768 of Makefile).
*** Error code 1
Stop in /home/randall/wireshark-0.99.1pre1 (line 1335 of Makefile).
-bash-3.1$ uname -a
Any ideas?