mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Added note about libpython1.5.a.
This commit is contained in:
parent
132cd063f5
commit
ecd3b153d5
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ this:
|
|||
|
||||
cc config.o -Wl,-E libModules.a ../Python/libPython.a ../Objects/libObjects.a ../Parser/libParser.a -lm -ldld -o python
|
||||
|
||||
[Guido's note: as of Python 1.5, replace the four libraries with
|
||||
../libpython$(VERSION).a]
|
||||
|
||||
Second, the dynamic module must be compiled with the +z option to make
|
||||
it position independent and then linked into a shared library:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue