On 11 November 2011 00:34, Dantzler, DeWayne C
<dewayne.c.dantz...@boeing.com> wrote:
> Hello
>
> The Xerces documentation http://xerces.apache.org/xerces-c/build-3.html on 
> configuring and building Xerces is extremely helpful. I built and installed 
> xerces on HP-UX using the aCC compiler using the configure script(comes in 
> the download) with the following invocation: Note, I needed to get xerces to 
> work with the curl library, so I have extra configure options which you will 
> not need. You need to decide where to place things for your system. I choose 
> /site/sw/ots on my system.
>
> (1) ./configure --prefix=/site/sw/ots/xerces/xerces-c-3.0.1 
> --exec-prefix=/site/sw/ots/xerces/xerces-c-3.0.1 CXX=/opt/aCC/bin/aCC 
> CXXFLAGS="-Aa -mt -g" CPPFLAGS="-I/site/sw/ots/curl/curl-7.19.6/include"  
> --enable-netaccessor-curl
> --with-curl=/site/sw/ots/curl/curl-7.19.6
>
> (2) /site/sw/ots/gmake/make-3.81/bin/gmake
> (3) /site/sw/ots/gmake/make-3.81/bin/gmake check (optional)
> (4) /site/sw/ots/gmake/make-3.81/bin/gmake install
>
>
> Hope this helps


Thanks DeWayne, I could get xerces built.

-OBD

Reply via email to