[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-gsl] (no subject)
From: |
Reuman, Steven |
Subject: |
[Bug-gsl] (no subject) |
Date: |
Fri, 9 Jul 2004 16:08:34 -0400 |
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.
-Steve Reuman
- [Bug-gsl] (no subject),
Reuman, Steven <=