>> You still have to compile your program with -fexceptions to get "objc"
>> exceptions working with objective-C.
>
> But that doesn't explain (2), where I *do* use -fobjc-exceptions, only
> with gcc instead of g++, and with a separate linking step instead of
> all-at-once.

I believe that Andrew is suggesting trying

 -fobjc-exceptions -fexceptions

both when compiling and linking.  Can you try it out ?

Andrew -- do we need to add -fexceptions on all platforms or only on some ?

Thanks



_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to