Debashis Tripathy wrote:
Hi David & Others,
I have another small issue with the build of Xerces-c-2.7. This time I have
to port the same xml application to HPUX 11i (PA_RISC).
To the best of my knowledge, GNU Make binary distribution is not available
on HPUX. Is there a possible way to build Xerces on HPUX without using the
GNU Make?
There is a binary for GNU make available on HP-UX, which you can get from here:
http://hpux.cs.utah.edu/hppd/hpux/Gnu/make-3.81/
If that doesn't work, it should be relatively easy to download the source
code and build it locally.
Dave