Ethereal-dev: Re: [Ethereal-dev] building tethereal under cygwin

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Sun, 29 Jun 2003 18:36:00 -0700
On Fri, Jun 27, 2003 at 01:10:44PM +0200, Biot Olivier wrote:
> I'm incapable of compiling tethereal under cygwin.

Is HAVE_LIBPCAP defined in "config.h"?

If not, do you have WinPcap installed, complete with the developer's
kit?

If so, and if "config.h" was built by the configure script, then either
there's a problem with the configure script on Cygwin that causes it not
to find WinPcap, or you need to use "--with-pcap=<directory>" to tell it
in which directory to look for WinPcap libraries and headers.