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
pgpRXD0CDOiMk.pgp
Description: PGP signature
_______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool