|
Boost-Build : |
From: DJB (usrlocalinfo_at_[hidden])
Date: 2005-03-11 17:24:13
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? Anyone have success
getting mapfiles with bjam v2 and msvc?
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