Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 132cd06 commit ecd3b15Copy full SHA for ecd3b15
1 file changed
Misc/HPUX-NOTES
@@ -13,6 +13,9 @@ this:
13
14
cc config.o -Wl,-E libModules.a ../Python/libPython.a ../Objects/libObjects.a ../Parser/libParser.a -lm -ldld -o python
15
16
+[Guido's note: as of Python 1.5, replace the four libraries with
17
+../libpython$(VERSION).a]
18
+
19
Second, the dynamic module must be compiled with the +z option to make
20
it position independent and then linked into a shared library:
21
0 commit comments