|
Boost Testing : |
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-04-26 05:35:20
Joaquin M Lopez Munoz wrote:
> Hello Stefan,
>
> I can only do some inspecting and guessing (don't have
> access to CW 9.4), but here is my hunch anyway:
>
> The V2 version does *not* include "-runtime dmd", yet
> forces dynamic linking of Boost.Serialization. If the
> default runtime for CW is static (I don't know for
> sure), we got a problem. Maybe the problem is not exposed
> in Boost.Serialization test themselves bc they always consist
> of one translation unit --my test, however, has two .cpp's.
>
> Maybe you can try to rebuild the test using
> "-runtime dmd" and report the results?
I've modified V2 cw toolset to pass -runtime dmd, so it's necessary to just
re-run the tests.
Thanks,
Volodya