Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-09-26 08:13:40


brock_peabody wrote:

> OK, I run bjam like this:
>
> bjam --v2 -n msvc release link=shared
>
> This is an example of a compile command:
>
> cl /Zm800 -nologo -TP -DNDEBUG /Ogity /O2 /Gs /Ob2 /GX /GR /MD -
> I"..\..\.." -I"bin\msvc\release" -c -
> Fo"bin\msvc\release\condition.obj" "..\src\condition.cpp"

[...]

> I don't see any occurrences of "BOOST_THREAD_BUILD_DLL=1" anywhere.
> What does that tell us?

That Jamfile.v2 that you have (I guess it's from 1.30.2) is not quite good.
Could you try getting, for example

http://boost-consulting.com/boost/libs/thread/build/Jamfile.v2

and replace your boost-root/libs/thread/build/Jamfile.v2
This has high chances of fixing Boost.Thread build.

- Volodya

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk