Re: problems with configure

Поиск
Список
Период
Сортировка
От Martin A. Marques
Тема Re: problems with configure
Дата
Msg-id 00110613192300.02002@math.unl.edu.ar
обсуждение исходный текст
Ответ на Re: problems with configure  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: problems with configure  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Lun 06 Nov 2000 12:06, Tom Lane wrote:
> "Martin A. Marques" <martin@math.unl.edu.ar> writes:
> > Well, mine looks like:
> > extern int accept(int, struct sockaddr *, Psocklen_t);
> >
> > This is what I have in the configure:
> > extern accept ($ac_cv_func_accept_arg1, $ac_cv_func_accept_arg2,
> > $ac_cv_func_accept_arg3 *);
>
> Hmm ... is it possible that his compiler distinguishes between
> "extern int foo(...)" and "extern foo(...)" ?  Why don't we
> have the return type there, anyway?

If it's of any help, I'm on Solaris 7, SPARC, gcc-2.95.2, latest Postgres CVS.
Another question would be, why didn't I have problems of this type when I 
compiled PostgreSQL 7.0.2 on Solaris 8, with the same version of gcc?

Thanks for the patience.

-- 
"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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: problems with configure
Следующее
От: "Ross J. Reedstrom"
Дата:
Сообщение: Re: INTERVAL representation