[issue6154] Python 3.1 rc1 will not build on OS X 10.5.7

Brett Cannon report at bugs.python.org
Thu Jun 4 00:10:05 CEST 2009


Brett Cannon <brett at python.org> added the comment:

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.

----------
Added file: http://bugs.python.org/file14176/lintl_for_frameworks.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6154>
_______________________________________


More information about the Python-bugs-list mailing list