This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rpetrov
Recipients akitada, ronaldoussoren, rpetrov, skip.montanaro
Date 2009-01-01.22:36:16
SpamBayes Score 7.305424e-06
Marked as misclassified No
Message-id <1230849378.3.0.702418740402.issue4472@psf.upfronthosting.co.za>
In-reply-to
Content
I just finish test for altbininstall make target on linux and cygwin.

Ronald,
About the SO issue - in makefile we may use $(LDLIBRARY) instead of
libpython$(VERSION)$(SO) (see py-issue-4472-makefile.patch).
For cygwin libpython$(VERSION)$(SO) is equal to $(DLLLIBRARY) and
DLLLIBRARY is set only on cygwin.
History
Date User Action Args
2009-01-01 22:36:18rpetrovsetrecipients: + rpetrov, skip.montanaro, ronaldoussoren, akitada
2009-01-01 22:36:18rpetrovsetmessageid: <1230849378.3.0.702418740402.issue4472@psf.upfronthosting.co.za>
2009-01-01 22:36:17rpetrovlinkissue4472 messages
2009-01-01 22:36:17rpetrovcreate