In article <BANLkTi=w-V==nmNiTWdpP9AtV=5wc8h...@mail.gmail.com>,
 Jeffrey Denison <jeffrey.deni...@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,
 n...@acm.org

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to