>     If u manage to do it, please post here how do u got it. Now I'm
dealing
> with hp aCC compiler, both on HPUX 11 and HPUX 10.20.

We build Xerces-C 1.4.0 with aCC on HP 11 without any major hassle.
Configuration as follows...

# uname -srm
HP-UX B.11.00 9000/800
# aCC -V
aCC: HP ANSI C++ B3910B A.03.15

Settings in $XERCESCROOT/src/Makefile.incl:

PLATFORM_COMPILE_OPTIONS=
-D_THREAD_SAFE -D_HPUX_SOURCE -D${PLATFORM} -D${OSVERDEFINE}
+DAportable +Z

MAKE_SHARED=
${CXX} -D${PLATFORM} -b +Z -Wl,+b,/usr/local/lib,+s

ALLLIBS=
${LIBS} -lCsup -lstream

Regards,
 Martin


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to