Re: Linking to libcrypto
Re: Linking to libcrypto
- Subject: Re: Linking to libcrypto
- From: Kyle Moffett <email@hidden>
- Date: Sun, 2 Nov 2003 23:57:24 -0500
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Nov 02, 2003, at 21:42, Aaron Tuller wrote:
That's weird, I just add this:
-lcrypto -lssl
to my linker flags, and it works on Jaguar and Panther just fine. I'm
building on Jaguar though in PB. when I otool -L my binary I show:
/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)
I haven't had a chance to build yet on Panther, but I would hope that
building on Panther wouldn't ruin this for me.
Panther includes both the 0.9.6 and 0.9.7 shared libraries, so older
apps continue to run, but only the 0.9.7 headers, so you cannot compile
for OpenSSL 0.9.6 on Panther. Unfortunately, this means that apps
built with libcrypto on Panther won't work on Jaguar, even though it
works the other way around.
Cheers,
Kyle Moffett
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (Darwin)
iD8DBQE/peA0ag7LSGnFq10RAsobAKDQoiHGrm/SEn4U8WxWseSjEsAQ1ACfVI4m
YIx/oouxqFX011cKTUOid9A=
=IyQH
-----END PGP SIGNATURE-----
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.