configure error in HP-UX 11.00

From: Weiping He <laser(at)zhengmai(dot)com(dot)cn>
To: pgsql-hackers(at)postgresql(dot)org
Subject: configure error in HP-UX 11.00
Date: 2003-09-02 08:12:32
Message-ID: 3F5450F0.5020906@zhengmai.com.cn
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joerg Hessdoerfer 2003-09-02 10:30:45 Win32 native port
Previous Message Lee Kindness 2003-09-02 08:08:49 Re: Unixware Patch (Was: Re: Beta2 Tag'd and Bundled ...)