I'm working with http://svn.python.org/projects/python/trunk on Mac OS
X 10.6.1
using Apples xcode gcc 4.2.1.
When I run the following commands:
./configure --enable-framework --with-universal-archs=32-bit | tee
build.config.log
make clean all | tee build.make.log
I end up with a x86_64 Python image.
No matter what I use for archs its always the same.
I would expect to see -arch arg to GCC but it is not there.
export CFLAG="-arch i386"
did not work either.
Am I doing something wrong or is this broken on trunk?
Barry
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com