building libobjc2 fPIC issue and ccmake . effectiveness

2020-05-29 Thread Riccardo Mottola
Hi! I am trying to build libobjc2 on NetBSD Linking fails (standard system linker) [  0%] Linking C shared library libobjc.so /usr/bin/ld: /usr/lib/libsupc++.a(eh_globals.o): relocation R_X86_64_TPOFF32 against `_ZZN12_GLOBAL__N_110get_globalEvE6global' can not be used when making a shared objec

Re: building libobjc2 fPIC issue and ccmake . effectiveness

2020-05-29 Thread David Chisnall
Hi, On 29/05/2020 13:24, Riccardo Mottola wrote: Hi! I am trying to build libobjc2 on NetBSD Linking fails (standard system linker) [  0%] Linking C shared library libobjc.so /usr/bin/ld: /usr/lib/libsupc++.a(eh_globals.o): relocation We shouldn't be linking libsupc++.a into libobjc.so. It

Re: GWorkspace startup - Setting unknown econding

2020-05-29 Thread Fred Kiefer
Turns out I was wrong here. Of course the bison grammar was wrong and needed correction, but this was not what caused this issue. Here 1 is a valid code page that should be mapped to Mac Roman. The handing of many other code pages is still missing as we don’t ave constants for these in base.

Re: GWorkspace startup - Setting unknown econding

2020-05-29 Thread Riccardo Mottola
Hi Fred, Fred Kiefer wrote: Turns out I was wrong here. Of course the bison grammar was wrong and needed correction, but this was not what caused this issue. Here 1 is a valid code page that should be mapped to Mac Roman. The handing of many other code pages is still missing as we don’t

Re: GWorkspace startup - Setting unknown econding

2020-05-29 Thread Fred Kiefer
> Am 29.05.2020 um 21:13 schrieb Riccardo Mottola : > > Hi Fred, > > > Fred Kiefer wrote: >> Turns out I was wrong here. Of course the bison grammar was wrong and needed >> correction, but this was not what caused this issue. Here 1 is a valid >> code page that should be mapped to Mac R