Re: Linking libxml and libxslt
Re: Linking libxml and libxslt
- Subject: Re: Linking libxml and libxslt
- From: Bob Ippolito <email@hidden>
- Date: Mon, 4 Jul 2005 08:58:15 -1000
On Jul 4, 2005, at 8:19 AM, Knud Möller wrote:
I'm trying to use libxml and libxslt in a project, but get errors
during linking.
ld: /Users/kmoeller/Projekte/semiBlogStuff/semiBlogPlugins/
SimpleFormatPublisher/build/SimpleFormatPublisher.build/
SimpleFormatPublisher.build/Objects-normal/ppc/
SBSimpleFormatPublisher.o illegal reference to symbol:
_xmlSubstituteEntitiesDefault defined in indirectly referenced
dynamic library /usr/lib/libxml2.2.dylib
I looked around a bit and it seems that the solution to this is to
link to libxml2.2.bylib manually. However, I'm unable to figure out
just how to do that in XCode. Is there a specific setting in the
project settings? Some Linker flags I have to set? Obviously there
is no way to just drag the dylibs in, as I would do with a framework.
Actually, you can just drag the dylibs in, as you would do with a
framework.
-bob
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden