[xsd-users] Specifying location of boost when building from all-in-one package

Charles Grant cegrant at uw.edu
Fri Jan 25 15:51:41 EST 2013


Hi Boris,

On Jan 25, 2013, at 5:31 AM, Boris Kolpackov <boris at codesynthesis.com> wrote:

> 2. If you cannot upgrade, then the only way  I can see to work around
>   this (other than modifying the makefiles) is to disable search for
>   shared libraries altogether:
> 
>   make .LIBPATTERNS=lib%.a
> 
>   Note that in this case Xerces-C++ will also have to be built as
>   a static library. You may also have to add some extra libraries
>   (e.g., -lpthread) with the LIBS variable.


As it happens we were already doing a building static libraries for Xerces-C++, so this does the trick for us.

Many thanks! We really appreciate your help.

Charles



More information about the xsd-users mailing list