| От | Weiping He |
|---|---|
| Тема | configure error in HP-UX 11.00 |
| Дата | |
| Msg-id | 3F5450F0.5020906@zhengmai.com.cn обсуждение |
| Ответы |
Re: configure error in HP-UX 11.00
|
| Список | 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 по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера