I tried to follow the instructions "Build Instructions to create LAPACK 3.4.1 dll for Windows with MinGW" from http://icl.cs.utk.edu/lapack-for-window ... k/#lapacke
However, the following error occurred during CMake's configuration. I'm developing using VS2008 on Windows XP.
The Fortran compiler "C:/MinGW/bin/gfortran.exe" is not able to compile a
simple test program.
It fails with the following output:
Change Dir: C:/Documents and Settings/liyi0000/My Documents/Downloads/lapack-3.4.1/build/CMakeFiles/CMakeTmp
Run Build Command:C:\PROGRA~1\MICROS~1.0\Common7\IDE\devenv.com
CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec75385919
Microsoft (R) Visual Studio Version 9.0.30729.1.
Copyright (C) Microsoft Corp. All rights reserved.
'C:\Documents and Settings\liyi0000\My
Documents\Downloads\lapack-3.4.1\build\CMakeFiles\CMakeTmp\cmTryCompileExec75385919.vfproj'
cannot be opened because its project type (.vfproj) is not supported by
this version of the application.
To open it, please use a version that supports this type of project.
Invalid project
Yifei

