Re: Pg 7.2.3 configure error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Ed L(dot)" <pggeneral(at)bluepolka(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Pg 7.2.3 configure error
Date: 2002-10-05 03:03:22
Message-ID: 313.1033787002@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Ed L." <pggeneral(at)bluepolka(dot)net> writes:
>> ./configure fails for Pg 7.2.3 on HP-UX 11.11 with gcc version 2.95.2.
>> Any clues?

> BTW, the HP C compiler (cc) seems to get past it fine.

Hmmm. There was some report very much like this a few weeks ago;
check the archives. I think the conclusion was that gcc's "fixed"
includes didn't quite match the actual system headers, because the
complainant was using a gcc installation that had been copied verbatim
from a slightly different version of HPUX.

And indeed I note a comparable discrepancy in your report:

>> $ gcc -v
>> Reading specs from
>> /opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/specs gcc version
^^^^^^^^^^^^
>> 2.95.2 19991024 (release)
>>
>> $ uname -a
>> HP-UX ... B.11.11 U 9000/803 ...
^^^^^

I'd try building a fresh gcc installation from sources, and see if the
problem goes away ...

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Davis 2002-10-05 03:06:52 Re: Boolean output format
Previous Message Jeff Davis 2002-10-05 02:54:52 Re: Boolean output format