I have a project using lapackpp under windows xp/32 but need to port it
to windows 7 / 64. I am using VS2008 and no MinGW.
The mailing list seems to contain one person asking this previously
(https://sourceforge.net/mailarchive/message.php?msg_id=24736456) and
one person suggesting they had found a solution
(https://sourceforge.net/mailarchive/message.php?msg_id=24220896) but
not sharing the solution.
Is there a known way to achieve this? In fact, is there a good way to
build lapackpp without first installing the lapackpp-2.5.1 exe version?
So far I have tried downloading the libraries from the lapack site
directly (even if that set is named lapack.lib and blas.lib) but this
leads to link errors as outlined by
https://sourceforge.net/mailarchive/message.php?msg_id=24736456:
Finished searching libraries
blas1pp.obj : error LNK2019: unresolved external symbol _dasum_
referenced in function "double __cdecl Blas_Norm1(class LaVectorDouble
const &)" (?Blas_Norm1@@YANABVLaVectorDouble@@@Z)
blas1pp.obj : error LNK2019: unresolved external symbol _daxpy_
referenced in function "void __cdecl Blas_Add_Mult(class LaVectorDouble
&,double,class LaVectorDouble const &)"
(?Blas_Add_Mult@@YAXAAVLaVectorDouble@@NABV1@@Z)
blaspp.obj : error LNK2001: unresolved external symbol _daxpy_
...
Grateful for any pointers,
Rudolf
|