This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
exceptions on shared libraries
- To: gcc-help at gcc dot gnu dot org
- Subject: exceptions on shared libraries
- From: Albert Cervera i Areny <albertca at jazzfree dot com>
- Date: Wed, 10 Oct 2001 00:37:44 +0200
Hi,
I'm having some trouble while trying to catch the exceptions thrown by a
library i've made. At first i was able to catch exceptions in this library
(ones generated by another library) thanks to the -fpic flag; but now i'm
stuck. I supose I need a flag I haven't been able to find in the info pages.
Any ideas?
Thanks in advance!
Albert Cervera i Areny