Building against MY openSSL (libcrypto) static library ?
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.