Daniel Boelzle <daniel.boelzle <at> Sun.COM> writes: > Seems that even simplest exception handling does not work on your > compiler. Have you tried to write a simple program (without linking > against any SDK libraries) throwing your own exception type, e.g. As mentioned in my last post, without OO SDK libraries, there is no such problem (your sample exception program works with similar flags as used for compiling counter example, except that only libstdc++ is used and no other OO library has been used).
And, I have tested on 2 machines (Fedora Core 3, and Red Hat 9) the counter example. Without exceptions, it works. With exceptions and despite, catch code, it crashes. I tried to look at preprocessed output, could not find anything suspicious. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
