Ethereal-dev: Re: [ethereal-dev] Ethereal 0.8.11 fails to build: "toshiba" undefined reference

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

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Wed, 6 Sep 2000 14:51:51 -0700
On Wed, Sep 06, 2000 at 01:39:02PM +0100, Sean Kelly wrote:
> 	Apologies.  Using "tee" didn't capture the std.error by the
> looks of it.  I've used > and 2> this time and attached the output
> from make.

What do

	ls -l /usr/lib/libz.*

and

	ls -l /usr/local/lib/libz.*

and

	ls -l /usr/local/X11R6/lib/libz.*

report?

If more than one of them reports that there's a "libz.a" or "libz.so" or
"libz.so.<number>" file, the problem is probably that you have two or
more different versions of -lz installed on your machine, one or more of
which may be an old version without "gzgets()" and the ne or more of
which may be a newer version that has it; the test done by the configure
script might be finding the newer version whilst the actual link may be
finding the older version.