"Mike McCormack" <[EMAIL PROTECTED]> wrote: > > | /usr/src/wine-cvs/wine/conftest.c:130: undefined reference to `xmlReadIO' > > > $ rpm -qf $(locate libxml/parser.h) > > libxml2-devel-2.5.11-0.fdr.1.rh80 > > > > Is it too old? > > Well, it's older than the version of libxml2 I'm using here, which is > libxml2-2.6.19-i686-1dl for slackware. If you don't use xmlReadIO, then > you could use xmlReadMemory I guess. The whole file would need to be > read into memory first.
Or just mmap'ed. That could be a reasonable workaround. -- Dmitry.