From: | "Williams, Travis L, NPONS" <tlw(at)att(dot)com> |
---|---|
To: | "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | <pgsql-general(at)postgreSQL(dot)org> |
Subject: | Re: Can't run configure |
Date: | 2002-09-16 17:24:13 |
Message-ID: | AB815D267EC31A4693CC24D234F8291602680473@ACCLUST02EVS1.ugd.att.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Actually.. it's 11.11.. somewhere I was thinking 11.20 (probably from
10.20.. which is a common build).. I personally didn't put gcc on
there.. but I'll forward this to the sysadm that did..
Travis
-----Original Message-----
From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
Sent: Monday, September 16, 2002 11:57 AM
To: Williams, Travis L, NPONS
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] Can't run configure
"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
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-09-16 17:54:38 | Re: explain analyze functionality |
Previous Message | Andrew Sullivan | 2002-09-16 17:15:20 | Re: An opportunity to prove PostgreSQL and our requirement of Case Study info |