Bruno Haible <[EMAIL PROTECTED]> wrote:

> Jim Meyering wrote:
>>   Undefined                       first referenced
>>    symbol                             in file
>>   __builtin_isnan                     test-strtod.o
>>   ld: fatal: Symbol referencing errors. No output written to test-strtod
>>   collect2: ld returned 1 exit status
>>   make[5]: *** [test-strtod] Error 1
>
> Eric, this may fix it. We don't have a module yet that provides the generic
> isnan() macro. But we have a module 'isnand-nolibm', which the test already
> uses.
>
> OK to commit?
>
> 2008-04-12  Bruno Haible  <[EMAIL PROTECTED]>
>
>       * tests/test-strtod.c: Include isnand.h.
>       (main): Use isnand instead of isnan.

FYI, that fixes it for me.
With that patch, coreutils builds and passes all tests
on x86 solaris 10.

Thanks.


Reply via email to