From: Guido van Rossum Date: Sat, 19 Jul 1997 20:44:33 +0000 (+0000) Subject: Added note about libpython1.5.a. X-Git-Tag: v1.5a3~204 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ecd3b153d5c90d12e2ea8baf9cedfc82c556a9e0;p=python Added note about libpython1.5.a. --- diff --git a/Misc/HPUX-NOTES b/Misc/HPUX-NOTES index 33ce4d49a1..6f9c67f9a7 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: