aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-01-13 02:41:58 +0000
committerRichard M. Stallman1997-01-13 02:41:58 +0000
commit2260964759e460d08809f7f2b2b50e209f96d148 (patch)
treef40a2010c0d7bfbf7937edf90a032ac4acfb2bf1
parentef06882daf1b0bc3f7a226d315e4f5d4005d5c4d (diff)
downloademacs-2260964759e460d08809f7f2b2b50e209f96d148.tar.gz
emacs-2260964759e460d08809f7f2b2b50e209f96d148.zip
Update info about DJGPP.
-rw-r--r--INSTALL10
1 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 7b243f9561a..ad95699699e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -608,8 +608,8 @@ MSDOG is a not a multitasking operating system, so Emacs features such
608as asynchronous subprocesses that depend on multitasking will not 608as asynchronous subprocesses that depend on multitasking will not
609work. Synchronous subprocesses do work. 609work. Synchronous subprocesses do work.
610 610
611The current version of djgpp 2.0 (as of August 1996) has two bugs that 611Version 2.0 of djgpp has two bugs that affect Emacs. We've included
612affect Emacs. We've included corrected versions of two files from 612corrected versions of two files from djgpp in the msdos subdirectory:
613djgpp in the msdos subdirectory: is_exec.c and sigaction.c. To work 613is_exec.c and sigaction.c. To work around the bugs, compile these
614around the bugs, compile these files and link them into temacs. The 614files and link them into temacs. Djgpp version 2.01 have these bugs
615next version of djgpp should have these bugs fixed. 615fixed, so upgrade if you can before building Emacs.