Boost logo

Boost-Build :

Subject: Re: [Boost-build] Baffling error message
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2011-04-01 10:08:26


AMDG

On 04/01/2011 05:31 AM, Dave Abrahams wrote:
>
> Can anyone explain this error for me, and help me avoid it? The
> command arguments are given here:
>
> *** in s:\: executing '['s:\\bjam.exe', '--user-config=I:\\user-config.jam', '--build-dir=I:\\1_46_1-installer\\build', '--stagedir=I:\\1_46_1-installer\\stage', '--debug-configuration', '-j2', 'debug', 'release', 'threading=multi/link=shared,static/runtime-link=shared', 'threading=multi,single/link=static/runtime-link=static', 'stage', 'toolset=msvc-10.0express,msvc-9.0express,msvc-8.0express,msvc-7.1']'
>
> error: Duplicate name of actual target:<pI:\1_46_1-installer\stage\lib>mpi.pyd
>

The name of this library is not mangled,
so you can't put two versions of it in
the same directory.

In Christ,
Steven Watanabe


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