Thread: Problems with compiling postgres 7.2.1 on HPUX

Problems with compiling postgres 7.2.1 on HPUX

From
Wim
Date:
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

From
Tom Lane
Date:
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