]> granicus.if.org Git - python/commit
Patch by Brian Gallew for DG/UX. I'm not quite sure what it does but
authorGuido van Rossum <guido@python.org>
Thu, 18 Dec 1997 23:55:32 +0000 (23:55 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 18 Dec 1997 23:55:32 +0000 (23:55 +0000)
commit3c4bb802d08cbce3edd7ede3746debeb6b2418ca
tree1b8b92ed2328175ae92bbda2fba573941105fb77
parent8f4ceb168c34cc3a23d90f97b328697251c45585
Patch by Brian Gallew for DG/UX.  I'm not quite sure what it does but
it seems harmless for other platforms.  It plays tricks with the name
of the library used to link with.  Apparently DG/UX really wants a
shared library to link with if it wants shared modules to use symbols
from the library.  I'm not sure why this wasn't an issue with 1.4;
DG/UX seems to be the only platform where moving to a single library
made things harder!

BTW This adds a target to create libpython$(VERSION).so; however this
target is *only* for DG/UX.
Makefile.in
Modules/Makefile.pre.in
configure
configure.in