* The current gcc config appears valid, so it will not be
* automatically switched for you. If you would like to
* switch to the newly installed gcc version, do the
* following:
* gcc-config i686-pc-linux-gnu-3.4.4
* source /etc/profile
* No profile selected, unable to utilize --use-old
* If you have issues with packages unable to locate libstdc++.la,
* then try running 'fix_libtool_files.sh' on the old gcc versions.
* You should make sure to rebuild all your C++ packages when
* upgrading between different versions of gcc. For example,
* when moving to gcc-3.4 from gcc-3.3, emerge gentoolkit and run: