Boost logo

Boost-Build :

Subject: Re: [Boost-build] building libboost_python-mt-s.so*
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2015-10-19 13:53:16


AMDG

On 10/19/2015 10:12 AM, Paul Hatton wrote:
> Apologies for missing the obvious (I must be); I've also tried the list archives but can't find this mentioned.
> <snip>
> Can anyone give me a pointer as to why this specific shared library is not built when the static one is?
>

  The -s in the name indicates that it links to
the static C++ runtime. When you're building
a shared library, you need to use a shared
runtime as well.

In Christ,
Steven Watanabe


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