build.env-append working with merger in muniversal?

Joshua Root jmr at macports.org
Tue Sep 14 19:04:56 PDT 2010


On 2010-9-15 11:58 , Rainer Müller wrote:
> On 2010-09-14 19:57 , Michael Dickens wrote:
>> That said, I haven't figured out how to execute Python as 32-bit to
>> test whether or not that variety works [...]
> 
> Try to execute the 32-bit code in the universal binary with the Apple
> provided /usr/bin/arch:
> 
> arch -i386 /opt/local/bin/python2.6

That doesn't work for the reasons Ned explained; you have to run:

arch -i386
/opt/local/Library/Frameworks/Python.framework/Versions/2.6/Resources/Python.app/Contents/MacOS/Python

- Josh


More information about the macports-dev mailing list