[Bug ada/15819] ada compiler not working after installation
markus dot schoepflin at comsoft dot de
gcc-bugzilla@gcc.gnu.org
Mon Jun 7 13:22:00 GMT 2004
------- 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
More information about the Gcc-bugs
mailing list