Re: Errors compiling Libobjc2

2019-07-03 Thread David Chisnall
> On 2 Jul 2019, at 23:23, Riccardo Mottola wrote: > > Hi, > > On 2019-06-21 16:13:58 + David Chisnall > wrote: > >> 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 >>

Re: Errors compiling Libobjc2

2019-07-02 Thread Riccardo Mottola
Hi, On 2019-06-21 16:13:58 + David Chisnall wrote: 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 somet

Re: Errors compiling Libobjc2

2019-06-21 Thread David Chisnall
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

Errors compiling Libobjc2

2019-06-21 Thread Riccardo Mottola
Hi I am trying to buid libobjc2 source on OpenBSD. I am using the system compiler clang 7.0.1, I have installed gnustep-make and configured with ng-gnu-fnu compilation fails though: [ 11%] Built target WeakImportClass_optimised Scanning dependencies of target objc_msgSend [ 11%] Building C ob