Dear Admin:
I followed the lapack-for windows on
http://icl.cs.utk.edu/lapack-for-window ... #librariesusing Prebuilt libraries lapackd.lib and reference BLASd.lib in microsoft visual studio 2008.
I set the input lib path including inter fortran complier lib and input lib name both in debug and release mode
when I builded the sample file,I received the linking error:
error LNK2001: unresolved external symbol _dgesv_
I carefully checked if I using C++ calling C lib,and tryed the external "C",but aslo the same error.
I followed the Easy Windows Build using CMake to build the lib,but the CMake could just generate Visual Studio 2005 project,So
build the lib!
When I linked the library in VS2005,I also got the same link error.
error LNK2001: unresolved external symbol _dgesv_
Finally, I sereached the library on the google and found in
http://www.tecgraf.puc-rio.br/~ismael/C ... ds/Lapack/downloaded the prebuilded lib and succeeded.
I guess it may be some error when I build the library,Could you tell me how
can I solve them problem
Thank you very much