Re: BUG #2162: Same as bug #1679 - finite() - unresolved symbol - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #2162: Same as bug #1679 - finite() - unresolved symbol
Date
Msg-id 9391.1136964846@sss.pgh.pa.us
Whole thread Raw
In response to BUG #2162: Same as bug #1679 - finite() - unresolved symbol  ("Francois Laupretre" <flconseil@yahoo.fr>)
Responses Re: BUG #2162: Same as bug #1679 - finite() - unresolved symbol
List pgsql-bugs
"Francois Laupretre" <flconseil@yahoo.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

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: INSERT causes psql to crash
Next
From: Peter Eisentraut
Date:
Subject: Re: BUG #2164: Very minor, very low priority SQL parser 'bug' with /* */ comments