hi,
I'm attempting to set the enviroment in Code::Blocks( MinGW gfortran) to run the fortran programs which has the Lapack dependency. The ide enviroment complains about the missign X04CAF subroutine. I've downloaded and set the libblas.lib, liblapack.lib, liblapacke.lib and libblas.dll, liblapack.dll, liplapacke.dll respectively. I thought that all the things required to call the Lapack subroutines are embedded in those libraries, but why still the compiler still complains about the missing X04CAF subroutines?
Comments will be appreciated,
Regards,

