Fwd: Cross-development references to system dylibs
Fwd: Cross-development references to system dylibs
- Subject: Fwd: Cross-development references to system dylibs
- From: Shawn Erickson <email@hidden>
- Date: Tue, 15 Nov 2005 07:58:20 -0800
On 11/15/05, Jeffrey Johnson <email@hidden> wrote:
> I thought the concept of the cross-development SDK was to use its references instead of using ones tied to the OS version on the development box, and the "Cross Development Programming Guide" seems to confirm this, but these refs don't resolve at link time. (BTW, a shell script that I use to do some post-processing confirms that SDKROOT is set to /Developer/SDK/MacOSX10.4u.sdk .)
Yes that is the idea and what it does. However you really shouldn't
explicitly dive down into the SDKs yourself and use items. Xcode will
do that automatically for you (assuming cross-development is setup
correctly). You want to reference things as you would if just building
in absence of cross-development (in other words as they live on the
operating system).
At least that is what I believe it does... :)
(still trying to get it to work for a make based build system here...)
_______________________________________________
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