当前位置: 技术问答>linux和unix
gcc不同版本 编译问题
来源: 互联网 发布时间:2016-05-29
本文导语: 大家好! 小弟最近在跑TSE(一学习型搜索引擎的代码)的源码,make时出错,信息如下: g++ -o DocSegment DocSegment.o Md5.o Url.o Document.o StrFun.o Query.o DisplayRst.o ChSeg/HzSeg.o ChSeg/Dict.o ChSeg/HzSeg.o: In function `CHzSeg::Segmen...
大家好!
小弟最近在跑TSE(一学习型搜索引擎的代码)的源码,make时出错,信息如下:
g++ -o DocSegment DocSegment.o Md5.o Url.o Document.o StrFun.o Query.o DisplayRst.o ChSeg/HzSeg.o ChSeg/Dict.o
ChSeg/HzSeg.o: In function `CHzSeg::SegmentURL(/tech-qa-linux/CDict&, std__basic_string/index.html) const':
HzSeg.cpp:(.text+0xe74): undefined reference to `std::basic_string::_S_empty_rep_storage'
HzSeg.cpp:(.text+0xe83): undefined reference to `std::basic_string::_S_empty_rep_storage'
ChSeg/HzSeg.o: In function `char* std::basic_string::_S_construct(char const*, char const*, std::allocator const&, std::forward_iterator_tag)':
HzSeg.cpp:(.gnu.linkonce.t._ZNSs12_S_constructIPKcEEPcT_S3_RKSaIcESt20forward_iterator_tag+0x25): undefined reference to `std::basic_string::_Rep::_S_create(unsigned int, std::allocator const&)'
HzSeg.cpp:(.gnu.linkonce.t._ZNSs12_S_constructIPKcEEPcT_S3_RKSaIcESt20forward_iterator_tag+0x55): undefined reference to `std::basic_string::_S_empty_rep_storage'
HzSeg.cpp:(.gnu.linkonce.t._ZNSs12_S_constructIPKcEEPcT_S3_RKSaIcESt20forward_iterator_tag+0x62): undefined reference to `std::basic_string::_S_empty_rep_storage'
ChSeg/Dict.o: In function `CDict::CDict()':
Dict.cpp:(.text+0x14): undefined reference to `std::__default_alloc_template::allocate(unsigned int)'
ChSeg/Dict.o: In function `CDict::CDict()':
Dict.cpp:(.text+0xb0): undefined reference to `std::__default_alloc_template::allocate(unsigned int)'
ChSeg/Dict.o: In function `std::_Rb_tree::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair const&)':
Dict.cpp:(.gnu.linkonce.t._ZNSt8_Rb_treeISsSt4pairIKSsiESt10_Select1stIS2_ESt4lessISsESaIS2_EE9_M_insertEPSt18_Rb_tree_node_baseSA_RKS2_+0x24): undefined reference to `std::__default_alloc_template::allocate(unsigned int)'
ChSeg/Dict.o: In function `std::__simple_alloc::deallocate(std::_Rb_tree_node*, unsigned int)':
Dict.cpp:(.gnu.linkonce.t._ZNSt14__simple_allocISt13_Rb_tree_nodeISt4pairIKSsiEESt24__default_alloc_templateILb1ELi0EEE10deallocateEPS4_j+0x17): undefined reference to `std::__default_alloc_template::deallocate(void*, unsigned int)'
ChSeg/Dict.o: In function `std::_Rb_tree::_M_create_node(std::pair const&)':
Dict.cpp:(.gnu.linkonce.t._ZNSt8_Rb_treeISsSt4pairIKSsiESt10_Select1stIS2_ESt4lessISsESaIS2_EE14_M_create_nodeERKS2_+0xf): undefined reference to `std::__default_alloc_template::allocate(unsigned int)'
Dict.cpp:(.gnu.linkonce.t._ZNSt8_Rb_treeISsSt4pairIKSsiESt10_Select1stIS2_ESt4lessISsESaIS2_EE14_M_create_nodeERKS2_+0x4b): undefined reference to `std::__default_alloc_template::deallocate(void*, unsigned int)'
collect2: ld 返回 1
make: *** [DocSegment] 错误 1
小弟在网上查了下,查到一种可能的原因:
可能是gcc版本不一样,
开发版本gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-20)
我机器版本:gcc (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7)
我机器时vista下虚拟机种装的fedora 10,双核的,不知道这个有影响没?
我现在问题,
我如何重装GCC,先卸了,在装一个旧版本的?
stdlib++问题?
如果stdlib++里的东东没有变,好像还是不行,需,
如果stdlib++里的东东变了,会不会对以前的程序链接有影响?
或者是有没有其他方式重装?
或者可能是其他的问题导致的?怎么才能跑起来?
这里有一帖,问题类似https://www.linuxquestions.org/questions/linux-software-2/g-compiles-but-not-gcc-356925/
小弟才开始接触,许多问题都不是蛮明白,如果哪里说错了,希望大家不吝赐教。
这里先谢谢大家了
小弟最近在跑TSE(一学习型搜索引擎的代码)的源码,make时出错,信息如下:
g++ -o DocSegment DocSegment.o Md5.o Url.o Document.o StrFun.o Query.o DisplayRst.o ChSeg/HzSeg.o ChSeg/Dict.o
ChSeg/HzSeg.o: In function `CHzSeg::SegmentURL(/tech-qa-linux/CDict&, std__basic_string/index.html) const':
HzSeg.cpp:(.text+0xe74): undefined reference to `std::basic_string::_S_empty_rep_storage'
HzSeg.cpp:(.text+0xe83): undefined reference to `std::basic_string::_S_empty_rep_storage'
ChSeg/HzSeg.o: In function `char* std::basic_string::_S_construct(char const*, char const*, std::allocator const&, std::forward_iterator_tag)':
HzSeg.cpp:(.gnu.linkonce.t._ZNSs12_S_constructIPKcEEPcT_S3_RKSaIcESt20forward_iterator_tag+0x25): undefined reference to `std::basic_string::_Rep::_S_create(unsigned int, std::allocator const&)'
HzSeg.cpp:(.gnu.linkonce.t._ZNSs12_S_constructIPKcEEPcT_S3_RKSaIcESt20forward_iterator_tag+0x55): undefined reference to `std::basic_string::_S_empty_rep_storage'
HzSeg.cpp:(.gnu.linkonce.t._ZNSs12_S_constructIPKcEEPcT_S3_RKSaIcESt20forward_iterator_tag+0x62): undefined reference to `std::basic_string::_S_empty_rep_storage'
ChSeg/Dict.o: In function `CDict::CDict()':
Dict.cpp:(.text+0x14): undefined reference to `std::__default_alloc_template::allocate(unsigned int)'
ChSeg/Dict.o: In function `CDict::CDict()':
Dict.cpp:(.text+0xb0): undefined reference to `std::__default_alloc_template::allocate(unsigned int)'
ChSeg/Dict.o: In function `std::_Rb_tree::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair const&)':
Dict.cpp:(.gnu.linkonce.t._ZNSt8_Rb_treeISsSt4pairIKSsiESt10_Select1stIS2_ESt4lessISsESaIS2_EE9_M_insertEPSt18_Rb_tree_node_baseSA_RKS2_+0x24): undefined reference to `std::__default_alloc_template::allocate(unsigned int)'
ChSeg/Dict.o: In function `std::__simple_alloc::deallocate(std::_Rb_tree_node*, unsigned int)':
Dict.cpp:(.gnu.linkonce.t._ZNSt14__simple_allocISt13_Rb_tree_nodeISt4pairIKSsiEESt24__default_alloc_templateILb1ELi0EEE10deallocateEPS4_j+0x17): undefined reference to `std::__default_alloc_template::deallocate(void*, unsigned int)'
ChSeg/Dict.o: In function `std::_Rb_tree::_M_create_node(std::pair const&)':
Dict.cpp:(.gnu.linkonce.t._ZNSt8_Rb_treeISsSt4pairIKSsiESt10_Select1stIS2_ESt4lessISsESaIS2_EE14_M_create_nodeERKS2_+0xf): undefined reference to `std::__default_alloc_template::allocate(unsigned int)'
Dict.cpp:(.gnu.linkonce.t._ZNSt8_Rb_treeISsSt4pairIKSsiESt10_Select1stIS2_ESt4lessISsESaIS2_EE14_M_create_nodeERKS2_+0x4b): undefined reference to `std::__default_alloc_template::deallocate(void*, unsigned int)'
collect2: ld 返回 1
make: *** [DocSegment] 错误 1
小弟在网上查了下,查到一种可能的原因:
可能是gcc版本不一样,
开发版本gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-20)
我机器版本:gcc (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7)
我机器时vista下虚拟机种装的fedora 10,双核的,不知道这个有影响没?
我现在问题,
我如何重装GCC,先卸了,在装一个旧版本的?
stdlib++问题?
如果stdlib++里的东东没有变,好像还是不行,需,
如果stdlib++里的东东变了,会不会对以前的程序链接有影响?
或者是有没有其他方式重装?
或者可能是其他的问题导致的?怎么才能跑起来?
这里有一帖,问题类似https://www.linuxquestions.org/questions/linux-software-2/g-compiles-but-not-gcc-356925/
小弟才开始接触,许多问题都不是蛮明白,如果哪里说错了,希望大家不吝赐教。
这里先谢谢大家了
|
你卸载干净了没?下个包过来./configure,make吧
|
Linux下经常出这种问题,很恼火
|
看了你的编译结果,貌似编译器安装的不够完整,标准库解析出问题啦...