This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ada/15819] ada compiler not working after installation


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]