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 ronaldoussoren
Recipients akitada, ronaldoussoren, rpetrov, skip.montanaro
Date 2008-12-30.18:29:36
SpamBayes Score 6.4215283e-06
Marked as misclassified No
Message-id <1230661779.64.0.863073288709.issue4472@psf.upfronthosting.co.za>
In-reply-to
Content
A --enable-framework and --enable-shared are mutable exclusive. You 
either have a regular unix build or a Python.framework.

As to the SO update: the only way to avoid my change is yet another 
variable in the makefile. The "altbininstall" target assumes that it 
will install a shared library named "libpython$(VERSION)$(SO)". I 
haven't looked for other uses of the SO variable in the Makefiles yet.

Is there any documentation on what the role of the "SO" variable means. 
If there isn't I propose to leave my patch as it is. The build 
infrastructure is complicated enough as it is.
History
Date User Action Args
2008-12-30 18:29:40ronaldoussorensetrecipients: + ronaldoussoren, skip.montanaro, rpetrov, akitada
2008-12-30 18:29:39ronaldoussorensetmessageid: <1230661779.64.0.863073288709.issue4472@psf.upfronthosting.co.za>
2008-12-30 18:29:38ronaldoussorenlinkissue4472 messages
2008-12-30 18:29:36ronaldoussorencreate