Ethereal-users: Re: [ethereal-users] Ethereal 0.8.11 fails to build: "toshiba" undefined referen

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: Thu, 6 Jan 2000 04:28:12 -0800
On Wed, Sep 06, 2000 at 10:14:17AM +0100, Sean Kelly wrote:
> wiretap/libwiretap.a(toshiba.o): In function
> `toshiba_check_file_type':
> /usr/src/ethereal-0.8.11/wiretap/toshiba.c:153: undefined reference
> to `gzgets'

First, go to the source directory for Ethereal and run "make distclean".

Then re-run ./configure *AND* capture its output to a file, e.g., by
doing

	./configure 2>&1 | tee /tmp/configure.out

if you use a Bourne-compatible shell such as Bash, or

	./configure |& tee /tmp/configure.out

if you use a C-shell-compatible shell (e.g., the traditional C shell, or
tcsh).

Then run a make, and capture *its* output to a file in the same fashion.

Then send to "ethereal-dev@xxxxxxxx" the files in question.