At Mon, 20 Apr 2009 12:41:37 -0400, Warren Gray wrote: > In file included from fp.c:22: > fp-aix.c: In function `gsl_ieee_set_mode': > fp-aix.c:30: error: `fprnd_t' undeclared (first use in this function) > fp-aix.c:30: error: (Each undeclared identifier is reported only once > fp-aix.c:30: error: for each function it appears in.) > fp-aix.c:30: error: parse error before "rnd" > fp-aix.c:55: error: `rnd' undeclared (first use in this function) > fp-aix.c:55: error: `FP_RND_RN' undeclared (first use in this function)
Thanks for the bug report. Although the configure script detects that you are using AIX, it seem that our fp-aix.c does not work with AIX 5.2 (fp-aix.c was written back in 2000, so maybe it is out of date). Do you know the correct way to call the IEEE functions in fp-aix.c in AIX 5.2 -- could you look at that file and possibly send us a patch for it? I don't use AIX myself. -- Brian Gough _______________________________________________ Bug-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gsl
