Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-04-10 01:29:28


On Thursday 10 April 2008 03:22:07 Scout wrote:
> That is not correct.
> <link>static - specifies to link staticaly to boost_python libraries which
> works fine.

Oh, it appears python extensions are immune to <link>.
 
> I want C/S++ runtime to be linked statically as well

Ok, let's assume it's gonna work ;-)

> The problem is that <runtime-link>static complains about
> "libboost_python-vc80-mt-s-1_34_1.lib "
> <runtime-link>static is the same as specifying <cxxflags>/MT.
>
> Something wrong with the above lib file. I have checked that it is present.

Present where? Is there any -L option referring to the directory of that
file, either on the linker command line or in

        "bin\msvc-8.0\release\link-static\runtime-link-static\hello.pyd.rsp"

response file?

- 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