1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

Talk about MSDOS type conflict workaround.

This commit is contained in:
Richard M. Stallman 1995-06-21 18:57:25 +00:00
parent 9cb61f8dfd
commit cbfc04e02c

View File

@ -522,6 +522,12 @@ To build and install Emacs, type these commands:
config msdos config msdos
make install 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 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 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 /usr/local/ subtree does not exist on most MSDOG systems, the