On 4 Mar, 2010, at 18:23, Tom Loredo wrote:

> 
> Ned wrote:
> 
>> The easy way to avoid nearly all the hassle, at the moment, is to stick 
>> with 32-bit and build Python on 10.5 - not a good long term solution.
> 
> I hesitate to bring this up for 2.6.5 because I know you guys are
> swamped, but...  Can you clarify how those of us on Snow Leopard 
> can build a 32-bit 2.6.4 or 2.6.5?  If we *deploy* for 10.4 or 10.5
> while building on Snow Leopard, can we get a 32-bit intel executable
> via a universal ppc/i386 build?

configure --enable-framework --enable-universalsdk
make
make install

This builds a framework install that contains ppc and i386 code. 

Ronald

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
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