Can't build toolbox. Qt Creator 2.4.1, gcc 4.4.7 on Linux 2.6.32 64bit with Redhat 6.5 (KDE 4.3.4)
-
I have an issue with building a c++ toolbox consisting of functions. I use the same toolbox with qtcreator on my windows computer (although the toolbox is specifically tailored to Windows in this case). Other people use the same toolbox with qtcreator on Linux.
I use Cmake; cmake runs fine. When I try to build the application I get the error: "undefined reference to std::__detail::_List_node_base::_M_unhook()", "undefined reference to "std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)" and std::invalid_argument::~invalid_argument()" which occur in the Boost library
I use Qt Creator 2.4.1 and have gcc 4.4.7. My OS is Redhat 6.
From what I could find the issue is the linking of the libraries, but I haven't been able to fix the problem.