|
Boost Testing : |
From: Doug Gregor (dgregor_at_[hidden])
Date: 2006-04-18 12:14:48
On Apr 18, 2006, at 11:27 AM, Vladimir Prus wrote:
>
> Hi Doug,
> seems like OSL4-V2 tests have some configuration issue. For
> example, take a
> look at:
>
> http://tinyurl.com/p55dz
>
> Seems that C++ standard library is not linked in. Any ideas what V2
> is doing
> wrong?
Oops, looks like it was my fault.
I've switched from
<cxxflags>-library=stlport4
to
<stdlib>sun-stlport
We'll see tomorrow if that fixes things.
Doug