Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-07-10 11:59:16


On Wednesday 09 July 2008 17:09:45 William Marié wrote:
>
> Hi,
>
> I would like to install the boost-python dlls once compiled to be used with
> my program, for my dlls i used :
>
> install dist : dllname :
> <location>c:/toto
> ;
>
> so i tried to modify the jamfile located in boost/libs/python/build adding :
>
> install dist : boost_python :
> <location>c:/toto
> ;
>
> but it doesn't work...

In general, please avoid phrases such as "doesn't work" -- they are content free.
It could mean anything from having no effect, to burning down your house.

I think case, I presume, it has no effect. Why do you think it should? If you add
this new target to Boost's Jamfile, but never use this target, it's not built.
If you want to install boost python, you can use this, *in your project*

        install dist : /boost/python//boost_python : <location>c:/toto ;

and make sure this target is built.

- 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