]> granicus.if.org Git - python/commitdiff
Added note about libpython1.5.a.
authorGuido van Rossum <guido@python.org>
Sat, 19 Jul 1997 20:44:33 +0000 (20:44 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 19 Jul 1997 20:44:33 +0000 (20:44 +0000)
Misc/HPUX-NOTES

index 33ce4d49a14933b10f815b1808d3c599f3c96a8f..6f9c67f9a76ffb32777914895075976494f2e7fd 100644 (file)
@@ -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: