Hi John,

John Smith <[EMAIL PROTECTED]> writes:

> Building the lib:
> echo Building /home/afbuild/tmpch/xerces-c-src_2_8_0/lib/libxerces-c.sl.28.0
> g++ -DHPUX -fPIC -shared  -Wl,+h,libxerces-c.sl.28 -o
> /home/afbuild/tmpch/xerces-c-src_2_8_0/lib/libxerces-c.sl.28.0
> -lpthread -lnsl -L/usr/lib -L/usr/local/lib

If that's the exact command line then there is a whole bunch of
object files missing for some reason (i.e., the library is empty).
Did you set XERCESCROOT variable before running runConfigure and
gmake? Your build step should look as follows:

$ export XERCESCROOT=/home/afbuild/tmpch/xerces-c-src_2_8_0
$ cd /home/afbuild/tmpch/xerces-c-src_2_8_0/src
$ ./runConfigure -p hp-11 -c gcc -x g++
$ gmake

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

Reply via email to