On 04/12/11 01:37 PM, Brian Gough wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I have uploaded a test release for 1.15 here:

   http://alpha.gnu.org/gnu/gsl/gsl-1.14.90.tar.gz
   http://alpha.gnu.org/gnu/gsl/gsl-1.14.90.tar.gz.sig

Please report successes and/or problems to [email protected] thanks.

This fails on AIX, despite I've submitted patches that resolve the AIX problem properly, which consisted of

1) A one line change in configure.ac

See
http://trac.sagemath.org/sage_trac/attachment/ticket/10000/configure.ac.patch

and a few lines changed in fp-aix.c

http://trac.sagemath.org/sage_trac/attachment/ticket/10000/fp-aix.c.patch


As such, this still fails to build on AIX


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: expected ';' 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)
fp-aix.c:59: error: 'FP_RND_RM' undeclared (first use in this function)
fp-aix.c:63: error: 'FP_RND_RP' undeclared (first use in this function)
fp-aix.c:67: error: 'FP_RND_RZ' undeclared (first use in this function)
make[2]: *** [fp.lo] Error 1


Dave


_______________________________________________
Bug-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gsl

Reply via email to