$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2006-03-31 10:19:50
Victor A. Wagner Jr. wrote:
> I notice that version.hpp in both head and rc1_34_0 is the same
> this causes me many problems
>
> I further note that the install seems to name the resulting .lib and
> .dll files w/ 1_34 NOT 1_34_0 and I don't see where to change that
>
> for some reason I'm getting buffer overrruns in cl.exe (vc7.1) when
> doing V2 runs
>
> I've stopped doing cvs-head runs because of the filename collisions
I solve this by giving the bjam option --layout=system for HEAD installs
and --layout=versioned for the release branches.
Roland