Re: FoundationKit md5/checksum
Re: FoundationKit md5/checksum
- Subject: Re: FoundationKit md5/checksum
- From: email@hidden (Peter Robinson)
- Date: Sun, 27 Jul 2003 22:06:11 +0100
Chris Ridd <email@hidden> wrote:
>
It uses the OpenSSL /usr/lib/libcrypto.dylib, so you'll need to link
>
against that.
When I link against libcrypto, I get the following warnings:
/usr/bin/ld: warning suggest use of -bind_at_load, as lazy binding may
result in errors or different symbols being used
symbol _crypt used from dynamic library
/usr/lib/libSystem.dylib(crypt.o) not from earlier dynamic library
/usr/lib/libcrypto.0.9.dylib(fcrypt.o)
/usr/bin/ld: warning unused multiple definitions of symbol _crypt
/usr/lib/libSystem.dylib(crypt.o) definition of _crypt
/usr/lib/libcrypto.dylib(fcrypt.o) unused definition of _crypt
Is this a problem? If not, how do I make the warnings go away? I
assume that using -bind_at_load as suggested would make my program
launch more slowly.
>
The OpenSSL headers are not installed on 10.1, IIRC,
>
though the library itself is.
Right.
Peter
_______________________________________________
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.