~ chicken-core (chicken-5) 22d7cda0c2ec28fe5e7ae1ea5c02bf9d6f477d2e
commit 22d7cda0c2ec28fe5e7ae1ea5c02bf9d6f477d2e Author: Peter Bex <peter.bex@xs4all.nl> AuthorDate: Sun Nov 17 21:33:16 2013 +0100 Commit: Peter Bex <peter.bex@xs4all.nl> CommitDate: Sun Nov 17 21:33:16 2013 +0100 Add a note for hapless Windows users getting bitten by the broken virusscanner diff --git a/README b/README index 547842a1..49abb0dc 100644 --- a/README +++ b/README @@ -497,6 +497,16 @@ - Cygwin will not be able to find the chicken shared libraries until Windows is rebooted. + - During "make check" you may see these intermittent errors: + + ld.exe: cannot open output file a.out: Permission denied + + When this happens, the virusscanner is holding open + the file of the previous test while the compiler is + preparing the next test. + To work around this in Windows Defender (the default), + disable "realtime protection" under tools->options. + - gcc 3.4 shows sometimes warnings of the form easyffi.c: In function `f_11735':Trap