"Charles M. Gagnon" writes:
> For Solaris 8 I get:
> 
> finite:
>      #include <ieeefp.h>
>      int isnand(double dsrc);
>      int isnanf(float fsrc);
>      int finite(double dsrc);
>      fpclass_t fpclass(double dsrc);
>      int unordered(double dsrc1, double dsrc2);
> 
>      #include <math.h>
>      int isnan(double dsrc);

Ok, I think I have this fixed. I added a check for ieeefp.h
and, if present, include it in util.c. Do you have CVS access?
If so, could you check and see if it solves your problem?

thanks,
dave

_______________________________________________
gnucash-devel mailing list
[EMAIL PROTECTED]
http://www.gnumatic.com/cgi-bin/mailman/listinfo/gnucash-devel

Reply via email to