Ethereal-dev: Re: [ethereal-dev] integrating a system with ethereal

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

From: Gilbert Ramirez <gram@xxxxxxxxxx>
Date: Mon, 27 Sep 1999 15:35:06 -0500
On Mon, Sep 27, 1999 at 03:04:46PM -0500, Ashok Narayanan wrote:
> 
> 
> 
> Okay, so the trick is to have the autoconf stuff put zlib into the
> non-GTK libraries line instead of the GTK libraries line, right?

Yes, except that there's isn't a non-GTK libs line yet. We just
have LIBS:

LIBS = -lz -lpcap  -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXext -lX11 -lm -L/usr/include/pcap

--gilbert