Hi all,
I am new to Linux and Fortran programming. I have started my work using Intel ifort and the gfortran compiler. I have blas and lapack installed from extras repo.
I am unable to link BLAS LAPACK using:
ifort -I/usr/lib prog.f90 -L/usr/lib -lblas -llapack
The compile is fine without blas or lapack.
Can anyone help me?
Please tell me in detail how to?
Thanks


Reply With Quote
it is then easier to port the code onto an other platform.
.text+0x597): undefined reference to `sgesv_'
