diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-06-21 18:57:25 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-06-21 18:57:25 +0000 |
commit | cbfc04e02ca6961cb4e730971fae67cb64e20767 (patch) | |
tree | 9224f7f81221744fc59aa1806467fd03c63dd621 /INSTALL | |
parent | 9cb61f8dfd4a786e0ed22903c91a489a9198bbac (diff) | |
download | emacs-cbfc04e02ca6961cb4e730971fae67cb64e20767.tar.gz |
Talk about MSDOS type conflict workaround.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -522,6 +522,12 @@ To build and install Emacs, type these commands: config msdos make install +You may need to work around a type conflict between gmalloc.c and the +header file djgppstd.h regarding declarations of memalign and valloc. +Temporarily deleting those declarations from djgppstd.h while compiling +Emacs or while compiling gmalloc.c should do it. We found out about this +problem too late to include a more convenient fix--sorry. + To save disk space, Emacs is built with the idea that you will execute it from the same place in the file system where you built it. As the /usr/local/ subtree does not exist on most MSDOG systems, the |