Boost logo

Ublas :

Subject: Re: [ublas] <Numeric Library Bindings for Boost> unresolved external symbol _dgeev referenced
From: Rutger ter Borg (rutger_at_[hidden])
Date: 2012-10-09 10:34:14


On 2012-10-09 16:14, Witold E Wolski wrote:
> I am trying to reproduce what
> you are writing.
>
> What do you mean by BOOST_ROOT, I am working on ubuntu and my boost is
> in usr/include and usr/lib
> so Boost root is usr?
> And what is b2?
>
> I really would appreciate help getting the boost bindings working fast.
>

The bindings don't need to be compiled. Just put them somewhere in your
include path, i.e., something like

$ g++ my_code -I/path/to/bindings -lblas (or -llapack)

should do the trick.

Regards,

Rutger