0

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

How to resolve this error?

2 Answers 2

2

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

Sign up to request clarification or add additional context in comments.

Comments

1

You need to include boost_system into you link libraries.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.