Boost logo

Boost-Build :

Subject: Re: [Boost-build] Boost 1.55 build failure on Ubuntu
From: Arindam Mukherjee (arindam.mukerjee_at_[hidden])
Date: 2014-03-21 00:16:34


On Fri, Mar 21, 2014 at 9:37 AM, Steven Watanabe <watanabesj_at_[hidden]> wrote:
> AMDG
>
> On 03/20/2014 08:45 PM, Arindam Mukherjee wrote:
>>
>> 2. Commands run:
>>
>> $ cd boost_1_55_0
>> $ ./bootstrap.sh --prefix=/opt/boost_1_55_0
>> --without-libraries=graph,graph_parallel,mpi
>> $ ./b2 variant=debug,release link=shared runtime-link=shared
>> threading=multi cxxflags=--std=c++11
>>
>> The last command errors out with these messages: http://pastie.org/8955444
>>
>
> You're trying to build both debug and release libraries
> at the same time. These have the same name by default,
> hence the error. (duplicate name of actual target.)
> If you want to build multiple variants you need to
> use --layout=tagged or --layout=versioned.

Thank you. Worked without any problems. However, on Windows this
worked without --layout=tagged|versioned option. Does it have to do
with any differences in file naming conventions?

>
> In Christ,
> Steven Watanabe
>

Best.


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