<SNIP> > > While I have > local/lib/libcblas.so Ok, is that $SAGE_LOCAL/local/lib ? The config test complains about a missing cblas:
configure:24249: g++ -o conftest -g -fPIC -I"/opt/sage-2.10/local/ include" -I"/opt/sage-2.10/local/include/linbox" -L"/opt/sage-2.10/local/lib" -g -I"/opt/sage-2.10/local/include/ linbox" -I"/opt/sage-2.10/local"/include conftest.cpp -lcblas -latlas /usr/bin/ld: cannot find -lcblas collect2: ld returned 1 exit status In between the upgrade to 2.10.1 did you change anything like the gcc version? You can take the following code snippet, name it conftest.cpp and try to compile it manually with the above command: #define __LINBOX_CONFIGURATION #include "linbox/config-blas.h" int main () { double a; return 0; } If that work we have a problem somewhere, if it doesn't work something it wrong with your toolchain and/or your ATLAS install. > local/lib/libgslcblas.a > local/lib/libf77blas.a > local/lib/libcblas.a > local/lib/libf77blas.so > local/lib/libgslcblas.so.0 > local/lib/libgslcblas.so.0.0.0 > local/lib/libblas.a > local/lib/libgslcblas.la > local/lib/libgslcblas.so > And I didn't have probs compiling 2.10 then upgrading to 2.10.1 > > Phil Cheers, Michael --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---