Hey Guys, I know there are quite a few Gentoo users here so:
I just installed a fresh 2004.3 installation on a new PC. Installation went fine, then I did "emerge --update --deep world" This was going well until I got an error that "libstdc++" could not be found when gedit was being compiled. I visited the gentoo forums and found out this error was coming because GCC has probably been updated. Following the forums, I did: fix_libtool_files.sh 3.3.4 etc-update emerge aspell emerge --update --deep world This worked well and gedit compiled. The problem now is that I'm getting a problem when kdemultimedia is being compiled (specifically JUK). I tried re-doing the steps above but it hasn't helped. Here is the exact error I'm getting: libtool: link: Cannot find the library '/usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.4/libstdc++.la' make[3]: *** Juk error 1 gcc-config -c gives: i686-pc-linux-gnu-3.3.4 gcc-config -l gives: [1] i686-pc-linux-gnu-3.3.4 * Is it normal that the library is being looked for in i386 and gcc-config lists i686? Would appreciate any help, Keith