From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Abhijit H. Bhosale" To: gcc@gcc.gnu.org Subject: Throwing exceptions accross shared lib boundary Date: Wed, 21 Aug 2002 09:29:00 -0000 Message-id: <3D63C207.1060202@yahoo.co.uk> X-SW-Source: 2002-08/msg01241.html Hi, I am working on AIX 4.3.3.0. Using gcc version 2.95.3 20010315 (release). I am facing problem in case of throwing exceptions accross shared lib boundary. I want to know whether gcc 2.95.3 supports this or not. We tried with gcc version 3.0.4 ------------ Reading specs from /usr/local/gcc-3.0.4/lib/gcc-lib/powerpc-ibm-aix4.3.3.0/3.0.4/specs Configured with: ../gcc-3.0.4/configure --prefix=/usr/local/gcc-3.0.4 --enable-threads=posix --enable-languages=c,c++ --disable-libgcj Thread model: single gcc version 3.0.4 ------------ It works only if we link the libstdc++ dynamically instead of static linking. Will the problem resolve by trying same thing with gcc - 2.95.3. thanks Abhijit.