Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ecd3b15

Browse files
committed
Added note about libpython1.5.a.
1 parent 132cd06 commit ecd3b15

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Misc/HPUX-NOTES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ this:
1313

1414
cc config.o -Wl,-E libModules.a ../Python/libPython.a ../Objects/libObjects.a ../Parser/libParser.a -lm -ldld -o python
1515

16+
[Guido's note: as of Python 1.5, replace the four libraries with
17+
../libpython$(VERSION).a]
18+
1619
Second, the dynamic module must be compiled with the +z option to make
1720
it position independent and then linked into a shared library:
1821

0 commit comments

Comments
 (0)