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

Brett Cannon report at bugs.python.org
Wed Jun 3 03:21:10 CEST 2009


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

I meant locale_fix2.patch causes the infinite output.

Regardless, I now have my own patch that solves the problem. I simply
make sure that if the check for intl passes it also added "-lintl" to
$LIBS. You will need to run autoconf/autoheader yourself as when I ran
it svn diff complained about different line endings on configure.

----------
Added file: http://bugs.python.org/file14162/add_lintl.patch

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


More information about the Python-bugs-list mailing list