Boost logo

Boost-Build :

Subject: Re: [Boost-build] What constitutes equivalence for targets? target vs target.ext
From: Alexander Sack (pisymbol_at_[hidden])
Date: 2009-01-28 22:33:48


On Wed, Jan 28, 2009 at 10:21 PM, Steven Watanabe <watanabesj_at_[hidden]> wrote:
> AMDG
>
> Alexander Sack wrote:
>>
>> I have a simple Jamfile that specifies two targets:
>>
>> exe target1 : target1.cc ;
>>
>> exe target1.foo : target1_foo.cc ;
>>
>> When I tried to build them I get:
>>
>> error: Duplicate name of actual target: ...
>> error: previous virtual target { long list of gcc% - I believe gcc.jam
>> dump }
>>
>> Why? This seems like a bug. I'm using bjam 3.1.14, Boost.Build Milestone
>> 12.
>>
>
> The executable is named target1.exe in both cases.

But its not, I have target1.exe and target1.nodist.exe right? This is UNIX btw.

-aps


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