[Pythonmac-SIG] wide python config

Ned Deily nad at acm.org
Mon May 23 06:22:09 CEST 2011


In article <BANLkTi=w-V==nmNiTWdpP9AtV=5wC8HWWQ at mail.gmail.com>,
 Jeffrey Denison <jeffrey.denison at gmail.com> wrote:
> I need assistance for a "wide"  install of Python 2.7 on a G5 running
> Leopard 10.5.8. Trying to get the config files options set correctly.
> I'm not using fink.

Note, it's usually recommended to not use a wide build on OS X:

http://article.gmane.org/gmane.comp.python.devel/116519

But, if you must, for 2.7, the relevant ./configure option should be 
--enable-unicode=ucs4.  So, for a G5 if you want to try to include 
64-bit support, try something like (untested!):

  ./configure --with-universal-archs=all --enable-unicode=ucs4

BTW, MacPorts appears to support +ucs4 as a variant for python27 builds.

-- 
 Ned Deily,
 nad at acm.org



More information about the Pythonmac-SIG mailing list