Hi David, > Am 06.03.2020 um 17:51 schrieb David Chisnall <gnus...@theravensnest.org>: > >> I also had to remove "OBJ_MERGE_CMD_FLAG" in config.make, as LLD doesn’t >> support the -r flag for incremental linking. > > Hmm, that probably means that -base Additions won't build.
Ah makes sense. So I guess that means we can’t use LLD on Windows unless GNUstep Make is rewritten to not use incremental linking. Unfortunately the Gold linker doesn’t seem to support Windows COFF (https://github.com/msys2/MINGW-packages/issues/4807 <https://github.com/msys2/MINGW-packages/issues/4807>), so I’m not sure where to go from here. Frederik