This is the mail archive of the gsl-discuss@sources.redhat.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]
Other format: [Raw text]

Re: gsl-1.2: build problems and test failures


Nelson H. F. Beebe writes:
 > On Apple Darwin 6.2 with gcc-3.2.1 (the latest release), gsl-1.2 fails
 > to build, with this error:
 > On Alpha systems (OSF/1 4.0, OSF/1 5.1, and GNU/Linux 6.2), I get
 > about 1400 failure messages like this:
 > On Sun Solaris 2.7 and 2.8, I get the same link failure as on Apple Darwin:
 > On Sun Solaris 2.9, I did a build with the new native Sun compilers
 > from the Forte Developer 7 5.4 release.  This succeeded, but there are
 > some serious test failures:
 > FAIL: gsl_acosh(1.1) (1071766846 observed vs 0.443568254385115213 expected)

Thanks for the bug reports!

I think the shared-library errors are libtool related and probably
have to be worked around with ./configure --disable-shared.  I've
upgraded the libtool in GSL to the latest stable version (1.4.1 ->
1.4.3), it won't fix these problems but it might help some others.

The error in the linalg/herm tests is a compiler bug in those versions
of gcc on alpha.

The error for acosh was due to a bug in the gsl configure script (now
fixed).

-- 
Brian Gough

----------------------------------------------------------------------
Network Theory Ltd            Phone: 0117 3179309 (+44 117 3179309)
15 Royal Park                   WWW: http://www.network-theory.co.uk/
Bristol BS8 3AL               Email: brian.gough@network-theory.co.uk     
United Kingdom                
----------------------------------------------------------------------


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