[PyQt] PyQT Universal Binary - MAC Intel & PPC
Anita Diliberto
ADiliberto at evertz.com
Wed Jun 13 18:09:30 BST 2007
I'm actually using sip-4.6 which has an option for universal binary ( -n ),
so I'll try that one out.
-----Original Message-----
From: Adam Tenderholt [mailto:atenderholt at gmail.com]
Sent: Wednesday, June 13, 2007 1:07 PM
To: Anita Diliberto
Subject: Re: [PyQt] PyQT Universal Binary - MAC Intel & PPC
The flags to compile Qt are configure script options. Specifically,
it's -universal, which is not enabled by default. sip-4.5 doesn't have
a configure script option for universal binaries, but I think it pulls
LFLAGS from the Qt installation, so it should get compiled using both
Intel and PPC once you get Qt compiled as a universal binary. If not,
you can manually edit the Makefiles to include -arch ppc wherever you
see an -arch i386.
Adam
More information about the PyQt
mailing list