Re: errors with 8.1 make on Solaris

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: errors with 8.1 make on Solaris
Дата
Msg-id 9712.1133297100@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: errors with 8.1 make on Solaris  (Martijn van Oosterhout <kleptog@svana.org>)
Ответы Re: errors with 8.1 make on Solaris  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-general
Martijn van Oosterhout <kleptog@svana.org> writes:
> On Tue, Nov 29, 2005 at 07:53:52PM +0000, Janet Bagg wrote:
>> I'm getting errors at the make stage for 8.1.0 on Solaris 8 despite
>> configure looking ok.

> Obviously isinf() is missing. Is it a documented function on that
> platform? Is there any indication which library it is in? It's
> obviously not in libm.

What's even odder is that configure makes a point of testing for isinf,
and we substitute our own routine if it's not there.  There's a note
in configure.in about how it's a macro on some platforms, but it sure
looks like all the bases ought to be covered.

Look at the part of config.log for the test to see if isinf exists ---
maybe that will tell something useful.

            regards, tom lane

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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: errors with 8.1 make on Solaris
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: errors with 8.1 make on Solaris