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, skip.montanaro
Date 2008-12-30.14:47:12
SpamBayes Score 1.2862765e-06
Marked as misclassified No
Message-id <1230648435.21.0.206428079101.issue4472@psf.upfronthosting.co.za>
In-reply-to
Content
The issue is caused by lack of support for building .dylibs in 
configure.in and Makefile.pre.in. AFAIK this has never worked on OSX.

Fixing that is not entirely trivial (did I mention configure.in is rather 
crufty?).

The attached patch should fix that (the patch touched configure.in, you'll 
have to run autoconf after applying the patch).

Could you please test if the patch fixes the issue for you?
History
Date User Action Args
2008-12-30 14:47:15ronaldoussorensetrecipients: + ronaldoussoren, skip.montanaro, akitada
2008-12-30 14:47:15ronaldoussorensetmessageid: <1230648435.21.0.206428079101.issue4472@psf.upfronthosting.co.za>
2008-12-30 14:47:14ronaldoussorenlinkissue4472 messages
2008-12-30 14:47:13ronaldoussorencreate