Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-10-15 08:12:16


On Friday 15 October 2004 10:15, Jürgen Hunold wrote:

> > If you have a jamfile that defines a library target and a stage rule,
> > first the library will be generated with the hardcoded paths. Next
> > the stage target will copy the library but requires a library without
> > hardcoded paths and thus requires to link the library again. This
> > might be unexpected behaviour too.
>
> Well, actually the paths are code into the *application*. And the stage
> rule actually relinks the exe.

Actually, they are coded in the library too. There's no good reason for that,
it's merely a side effect of the implementation.

So, I've changed hardcode-dll-paths true to be default, and committed the
changes.

- 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