views:

58

answers:

2

global destructor keyed to (commands.cpp) undefined reference to boost::system::get_system_category()

How to resolve this error?

A: 

You need to link to the Boost.System library as well. It is a dependency of Boost.Filesystem in later releases of Boost.

Cwan
A: 

You need to include boost_system into you link libraries.

jopa