On Wednesday 24 April 2002 03:29 pm, Pinard, Jeffrey (CM Toolsmith) wrote: > Is there a way to build static libraries of xerces-c c++ api library? > > I only see that it builds a shared library... on Solaris using CC. >
You have to do it manually for now (someone sent in a patch a few weeks ago I think, but I didn't keep up with what happened to it, maybe xerces 1.8 will have it). On solaris the compiler has a command kind of like CC -xar (I know it is some compiler option) that will build it, or you could just use venerable ar -r. -- Brad Settlemyer http://deepcopy.org/ Progamming in the trenches --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
