aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1996-08-05 03:30:41 +0000
committerRichard M. Stallman1996-08-05 03:30:41 +0000
commitd536be4ac84eccf30fd7cbf9ed7b3863337cde32 (patch)
treebaaa4091e750623adb220ceee90783e400f55d70
parent5711b5478c6ecfc003daf9540a8c4ac205ce22ff (diff)
downloademacs-d536be4ac84eccf30fd7cbf9ed7b3863337cde32.tar.gz
emacs-d536be4ac84eccf30fd7cbf9ed7b3863337cde32.zip
Describe djgpp library replacement files.
-rw-r--r--INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 18cafe3916e..ff79ccfabbb 100644
--- a/INSTALL
+++ b/INSTALL
@@ -591,3 +591,9 @@ and info are accessed as subdirectories of the HOME directory.
591MSDOG is a not a multitasking operating system, so Emacs features such 591MSDOG is a not a multitasking operating system, so Emacs features such
592as asynchronous subprocesses that depend on multitasking will not 592as asynchronous subprocesses that depend on multitasking will not
593work. Synchronous subprocesses do work. 593work. Synchronous subprocesses do work.
594
595The current version of djgpp 2.0 (as of August 1996) has two bugs that
596affect Emacs. We've included corrected versions of two files from
597djgpp in the msdos subdirectory: is_exec.c and sigaction.c. To work
598around the bugs, compile these files and link them into temacs. The
599next version of djgpp should have these bugs fixed.