Dave S schreef: > Hi all, > > I cannot emerge kdelibs on my 3000+ AMD, I have tried re-emerging qt > first (found this on the forum), I have edited /etc/make.conf and > removed my -O? flag, usually set to -O3 and tried repeatedly to > re-emerge kdelibs without success.
This has nothing to do with your CFLAGS, so you can put the -O setting back (nothing said about the 'virtues' of -O3; it's your PC). Anyway, here's part 1 of your problem: > [ebuild R ] sys-devel/gcc-3.3.5.20050130-r1 And here's part 2: > grep: /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.la: No such > file or directory > /bin/sed: can't read > /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.la: No such file or > directory > libtool: link: `/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.la' > is not a valid libtool archive If you notice, the libsdcc++ is being searched in a previous version of gcc than the one you are now using (3.3.4 as opposed to 3.3.5). So when you upgraded GCC, some of the libs weren't moved to the new location. The way to fix that is: # sh fix_libtool_files.sh HTH, Holly -- [email protected] mailing list

