Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.



Undefined reference to 'boost::system::get_system_category()' (using Qt Creator)
link error (BEI 5).
One of the versions of Undefined reference to 'boost::system::get_system_category()', encountered when using Qt Creator.
/MyFolder/main.o:: In function '__static_initialization_and_destruction_0': |
Operating system(s) or programming environment(s)
Ubuntu 10.04 (lucid)
Qt Creator 2.0.0 Libraries used:
#------------------------------------------------- |
If you want to work with Boost.Asio:
#include <boost/asio.hpp> |
Or if you want to work with Boost.Filesystem:
#include <boost/filesystem.hpp> |
Add the following line to the Qt project file:
LIBS += -lboost_system |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.