carrying dynamic library in app?
carrying dynamic library in app?
- Subject: carrying dynamic library in app?
- From: Todd Heberlein <email@hidden>
- Date: Fri, 04 Dec 2009 13:31:32 -0800
I have the Graphviz libraries installed in /usr/local/lib, which seems to only include dynamic versions of the library, for example:
libgvc.5.dylib
libgvc.dylib -> libgvc.5.dylib
libgvc.la
I was hoping libgvc.la was a static version, but it seems too small and doesn't seem to work at compile time. If I build an application using these dynamic libraries, my application isn't portable because the users probably don't have the graphviz libraries installed.
Is there a way to embed a dynamic library into my application so I can use it even if the user doesn't have it on their system?
Thanks,
Todd
_______________________________________________
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