Mercurial > emacs
comparison INSTALL @ 12349:f5ba89f88cfd
Talk about MSDOS type conflict workaround.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 21 Jun 1995 18:57:25 +0000 |
parents | 91d4c394cb61 |
children | dc2ce070185e |
comparison
equal
deleted
inserted
replaced
12348:7d39ee7e0ca3 | 12349:f5ba89f88cfd |
---|---|
520 To build and install Emacs, type these commands: | 520 To build and install Emacs, type these commands: |
521 | 521 |
522 config msdos | 522 config msdos |
523 make install | 523 make install |
524 | 524 |
525 You may need to work around a type conflict between gmalloc.c and the | |
526 header file djgppstd.h regarding declarations of memalign and valloc. | |
527 Temporarily deleting those declarations from djgppstd.h while compiling | |
528 Emacs or while compiling gmalloc.c should do it. We found out about this | |
529 problem too late to include a more convenient fix--sorry. | |
530 | |
525 To save disk space, Emacs is built with the idea that you will execute | 531 To save disk space, Emacs is built with the idea that you will execute |
526 it from the same place in the file system where you built it. As the | 532 it 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 |
528 executables are placed in /emacs/bin/. | 534 executables are placed in /emacs/bin/. |
529 | 535 |