Re: Can't run configure

From: "Williams, Travis L, NPONS" <tlw(at)att(dot)com>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Nigel J(dot) Andrews" <nandrews(at)investsystems(dot)co(dot)uk>, "pgsql-general" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Can't run configure
Date: 2002-09-14 16:07:04
Message-ID: AB815D267EC31A4693CC24D234F8291602651E29@ACCLUST02EVS1.ugd.att.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tom,
What you asking is a little out of my league (not that I have a
problem grepping or anything ;) but I'm not quite sure what your asking
for..

Travis

-----Original Message-----
From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
Sent: Saturday, September 14, 2002 10:55 AM
To: Williams, Travis L, NPONS
Cc: Nigel J. Andrews; pgsql-general
Subject: Re: [GENERAL] Can't run configure

"Williams, Travis L, NPONS" <tlw(at)att(dot)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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Chris Bowlby 2002-09-14 19:06:21 Re: Query having issues...
Previous Message Tom Lane 2002-09-14 15:54:48 Re: Can't run configure