home *** CD-ROM | disk | FTP | other *** search
- To compile emacs, you will need SAS C 5.10b. If you try to make it work
- with Aztec C, you might run into difficulties with the dumping code:
- - The "small" data model (A4-relative) is used, to get all the variables
- in one hunk.
- - Some variables are declared with the "far" attribute to get them out
- of this hunk (and the dumping code depends on this).
-
- To compile:
-
- a) Install as usual (see INSTALLATION).
-
- b) Compile the C preprocessor (SAS's one has problems ...):
-
- cd gnuemacs:cpp
- lmk
-
- c) Compile & dump emacs
-
- stack 20000
- cd gnuemacs:src
- lmk
- copy temacs /
-
- (This takes around 20 minutes from scratch on an A2500/30).
-
- If all goes well, you should have a new version of emacs ...
-
- [Note: The DOC strings are not remade systematically. To change this,
- edit ymakefile and remove the comment from the rule for xemacs]
-