Comment 19 for bug 1923325

Revision history for this message
alexis rivera (riveraah) wrote :

I was able to compile SBCL "sbcl-2.1.4-54-g36d9e877a"
on my 32-bit windows MINGW32_NT-10.0-19042 DESKTOP-0ETM2HC 3.1.7-340.i686 2020-09-29 08:19 UTC i686 Msys

I added following compiler flag to the Config.x86-win32

LINKFLAGS += -Wl,--disable-dynamicbase,--disable-nxcompat

Apparently they go together. This document gave a clue
https://lists.gnu.org/archive/html/bug-binutils/2015-09/msg00204.html

There was another discussion that was more direct about it but I can't find the link again. I'm going to try to compile 2.1.3 with this change and report back.