Re: [xml] build on HP-UX with GCC fails with "Compiler not ANSI compliant"
- From: byron <byronical gmail com>
- To: Rick Jones <rick jones2 hp com>
- Cc: xml gnome org
- Subject: Re: [xml] build on HP-UX with GCC fails with "Compiler not ANSI compliant"
- Date: Fri, 09 Nov 2007 16:56:42 -0600
Hi Rick,
I've already been setting the CC variable to gcc but it is still using
the "bundled" compiler?
R9MACG01:/mediacion/estadisticas/byron/libxml2-2.6.30 #echo $CC
gcc
I also tried your method but got the same result.
Rick Jones wrote:
byron wrote:
Rick,
Thanks.
I appreciate where your loyalty's must lie. I've installed the 64bit
GCC compiler so why isn't it picking up this ANSI compliant compiler
and is instead using the "bundled" compiler?
Because the configure script is running "cc" not "gcc" You need to
preceed the configure script with something like CC=gcc:
CC=gcc ./configure
and see if that works-around the problem.
rick jones
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]