[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tru64 4.0D declares round* but does not define them
From: |
Bruno Haible |
Subject: |
Re: Tru64 4.0D declares round* but does not define them |
Date: |
Thu, 25 Oct 2007 13:22:19 +0200 |
User-agent: |
KMail/1.5.4 |
Ralf Wildenhues wrote:
> On Tru64 4.0D, /usr/include.dtk/math.h declares round, roundf and
> roundl, but I can't find a library that defines them. Same thing for
> roundf and roundl and respective tests.
>
> This causes link failures for the test-round* tests:
Confirmed. It affects only round*. The trunc* functions are available.
So, for the round* functions, one needs to check whether both the declaration
and the function exists.
Ben, if you commit a tentative fix into gnulib, I can test it.
Bruno