3 Sep
2008
3 Sep
'08
7:08 p.m.
On Sat, Aug 23, 2008 at 12:10 PM, Vladimir Prus
Presumably, if you have underfined references to symbols of Boost.System library, you need to link to that library?
(This does not matter for shared linking, since shared Boost.Filesystem library refers to Boost.System library, but no such 'reference' mechanism exists for static libraries).
- Volodya
Really? I thought that libary usage-requirements were supposed to solve that problem for static libs in boost build. - Mat