Dynamic Library being not very dynamic?
Dynamic Library being not very dynamic?
- Subject: Dynamic Library being not very dynamic?
- From: stephane sudre <email@hidden>
- Date: Mon, 13 Dec 2004 11:47:03 +0100
I'm using libcrypto in a project.
To use it, I added -lcrypto. The project is built on Mac OS X 10.3.
The issue I'm seeing is that it looks like the dynamic behavior is lost.
When I run the project on 10.3, no problem. When it's run on Mac OS X
10.2.8, it crashes because it's trying to load against libcrypto.0.9.7
which is not available on Mac OS X 10.2.8.
What's the appropriate way to link against a dynamic library so that it
stays dynamic?
_______________________________________________
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