Postgress on HP-UX 11.00

From: Ryan Bradetich <ryan_bradetich(at)hp(dot)com>
To: pgsql-ports(at)postgresql(dot)org
Subject: Postgress on HP-UX 11.00
Date: 1999-01-26 08:05:30
Message-ID: 36AD774A.8CDE59AA@hp.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)hp(dot)com

--
Ryan Bradetich
Hewlett-Packard
Boise, Idaho

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

Browse pgsql-ports by date

  From Date Subject
Next Message Gerry Smit 1999-01-26 16:00:05 PostgreSQL 6.4.2 Install
Previous Message Benjamin Janes 1999-01-26 06:23:59 Win 95