blas and lapack problems

Markus Daene <[email protected]>
Newsgroups gmane.comp.science.photonic-bands
Message-ID <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.