c++ - How to get LAPACK working in 64 bit windows with Visual Studio 2012 -
i using lapack 3.5.0 visual studio c/c++ 2012. install followed instructions given in answer question:
how install lapack msvs 2010 on windows?
i proceeded link blas , lapack libraries in "linker > input > additional dependencies" , copied , pasted .dll files folder .exe located.
after doing this, 32 bit version of program works expected. 64 bit version won't compile. following error:
1>link : warning lnk4098: defaultlib 'libcmt' conflicts use of other libs; use /nodefaultlib:library 1>pic_effective_index.obj : error lnk2001: unresolved external symbol dstevx_
basically, tried 64 bit version work mimic did 32 bit version.
is able correct me on going wrong?
Comments
Post a Comment