Re: BUG #2162: Same as bug #1679 - finite() - unresolved symbol

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Francois Laupretre" <flconseil(at)yahoo(dot)fr>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2162: Same as bug #1679 - finite() - unresolved symbol
Date: 2006-01-11 07:34:06
Message-ID: 9391.1136964846@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Francois Laupretre" <flconseil(at)yahoo(dot)fr> writes:
> As bug #1679 is more than 6 months old, I'd like to get a status. If it can
> help, I confirm that, without modifications, the current stable release of
> PostgreSQL does not compile on HP-UX 11.11.

It works fine for me anytime I try it on HP's testdrive systems.

If you are building with gcc, one possible theory is that your gcc
installation is broken. A common way for this to happen is to copy
a gcc installation created on one HPUX version to a machine running
a slightly different HPUX version. gcc's internal copies of system
header files then fail to match the running system, leading to all
sorts of hard-to-debug problems :-(

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2006-01-11 07:39:23 Re: BUG #2164: Very minor, very low priority SQL parser 'bug' with /* */ comments
Previous Message Tom Lane 2006-01-11 05:03:30 Re: INSERT causes psql to crash