Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-03-22 06:47:07


On Saturday 12 March 2005 01:24, DJB wrote:
> I'm having trouble enabling map files with msvc-7.1. Any help would be
> appreciated.
>
> This works:
>
> bjam --v2 threading=multi rtti=off msvc-7.1 release
> link-runtime=static myproject
>
>
> This fails with 'duplicate name of actual target' error:
>
> bjam --v2 threading=multi rtti=off msvc-7.1 release
> linkflags="-MAP"
> linkflags="-MAPINFO:EXPORTS"
> linkflags="-MAPINFO:LINES"
> link-runtime=static myproject
>
> Maybe the ":" character is causing confusion?

I doubt, at least it's not the reason for the error you see. Can you try
adding the above "linkflags" as requirements to an individual target, or as
project requirements?

HTH,
Volodya

 


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