[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-gsl] monte-test fails in MinGW
From: |
Wolfgang0815 |
Subject: |
[Help-gsl] monte-test fails in MinGW |
Date: |
Sun, 22 Oct 2006 23:47:18 +0200 |
Hi everyone,
I'm trying to build gsl 1.8 in MinGW. Everything goes OK until I do "make
check". The test in the directory "gsl-1.8/monte" fails.
Here is a detailed report of what happens:
* Started with: German Win2kSP4
(never touched by MinGW & Co before)
* Execute MinGW-5.0.3.exe, which installs previously
downloaded files to "C:\MinGW":
* binutils-2.15.91-20040904-1.tar.gz
* gcc-ada-3.4.2-20040916-1.tar.gz
* gcc-core-3.4.2-20040916-1.tar.gz
* gcc-g++-3.4.2-20040916-1.tar.gz
* gcc-g77-3.4.2-20040916-1.tar.gz
* gcc-java-3.4.2-20040916-1.tar.gz
* gcc-objc-3.4.2-20040916-1.tar.gz
* mingw32-make-3.80.0-3.tar.gz
* mingw-runtime-3.10.tar.gz
* w32api-3.7.tar.gz
* Execute MSys-1.0.10.exe, which installs itself into
"C:\msys\1.0". After that, "post install":
* "Do you have MinGW installed?" -> "y"
* "Where is your MinGW installation?" -> "C:/MinGW"
* "You do not have C:/MinGW/bin/make.exe.
Keep it that way."
* Start MSYS
* Execute "tar xzvf gsl-1.8.tar.gz"
* Execute "cd gsl-1.8"
* Execute "./configure --prefix=/mingw --disable-shared"
* Execute "make"
Everything is alright up to this point. Then I
* Execute "make check"
which results in (only the last few lines)
----------------------------------------------------------------
Making check in monte
make[1]: Entering directory `/home/Administrator/gsl-1.8/monte'
make test.exe
make[2]: Entering directory `/home/Administrator/gsl-1.8/monte'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c test.c
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o test.exe test.o
libgslmonte.la ../rng/libgslrng.la ../ieee-utils/libgslieeeutils.la
../err/libgslerr.la ../test/libgsltest.la ../sys/libgslsys.la
../utils/libutils.la -lm
gcc -g -O2 -o test.exe test.o ./.libs/libgslmonte.a ../rng/.libs/libgslrng.a
../ieee-utils/.libs/libgslieeeutils.a ../err/.libs/libgslerr.a
../test/.libs/libgsltest.a ../sys/.libs/libgslsys.a ../utils/.libs/libutils.a
make[2]: Leaving directory `/home/Administrator/gsl-1.8/monte'
make check-TESTS
make[2]: Entering directory `/home/Administrator/gsl-1.8/monte'
FAIL: vegas, constant, 1d, result[0] (1.0033444816053507 observed vs 1
expected) [901]
FAIL: vegas, constant, 1d, result[1] (1.0033444816053507 observed vs 1
expected) [903]
FAIL: vegas, constant, 1d, result[2] (1.0033444816053507 observed vs 1
expected) [905]
FAIL: vegas, constant, 1d, result[3] (1.0033444816053507 observed vs 1
expected) [907]
FAIL: vegas, constant, 1d, result[4] (1.0033444816053507 observed vs 1
expected) [909]
FAIL: vegas, constant, 1d, result[5] (1.0033444816053507 observed vs 1
expected) [911]
FAIL: vegas, constant, 1d, result[6] (1.0033444816053507 observed vs 1
expected) [913]
FAIL: vegas, constant, 1d, result[7] (1.0033444816053507 observed vs 1
expected) [915]
FAIL: vegas, constant, 1d, result[8] (1.0033444816053507 observed vs 1
expected) [917]
FAIL: vegas, constant, 1d, result[9] (1.0033444816053507 observed vs 1
expected) [919]
FAIL: vegas, tsuda function, 1d, result[0] (1.0006215454517859 observed vs 1
expected) [1261]
FAIL: vegas, tsuda function, 1d, result[1] (1.0006360554272353 observed vs 1
expected) [1263]
FAIL: vegas, tsuda function, 1d, result[2] (1.0006181981035771 observed vs 1
expected) [1265]
FAIL: vegas, tsuda function, 1d, result[3] (1.0006173131992508 observed vs 1
expected) [1267]
FAIL: vegas, tsuda function, 1d, result[4] (1.0006307463050017 observed vs 1
expected) [1269]
FAIL: vegas, tsuda function, 1d, result[5] (1.0006332100320181 observed vs 1
expected) [1271]
FAIL: vegas, tsuda function, 1d, result[6] (1.0006095064720535 observed vs 1
expected) [1273]
FAIL: vegas, tsuda function, 1d, result[7] (1.0006287052079308 observed vs 1
expected) [1275]
FAIL: vegas, tsuda function, 1d, result[8] (1.0006267572646856 observed vs 1
expected) [1277]
FAIL: vegas, tsuda function, 1d, result[9] (1.0006353784000646 observed vs 1
expected) [1279]
FAIL: test.exe
===================
1 of 1 tests failed
===================
make[2]: *** [check-TESTS] Error 1
make[2]: Leaving directory `/home/Administrator/gsl-1.8/monte'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/home/Administrator/gsl-1.8/monte'
make: *** [check-recursive] Error 1
----------------------------------------------------------------
I also tried it without the "shared-disabled" option (in fact I tried this
first), which gave the same error message.
Does anyone know if this is a serious problem (i.e. the gsl I built isn't
useable), or if it's just a bug in the test suite?
Thanks for your help in advance,
sorry for my crappy english.
Wolfgang
Wolfgang0815 .at. gmx .dot. de
--
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
- [Help-gsl] monte-test fails in MinGW,
Wolfgang0815 <=