Re: Bunch of link errors after 10.3.9 upgrade
Re: Bunch of link errors after 10.3.9 upgrade
- Subject: Re: Bunch of link errors after 10.3.9 upgrade
- From: Chris Ridd <email@hidden>
- Date: Sat, 16 Apr 2005 08:24:03 +0100
On 16/4/05 7:09 am, Sebastien Boisvert <email@hidden> wrote:
> I've suddenly run into a bunch of linker errors after
> upgrading to 10.3.9 tonight.
>
> My project was compiling fine before, and now after
> the upgrade (no changes to the project), I get these
> types of errors:
>
> ld: multiple definitions of symbol _xmlUTF8Size
> /Users/seb/Documents/Projects/MyApp/libxml.framework/libxml(ProjectBuilderMast
> erObjectFile.o)
> definition of _xmlUTF8Size
> /usr/lib/libxml2.2.dylib(xmlstring.o) definition of
> _xmlUTF8Size
>
> My project uses the libxml framework available at
> http://www.explain.com.au/oss/libxml2xslt.html, but
> what I don't get is why the hell it's looking into the
> libraries in /usr/lib now? I never told it to look
> there.
>
> So what's going on?
10.3.9 includes /usr/lib/libxslt.dylib, and it sounds like you're getting
linked against that. Perhaps the authors of your libxml framework need to
make some adjustments to cope with this.
Dave Hyatt's blog entry
<http://weblogs.mozillazine.org/hyatt/archives/2005_04.html#007962>
mentioned this new library, as well as other significant changes to
WebKit/Safari that Apple hasn't publicized.
Cheers,
Chris
_______________________________________________
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