Ethereal-users: Re: [Ethereal-users] Problem install: Duplicate symbol "version" in files plugi

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, 15 Jan 2001 14:41:31 -0600
On Mon, 15 Jan 2001 11:36:37 -0600
Gilbert Ramirez <gram@xxxxxxxxxx> wrote:

> In your ethereal build directory, a file called "libtool" should have
> been created (in the top directory). Can you e-mail me that
> file? You can just send it to gram@xxxxxxxxxx; there's no need to
> send it to all of ethereal-users.
> 

Well, I've come up empty handed. I was not able to determine why
libtool thinks that "-L/usr/local/lib" is a dependency of
the shared objects that we're trying to create.

The only thing I saw which was suspicious was that
ltconfig configured libtool without the --with-gnu-ld option, and
you are indeed using GNU ld (as is noted in the libtool file that you sent
me).

Line 4284 of libtool (the "file_magic*)" case) is where the processing
occurs that causes libtool to think that -L/usr/local/lib is a library; but
the code there *shouldn't* behave like we're seeing.

Does anyone that uses the GNU tools on HPUX have any idea?

--gilbert