> -----Original Message-----
> From: Danny Smith [mailto:[EMAIL PROTECTED]] 
> Sent: Saturday, May 11, 2002 12:03 PM

> Known problem which will not be solved until the exception 
> handling mechansim
> of libgcc.a lives in a .dll    What happens is that there are 
> too copies of the exception handling code.

So, if I understand this correctly:

fully static builds (such as cygwin's setup.exe) will need a libgcc.a
exception handling code, but dynamically linked builds will need to link
against a cyggcc-3.dll that all the C++ .dll's link against, that has
the exception handling code.

Rob


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

Reply via email to