diff options
author | Guido van Rossum <guido@python.org> | 1997-07-19 20:44:33 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-07-19 20:44:33 (GMT) |
commit | ecd3b153d5c90d12e2ea8baf9cedfc82c556a9e0 (patch) | |
tree | 3105d00e7e240c99608711d513fdeb87b543e01d /Misc/HPUX-NOTES | |
parent | 132cd063f5b07b26874ba7128b35b499cf193c1e (diff) | |
download | cpython-ecd3b153d5c90d12e2ea8baf9cedfc82c556a9e0.zip cpython-ecd3b153d5c90d12e2ea8baf9cedfc82c556a9e0.tar.gz cpython-ecd3b153d5c90d12e2ea8baf9cedfc82c556a9e0.tar.bz2 |
Added note about libpython1.5.a.
Diffstat (limited to 'Misc/HPUX-NOTES')
-rw-r--r-- | Misc/HPUX-NOTES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/HPUX-NOTES b/Misc/HPUX-NOTES index 33ce4d4..6f9c67f 100644 --- a/Misc/HPUX-NOTES +++ b/Misc/HPUX-NOTES @@ -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: |