libtool
[Top][All Lists]
Advanced

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

Re: libtool/ltmain linking wrong stdc++


From: Mike Frysinger
Subject: Re: libtool/ltmain linking wrong stdc++
Date: Mon, 9 Oct 2006 18:54:58 -0400
User-agent: KMail/1.9.4

On Monday 09 October 2006 18:30, Taj Morton wrote:
> Ralf Wildenhues <Ralf.Wildenhues <at> gmx.de> writes:
> > Generatlly, you should not link against libraries using two different,
> > incompatible libstdc++ at the same time.
>
> Yeah, it's a bad idea. I'm not talking about /running/ libraries that link
> against both libstdc++, just compiling them. When they are run, they will
> only have one libstdc++ linked in.

incorrect ... gcc-3.3 has libstdc++.so.5 while gcc-3.4+ has libstdc++.so.6

that means if you have bleeding of build environments, it is entirely possible 
to have a library linked against both libstdc++.so.5 and libstdc++.so.6 which 
is what i said in my previous e-mail
-mike

Attachment: pgp1ln63ThqW_.pgp
Description: PGP signature


reply via email to

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