> This is on native Win32 (Windows 2000) as opposed to Cygwin. No problem > compiling gsl-1.8 in the MSYS shell using the MinGW port of the gcc > compiler, but the monte test fails with: > > make[2]: Entering directory `/f/gsl-1.8/monte' > FAIL: vegas, constant, 1d, result[0] (1.0033444816053507 observed vs 1 > expected) [901] > In addition, once that happens, no other tests are run (though I don't think > that was the last scheduled test). > Any advice ? > I would like to at least run the remaining tests, but I don't know how to go > about achieving that.
Hello, Thanks for the bug report, I have logged it in the INSTALL file for the next release. I believe it is a problem with MinGW rather than GSL. You can run the remaining tests with make -k. -- Brian Gough (GSL Maintainer) Network Theory Ltd, Commercial support for GSL --- http://www.network-theory.com/gsl/ _______________________________________________ Bug-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gsl
