Re: [xml] build on HP-UX with GCC fails with "Compiler not ANSI compliant"
- From: Rick Jones <rick jones2 hp com>
- To: byron <byronical gmail 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 14:20:07 -0800
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]