gnustep-dev
[Top][All Lists]
Advanced

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

Re: Errors compiling Libobjc2


From: David Chisnall
Subject: Re: Errors compiling Libobjc2
Date: Fri, 21 Jun 2019 17:13:58 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2

On 21/06/2019 16:08, Riccardo Mottola wrote:
ld: error: undefined symbol: _Unwind_Resume

It looks as if your toolchain doesn't automatically link anything that provides the exception ABI. On most *NIX systems this comes from something called libgcc_s.so (which, on FreeBSD, is actually LLVM's compiler-rt - on some platforms it's installed as such). What happens when you compile a C program that uses -fexceptions and __attribute__((cleanup)) on OpenBSD? Does it link something that provides these symbols?

David



reply via email to

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