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/16592] New: Ada tools don't use the newly built shared libraries


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


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