Postgress on HP-UX 11.00

Поиск
Список
Период
Сортировка
От Ryan Bradetich
Тема Postgress on HP-UX 11.00
Дата
Msg-id 36AD774A.8CDE59AA@hp.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Unprivileged user
Дата:
Сообщение: Port Bug Report: Java driver to interface (jdbc) with postgress under linux
Следующее
От: "Benjamin Janes"
Дата:
Сообщение: Win 95