This is the mail archive of the gsl-discuss@sourceware.cygnus.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: prerelease checks


Hi again,

On Mon, 8 May 2000, Brian Gough wrote:

> It will be time for a new release shortly. 
> 
> If anyone would like to do a check from CVS we can fix any last minute
> problems that are found.

I just tried building GSL on an alpha-based Tru64 machine.  The build
(using egcs-2.91.66) fails:

  fp-tru64.c: In function `gsl_ieee_set_mode':
  In file included from fp.c:16:
  fp-tru64.c:88: `FP_RND_RN' undeclared (first use in this function)
  fp-tru64.c:88: (Each undeclared identifier is reported only once
  fp-tru64.c:88: for each function it appears in.)
  fp-tru64.c:92: `FP_RND_RM' undeclared (first use in this function)
  fp-tru64.c:96: `FP_RND_RP' undeclared (first use in this function)
  fp-tru64.c:100: `FP_RND_RZ' undeclared (first use in this function)

This is a known problem according to comments in the file.  

This problem could be detected by the configure script and worked around.
I should be able to post a patch later today, if nobody beats me to it.

-smr




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]