Re: How to Build Xerces Source code as a Static Library..

2005-03-18 Thread James Fitzgerald
Someone posted the following someplace. I wish that I could give appropriate credit. It is a very useful script that puts all of the already-compiled object files into an archive. Run it in $XERCESCROOT/src/xerces. make -n XML_LIB_DIR=$XERCESCROOT/lib/dummy | grep 'g++ .*\.so' | tr \ \\n | g

Re: How to Build Xerces Source code as a Static Library..

2005-03-17 Thread James Berry
On Mar 17, 2005, at 6:59 AM, Jignesh Sorathia wrote: Hi All, I am beginner for Xerces Libraries on Mac OS X. I want Xerces library as a Static Library in my application. So is there any option for building Static libraries from Xerces Source code?? Jignesh, There is no option to configure as

How to Build Xerces Source code as a Static Library..

2005-03-17 Thread Jignesh Sorathia
Hi All,      I am beginner for  Xerces Libraries on Mac OS X. I want Xerces library as a Static Library in my application. So is there any option for building Static libraries from Xerces Source code??     Any option to be given at the time of confijuration ?    Kindly guide me,    Thanks &