Re: problems with configure - Mailing list pgsql-hackers

From Martin A. Marques
Subject Re: problems with configure
Date
Msg-id 00110708173600.19897@math.unl.edu.ar
Whole thread Raw
In response to Re: problems with configure  (Peter Eisentraut <peter_e@gmx.net>)
List 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@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@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@math.unl.edu.ar
Santa Fe - Argentina        http://math.unl.edu.ar/~martin/
Administrador de sistemas en math.unl.edu.ar
-----------------------------------------------------------------


pgsql-hackers by date:

Previous
From: Zeugswetter Andreas SB
Date:
Subject: AW: v7.0.3 *pre-release* ...
Next
From: Bruce Momjian
Date:
Subject: Re: v7.0.3 *pre-release* ...