diff options
| -rw-r--r-- | INSTALL | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -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 | ||
| 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 |