Re: Getting rid of libstdc++-v3 Chris Head wrote:
> Greetings all,
> I have gcc 3.4.5-r1, and I'm trying to do a system update which wants
> to give me 3.4.6-r1. Unfortunately, no matter what I do, Portage seems
> intent upon installing libstdc++-v3-3.3.4. I don't want this package.
> I don't have any binary packages installed, and I've rebuilt
> everything to use the new libraries.
>
The newer version of gcc's libstdc++ that you're installing has ABI
differences to the older version. This legacy ABI is maintained in
libstdc++-v3.
So either you mask the new version of gcc, or put up with having the new
gcc and libstdc++. Or, you manually try to weed out all the apps that
use the old libstdc++. Good luck with that! |