Boost logo

Boost-Build :

Subject: Re: [Boost-build] Name Conflict when Building Boost libraries with Cygwin/GCC
From: Lars Viklund (zao_at_[hidden])
Date: 2012-08-29 04:13:17


On Wed, Aug 29, 2012 at 09:19:12AM +0200, Robert Hegner wrote:
> I cannot build the boost libraries using GCC in a Cygwin terminal
> because there seems to be a name conflict (same target name for debug
> and release version).
>
> I originally posted this question on stackoverflow but now answers yet.
> Could anyone please have a look at this? You can find more information
> there on stackoverflow:
>
> http://stackoverflow.com/q/12160985/487356

There's an answer there, with the solution to use --layout=versioned or
--layout=tagged.

The default on unixy systems is --layout=system, which doesn't add any
sort of sane tags, leading to the conflict you get.

Note that this list is primarily about the build system itself, not the
particular application that is "building Boost."

-- 
Lars Viklund | zao_at_[hidden]

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