Re: problems with configure

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Martin A(dot) Marques" <martin(at)math(dot)unl(dot)edu(dot)ar>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: problems with configure
Date: 2000-11-04 01:16:10
Message-ID: 8797.973300570@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Martin A. Marques" <martin(at)math(dot)unl(dot)edu(dot)ar> writes:
> I'm trying to compile the CVS (fresh download) of postgres and I get this
> running the configure script:

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

Hm, how do your system's include files declare accept()?

It would help to see the part of the config.log file that shows the
errors configure gets while trying to find workable input types for
accept().

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-11-04 01:21:28 Re: VACUUM causes violent postmaster death
Previous Message Tom Lane 2000-11-04 01:12:20 Re: Transaction ID wraparound: problem and proposed solution