On Wed, 7 Dec 2011, Bill Janssen wrote:

By the way, here's the Makefile section I'm using for 3.5:

# Mac OS X 10.5 (32-bit Python 2.5, Java 1.5)
PREFIX_PYTHON=/usr
ANT=JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home 
ant
PYTHON=$(PREFIX_PYTHON)/bin/python
JCC=$(PYTHON) -m jcc.__main__ --shared --arch x86_64 --arch i386
NUM_FILES=4

If this is Python 2.5 32-bit, why have --arch x86_64 ?

Andi..

Reply via email to