Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-12-09 11:29:07


Hi Dirk,

> But I keep getting:
>
> error: Duplicate name of actual target: <psrc\clients\win32
> \console\bin\msvc\release\link-static\runtime-debugging-on\threading-
> multi>authlib.lib
>
> This goes away if I comment the unit-test out (same for all exe's)
>
> What am I doing wrong?

I can't reproduce this using the following Jamroot:

using testing ;

project
: default-build debug release
<link>static
<runtime-debugging>on
<link-runtime>shared
<threading>multi
;

lib authlib
:
auth.cpp
: <link>static
;
unit-test auth : authqz.cpp authlib ;

Works just fine, building both debug and release version. Could you provide a
testcase which reproduces the problem?

- Volodya

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk