On Wednesday, October 2, 2002, at 12:36 AM, Jeff Whitaker wrote: > Andrea: I assume you are referring to this error: > > Making check in vector > make test test_static > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I/sw/include > -Wno-long-double -g -O2 -c test.c > In file included from test.c:61: > test_complex_source.c: In function `test_complex_float_trap': > test_complex_source.c:258: Internal compiler error in subst, at > combine.c:3546 > Please submit a full bug report, > > > Someone on the gsl mailing list reported that this went away with the > upgrade to the Aug 2002 Dev Tools. I still get it, even with the Aug > Dev > Tools. However, if I run the vector and matrix tests with gcc2, they > pass. > Almost all the other tests pass with gcc3 (there are a couple that don't > produce the expected result to with the specified error tolerance, but > are > pretty damn close). Overall though, I think you will find the library > works well. > > -Jeff
Actually I'm referring to: ================== All 1 tests passed ================== Making check in cblas make test cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -g -O2 -c test.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -g -O2 -c test_amax.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -g -O2 -c test_asum.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -g -O2 -c test_axpy.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -g -O2 -c test_copy.c ..... cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -g -O2 -c test_trsm.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -g -O2 -c test_trsv.c /bin/sh ../libtool --mode=link cc -Wno-long-double -g -O2 -o test test.o test_amax.o test_asum.o test_axpy.o test_copy.o test_dot.o test_gbmv.o test_gemm.o test_gemv.o test_ger.o test_hbmv.o test_hemm.o test_hemv.o test_her.o test_her2.o test_her2k.o test_herk.o test_hpmv.o test_hpr.o test_hpr2.o test_nrm2.o test_rot.o test_rotg.o test_rotm.o test_rotmg.o test_sbmv.o test_scal.o test_spmv.o test_spr.o test_spr2.o test_swap.o test_symm.o test_symv.o test_syr.o test_syr2.o test_syr2k.o test_syrk.o test_tbmv.o test_tbsv.o test_tpmv.o test_tpsv.o test_trmm.o test_trmv.o test_trsm.o test_trsv.o libgslcblas.la ../ieee- utils/libgslieeeutils.la ../err/libgslerr.la ../test/libgsltest.la ../sys/libgslsys.la cc -Wno-long-double -g -O2 -o .libs/test test.o test_amax.o test_asum.o test_axpy.o test_copy.o test_dot.o test_gbmv.o test_gemm.o test_gemv.o test_ger.o test_hbmv.o test_hemm.o test_hemv.o test_her.o test_her2.o test_her2k.o test_herk.o test_hpmv.o test_hpr.o test_hpr2.o test_nrm2.o test_rot.o test_rotg.o test_rotm.o test_rotmg.o test_sbmv.o test_scal.o test_spmv.o test_spr.o test_spr2.o test_swap.o test_symm.o test_symv.o test_syr.o test_syr2.o test_syr2k.o test_syrk.o test_tbmv.o test_tbsv.o test_tpmv.o test_tpsv.o test_trmm.o test_trmv.o test_trsm.o test_trsv.o -L./.libs -lgslcblas ../ieee-utils/.libs/libgslieeeutils.al ../err/.libs/libgslerr.al ../test/.libs/libgsltest.al ../sys/.libs/libgslsys.al creating test make check-TESTS FAIL: test =================== 1 of 1 tests failed =================== Anyaway I think I'll return on this topics after upgrading to Jaguar. Problems with gcc2.95 are already known for this library and I think it's better to wait upgrading to gcc3. Thanks, Andrea. --- Andrea Riciputi <mailto:[EMAIL PROTECTED]> "Science is like sex: sometimes something useful comes out, but that is not the reason we are doing it" -- (Richard Feynman) ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
