bug-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gsl] (no subject)


From: Brian Gough
Subject: Re: [Bug-gsl] (no subject)
Date: Mon, 12 Jul 2004 13:46:39 +0100

Reuman, Steven writes:
 > Hi -
 > 
 > Tried compiling gsl 1.5 on solaris 2.8 with all defaults and got an error
 > during make at line 29 of fp-solaris.c.  It didn't like initializing fp_rnd
 > with an int (0):
 > 
 > fp_rnd rnd = 0;
 > 
 > but if I changed the line to the equivalent enum 
 > 
 > fp_rnd rnd = FP_RN; 
 > 
 > make worked ok.

Thanks for the bug report.  

For reference, could you tell me which compiler you were using (+
version number) and the text of the error message if you have it.

-- 
Brian Gough

Network Theory Ltd,
Commercial support for GSL --- http://www.network-theory.co.uk/gsl/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]