Ethereal-dev: Re: [ethereal-dev] Solaris build problems

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Fri, 14 Apr 2000 13:54:56 -0700 (PDT)
> I just checked out the latest sources (cvs update) and tried to compile
> (make)
> libtool is complaining. This did build previously...

It built fine for me on Solaris 2.5.1.

Do you have your LD_LIBRARY_PATH or LD_RUN_PATH environment variable set
to something including "."?  If so, that may be the cause of the
problem, if "libtool" decides to drag the values of one or both of those
environment variables into the arguments it feeds to the linker.