chicha wrote:Why rebuild system and world in this case ? Is it just to benefit from gcc-4 new features or is it REALLY IMPORTANT to maintain the stability of my whole system ?
When the GCC guys change the
ABI and you want to switch to the new compiler, you have to rebuild your whole system. There is no way around it. Trying to build some application using libraries built with compilers having a different ABI results in build errors. So yes, it's
R E A L L Y IMPORTANT.
RoundsToZero wrote:So does that mean I still revdep-rebuild against libstdc++.so.5, or do I now revdep-rebuild against libstdc++.so.6?
That was the fix for the C
++ ABI change from GCC 3.3 from 3.4. No, this is not the way to update to GCC 4.1.1