Re: Xcode 8 : linker command failed with exit code 1
Re: Xcode 8 : linker command failed with exit code 1
- Subject: Re: Xcode 8 : linker command failed with exit code 1
- From: Jens Alfke <email@hidden>
- Date: Wed, 12 Oct 2016 21:02:56 -0700
On Oct 12, 2016, at 3:14 PM, Bernard Bernu < email@hidden> wrote:
This is a program that should run on various platform, specially on large scale parallel computers. So my concern is to rely on library available on other linux machine.
Using commonCrypto might be the best approach, then. But you should use your own copy of it, and include it in your app (either as a dynamic library or statically linked), instead of linking with the copy in the OS. That way you can ensure you’re using a consistent version.
—Jens |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden