Boost logo

Boost :

Subject: Re: [boost] [math distributions] Laplace distribution
From: John Maddock (john_at_[hidden])
Date: 2008-11-27 10:55:07


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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk