summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2000-11-23 15:39:27 +0000
committerEli Zaretskii <eliz@gnu.org>2000-11-23 15:39:27 +0000
commit84391f6966c4e7405ada06f507b392aadfe1ba1a (patch)
tree651163e1cda73705ad8c7e5cb35d34e03e058eaf /INSTALL
parent92a0f4b15de4b342e6e3cefcc0669fa8ea5f025b (diff)
downloademacs-84391f6966c4e7405ada06f507b392aadfe1ba1a.tar.gz
Describe a possible problem with djecho.exe in old
versions of DJGPP v2.x.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 10 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index e537a418dea..f8d71eafb9c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -681,6 +681,16 @@ Emacs, chdir to that directory and type these commands:
config msdos
make install
+Running "config msdos" checks for several programs that are required
+to configure and build Emacs; if one of those programs is not found,
+CONFIG.BAT stops and prints an error message. If you have DJGPP
+version 2.0 or 2.01, it will complain about a program called
+DJECHO.EXE. These old versions of DJGPP shipped that program under
+the name ECHO.EXE, so you can simply copy ECHO.EXE to DJECHO.EXE and
+rerun CONFIG.BAT. If you have neither ECHO.EXE nor DJECHO.EXE, you
+should be able to find them in your djdevNNN.zip archive (where NNN is
+the DJGPP version number).
+
To install the international fonts, chdir to the intlfonts-X.Y
directory created when you unpacked the intlfonts distribution (X.Y is
the version number of the fonts' distribution), and type the following