Mick schreef: > Hi All, > > This is a box I converted into the new gcc-3.4.4 following the long > winded approach of re-emerging everything according to the guide. > Neveretheless, I have now come up to this problem when I am trying to > emerge krecipes: <snip> > Any ideas how I could fix it?
*Whenever* you see a message that contains the following output > libtool: link: cannot find the library > `/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/libstdc++.la' the solution is to run fix_libtools_files.sh In your case, apparently some *.la files were not moved from your old GCC, so you'd want to run fix_libtools_files.sh 3.3.6 (the old version of GCC, which is always in the error, as you can see). Had you changed your CHOST (say from i386 to i686), the command would be the same, but with the --oldarch switch to indicate the old CHOST instead of the old GCC version. Then run your emerge again. HTH, Holly -- gentoo-user@gentoo.org mailing list