This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/15819] ada compiler not working after installation
- From: "markus dot schoepflin at comsoft dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Jun 2004 13:22:52 -0000
- Subject: [Bug ada/15819] ada compiler not working after installation
- References: <20040604102516.15819.markus.schoepflin@comsoft.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From markus dot schoepflin at comsoft dot de 2004-06-07 13:22 -------
Subject: RE: ada compiler not working after installation
Further debugging shows that the problem must be somewhere in Relocate_Path in the file osint.adb. It is called with Prefix=/net/camos/opt/ and Path=/net/camos/opt/exec/Linux-i686/lib/gcc/i686-pc-linux-gnu/3.4.0/.
Further down, Std_Prefix is initialized with /net/camos/opt/exec/Linux-i686/. Then a new path is constructed and returned as /net/camos/opt/exec/Linux-i686/exec/Linux-i686/lib/gcc/i686-pc-linux-gnu/3.4.0/ which is wrong.
As this code has been added for GCC 3.4.0 (file revision 1.13), it probably does not handle exec prefixes correctly.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15819