This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Problems with _Unwind_XXX
- From: Nir Livni <nirl at cyber-ark dot com>
- To: "'gcc-help at gcc dot gnu dot org'" <gcc-help at gcc dot gnu dot org>
- Date: Tue, 01 Oct 2002 12:48:26 +0300
- Subject: Problems with _Unwind_XXX
I've upgraded from gcc3.0.2 to gcc3.1
I am creating a shared object whose sources are written in c, that links
with a library (xxx.a) that is written in c++ and is also compiled with
gcc3.1.
when I run
nm mysharedobject.so , I see many undefined symbols : _Unwind_XXX....
setting -fnon-call-exceptions does not help.
Your help is appreciated.
Nir