[xml] xmlParseFile with minimal library

2005-03-15 Thread Henry Bibb
I am trying to build a minimal-sized libxml2 but need to use xmlParseFile. I'm using the following flags to configure, which *almost* works - xmlParseFile is the only link error I've seen so far. Can anyone tell me if there is another flag I need? --minimum --tree --valid

Re: [xml] xmlParseFile with minimal library (solved)

2005-03-15 Thread Henry Bibb
-Original Message- From: Daniel Veillard [EMAIL PROTECTED] Subject: Re: [xml] xmlParseFile with minimal library On Tue, Mar 15, 2005 at 10:32:06AM -0500, Henry Bibb wrote: I am trying to build a minimal-sized libxml2 but need to use xmlParseFile. use the new xmlReadFile apis