aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-04-25 21:33:25 +0000
committerEli Zaretskii2001-04-25 21:33:25 +0000
commitf1e54ce189afe71d92bd7a108d33744110b26e5b (patch)
tree9fd957f58d0cf18d8b9e64672c7848a940ca97da
parent41af82c34b21606271843e907789d6a83b435263 (diff)
downloademacs-f1e54ce189afe71d92bd7a108d33744110b26e5b.tar.gz
emacs-f1e54ce189afe71d92bd7a108d33744110b26e5b.zip
Document problems with DJGPP and NT's `redir' program.
-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