<Numeric Library Bindings for Boost> unreso lved external symbol _dgeev referenced
Dhruv <[email protected]>
| Newsgroups | gmane.comp.lib.boost.ublas |
|---|---|
| Message-ID | <[email protected]> |
Hi All, I am trying to configure Numeric Library Bindings for Boost UBlas(http://mathema.tician.de/software/boost-numeric-bindings) into my Visual Studio 2008 environment. I am able to include geev.h into my project from numeric binding. I am using boost matrix to calculate eigenvalues/vectors. I have downlaoded lapack.lib from http://icl.cs.utk.edu/lapack-for-windows/lapack/ There are actually different option to download lapack library there: -> Prebuilt static libraries using INTEL Compilers -> Prebuilt dynamic libraries using Mingw I am not sure which one to use so I tried all of them but no luck. and added it to liners->input->additional dependencies in visual studio. I already have boost configured and working in visual studio. Bellow is the error I am getting. I get same error even if I remove lapack library from linker. error LNK2019: unresolved external symbol _dgeev referenced in function "int __cdecl boost::numeric::bindings::lapack::detail::geev_backend(char const *,char const *,int const *,double *,int const *,double *,double *,double *,int const *,double *,int const *,double *,int const *)" (?geev_backend@detail@lapack@bindings@numeric@boost@@YAHPBD0PBHPAN122212121@Z) I am new to c++ and visual studio and not sure whats going wrong here. _______________________________________________ ublas mailing list [email protected] http://lists.boost.org/mailman/listinfo.cgi/ublas Sent to: [email protected]