Wenge, the problem is not that the blas library is not found, the problem is that the compiler cannot link (by default) Fortran libraries and C, some libraries are missing as you see in the configure.log. There is a simple solution, I have tested it under SuSE 10.0 and 10.1, you have to set the LDFLAGS variable, then it works:
export LDFLAGS="-lgfortran" ./configure with your options maybe you have to install the compat-g77 package as well. Markus _______________________________________________ mpb-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/mpb-discuss
