Boost logo

Ublas :

Subject: Re: [ublas] compile error on gesv.hpp on 64Bit system
From: Kraus Philipp (philipp.kraus_at_[hidden])
Date: 2010-07-28 18:13:41


Am 25.07.2010 um 21:39 schrieb Rutger ter Borg:

> Kraus Philipp wrote:
>
>> , ptrdiff_t,
>> ptrdiff_t, double*, ptrdiff_t, long int*, double*, ptrdiff_t
>
> Have you verified the type of fortran_int_t for your platforms? Is
> it long
> int (as your code shows above)? It is defined in
> boost/numeric/bindings/detail/config/fortran.hpp. The reason why the
> overload may not be caught is due to different fortran integer types.

I've checked out the newest revision from the svn, now I can compiled
the source
but I get some linker errors "undefined reference to dgeev_". I set
the lapack, cblas and atlas
with -l flag for linking (same error on 32Bit and 64Bit Gentoo)

I will check the libs and references to the libs again

Thanks

Phil