For Solaris 8 I get:
finite:
#include
int isnand(double dsrc);
int isnanf(float fsrc);
int finite(double dsrc);
fpclass_t fpclass(double dsrc);
int unordered(double dsrc1, double dsrc2);
#include
int isnan(double dsrc);
isspace:
#include
int
"Charles M. Gagnon" writes:
> For Solaris 8 I get:
>
> finite:
> #include
> int isnand(double dsrc);
> int isnanf(float fsrc);
> int finite(double dsrc);
> fpclass_t fpclass(double dsrc);
> int unordered(double dsrc1, double dsrc2);
>
> #include
> int is
Dave, just to test, I just did a "make clean" and removed
config.cache and config.status on my gnucash-1.5.0 directory
and re-did "./configure; make" and it went without a hitch.
Are you sure that not something that changed between 1.5.0
and 1.5.1.
On Mon, Sep 18, 2000 at 02:18:41PM -0700, Dave
"Charles M. Gagnon" writes:
> Dave, just to test, I just did a "make clean" and removed
> config.cache and config.status on my gnucash-1.5.0 directory
> and re-did "./configure; make" and it went without a hitch.
>
> Are you sure that not something that changed between 1.5.0
> and 1.5.1.
Well, o
"Charles M. Gagnon" writes:
> I get errors compiling 1.5.1 on the same environment I
> successfully compiled all the other releases. It's a 32 bit
> Solaris 8 box properly patched and gtkhtml-0.4, g-wrap-0.9.4
> and guile-1.3.4.
>
> ### OUTPUT of make ###
> [...]
> rm -f .libs/util.lo
> gcc -DHAV