From: | "Martin A(dot) Marques" <martin(at)math(dot)unl(dot)edu(dot)ar> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: problems with configure |
Date: | 2000-11-07 11:17:36 |
Message-ID: | 00110708173600.19897@math.unl.edu.ar |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Lun 06 Nov 2000 18:25, Peter Eisentraut wrote:
> > Martin A. Marques writes:
> > Is there any kind of info you would need that I could provide? If you
> > want I can send the config.log, output of the configure execution, etc.
> > Even the socket.h and the types.h.
> > BTW, I didn't find diffs between Solaris 7 .h files and Solaris 8
> > headers.
>
> Try one of the attached patches, first patch1, then patch2, preferrably
> each one separately.
Didn't work. :-(
This was the output:
martin(at)ultra208 ~/basura/post-final $ patch -p0 < patch1 Looks like a
context diff to me... Hunk #1 failed at line 5483. 1 out of 1 hunks failed:
saving rejects to configure.rej done
configure.rej contains this:
martin(at)ultra208 ~/basura/post-final $ less configure.rej
***************
*** 5483,5489 ****
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
! extern accept ($ac_cv_func_accept_arg1, $ac_cv_func_accept_arg2,
$ac_cv_func_accept_arg3 *);
int main() {
; return 0; }
--- 5483,5489 ----
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
! extern int accept ($ac_cv_func_accept_arg1, $ac_cv_func_accept_arg2,
$ac_cv_func_accept_arg3 *);
int main() {
; return 0; }
Tried to apply what the patch said by hand, ran the configure, but I get the
same error.
I think today afternoon I will try some new things to see where the problem
can be.
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 | Bruce Momjian | 2000-11-07 11:34:04 | Re: v7.0.3 *pre-release* ... |
Previous Message | Zeugswetter Andreas SB | 2000-11-07 11:08:17 | AW: v7.0.3 *pre-release* ... |