[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: OSF/4.0D strtold
From: |
Albert Chin |
Subject: |
Re: OSF/4.0D strtold |
Date: |
Mon, 29 May 2006 11:44:56 -0500 |
User-agent: |
Mutt/1.5.6i |
On Sat, May 27, 2006 at 09:47:28PM +0200, Ralf Wildenhues wrote:
> Tru64 UNIX 4.0D doesn't provide strtold (in the standard library at
> least), but /usr/include.dtk/stdlib.h provides a declaration. Thus the
> compile test in c-strtod.m4 fails. This causes a link failure for
> coreutils-5.96 printf. The patch below seems to fix this (but I don't
> know whether it should rather be searched for in some library).
You can also fix it by building with -std1 but I don't know if this
will cause other problems. The commercial Tru64 UNIX compiler has
functions declared in /usr/include.dtk but not available in the shared
library.
--
albert chin (address@hidden)