Problem with c++ exception handling within shared objects

2008-02-23 Thread Peer Georgi
" switch prevents the ".plt" section in the resulting ELF library. Does this influence the c++ exception handling ??? Is there another piece of code required to get the c++ runtime working ? Please note that I use sjlj exceptions. As far as I know calling global constructors is enough. - A I right ??? I hope anyone can give me a hint... Best Regards, Peer Georgi.

ld / gcc crashes (segmentation fault) while linking cpp shared objects

2007-05-10 Thread Peer Georgi
Symptom: ld crashes if map file generation is specified. Without map-file generation (without -Map, ... ) the link process works fine. Language: C++ Version: sh-3.1$ gcc-4.1 --version gcc-4.1 (GCC) 4.1.3 20070429 (prerelease) (Debian 4.1.2-6) Copyright (C) 2006 Free Software Found