next up previous contents index
Next: 4 Extension Reference Up: 3.2 Building a Dynamically Previous: 3.2.2 SGI IRIX 4

3.2.3 GNU Dynamic Loading

Just copy `spammodule.o' into a directory along the Python module search path.

If your extension modules uses additional system libraries, you must create a file `spammodule.libs' in the same directory as the `spammodule.o'. This file should contain one or more lines with whitespace-separated absolute pathnames of libraries (`.a' files). No `-l' options can be used.



guido@cnri.reston.va.us