diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-08-05 03:30:41 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-08-05 03:30:41 +0000 |
commit | 3abf18720b16c70267877dea381878c902d2f47a (patch) | |
tree | 64741ba02a939b6b3e22657072e0725b25960886 /INSTALL | |
parent | 9b92249cd3e0eb9501bbfbb69543492192d07582 (diff) | |
download | emacs-3abf18720b16c70267877dea381878c902d2f47a.tar.gz |
Describe djgpp library replacement files.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -591,3 +591,9 @@ and info are accessed as subdirectories of the HOME directory. 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. |