Boost logo

Boost-Build :

Subject: Re: [Boost-build] Problem building boost1.45 and 1.46 on Window SEVEN with MinGW
From: Jürgen Hunold (juergen.hunold_at_[hidden])
Date: 2011-02-25 12:55:45


Hi,

On Friday, 25. February 2011 18:11:52 Claudio La Rosa wrote:
> I Use the
> Bjam command line like this:
> bjam --toolset=gcc --layout=system --with-
> thread stage

It ist only "toolset=gcc".

> bjam --toolset=gcc --buidl-type=complete link=static,
> shared threading=single,multi optimization=space

"--buidl-type=complete" is ignored due to typo.

You should definetely use "--layout=tagged" when building special variants like
"optimization=space" because with "--layout=system" (default (!)) they end up
with the same filenames. And those are the "duplicate targets" with which
Boost.Build errors out.
Or you issue separete commandlines (one variant at a time) and let Boost.Build
overwrite previously generated files.

Yours,

Jürgen

-- 
* Dipl.-Math. Jürgen Hunold       ! Ingenieurgesellschaft für 
* voice: ++49 511 262926 57       ! Verkehrs- und Eisenbahnwesen mbH  
* fax  : ++49 511 262926 99       ! Lister Straße 15
* juergen.hunold_at_[hidden]        ! www.ivembh.de
* 
* Geschäftsführer:                ! Sitz des Unternehmens: Hannover
* Prof. Dr.-Ing. Thomas Siefer    ! Amtsgericht Hannover, HRB 56965
* PD Dr.-Ing. Alfons Radtke       !

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