• 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
Building against MY openSSL (libcrypto) static library ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Building against MY openSSL (libcrypto) static library ?


  • Subject: Building against MY openSSL (libcrypto) static library ?
  • From: AurĂ©lien HugelĂ© <email@hidden>
  • Date: Tue, 18 May 2004 20:36:55 +0200

hi !

my software heavily uses openSSL library (libcrypto.0.9.7). It works perfectly under 10.3 since libcrypto.0.9.7.dylib is included in panther.
But my software does not work in jaguar because jaguar only offers libcrypto.0.9.6...


almost every forums advice to simply build my own libcrypto0.9.7 for jaguar.
I succeed to build it statically using fink, thanks to them ! and tried to embed the library.


but now when i link my project to this new static library, the products is still linked to the panther library !
(otool -L give me /usr/lib/libcrypto.0.9.7) so it is still linked to a dynamic library !!


i RTFM i put my static library at the bottom (last index) of all the frameworks and libraries...

can anybody help me to link against MY static library, and the to embed it... ?

thanks
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.


  • Follow-Ups:
    • Re: Building against MY openSSL (libcrypto) static library ?
      • From: Heath Raftery <email@hidden>
  • Prev by Date: Re: How to debug a bundle?
  • Next by Date: Weird XCode-only debug problem
  • Previous by thread: Re: How to debug a bundle?
  • Next by thread: Re: Building against MY openSSL (libcrypto) static library ?
  • Index(es):
    • Date
    • Thread