Re: [xml] build on HP-UX with GCC fails with Compiler notANSI compliant

2007-11-12 Thread Daniel Veillard
On Fri, Nov 09, 2007 at 05:50:35PM -0600, byron wrote: Well I've managed to get it compiling now by modifying the configure script in the following section. if [ `uname -s` = HP-UX ] then export prefix=/usr/local export PATH=$prefix/bin:$PATH if [ `uname -m` = ia64 ] then export

Re: [xml] build on HP-UX with GCC fails with Compiler notANSI compliant

2007-11-09 Thread Rick Jones
byron wrote: Well I've managed to get it compiling now by modifying the configure script in the following section. if [ `uname -s` = HP-UX ] then export prefix=/usr/local export PATH=$prefix/bin:$PATH if [ `uname -m` = ia64 ] then export libdir=$prefix/lib/hpux32 fi * export CC=cc*

Re: [xml] build on HP-UX with GCC fails with Compiler notANSI compliant

2007-11-09 Thread byron
You could only download a 32bit binary from the HP-UX porting archives - http://hpux.connect.org.uk/ and so I had to download the source from http://www.xmlsoft.org/ byron Rick Jones wrote: byron wrote: Well I've managed to get it compiling now by modifying the configure script in the

Re: [xml] build on HP-UX with GCC fails with Compiler notANSI compliant

2007-11-09 Thread byron
Sorry **mistake** I downloaded the source from http://hpux.connect.org.uk/ not xmlsoft. libxml2-2.6.30-src-11.11.tar The available binary libxml2-2.6.30-hppa-11.11.depot.gz was a 32bit binary. byron wrote: You could only download a 32bit binary from the HP-UX porting archives -