Re: BLAS & Lapack for VC++ 6.0
"Gabriel J. Brostow" <[email protected]>
| Newsgroups | gmane.comp.lib.mtl.devel |
|---|---|
| Message-ID | <[email protected]> |
I am able to successfully compile + link with clapack from netlib.org, so my question might seem somewhat academic. However, I am really hoping to link to Intel's Math Kernel Library for its supposed superior speed (or at least so I could compare) on my PIII. VC++ 6.0 sp 4 gives the following when I link together a tiny program which uses sgeev() (thankfully and neatly wrapped in mtl2lapack.h): "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) As stated, these problems are absent when I link in these instead: clapack.lib blas.lib F77.lib. Is it possible that MTL_FCALL is incompatible with the MKL libs? Has someone gotten MKL to play nice with MTL? The installation of MKL was fairly simple, but I could well be missing something obvious... Thanks for reading, - Gabe -Gabriel J. Brostow [email protected] P.S. Realizing that I have a MTL + MKL compatibility question, I might well ask the nice Intel folks for help too, but this seems like the obvious forum to try first. _______________________________________________ This list is archived at http://www.osl.iu.edu/MailArchives/mtl-devel/