Re: Re: 10.2.8 SDK Cross-development
Re: Re: 10.2.8 SDK Cross-development
- Subject: Re: Re: 10.2.8 SDK Cross-development
- From: "Matthew DeFoor" <email@hidden>
- Date: Tue, 21 Jun 2005 15:25:27 -0400
j o a r wrote:
>
> On 21 jun 2005, at 19.07, Matt DeFoor wrote:
>
>> I've added /Developer/SDKs/MacOSX10.2.8.sdk/usr/lib to the library
>> search paths. I've also added
>> /Developer/SDKs/MacOSX10.2.8.sdk/System/Library/Frameworks to the
>> frameworks search paths. Is this even necesarry?
>
>
> Not as far as I know.
>
The reason I think this step is important is because without it, I get undefined symbol errors when the linker links against libcrypto and libssl. However, when including the SDKs' /usr/lib directory in the library search path, the symbols are resolved and I get a build that is linked properly (for the most part):
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 299.35.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 71.1.3)
/System/Library/Frameworks/Security.framework/Versions/A/Security (compatibility version 1.0.0, current version 177.0.0)
/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration (compatibility version 1.0.0, current version 84.6.0)
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 128.0.0)
/usr/lib/libcrypto.0.9.dylib (compatibility version 0.9.0, current version 0.9.6)
/usr/lib/libssl.0.9.dylib (compatibility version 0.9.0, current version 0.9.6)
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit (compatibility version 1.0.0, current version 184.0.0)
Notice in the above otool -L output that libcrypto and libssl are pointing to the versions in the 10.2.8 SDK.
However, look at the other Framework versions that are linked against. The versions are listed as those in the 10.3.9 SDK. Is this a problem? It certainly seems like it would be.
Cheers,
mattd
_______________________________________________
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