| Summary: | fix_libtool_files.sh broken | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | gentoo |
| Component: | [OLD] Development | Assignee: | Martin Schlemmer (RETIRED) <azarah> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | 1.4_rc2 | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
gentoo
2003-04-11 09:03:47 UTC
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. |