Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
15824:11517dc55f5b | 15825:615a180ced87 |
---|---|
589 and info are accessed as subdirectories of the HOME directory. | 589 and info are accessed as subdirectories of the HOME directory. |
590 | 590 |
591 MSDOG is a not a multitasking operating system, so Emacs features such | 591 MSDOG is a not a multitasking operating system, so Emacs features such |
592 as asynchronous subprocesses that depend on multitasking will not | 592 as asynchronous subprocesses that depend on multitasking will not |
593 work. Synchronous subprocesses do work. | 593 work. Synchronous subprocesses do work. |
594 | |
595 The current version of djgpp 2.0 (as of August 1996) has two bugs that | |
596 affect Emacs. We've included corrected versions of two files from | |
597 djgpp in the msdos subdirectory: is_exec.c and sigaction.c. To work | |
598 around the bugs, compile these files and link them into temacs. The | |
599 next version of djgpp should have these bugs fixed. |