Re: problems with configure

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: problems with configure
Дата
Msg-id 6305.973523192@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: problems with configure  ("Martin A. Marques" <martin@math.unl.edu.ar>)
Ответы Re: problems with configure  ("Martin A. Marques" <martin@math.unl.edu.ar>)
Список pgsql-hackers
"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?
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Re: CVS problem
Следующее
От: "Martin A. Marques"
Дата:
Сообщение: Re: problems with configure