On Fri, Jan 2, 2009 at 4:03 PM, Jonathan Schleifer
<js-openbsd-misc@webkeks.org> wrote:
Well, libc doesn't have any support for exceptions, but that's because
c doesn't have exceptions. (not the problem). It's possible that the
libstdc++ built with gcc 4 doesn't have exception support, or maybe
the objective c compiler doesn't, or it links with the wrong library,
or one of a million things that arent turned on because some esoteric
autoconf check failed. Did you check if a c++ program exhibits the
same problem?