1 Aug
2013
1 Aug
'13
10:50 p.m.
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