[Bug ada/16592] New: Ada tools don't use the newly built shared libraries
hjl at lucon dot org
gcc-bugzilla@gcc.gnu.org
Fri Jul 16 16:07:00 GMT 2004
Some ada tools are linked against libgcc_s.so.1:
[hjl@gnu-20 gcc]$ ldd ./gnatmake
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x0000002a9566b000)
libc.so.6 => /lib64/tls/libc.so.6 (0x0000002a95776000)
/lib64/ld-linux-x86-64.so.2 => /lib64/ld-linux-x86-64.so.2
(0x0000002a95556000)
But they are used like
../../gnatmake -c -I../rts -I. -I/net/gnu/export/gnu/src/gcc-3.4/gcc/gcc/ada
gnatchop --GCC="../../xgcc -B../../ -g -gnatpg -gnata"
The newly built libgcc_s.so.1 is never used.
--
Summary: Ada tools don't use the newly built shared libraries
Product: gcc
Version: 3.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: hjl at lucon dot org
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16592
More information about the Gcc-bugs
mailing list