Обсуждение: Problems with compiling postgres 7.2.1 on HPUX

Поиск
Список
Период
Сортировка

Problems with compiling postgres 7.2.1 on HPUX

От
Wim
Дата:
Hello,

I'm trying to install postgres on a HP server.
Running ./configure, produces following output:

checking types of arguments for accept()... configure: error: could not
determine argument types

What is wrong?

Thanx

Wim


Re: Problems with compiling postgres 7.2.1 on HPUX

От
Tom Lane
Дата:
Wim <wdh@belbone.be> writes:
> I'm trying to install postgres on a HP server.
> Running ./configure, produces following output:

> checking types of arguments for accept()... configure: error: could not
> determine argument types

On HPUX 10.20, it works fine for me using either gcc or cc.

You'll need to do some investigation and provide more details.  Looking
at config.log might help, for example.

            regards, tom lane