Boost logo

Ublas :

From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2006-05-10 08:04:19


dvir schirman wrote:

> I want to use ublas in order to work with vector & matrices.
> I am working with cygwin.
>
> I wrote the following simple code, it compiled well, but I tried to link it
> it has returned alott of errors.
> the first error is:
> "/cygdrive/z/test_boost/test_b2.cpp:(.text+0xd): undefined reference to
> `std::basic_string<char, std::char_traits<char>, std::allocator<char>
>> ::size() const'"
> And after this one there are alott of similiar ones mostly regarding "std".

[...]

Did you use g++ for compiling _and_ linking?

Markus