Sunday, April 02, 2006

Use the static xerces library on linux

  1. Download the source code
  2. Compile and install it following the instructions.
  3. Go into $xerces/objs
  4. Make an archive:

    ar cru libxerces-c.a `find . -name "*.o"`

  5. Congratulations, you have now a static xerces library

0 Comments:

Post a Comment

<< Home