This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug driver/29931] New: following argv[0] symlink in process_command breaks symlinked-together toolchain
- From: "amylaar at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Nov 2006 17:15:40 -0000
- Subject: [Bug driver/29931] New: following argv[0] symlink in process_command breaks symlinked-together toolchain
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
We (STM) create a directory which has symlinks to gcc and other tools and
related libraries, and these symlinks point to different places.
The current behaviour of gcc is to follow the gcc link, from where it won't be
able to find the other tools, nor the libraries.
--
Summary: following argv[0] symlink in process_command breaks
symlinked-together toolchain
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: driver
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: amylaar at gcc dot gnu dot org
OtherBugsDependingO 29842
nThis:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29931