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

2003-03-12 Thread Martin Blapp
Hi, > the gcc side of things, this is the only supported way to make a C++ > shared image with gcc3 on modern ELF platforms: 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. Martin To Unsubscribe

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

2003-03-12 Thread Martin Blapp
Hi all, > [EMAIL PROTECTED]:~/cxxtest$ export LD_LIBRARY_PATH=. > [EMAIL PROTECTED]:~/cxxtest$ ./arf > abort trap rtld from 19.October has the same problem. I guess it must be gcc3.2 which is the problem. Martin To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current"