• 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
Re: Linking against libcrypto.dylib fails at strip
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Linking against libcrypto.dylib fails at strip


  • Subject: Re: Linking against libcrypto.dylib fails at strip
  • From: Nick Zitzmann <email@hidden>
  • Date: Sat, 10 Feb 2007 15:55:19 -0700


On Feb 10, 2007, at 3:14 PM, Steve Weller wrote:

I thought I knew how to link against a dynamic library: drag it into the Linked Frameworks folder in XCode and check Copy so that it is added to the bundle and is available when deployed. However strip is failing with "dynamic stub library can't be changed once created".

I am compiling on an Intel machine for Intel. The dynamic library is coming from Developer/SDK/MacOSX10.4u.sdk /usr/lib and is Universal. Is this an architecture problem, a library problem, or what?

You're trying to copy a stub library instead of a dynamic library. The libraries found inside an SDK are stubs, not the real libraries.


But you should never have to copy libcrypto into a bundle because libcrypto version 0.9.7 has come with every version of Mac OS X since 10.3.0.

Nick Zitzmann
<http://www.chronosnet.com/>




_______________________________________________

Cocoa-dev mailing list (email@hidden)

Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Linking against libcrypto.dylib fails at strip
      • From: Steve Weller <email@hidden>
References: 
 >Linking against libcrypto.dylib fails at strip (From: Steve Weller <email@hidden>)

  • Prev by Date: Converting between time zones using setTimeZone
  • Next by Date: Re: Enabled Binding on Controls
  • Previous by thread: Linking against libcrypto.dylib fails at strip
  • Next by thread: Re: Linking against libcrypto.dylib fails at strip
  • Index(es):
    • Date
    • Thread