Compile problems on 1.5.1
Dave Peticolas
dave@krondo.com
Tue, 19 Sep 2000 23:53:32 -0700
"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