Mercurial > emacs
diff INSTALL @ 15825:615a180ced87
Describe djgpp library replacement files.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 05 Aug 1996 03:30:41 +0000 |
| parents | e3d77845180c |
| children | e08f1f9b87ef |
line wrap: on
line diff
--- a/INSTALL Mon Aug 05 01:15:49 1996 +0000 +++ b/INSTALL Mon Aug 05 03:30:41 1996 +0000 @@ -591,3 +591,9 @@ MSDOG is a not a multitasking operating system, so Emacs features such as asynchronous subprocesses that depend on multitasking will not work. Synchronous subprocesses do work. + +The current version of djgpp 2.0 (as of August 1996) has two bugs that +affect Emacs. We've included corrected versions of two files from +djgpp in the msdos subdirectory: is_exec.c and sigaction.c. To work +around the bugs, compile these files and link them into temacs. The +next version of djgpp should have these bugs fixed.
