From: | "Martin A(dot) Marques" <martin(at)math(dot)unl(dot)edu(dot)ar> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: problems with configure |
Date: | 2000-11-06 11:14:27 |
Message-ID: | 00110608142700.32663@math.unl.edu.ar |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Sáb 04 Nov 2000 18:54, Tom Lane wrote:
> "Martin A. Marques" <martin(at)math(dot)unl(dot)edu(dot)ar> writes:
> > On Vie 03 Nov 2000 22:16, Tom Lane wrote:
> >> Hm, how do your system's include files declare accept()?
> >
> > The config.log file starts given fails at this point:
> > configure:5475: conflicting types for `accept'
> > /usr/include/sys/socket.h:384: previous declaration of `accept'
>
> So how does /usr/include/sys/socket.h declare accept() ?
Well, my socket.h declares accept this way:
extern int accept(int, struct sockaddr *, Psocklen_t);
It's the same line I have on a Solaris 8 Sparc, in which I have a
PostgreSQL-7.0.2 compiled (without a problem) and running.
Saludos... ;-)
--
"And I'm happy, because you make me feel good, about me." - Melvin Udall
-----------------------------------------------------------------
Martín Marqués email: martin(at)math(dot)unl(dot)edu(dot)ar
Santa Fe - Argentina http://math.unl.edu.ar/~martin/
Administrador de sistemas en math.unl.edu.ar
-----------------------------------------------------------------
From | Date | Subject | |
---|---|---|---|
Next Message | Martin A. Marques | 2000-11-06 12:31:04 | Re: problems with configure |
Previous Message | Michael Meskes | 2000-11-06 10:07:24 | CVS problem |