Whole document tree
    

Whole document tree

3.1 Building Custom Interpreters

 
3.1 Building Custom Interpreters

The make file built by Makefile.pre.in can be run with the "static" target to build an interpreter:

make static

Any modules defined in the Setup file before the "*shared*" line will be statically linked into the interpreter. Typically, a "*shared*" line is omitted from the Setup file when a custom interpreter is desired.

See About this document... for information on suggesting changes.