|
Boost-Build : |
From: avib369 (avibahra_at_[hidden])
Date: 2020-11-16 16:55:18
In my project i build using python-extension:
python-extension ecflow : [ glob src/*.cpp ]
/theCore//core
/theNodeAttr//nodeattr
/theNode//node
/theBase//base
/theClient//libclient
/theSimulator//libsimu
/site-config//boost_filesystem
/site-config//boost_program_options
/site-config//boost_datetime
/site-config//boost_python
: <variant>debug:<define>DEBUG
<toolset>acc:<library>hpux_std_libs
<library>/site-config//openssl_libs
;
I want to be able build both static/shared versions of the other boost libs, hence i choose:
b2 link=static
It appears that boost build for python-extension automatically adds -ldl -lpthread -lutil
In the past my machine, had static versions of libdl.a, libpthread.a, libutil.a, and I could build both variants.
However these file donât exist on my new machine, only the shared libs.
How can i now build statically, but use shared versions of -ldl -lpthread -lutil ?
Best regards,
Avi
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