|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ext/building-on-unix.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ext/building-on-unix.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ext/module-defn-options.html| ]]
|
Extending and Embedding the Python Interpreter
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ext/contents.html| ]]
|
|
|
Previous: 2. Building C and Up: 2. Building C and Next: 2.2 Module Definition Options
2.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.
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ext/building-on-unix.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ext/building-on-unix.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ext/module-defn-options.html| ]]
|
Extending and Embedding the Python Interpreter
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ext/contents.html| ]]
|
|
|
Previous: 2. Building C and Up: 2. Building C and Next: 2.2 Module Definition Options
See About this document... for information on suggesting changes.