[Lapackpp-devel] Getting Link error when building 64 bit version
Status: Beta
Brought to you by:
cstim
From: <su...@it...> - 2010-03-10 09:29:06
|
Hello, I am getting following link error when building 64 bit version. Error 39 error LNK2019: unresolved external symbol dasum_ referenced in function "double __cdecl Blas_Norm1(class LaVectorDouble const &)" (?Blas_Norm1@@YANAEBVLaVectorDouble@@@Z) blas1pp.obj I think reason for it , there is no 64 bit version of liblapack32.lib and libblas32.lib. I was not having source code to build this two in 64 bit version. Can anybody help me to get these libraries or any other way to remove the linking error. Thanks Sumant |