On Fri, 30 May 2008 13:40:58 +0200 Dirk Heinrichs <[EMAIL PROTECTED]> wrote: > > Gentoo's handling of libstdc++ is broken. Unlike pretty much every > > other distribution and pretty much every other package, libstdc++ > > is slotted in such a way that you only have one working installed > > version at once. > > How does that explain why it's trying to use the libgcc_s.so.1 from > the _build_ area, which comes with the bootstrap gnat and apparently > doesn't have all needed symbols (because it has been built with gcc > 4.1)?
Because the eclass sets LD*:
export LD_RUN_PATH="${LIBPATH}"
export LIBRARY_PATH="${GNATLIB}"
export LD_LIBRARY_PATH="${GNATLIB}"
You could probably argue fairly convincingly that that on its own is a
massive bug...
--
Ciaran McCreesh
signature.asc
Description: PGP signature
_______________________________________________ paludis-user mailing list [email protected] http://lists.pioto.org/mailman/listinfo/paludis-user
