On Fri, Mar 15, 2002 at 08:35:39PM -0300, Alexandre Oliva wrote:
> More specifically, and static libc that uses __divdi3, since a shared
> one would have its own __divdi3, no?

In theory.  But I wouldn't expect static libc to have a different
set of symbols than shared libc.  *shrug*

> However, I kind of fail to see the point of having -lgcc before -lc.

There are symbols in libgcc that require symbols from libc.  
Ideally we'd be using some permutation of

        --start-group -lgcc_eh -lgcc -lc --end-group

but that's a gnu ld thing.


r~

_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to