Re: -fexeptions in library build rules with callbacks

2003-07-22 Thread David Juran
On Wed, 2003-07-16 at 13:11, Egbert Eich wrote: We have a bug report at http://bugs.xfree86.org/show_bug.cgi?id=503 that suggests that when building libraries with callbacks using gcc the option -fexeptions should be used. It enables C++ programs to catch the exceptions. Is this useful if the

-fexeptions in library build rules with callbacks

2003-07-16 Thread Egbert Eich
We have a bug report at http://bugs.xfree86.org/show_bug.cgi?id=503 that suggests that when building libraries with callbacks using gcc the option -fexeptions should be used. It enables C++ programs to catch the exceptions. I've talked to a gcc expert and he says that using this option is sane.

Re: -fexeptions in library build rules with callbacks

2003-07-16 Thread Owen Taylor
On Wed, 2003-07-16 at 13:11, Egbert Eich wrote: We have a bug report at http://bugs.xfree86.org/show_bug.cgi?id=503 that suggests that when building libraries with callbacks using gcc the option -fexeptions should be used. It enables C++ programs to catch the exceptions. I've talked to