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: Glen Simmons <email@hidden>
- Date: Tue, 4 Jan 2005 16:21:04 -0600
On 4 Jan, 2005, at 3:44 PM, Finlay Dobbie wrote:
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).
Would I put that in Other Linker Flags? Tried that and got
g++-3.3: unrecognized option `-search_paths_first'
Thanks,
Glen
_______________________________________________
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