Ultimately I am trying to recompile lapackpp for win7/64 and without MinGW so I can port an application from XP. However, I seem to be failing at the most basic step: getting a LAPACK test app to compile using vs2008. I am not sure whether I just don't understand the tutorial(s) at
http://icl.cs.utk.edu/lapack-for-windows/
or whether they are just slightly misleading?
The LAPACK tutorial at http://icl.cs.utk.edu/lapack-for-windows/lapack/index.html would suggest that it should be possible to use visual studio with the LAPACK libraries simply by using
- Code: Select all
extern "C"
- Code: Select all
lapacktest2.obj : error LNK2019: unresolved external symbol _dgesv_ referenced in function _main
Following the CLAPACK tutorial at http://icl.cs.utk.edu/lapack-for-windows/clapack/index.html works fine but there is no 64 bit library for download.
My head feels flat from banging against various surfaces so any pointers would be greatly appreciated!
Rudolf

