aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1996-04-13 19:14:07 +0000
committerRichard M. Stallman1996-04-13 19:14:07 +0000
commitfa78ef7af342ac681ce9e91e65171e6a6af1ab3f (patch)
tree0c424e56702f631b808b4e31b9e44796936472f0
parent77716805008791fd38436ae12ced91d2c8aa7652 (diff)
downloademacs-fa78ef7af342ac681ce9e91e65171e6a6af1ab3f.tar.gz
emacs-fa78ef7af342ac681ce9e91e65171e6a6af1ab3f.zip
Describe djtar.
-rw-r--r--INSTALL18
1 files changed, 15 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index a0943b6f3d0..de4042b1c6b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -514,11 +514,23 @@ To install on MSDOG, you need to have the GNU C compiler for MSDOG
514remarks in config.bat for more information about locations and 514remarks in config.bat for more information about locations and
515versions. 515versions.
516 516
517If you are compiling on an MSDOG-like system which has long file
518names, you may need to do `SET LFN=y' for some of the commands,
519especially the compilation commands. It might be more convenient to
520unpack the Emacs distribution with djtar, which comes with djgpp;
521djtar truncates file names to 8.3 naming as it extracts files, even if
522the system allows long file names, and this ensures that build
523procedures designed for 8.3 file names still work. Use as in `djtar x
524foo.tar' or `djtar x foo.tgz'.
525
517Some users report that running Emacs 19.29 requires dpmi memory 526Some users report that running Emacs 19.29 requires dpmi memory
518management. We do not know why this is so, since 19.28 did not need 527management. We do not know why this is so, since 19.28 did not need
519it. If we find out what change introduced this requirement, we will 528it. If we find out what change introduced this requirement, we may
520try to eliminate it. It is possible that this problem happens only 529try to eliminate it. ("May" because perhaps djgpp version 2's
521when there is not enough physical memory on the machine. 530improved dpmi handling means this is no longer a problem.)
531
532It is possible that this problem happens only when there is not enough
533physical memory on the machine.
522 534
523You can find out if you have a dpmi host by running go32 (part of 535You can find out if you have a dpmi host by running go32 (part of
524djgpp) without arguments; it will tell you if it uses dpmi memory. 536djgpp) without arguments; it will tell you if it uses dpmi memory.