On 23 May 2019, at 23:20, Edwin Ancaer <[email protected]> wrote: > > Is this the linker problem David mentioned earlier, or is this something that > can be solved by changing the code? >
Can you try setting LLD_UNSAFE (I think that’s the flag) in the port Makefile? There are a few Objective-C things that appear to be triggering bugs in lld, if you set this then they will link with gold instead. David _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
