Throwing exceptions accross shared lib boundary
Abhijit H. Bhosale
abhibhosale@yahoo.co.uk
Wed Aug 21 09:29:00 GMT 2002
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.
More information about the Gcc
mailing list