Hello - I'm trying to get xerces-c (2.8.0) to build both static and shared versions of the xerces library in order to support both linking paradigms for multiple users.
As far as I've been able to tell, the runConfigure "-s" option is about setting an environment variable LIBTYPE, which is then used to determine whether to produce a shared or a static library but never both. 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.) Thanks. Dan P.S. I'm sorry if this is a FAQ, but I did do some searching in the online FAQ pages etc. and couldn't find a simple answer.
