gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Crash with new-style exceptions on FreeBSD amd64


From: Nicola Pero
Subject: Re: Crash with new-style exceptions on FreeBSD amd64
Date: Thu, 15 Mar 2007 10:57:10 +0100 (CET)

>> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]