From mboxrd@z Thu Jan 1 00:00:00 1970 From: Teemu Torma To: law@cygnus.com Cc: Neal Becker , egcs@cygnus.com Subject: A patch for hppa1.1-hp-hpux10.20 w/ --enable-shared Date: Thu, 04 Dec 1997 01:30:00 -0000 Message-id: <199712040929.KAA00800@baht.labs.trema.com> References: <10535.881177357@cygnus.com> X-SW-Source: 1997-12/msg00230.html From: Jeffrey A Law Date: Wed, 03 Dec 1997 11:29:17 -0800 You have to link with libgcc when building a shared library so that hte shared library has copies of any libgcc2 functions it may need. True. On the other hand, C++ exception handling should work even if linking against shared libraries. Of course the problem why it does not work should be fixed. Otherwise someone will always be complaining. Teemu