> 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  <[EMAIL PROTECTED]>

        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

Reply via email to