C++ Exception handling with shared libs in current is broken again

2003-03-12 Thread Martin Blapp
Hi all, I do know now why I have again problems with building openoffice. It seems that exceptions over shared libraries are broken again in CURRENT. Alexander, do you have a idea why this got broken again ? Attached is your test programm ... Martin STABLE: [EMAIL PROTECTED]:~/cxxtest$

Re: C++ Exception handling with shared libs in current is broken again

2003-03-12 Thread Loren James Rittle
I do know now why I have again problems with building openoffice. It seems that exceptions over shared libraries are broken again in CURRENT. Alexander, do you have a idea why this got broken again ? rtld from 19.October has the same problem. I guess it must be gcc3.2 which is the problem.

Re: C++ Exception handling with shared libs in current is broken again

2003-03-12 Thread Loren James Rittle
Thank you even I have found that out myself too :) Using ld directly is a no-go for a gcc3.2 platform. Linking with the crt files fixes the problem. OK, cool. BTW, in case you care, the exact reason why you now need the startup file wrappers in the shared image with gcc3 style EH but not with