Hello
I have Lapack on windows ; i've downloaded the Lapack 3.1.1 installer on http://icl.cs.utk.edu/lapack-for-windows/ ; from the created files, I copied the .lib files (blas.lib, extra.lib, lapack.lib, matgen.lib ) in the appropriate file.
I have also downloaded the prebuilt librairies for Clapack on http://www.netlib.org/clapack/LIB_WINDO ... ndows.html
=> i have all these libs in my folder.
Now I want to compile a some cpp using the dgeev_ function (using visual studio). I have added all my libs to the "additional dependencies" in my project.
When I try to compile, I get about 130 linking errors like :
f77blaswrap.lib(fblaswr.obj) : error LNK2019: unresolved external symbol _cher2k_ referenced in function _f2c_cher2k
=> what's wrong?
As you guessed i'm completly new with the programing stuff (at least with building projects).
Thank you,
Guillaume

