Re: Can't run configure

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Can't run configure
Дата
Msg-id 27285.1032018888@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Can't run configure  ("Williams, Travis L, NPONS" <tlw@att.com>)
Список pgsql-general
"Williams, Travis L, NPONS" <tlw@att.com> writes:
> I attached my config.log.

Here's the problem: all the attempts to check accept() are failing with:

configure:6079: gcc -c -O2   conftest.c 1>&5
In file included from configure:6071:
/usr/include/sys/socket.h:484: parse error before "sendfile"
/usr/include/sys/socket.h:485: parse error before "bsize_t"
/usr/include/sys/socket.h:486: parse error before "sendpath"
/usr/include/sys/socket.h:487: parse error before "bsize_t"
configure: failed program was:
#line 6066 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
extern int accept (int, void *, int *);
int main() {

; return 0; }

My guess is that the 11.20 sys/socket.h requires some other header to be
included first to provide some typedef.  Can you look at the referenced
lines to see what type name(s) appear there, and then grep to see what
system include file defines it/them?

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Can't run configure
Следующее
От: "Williams, Travis L, NPONS"
Дата:
Сообщение: Re: Can't run configure