Re: Linking to libcrypto for 10.2 & 10.3
Re: Linking to libcrypto for 10.2 & 10.3
- Subject: Re: Linking to libcrypto for 10.2 & 10.3
- From: Finlay Dobbie <email@hidden>
- Date: Tue, 4 Jan 2005 21:44:59 +0000
On Tue, 4 Jan 2005 15:31:18 -0600, Glen Simmons
<email@hidden> wrote:
> To try to work around this, I downloaded the OpenSSL source and
> compiled libcrypto.a. I added this to my project and removed
> libcrypto.dylib. But, otool -L shows that my built application still
> tries to use libcrypto.0.9.7.dylib, so it still won't launch on 10.2.
> Why is it trying to link to the dylib when I don't have it included in
> my project???
Because the linker is weird and Xcode doesn't know how to work around
it properly. File the relevant bugs.
It might work if you use the -search_paths_first linker flag (see the
ld(1) manual page for more details).
-- Finla
_______________________________________________
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