Re: 1.5.19-4: global constructors not working with dlopen()

2006-02-02 Thread vita
I tried your example duplicating your error. I played with it and change it little bit to get it to work. Instead of using printf() in your T1_dl.c I used cout and compiled it with g++ instead of gcc. Could it be you mixed C++ streams used in your T1 class with old C printf-family what brings your

1.5.19-4: global constructors not working with dlopen()

2006-02-01 Thread Martin
I'm having trouble with global constructors/destructors not executing/crashing within a dlopened DLL. I've attached a test-case. FYI: This works fine with 1.5.13-1. Thanks for your help. Martin ps: Here's my shell log. [EMAIL PROTECTED] make clean /bin/rm -f T1_dl *.exe *.dll *.so *~ mapfile [E