Index: gentoo/xml/htdocs/proj/en/base/x86/gcc-upgrading-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/x86/gcc-upgrading-guide.xml,v --- gentoo/xml/htdocs/proj/en/base/x86/gcc-upgrading-guide.xml 3 Dec 2005 03:33:20 -0000 1.8 +++ gentoo/xml/htdocs/proj/en/base/x86/gcc-upgrading-guide.xml 3 Dec 2005 14:20:47 -0000 @@ -22,8 +22,8 @@ -1.0 -2005-12-01 +1.1 +2005-12-03 Introduction @@ -138,6 +138,12 @@ them.

+ To provide compatibility with binary C++ applications, + sys-libs/libstdc++-v3 needs to be merged onto your system. +

+# emerge -1 sys-libs/libstdc++-v3
+			
+

Now we will go about first rebuilding the system target, then the world target. This will take a very long time, depending on the number of packages that you have installed, as it will rebuild your @@ -151,12 +157,9 @@ # emerge -e world

- To provide compatibility with binary C++ applications, - sys-libs/libstdc++-v3 needs to be merged onto your system. - It will also be safe to remove older GCC versions at this time. + It is also safe to remove older GCC versions at this time.

-
-# emerge -1 sys-libs/libstdc++-v3
+			
 # emerge -aC =sys-devel/gcc-3.3*