I'm trying to build Magma on windows. Looking in the forum and google, there seems to be a lot of trouble around this. Is there some update about compiling Magma for windows?
Anyway I'm trying to do so myself. I'm now down to the last two errors (at least for compiling/linking). I'm getting this:
Code: Select all
1>Test.obj : error LNK2001: unresolved external symbol zlarnv_
1>Test.obj : error LNK2001: unresolved external symbol zlange_
I'm using the liblapack.lib (x64) downloaded from http://icl.cs.utk.edu/lapack-for-window ... ries_mingw
and linker is pointing to that lib.
thanks
eyal