[PyQt] PyQT Universal Binary - MAC Intel & PPC

Anita Diliberto ADiliberto at evertz.com
Wed Jun 13 18:00:02 BST 2007


The flags to compile universal versions, are they configure script options?

-----Original Message-----
From: Adam Tenderholt [mailto:atenderholt at gmail.com]
Sent: Wednesday, June 13, 2007 12:53 PM
To: Kovid Goyal
Cc: pyqt at riverbankcomputing.com
Subject: Re: [PyQt] PyQT Universal Binary - MAC Intel & PPC


You can check which libraries are compiled as universal binaries by
using the 'file' command. My guess is that python is compiled as a
universal binary if you grabbed the 2.4.3 binary available online, but
try using: file `which python2.4`. If you compiled Qt4 using flags to
make universal binaries, I believe your sip and PyQt libraries should
also be universal. But you should probably check yourself.

Adam
_______________________________________________
PyQt mailing list    PyQt at riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


More information about the PyQt mailing list