global destructor keyed to (commands.cpp) undefined reference to boost::system::get_system_category()
How to resolve this error?
global destructor keyed to (commands.cpp) undefined reference to boost::system::get_system_category()
How to resolve this error?
You need to link to the Boost.System library as well. It is a dependency of Boost.Filesystem in later releases of Boost.