forcing a certain framework version
forcing a certain framework version
- Subject: forcing a certain framework version
- From: Stefan Werner <email@hidden>
- Date: Wed, 27 Sep 2006 15:50:31 -0700
Hi,
I'm having a case where my universal build is linking the PPC side
against a different framework version as the i386 version. In detail,
I have Python 2.4.3 installed in /Library/Frameworks/Python.framework
and want both the PPC and i386 parts to use it. However, Xcode passes
only "-framework Python" to gcc/ld, and it seems that the PPC half of
the build doesn't see the same as the i386 half - probably due to the
fact that PPC sees a different SDKROOT in order to be compatible with
10.3.9. The effect is that the PPC part of the UB links against
Python 2.3.5 in /System/Library/Frameworks (the Python distribution
that Apple ships with OS X) and and the i386 part links against
Python 2.4.3 in /Library/Frameworks.
How can I force Xcode to use a specific version of a framework,
namely the version I have in /Library/Frameworks?
Thanks,
Stefan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden