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 zvezdan
Recipients barry, brett.cannon, fdrake, mark.dickinson, ronaldoussoren, srid, zvezdan
Date 2010-02-05.21:01:54
SpamBayes Score 0.0003990635
Marked as misclassified No
Message-id <1265403716.19.0.471323796253.issue6877@psf.upfronthosting.co.za>
In-reply-to
Content
This is a configuration bug:

/Users/barry/projects/python/python26/Modules/readline.c -o build/temp.macosx-10.3-ppc-2.6 ...

Why is it trying to build using macosx-10.3 target?
I bet if you specify MACOSX_DEPLOYMENT_TARGET=10.5 on the ./configure line it will work fine.  It worked for me when I used Leopard (until September 2009).

This is a bug in configure.in
History
Date User Action Args
2010-02-05 21:01:56zvezdansetrecipients: + zvezdan, fdrake, barry, brett.cannon, ronaldoussoren, mark.dickinson, srid
2010-02-05 21:01:56zvezdansetmessageid: <1265403716.19.0.471323796253.issue6877@psf.upfronthosting.co.za>
2010-02-05 21:01:54zvezdanlinkissue6877 messages
2010-02-05 21:01:54zvezdancreate