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 |
  grep '\.o$' |
  ( cd ../../obj ; xargs ar rcs $XERCESCROOT/lib/libxerces-c.a )



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??
Any option to be given at the time of confijuration ?
Kindly guide me,
Thanks & Regards,
Jignesh Sorathia
Software Engineer


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to