Re: Linking to libcrypto
Re: Linking to libcrypto
- Subject: Re: Linking to libcrypto
- From: Jean-Francois Roy <email@hidden>
- Date: Mon, 03 Nov 2003 00:31:23 -0500
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
If you need to build a program that will both run in Jaguar and Panther
using Xcode Panther, make sure to install the 10.2 SDK when installing
the dev tools. Then, select your project in the files and group list,
Command-I (Get Info), and select 10.2.x (x should be 6 or 7) as the SDK
to use. Then, all you have to do is add -lcrypto to your linker flag
and Xcode will happily use 0.9.6 headers and libraries.
As was mentioned, both 0.9.6 and 0.9.7 are included in Panther, so your
app will still run in Panther.
On Nov 3, 2003, at 00:16, Ben Kennedy wrote:
On 02 11 2003 at 11:57 pm -0500, Kyle Moffett wrote:
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.
Not true; Panther seems to supply libcrypto.0.9.dylib which is in fact
version 0.9.6.
Why it is mis-named like that remains a mystery.
Linking to it produces an app which runs on both Panther and Jaguar.
-ben
--
Ben Kennedy, chief magician
zygoat creative technical services
613-228-3392 | 1-866-466-4628
http://www.zygoat.ca
_______________________________________________
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.
Jeff Roy
- --
Co-Founder of MacStorm
Programmer at MacStorm
http://www.macstorm.org
http://www.theworldcrafters.com
email@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (Darwin)
iD8DBQE/pegr9TJCJTtnjCQRArdWAJ4gZI1ALdTuH0Y9x7vzN9XliQwayACfVzQA
UUzNMYVXmxIyKsR0teoVNk8=
=UIgj
-----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.