|
Threads-Devel : |
From: Andreas Haberstroh (andreas_at_[hidden])
Date: 2008-04-23 22:33:26
Hey folks, you might want to try this with the 1.35 version.
In the boost directory, type in: bjam --with-wave
The very first line that gets spit it is:
error: No best alternative for libs/thread/build/thread_sources
next alternative: required properties: <threadapi>win32
<threading>multi
not matched
next alternative: required properties: <threadapi>pthread
<threading>multi
not matched
I stumbled across this from another post. This is the best way to
reproduce a problem I have with a project I'm working on. I get the
exact same error.
Any solution for this?