Hrisheekesh Kale
2016-03-09 04:50:06 UTC
Hi,
I am trying to compile the Xerces library on redhat linux and specifically
using "libxerces-c-3.1.so" file generated as a result. Currently, the size
of this file is ~ 4MB and I want to try and reduce that size. I am
interested in using only the XML parsing related functionality from this
library. Could you suggest me some compilation/configuration options that
will help me reduce the size of "libxerces-c-3.1.so"?
This is how I am building it currently -
## ./configure --disable-static --disable-network --prefix=<OUTDIR>
## make all
## make install
Regards,
Hrisheekesh
I am trying to compile the Xerces library on redhat linux and specifically
using "libxerces-c-3.1.so" file generated as a result. Currently, the size
of this file is ~ 4MB and I want to try and reduce that size. I am
interested in using only the XML parsing related functionality from this
library. Could you suggest me some compilation/configuration options that
will help me reduce the size of "libxerces-c-3.1.so"?
This is how I am building it currently -
## ./configure --disable-static --disable-network --prefix=<OUTDIR>
## make all
## make install
Regards,
Hrisheekesh