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 brett.cannon
Recipients benjamin.peterson, brett.cannon, brodie, ebehar, erickt, mark.dickinson, rpetrov, tarek
Date 2009-06-03.22:10:04
SpamBayes Score 1.8892936e-06
Marked as misclassified No
Message-id <1244067005.98.0.0512528243523.issue6154@psf.upfronthosting.co.za>
In-reply-to
Content
So Evan's patch didn't work for me. But I did take Evan's point that
LIBS was not being used in the framework build step and simply added
$(LIBS) to Makefile.pre.in where the linking for the Python executable
happens (attached a new patch with that in it). That got
``--with-pydebug --enable-framework`` working, but the build still fails
under ``--with-pydebug --enable-framework --enable-universalsdk``. Why
does it fail? Well because ``-lintl`` ends up not being set in $(LIBS),
that's why! =)

I have burned way too much time on this to finish debugging this
autoconf crap. This is getting hairy enough that either a) get more help
from python-dev, b) revert the static linking of _locale, c) get Ronald
involved.
History
Date User Action Args
2009-06-03 22:10:06brett.cannonsetrecipients: + brett.cannon, mark.dickinson, benjamin.peterson, erickt, tarek, brodie, rpetrov, ebehar
2009-06-03 22:10:05brett.cannonsetmessageid: <1244067005.98.0.0512528243523.issue6154@psf.upfronthosting.co.za>
2009-06-03 22:10:04brett.cannonlinkissue6154 messages
2009-06-03 22:10:04brett.cannoncreate