Hi Forum,
I am having trouble following the recipe at http://icl.cs.utk.edu/lapack-for-windows/lapack/#build
trying to follow "Build Instructions to create LAPACK and LAPACKE 3.5.0 dlls for Windows with MinGW"
First of all, is it normal that towards the end of the CMAKE steps, VCVARS32 is first red and I need to click 'configure' a second time for it to turn white? It seems to look for C:/Program Files (x86)/Microsoft Visual Studio 9.0/VC/bin/vcvars32.bat which is right there.
Anyway, I manage to build everything just fine and obtain all dlls. However when I "Type C:/MinGW/bin/mingw32-make.exe test if you want to run LAPACK testings to make sure everything is ok" every single test fails instantly with the following error message:
"The procedure entry point cabsf could not be located in the dynamic link library C:\MinGW\msys\1.0\home\lapack-build\bin\libblas.dll."
(C:\MinGW\msys\1.0\home\lapack-build is my build directory)
Any help appreciated ... google turns up zero results
Thanks!
Ben