configure error in HP-UX 11.00 - Mailing list pgsql-hackers

From Weiping He
Subject configure error in HP-UX 11.00
Date
Msg-id 3F5450F0.5020906@zhengmai.com.cn
Whole thread Raw
Responses Re: configure error in HP-UX 11.00
List pgsql-hackers
When trying to build the CVS source on a HP-UX 11.00 box:
HP-UX hpux B.11.00 A 9000/800
We got the configure error:

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

Check the config.log, it said that the configure script can't find the 
argument types
fo 'accept()'. but in /usr/include/sys/socket.h, there is prototype of 
accept:

<codesnip>
#if defined(_XOPEN_SOURCE_EXTENDED) && !defined(_KERNEL_BUILD)  extern int accept __((int, struct sockaddr *, socklen_t
*));
...
#else  /* !_XOPEN_SOURCE_EXTENDED*/  extern int accept __((int, void *, int *));
</codesnip>

so what's wrong with the OS?

Thank you

Laser





pgsql-hackers by date:

Previous
From: Lee Kindness
Date:
Subject: Re: Unixware Patch (Was: Re: Beta2 Tag'd and Bundled ...)
Next
From: Joerg Hessdoerfer
Date:
Subject: Win32 native port