aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/PROBLEMS8
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
1339them into the Emacs executable `temacs'; then they will replace the 1339them into the Emacs executable `temacs'; then they will replace the
1340incorrect library functions. 1340incorrect library functions.
1341 1341
1342* When compiling with DJGPP on Windows NT, "config msdos" fails.
1343
1344If the error message is "VDM has been already loaded", this is because
1345Windows has a program called `redir.exe' that is incompatible with a
1346program by the same name supplied with DJGPP, which is used by
1347config.bat. To resolve this, move the DJGPP's `bin' subdirectory to
1348the 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
1343like make-docfile. 1351like make-docfile.
1344 1352