aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-06-21 18:57:25 +0000
committerRichard M. Stallman1995-06-21 18:57:25 +0000
commitcbfc04e02ca6961cb4e730971fae67cb64e20767 (patch)
tree9224f7f81221744fc59aa1806467fd03c63dd621
parent9cb61f8dfd4a786e0ed22903c91a489a9198bbac (diff)
downloademacs-cbfc04e02ca6961cb4e730971fae67cb64e20767.tar.gz
emacs-cbfc04e02ca6961cb4e730971fae67cb64e20767.zip
Talk about MSDOS type conflict workaround.
-rw-r--r--INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index a2251bfbaf3..2ca02b89ad9 100644
--- a/INSTALL
+++ b/INSTALL
@@ -522,6 +522,12 @@ To build and install Emacs, type these commands:
522 config msdos 522 config msdos
523 make install 523 make install
524 524
525You may need to work around a type conflict between gmalloc.c and the
526header file djgppstd.h regarding declarations of memalign and valloc.
527Temporarily deleting those declarations from djgppstd.h while compiling
528Emacs or while compiling gmalloc.c should do it. We found out about this
529problem too late to include a more convenient fix--sorry.
530
525To save disk space, Emacs is built with the idea that you will execute 531To save disk space, Emacs is built with the idea that you will execute
526it from the same place in the file system where you built it. As the 532it from the same place in the file system where you built it. As the
527/usr/local/ subtree does not exist on most MSDOG systems, the 533/usr/local/ subtree does not exist on most MSDOG systems, the