Postgress on HP-UX 11.00 - Mailing list pgsql-ports

From Ryan Bradetich
Subject Postgress on HP-UX 11.00
Date
Msg-id 36AD774A.8CDE59AA@hp.com
Whole thread Raw
List pgsql-ports
I had to make the following changes to get postgress to compile on HP-UX 11.00.

added to the configure script line 4511
  #include <math.h>

edited the configure script line 4515
char isinf();

replaced with:
/* char isinf(); */

edited the configure script line 4525
  isinf();

replaced with:
  double x;
  isinf(x);

# cd into the dir/src/backend/util/adt/float.c line 108
extern int isinf(double x);

replaced with:
#if 0
extern int isinf(double x);
#endif

-Ryan Bradetich
ryan_bradetich@hp.com


--
Ryan Bradetich
Hewlett-Packard
Boise, Idaho

Disclaimer:  This is not an official statement of Hewlett-Packard.
It is my personal opinion


pgsql-ports by date:

Previous
From: Unprivileged user
Date:
Subject: Port Bug Report: Java driver to interface (jdbc) with postgress under linux
Next
From: "Benjamin Janes"
Date:
Subject: Win 95