Re: Error installing Postgres on Solaris 9

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Thanh Q Lam <thanh(dot)q(dot)lam(at)alcatel(dot)com>
Cc: Michael Fuhr <mike(at)fuhr(dot)org>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Error installing Postgres on Solaris 9
Date: 2005-07-05 20:22:02
Message-ID: 3493.1120594922@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Thanh Q Lam <thanh(dot)q(dot)lam(at)alcatel(dot)com> writes:
> My compiler is gcc 3.2.

I wonder if the problem is that the modified system header files used by
your copy of gcc are too far out of sync with the actual headers under
/usr/include. Michael indicates he's using gcc 3.4.2 which'd presumably
be a lot newer build, and probably derived from newer /usr/include files.

You might try updating the gcc installation, or running the fixincludes
script to re-sync the modified headers with /usr/include.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Hans-Jürgen Schönig 2005-07-05 20:28:24 Re: bug: core dump in pl/perl (cvs head).
Previous Message Michael Fuhr 2005-07-05 20:18:59 Re: bug: core dump in pl/perl (cvs head).