AWKDIR="/lib/rcscripts/awk" should be changed to AWKDIR="/usr/portage/sys-devel/gcc/files/awk"
No. Reinstall gcc and run it from anywhere: # fix_libtool_files.sh Usage: fix_libtool_files.sh <old-gcc-version> Where <old-gcc-version> is the version number of the previous gcc version. For example, if you updated to gcc-3.2.1, and you had gcc-3.2 installed, run: # fix_libtool_files.sh 3.2
I have recently installed gcc 3.2.2 fix_libtool_files.sh is not in my PATH and there is not even a directory /lib/rcscripts
Its in /sbin, else you did not install it recently: ------------------- ChangeLog ---------------------------- 09 Mar 2003; Martin Schlemmer <azarah@gentoo.org> gcc-3.2.2*.ebuild : Fix handling of fix_libtool_files.sh to be more $FILESDIR independant. We basically install it to /sbin now, and then call it from there. Also export LD_LIBRARY_PATH with new gcc library path in it to prevent gcc-config from borking when run. This will hopefully fix bugs #15288, #16632, #16797.