$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Compilation errors 1.39, 1.41
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2009-12-04 06:23:04
Pfligersdorffer, Christian wrote:
> Hello again,
>
> I just found out that the issue with double targets only occurs when I
> build debug and release at once (as I usually do):
>
> bjam debug release stage
You need to either build a single variant at a time, or pass either
--layout=tagged or --layout=versioned.
The default naming in 1.41 is 'system' (the same naming you can see
in /usr/lib) and it does not permit debug+release.
- Volodya