Hello I had installed gsl in Ubuntu, I had some problems but I solved all of then change the version to gsl-1.15.
Now I'm trying to install gsl_1.15 in two Mac that I have but I can`t. In iMac versions snow leopard (10.6) after pass some test I had: ============= 1 test passed ============= Making check in doc make[1]: Nothing to be done for `check'. make test_gsl_histogram.sh pkgconfig.test make[2]: Nothing to be done for `test_gsl_histogram.sh'. make[2]: Nothing to be done for `pkgconfig.test'. make check-TESTS PASS: test_gsl_histogram.sh SKIP: pkgconfig.test ==================== 1 test passed (1 test was not run) ==================== And in MacBook Air (Lion) after pass some test, the output is make check-TESTS Completed [6865/6865] PASS: test ============= 1 test passed ============= Making check in blas make[1]: Nothing to be done for `check'. Making check in linalg make test gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -MT test.o -MD -MP -MF .deps/test.Tpo -c -o test.o test.c mv -f .deps/test.Tpo .deps/test.Po /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o test test.o libgsllinalg.la ../blas/libgslblas.la ../cblas/libgslcblas.la ../permutation/libgslpermutation.la ../matrix/libgslmatrix.la ../vector/libgslvector.la ../block/libgslblock.la ../complex/libgslcomplex.la ../ieee-utils/libgslieeeutils.la ../err/libgslerr.la ../test/libgsltest.la ../sys/libgslsys.la ../utils/libutils.la -lm libtool: link: gcc -g -O2 -o .libs/test test.o ./.libs/libgsllinalg.a ../blas/.libs/libgslblas.a ../cblas/.libs/libgslcblas.dylib ../permutation/.libs/libgslpermutation.a ../matrix/.libs/libgslmatrix.a ../vector/.libs/libgslvector.a ../block/.libs/libgslblock.a ../complex/.libs/libgslcomplex.a ../ieee-utils/.libs/libgslieeeutils.a ../err/.libs/libgslerr.a ../test/.libs/libgsltest.a ../sys/.libs/libgslsys.a ../utils/.libs/libutils.a -lm make check-TESTS (caught [svd.c:149: SVD decomposition failed to converge (11)]) returned error code 11 = exceeded max number of iterations singular value 0 = -1 < 0 singular value 1 = 0 vs previous -1 singular value 2 = 17.3205080756888137 vs previous 0 ( 3, 3)[0,2]: 15.2508026013158453 0 ( 3, 3)[1,2]: 8.21054322293596961 1 ( 3, 3)[2,1]: 0 1 FAIL: SV_decomp (3x3) A=[ 0, 0, 0; 0, 0, 1; 1, 1, 0] [852] (caught [svd.c:149: SVD decomposition failed to converge (11)]) returned error code 11 = exceeded max number of iterations singular value 0 = -1 < 0 singular value 1 = 0 vs previous -1 singular value 2 = 17.3205080756888137 vs previous 0 ( 3, 3)[0,1]: 15.2508026013158453 0 ( 3, 3)[1,1]: 8.21054322293596961 1 ( 3, 3)[2,2]: 0 1 … FAIL: SV_decomp_mod (4x4) A=[ 1, 1, 1, 1; 1, 1, 1, 1; 0, 0, 1, 1; 0, 1, 0, 1] [233570] singular value 0 = -1.41421356237309515 < 0 singular value 1 = -1.63299316185545207 < 0 singular value 2 = 0 vs previous -1.63299316185545207 singular value 3 = -20.0000000000000462 < 0 ( 4, 4)[0,1]: 1.50859288121229529 1 ( 4, 4)[0,2]: -1.50859288121229529 1 ( 4, 4)[0,3]: 0 1 ( 4, 4)[1,1]: -1.50859288121229529 1 ( 4, 4)[1,2]: 1.50859288121229529 1 ( 4, 4)[1,3]: 0 1 ( 4, 4)[2,1]: 10.5522191306797932 1 ( 4, 4)[2,2]: -9.21888579734646108 0 ( 4, 4)[2,3]: 0.66666666666666663 1 ( 4, 4)[3,1]: -9.21888579734645752 0 ( 4, 4)[3,2]: 10.5522191306797897 1 ( 4, 4)[3,3]: 0.66666666666666663 1 FAIL: SV_decomp_mod (4x4) A=[ 1, 1, 1, 1; 1, 1, 1, 1; 0, 1, 0, 1; 0, 0, 1, 1] [233600] FAIL: test =================== 1 of 1 tests failed =================== make[2]: *** [check-TESTS] Error 1 make[1]: *** [check-am] Error 2 make: *** [check-recursive] Error 1 Could you help me to install gsl properly in mi Mac? Thanks in advance,
