Hello all, I've got some strange Exception Handling problems on AIX ML-11 with gcc 3.2.3 (g++). I thought in my mails before (Titled:Threadiing Problems on AIX 4.3.3 ML-11 with gcc 3.2.3 (g++)) that I have a multithreading problem. It is somehow but it comes more (I gess) from a g++ Exception Handling Bug/Feature under multithreading. Could somebody help me out of this mess. Makefile below: ### MAKEFILE ### CXXFLAGS= -c -g \ -Wno-deprecated \ -pthread LDFLAGS= -pthread \ -Wl,-brtl \ -Wl,-bnoquiet \ ${XERCESC_LDFLAGS} \ -ldl SHARED_LDFLAGS= -pthread -shared \ -Wl,-bE:symbols.exp \ -Wl,-binitfini:init:fini:1 \ I've changed that to "0" but it does ot make any difference -Wl,-G \ -Wl,-bnoquiet \ ${XERCESC_LDFLAGS} \ -ldl #### Regards Mattey P.S.: If the delivered info's do not fill any requirements of give me a proper answer, please write back and i will give you everything.