From: Bruno H. <br...@cl...> - 2022-03-17 17:45:22
|
Hi Robert, > Here is the configure invocation: > > MAKE=/c/msys64/mingw64/bin/mingw32-make.exe > CC=/c/msys64/mingw64/bin/gcc.exe ./configure --with-debug > --ignore-absence-of-libsigsegv --host=x86_64-w64-mingw32 > gcc.exe (Rev5, Built by MSYS2 project) 10.3.0 The file INSTALL.windows (at the top-level in the git repository) lists the supported ways of building CLISP on Windows. MSYS is *not* one of the options. But mingw is, with Cygwin as a host environment. Bruno |