This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Throwing exceptions accross shared lib boundary


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]