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 ([EMAIL PROTECTED]) _______________________________________________ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils