[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: What do these errors really mean?

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2000-10-14 22:50:40 CEST

The functions not being found belong to expat. I think this problem
only happens when you build with shared libraries. (When you link the
relevant test programs against static libraries, they don't reference
any functions from xml.o, but when you link against shared libraries
the whole library's dependencies are pulled in.)

I'll check in a fix.
Received on Sat Oct 21 14:36:11 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.