I was under the impression that g++ automatically enables exception support when compiling c++ source code. Are you sure that you were compiling without exception support at first? Are you sure it wasn't a different change that caused the core dump? It doesn't look like an exception-related error to me (but I could be wrong).
Jonner On 1/6/06, Murray Cumming <[EMAIL PROTECTED]> wrote: > On Thu, 2006-01-05 at 14:56 -0500, [EMAIL PROTECTED] wrote: > > Does gtkmm > > even support C++ exceptions? > > Yes. It even has exception classes. I'm surprised that it works when you > choose to compile without exceptions. > > -- > Murray Cumming > [EMAIL PROTECTED] > www.murrayc.com > www.openismus.com > > _______________________________________________ > gtkmm-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gtkmm-list > _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
