Re: errors with 8.1 make on Solaris

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Martijn van Oosterhout <kleptog(at)svana(dot)org>
Cc: Janet Bagg <J(dot)Bagg(at)kent(dot)ac(dot)uk>, pgsql-general(at)postgresql(dot)org
Subject: Re: errors with 8.1 make on Solaris
Date: 2005-11-29 20:45:00
Message-ID: 9712.1133297100@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Martijn van Oosterhout <kleptog(at)svana(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fuhr 2005-11-29 21:03:03 Re: errors with 8.1 make on Solaris
Previous Message Martijn van Oosterhout 2005-11-29 20:04:54 Re: errors with 8.1 make on Solaris