libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: printing exceptions?


From: Jakub Jelinek
Subject: Re: printing exceptions?
Date: Sat, 16 Mar 2002 01:10:09 +0100
User-agent: Mutt/1.2.5.1i

On Sat, Mar 16, 2002 at 01:02:51AM +0100, Andreas Schwab wrote:
> Alexandre Oliva <address@hidden> writes:
> 
> |> However, I kind of fail to see the point of having -lgcc before -lc.
> 
> The point of having -lgcc before -lc is that -lgcc can add references to
> -lc functions that were not referenced before.  If you have -lgcc only
> after -lc those references cannot be resolved in a static link.

Though for !static !shared-libgcc, I think:
-lc -lgcc -lc_nonshared
is best, so that symbols are preferably satisfied from shared libc.

        Jakub



reply via email to

[Prev in Thread] Current Thread [Next in Thread]