On Mon, Jan 30, 2006 at 08:28:34PM -0800, Sean Machin wrote: > Hi All, > > I'm considering using libxml2 for an embedded project. I've cross > compiled the libs OK, > I was wondering how compact the libs can be made? The static & shared > lib. are both > about 4.5MB currently. For my application I just want DOM, SAX & schema > validation.
see configure --help for the options, you can start with --with-minimum which strips out everything superfluous and then add --with-xxx options to add back what you need. Daniel -- Daniel Veillard | Red Hat http://redhat.com/ [EMAIL PROTECTED] | libxml GNOME XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/ _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
