• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
[SOLVED] Re: 10.2.8 SDK Cross-development
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SOLVED] Re: 10.2.8 SDK Cross-development


  • Subject: [SOLVED] Re: 10.2.8 SDK Cross-development
  • From: Matt DeFoor <email@hidden>
  • Date: Fri, 24 Jun 2005 16:41:57 -0400

Matthew DeFoor wrote:
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


I've switched to Tiger and XCode 2.1 and I able to successfully compile and run my app on 10.2.8.


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


References: 
 >Re: Re: 10.2.8 SDK Cross-development (From: "Matthew DeFoor" <email@hidden>)

  • Prev by Date: Re: problems/bugs in xCode
  • Next by Date: Static lib dependent project
  • Previous by thread: Re: Re: 10.2.8 SDK Cross-development
  • Next by thread: Inline assember interferes with #pragma options align
  • Index(es):
    • Date
    • Thread