libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libtool 1.5.8 on Solaris 8


From: Jacob Meuser
Subject: Re: libtool 1.5.8 on Solaris 8
Date: Fri, 27 Aug 2004 18:22:21 -0700
User-agent: Mutt/1.4.2i

On Fri, Aug 27, 2004 at 05:41:07PM -0700, Ossama Othman wrote:
> Hi,
> 
> On Fri, 2004-08-27 at 17:25, Bob Friesenhahn wrote:
> > On Fri, 27 Aug 2004, Jacob Meuser wrote:
> > >>
> > >> After a long time playing arround I solved my two problems as follow:
> > >>
> > >> 1.- Multiple Inclusion: comment out line 'postdeps="-lstdc++ -lm -lgcc_s
> > >> -lgcc_s" ' from /usr/local/binlibtool .
> > >
> > > this is because libtool tries to second guess the C++ compiler.
> 
> How is it doing that?  It does the exact same thing the C++ compiler
> would do.  It doesn't try to guess anything.

it uses verbose output to figure out what the compiler will do, and
then duplicates it ... but the compiler will still do it was doing,
hence the errors from duplicated objects.  I say "second guess"
because it acts like it knows what it should do, but causes problems.

-- 
<address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]