Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-07-17 03:01:30


On Tuesday 15 July 2008 16:29:12 William Marié wrote:
>
> Hi,
>
> We have a problem using BOOST_DEBUG_PYTHON in our project because the
> generated library is called boost....gyd....lib and when we try to link it
> tries to link with boost...gd...lib, i had a look in the auto_link.hpp file
> and nothing has been coded to handle such a thing.
>
> For example i need to create a library (A) using boost python and boost
> thread with python-debbuging, when it compiles the generated libraries are
> called boostpython...gyd...lib and boostthread....gyd...lib.
> If after i try to link (A) with another target (B) bjam try to look for
> boostthread...gd.....lib and not the gyd.
>
> Could someone tell me what i'am doing wrong ?

I suspect you have to raise this on boost_at_lists.boost.org. Autolink magic is
not part of Boost.Build, and I don't know what fix would be appropriate.

- 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