
20 Jul
2004
20 Jul
'04
9:47 p.m.
On Tuesday 20 July 2004 4:45 pm, Jody Hagins wrote:
Boost version 1.31.00, g++ 3.3, RedHat 9.
When I build everything: # bjam -sTOOLS=gcc -builddir=./BUILD -stagedir=./STAGE stage I do not get the random library built. Worse, when I go to libs/random, there is no src directory and no build directory. Is there an easy way to get Boost.Random built like all the other boost libs?
You don't need to build the Random library; just include the headers. Doug