Re: Adding external library in cocoa app
Re: Adding external library in cocoa app
- Subject: Re: Adding external library in cocoa app
- From: Nick Zitzmann <email@hidden>
- Date: Thu, 25 Sep 2008 16:51:29 -0600
On Sep 25, 2008, at 4:19 PM, Sherm Pendley wrote:
Or, if it's a project that uses autoconf, just './configure
--disable-dynamic' - why waste time building dynamic libraries if
you're
just going to delete them?
Because some autoconf projects (such as liboil) depend on getting a
list of symbols from a dynamic library in order to work, and thus
break the moment you turn off shared libraries.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden