discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Crash occurs when catching std::exception in Objective-C++ code comp


From: David Chisnall
Subject: Re: Crash occurs when catching std::exception in Objective-C++ code compiled with clang on Linux and using libobjc2
Date: Wed, 29 Nov 2017 09:39:28 +0000

On 28 Nov 2017, at 21:38, Lobron, David <dlobron@akamai.com> wrote:
> 
> Should I not be compiling with -fgnu-runtime when I'm using the libobjc2 
> runtime?  

Yes, as I have said several times on this list, -fgnu-runtime is was deprecated 
almost a decade ago and is maintained only for compatibility with very old 
projects.  Please use -fobjc-runtime= instead.

David




reply via email to

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