1 Oct 2008 01:47
Re: libcurl.framework.make Question
Wei Weng <wweng <at> acedsl.com>
2008-09-30 23:47:10 GMT
2008-09-30 23:47:10 GMT
AG wrote: > I need to create a universal static library or a universal framework > on 10.5.4. > > I downloaded curl-7.19.0 and ran configure. When I try to run > make build -e -f libcurl.framework.make > I get a bunch of undefined symbols including: _ldap_memfree, > _ldap_free_urldesc, _ldap_simple_bind_s, _ldap_get_dn, etc. > > My questions are: does anyone know what steps are necessary for > successful compile of the framework or alternatively, does anyone have > an XCode project for compiling this as a static library? > > TIA, > > AG > Looks like your system needs ldap-devl libraries. You can disable the ldap support by running configure with "--disable-ldap" option. Thanks Wei
RSS Feed