diff options
| author | Eli Zaretskii | 2001-04-25 21:33:25 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-04-25 21:33:25 +0000 |
| commit | f1e54ce189afe71d92bd7a108d33744110b26e5b (patch) | |
| tree | 9fd957f58d0cf18d8b9e64672c7848a940ca97da | |
| parent | 41af82c34b21606271843e907789d6a83b435263 (diff) | |
| download | emacs-f1e54ce189afe71d92bd7a108d33744110b26e5b.tar.gz emacs-f1e54ce189afe71d92bd7a108d33744110b26e5b.zip | |
Document problems with DJGPP and NT's `redir' program.
| -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 | ||