Re: Compile problems on 1.5.1

2000-09-20 Thread Charles M. Gagnon
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

Re: Compile problems on 1.5.1

2000-09-19 Thread Dave Peticolas
"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

Re: Compile problems on 1.5.1

2000-09-19 Thread Charles M. Gagnon
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

Re: Compile problems on 1.5.1

2000-09-19 Thread Dave Peticolas
"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

Re: Compile problems on 1.5.1

2000-09-18 Thread Dave Peticolas
"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