Ethereal-dev: RE: [ethereal-dev] Seem to have Ethereal 0.8.0 latest CVS tree co mpiling now

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

From: Peter Kjellerstedt <peter.kjellerstedt@xxxxxxxx>
Date: Mon, 3 Jan 2000 16:23:51 +0100
> -----Original Message-----
> From: Richard Sharpe [mailto:sharpe@xxxxxxxxxx]
> Sent: 03 January 2000 03:16
> To: ethereal-dev@xxxxxxxx
> Subject: Re: [ethereal-dev] Seem to have Ethereal 0.8.0 
> latest CVS tree compiling now
> 
> 
> Hmmm, 
> 
> still running into problems ... multiple definitions of 
> lt_preload_symbols ...
> 
> Too tired and too much other work to chase down what the problem is 

When that happened to me, it turned out that a cached value had
somehow gotten wrong in the config.cache file. Look for a line
in the output from autogen.sh/configure (near the end) that says
something like:
  checking whether libtool supports -dlopen/-dlpreopen... (cached) yes
If it says no at the end instead, linking will fail with the
error mentioned above.

After I removed config.cache and ran configure again it all
worked fine :)

//Peter