
27 Nov
2008
27 Nov
'08
3:55 p.m.
Thijs van den Berg wrote:
I'm trying to set that up with C++ 7.1 but am having a hard time compiling the unit test lib's. I use a ''console projects", single threaded, but it keeps naggin about the binary lib unit_test fatal error LNK1104: cannot open file 'libboost_unit_test_framework-vc71-sgd-1_37.lib' and I don't seem to be able to build *that* one with bjam.... I've tried
bjam --build-type=complete libs/test
That would be: bjam --build-type=complete --with-test toolset=msvc-7.1 HTH, John.