diff --git a/CHANGES b/CHANGES index 06ee483..5f946e3 100644 --- a/CHANGES +++ b/CHANGES @@ -26,6 +26,9 @@ The following are the changes from calc version 2.14.0.15 to date: Added ${WINGM} Makefile variable for users under Windows 11 who use Cygwin and the MinGW64 packages. + Updated README.WINDOWS for Windows 11 users based on advice + form a Microsoft 11 developer. + Fixed missing quotes in the PASSDOWN makefile variables. diff --git a/Makefile b/Makefile index 74c10df..1e94b0e 100644 --- a/Makefile +++ b/Makefile @@ -1811,7 +1811,7 @@ CCWERR= CCOPT= ${DEBUG} CCMISC= # -LCC= gcc +LCC= x86_64-w64-mingw32-gcc CC= ${PURIFY} ${LCC} ${CCWERR} # endif diff --git a/README.WINDOWS b/README.WINDOWS index bd5a825..8eb68a7 100644 --- a/README.WINDOWS +++ b/README.WINDOWS @@ -31,7 +31,8 @@ We were given this advice from a Windows 11 developer: https://cygwin.com/install.html - and include all MinGW64 packages. + IMPORTANT: While installing Cygwin, and during Cygwin Setup, be sure to + select all the MinGW64 packages relating to gcc. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= =-= Compiling calc via virtual machine under Windows 11 =-=