Hi Dan, Dan Katz <[EMAIL PROTECTED]> writes:
> Is there a simple way to generate both static and shared libraries for > xerces at the same time? (That is, without my doing something too > hackish like archiving up the object files myself or writing a wrapper > script which does the entire build twice with different values of > LIBTYPE.) There is no automatic way to build both shared and static libraries and the latter approach you have suggested (build it twice, once without -s and once with) is probably the easiest way to do it. In the 3.0.0 release of Xerces-C++ it will be possible to build both static and shared libraries at the same time. Boris -- Boris Kolpackov, Code Synthesis Tools http://codesynthesis.com/~boris/blog Open source XML data binding for C++: http://codesynthesis.com/products/xsd Mobile/embedded validating XML parsing: http://codesynthesis.com/products/xsde
