You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JaredCrawford edited this page Sep 13, 2010
·
1 revision
Many static libraries, including Three20, require you to use the Linker Flags “-all_load” and “-ObjC” when importing their libraries.
These flags create compile time linker errors when used with RHLDAPSearch. It has been determined that adding “-lresolv” to this list eliminates the problem and allows both RHLDAPSearch and the external library to compile and run without errors.