Re: Can't run configure

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Williams, Travis L, NPONS" <tlw(at)att(dot)com>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: Can't run configure
Date: 2002-09-16 16:56:50
Message-ID: 28393.1032195410@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Williams, Travis L, NPONS" <tlw(at)att(dot)com> writes:
> Sent directly to you so that I can send attachments.. once again thanks
> for helping..

Okay, the cc output shows
typedef long sbsize_t;
typedef unsigned long bsize_t;
at line 190 of /usr/include/sys/types.h ... while gcc seems not to be
reading that file at all, but instead
/usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.2/include/sys/types.h
^^^^^^^^^
which doesn't contain these definitions (or else is ifdef'ing them out).

So my conclusion is that your gcc installation was built on an HPUX 11.00
system, and has not been updated for 11.20. The "fixed" headers that it
contains are out of step with your actual system headers.

You might be able to fix this by rerunning gcc's fixincludes script, but
I'm not enough of a gcc guru to be sure about that. I'd be inclined to
just reinstall it from scratch.

regards, tom lane

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2002-09-16 17:07:46 Re: sql remote (from sql anywhere) functionality
Previous Message Jan Wieck 2002-09-16 16:39:37 Re: RI Trigger Names