Boost logo

Boost :

Subject: Re: [boost] Suppressing boost.thread and boost.system symbolsinshared library
From: Philip Bennefall (philip_at_[hidden])
Date: 2013-08-01 18:50:36


Hi Andrey,

I tested this, and while my shared library (which is the component that uses
Boost internally) builds fine, when I try to link that with a test client
program I get:

.//libtest.so: undefined reference to `boost::system::system_category()'
.//libtest.so: undefined reference to `boost::system::generic_category()'

The client program doesn't talk to boost.system at all. Do you think this is
due to the visibility options that I used while building thred and system?
Should I just forget about it and leave the symbols in?

Kind regards,

Philip Bennefall


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk