diff options
| -rw-r--r-- | etc/PROBLEMS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index b6cdd3d66d9..0a2ba6fd1fe 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -1339,6 +1339,14 @@ subdirectory: `is_exec.c' and `sigaction.c'. Compile them and link | |||
| 1339 | them into the Emacs executable `temacs'; then they will replace the | 1339 | them into the Emacs executable `temacs'; then they will replace the |
| 1340 | incorrect library functions. | 1340 | incorrect library functions. |
| 1341 | 1341 | ||
| 1342 | * When compiling with DJGPP on Windows NT, "config msdos" fails. | ||
| 1343 | |||
| 1344 | If the error message is "VDM has been already loaded", this is because | ||
| 1345 | Windows has a program called `redir.exe' that is incompatible with a | ||
| 1346 | program by the same name supplied with DJGPP, which is used by | ||
| 1347 | config.bat. To resolve this, move the DJGPP's `bin' subdirectory to | ||
| 1348 | the front of your PATH environment variable. | ||
| 1349 | |||
| 1342 | * When compiling with DJGPP on Windows 95, Make fails for some targets | 1350 | * When compiling with DJGPP on Windows 95, Make fails for some targets |
| 1343 | like make-docfile. | 1351 | like make-docfile. |
| 1344 | 1352 | ||