Ethereal-dev: RE: [ethereal-dev] Link phase problem

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

From: "Dan Warburton" <warb@xxxxxxxxxxxxxx>
Date: Mon, 7 Feb 2000 16:27:37 -0500

On Mon, Feb 07, 2000 at 12:55:44PM -0600, Dan Warburton wrote:
>
>
> I installed the 8.3 sources and tryed to compile. I think I've got a
> link problem...
>
>


>>Interesting. You seem to be missing part of the lanalyzer code in wiretap.
>>Can you post the output of:

>>ar tf wiretap/libwiretap.a

lanalyzer.o is in there....



>>If you do have lanalzyer.o in there, please post the output of 'nm
wiretap/lanalyzer.o'.


>>orion{warb}-> nm wiretap/lanalyzer.o
nm: wiretap/lanalyzer.o: File truncated
orion{warb}->


So, I've rm'ed lanalyzer.o and redid make... seems happier.

Ran make clean and make and got another truncated file... moved off my
NFS mounted file system to a local file system and re-ran. No errors...

Thanks.