diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-01-13 02:41:58 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-01-13 02:41:58 +0000 |
commit | 43401674f97d71968e355e1a5bfea6ea9ba244ee (patch) | |
tree | 83720074819a056b46a74cfdaba100ff579c4e9f /INSTALL | |
parent | 829d1bed555ef11d3336bfdd8b215a47bc7b755c (diff) | |
download | emacs-43401674f97d71968e355e1a5bfea6ea9ba244ee.tar.gz |
Update info about DJGPP.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -608,8 +608,8 @@ 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. +Version 2.0 of djgpp 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. Djgpp version 2.01 have these bugs +fixed, so upgrade if you can before building Emacs. |