$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: jhr.walter_at_[hidden]
Date: 2003-05-15 16:25:06
Hi Benedikt,
you wrote:
> When compling the bench* tests for ublas using the jamfiles, both cwpro8
and
> borland do not seem to know about the function rand().
Changed to std::rand() in my local copy (seems like I've been programming
too much C in the past ;-)
> I think that
> <stdlib.h> should be included somewhere. MSVC seems to do this
implicitely.
And yes, <cstdlib> is included somewhere deep in ublas.
> Furthermore, only debug versions are generated for all tests (test* and
> bench*).
What about bjam -sBUILD="release" ?
Thanks,
Joerg