This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]