Re: BLAS & Lapack for VC++ 6.0
Gunter Winkler <[email protected]>
| Newsgroups | gmane.comp.lib.mtl.devel |
|---|---|
| Message-ID | <[email protected]> |
On Thursday, 12. September 2002 04:19, you wrote: > "error LNK2001: unresolved external symbol _sgeev_" > > while I'm linking the following libs: > mkl_c.lib mkl_lapack.lib mkl_p3.lib mkl_c_dll.lib > (note: same link problem with both mkl5.1 and the newest mkl5.2b) This looks like an underscore problem. Can you find out which function name is correct: _sgeev __sgeev or sgeev_ ? I usually have to use one underscore after the function name. regards Gunter Winkler _______________________________________________ This list is archived at http://www.osl.iu.edu/MailArchives/mtl-devel/