gcc 版本引發的 stl 鏈接錯誤

It compiles fine with gcc 4.3.1 and 4.4.3, but with the new 4.5.0 I get those two missing symbols in linking:

std::_List_node_base::_M_hook(std::_List_node_base*)
std::_List_node_base::_M_unhook()
我的將gcc版本從4.5.0降階到【gcc version 4.3.4 [gcc-4_3-branch revision 152973] (SUSE Linux) 】,如上所述的stl鏈接錯誤不在發生。
相關文章
相關標籤/搜索