Mercurial > emacs
comparison INSTALL @ 16861:310fd977a344
Update info about DJGPP.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 13 Jan 1997 02:41:58 +0000 |
parents | fea88c3fb20c |
children | 63c862461563 |
comparison
equal
deleted
inserted
replaced
16860:247f0b107588 | 16861:310fd977a344 |
---|---|
606 | 606 |
607 MSDOG is a not a multitasking operating system, so Emacs features such | 607 MSDOG is a not a multitasking operating system, so Emacs features such |
608 as asynchronous subprocesses that depend on multitasking will not | 608 as asynchronous subprocesses that depend on multitasking will not |
609 work. Synchronous subprocesses do work. | 609 work. Synchronous subprocesses do work. |
610 | 610 |
611 The current version of djgpp 2.0 (as of August 1996) has two bugs that | 611 Version 2.0 of djgpp has two bugs that affect Emacs. We've included |
612 affect Emacs. We've included corrected versions of two files from | 612 corrected versions of two files from djgpp in the msdos subdirectory: |
613 djgpp in the msdos subdirectory: is_exec.c and sigaction.c. To work | 613 is_exec.c and sigaction.c. To work around the bugs, compile these |
614 around the bugs, compile these files and link them into temacs. The | 614 files and link them into temacs. Djgpp version 2.01 have these bugs |
615 next version of djgpp should have these bugs fixed. | 615 fixed, so upgrade if you can before building Emacs. |