libtool
[Top][All Lists]
Advanced

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

Re: printing exceptions?


From: Richard Henderson
Subject: Re: printing exceptions?
Date: Fri, 15 Mar 2002 15:28:42 -0800
User-agent: Mutt/1.2.5.1i

On Fri, Mar 15, 2002 at 07:43:43PM -0300, Alexandre Oliva wrote:
> Another possibility that occurred to me, that would further alleviate
> the problem of duplicate shared libraries, would be to get GCC to no
> longer issue the `-lgcc_s -lc -lgcc_s' sequence, but instead, to use
> just `-lgcc_s -lc'.

Seems ok.

> We'd might still have to add duplicates for -lgcc and -lgcc_eh...

Not for gcc_eh.  The point of the duplicate is to cater to a libc
that uses e.g. __divdi3.  I suspect that we can use

        -lgcc_eh -lgcc -lc -lgcc

in the static case.


r~



reply via email to

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