[Bug bootstrap/25859] New: gnatmake: error while loading shared libraries: libgcc_s.so.4: cannot open

Arnaud Charlet charlet@adacore.com
Thu Jan 19 15:53:00 GMT 2006


> This doesn't happen on the trunk.

The following from ada/Makefile.in is supposed to take care of that:

GCC_LINK="$(CC) -static-libgcc $(ADA_INCLUDES)"

(and uses of $(GCC_LINK) elsewhere in the tools).

Basically we certainly do *not* want to link with libgcc_s, in particular
to avoid this kind of nightmare.

This was fixed as part of:

2005-02-09  Arnaud Charlet  <charlet@adacore.com>

        PR ada/16592

        * Makefile.in: Link all gnat tools with -static-libgcc, since
        -shared-libgcc is now used by default on some systems (e.g. linux with
        recent binutils).

I am surprised that there's a regression between 4.1 and trunk here.

Arno



More information about the Gcc-bugs mailing list