Exception handling & Purify
Martin v. Loewis
martin@mira.isdn.cs.tu-berlin.de
Wed Jun 30 15:43:00 GMT 1999
> I presume that this is likely to be a Purify issue (since the code
> runs fine on its own), but I was wondering if anyone here would have
> any insight.
You didn't mention what platform you are using. Purify has big
problems with gcc >= 2.8 on many platforms, in particular with dwarf
exception handling.
Rational is beta-testing a purify version that supports the most
recent gcc right now, and it fixes a lot of problems. You'll probably
have to contact Rational for details.
There is also a problem with non-pic code, I suggest to link
statically in case you've been using shared library. This is true in
particular for libstdc++.
Regards,
Martin
More information about the Gcc
mailing list