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.

-- 
<[EMAIL PROTECTED]>


_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to