| 116 | | Also, because of Windows file-sharing issues it's not possible to overwrite an |
| 117 | | executable file (.exe) while it's running, so you must |
| 118 | | make copies of the wx86cl.exe and wx86cl.image files, and run the |
| 119 | | (rebuild-ccl :full t) command from the copy. This will update and rebuild the original. |
| 120 | | |
| 121 | | Sometimes, especially on the development version of Clozure, the compilation process |
| 122 | | will hang. When this happens, open a Cygwin or MSYS shell, navigate to ccl/lisp-kernel/win32 |
| 123 | | and type 'make clean' (this will remove all C compiled files |
| 124 | | including the wx86cl.exe - so make sure you still have your copy .) Run the (rebuild-ccl :full t) |
| 125 | | command again in order to rebuild all. |
| 126 | | |
| | 116 | Additionally, because of Windows file-sharing issues it's not possible to overwrite an |
| | 117 | executable file (.exe) while it's running, so on Windows, trying to use the |
| | 118 | :FULL T option to REBUILD-CCL will fail. |