当前位置: 技术问答>linux和unix
stl编译问题
来源: 互联网 发布时间:2016-01-26
本文导语: 有段代码在windows下编译成功 但是在linux下编译报错: : undefined reference to `std::list::erase(std::_List_iterator)' 请问makefile要怎么写啊??? | 那是不是请把你的makefile贴来看看,并告知要使用函...
有段代码在windows下编译成功 但是在linux下编译报错:
: undefined reference to `std::list::erase(std::_List_iterator)'
请问makefile要怎么写啊???
: undefined reference to `std::list::erase(std::_List_iterator)'
请问makefile要怎么写啊???
|
那是不是请把你的makefile贴来看看,并告知要使用函数的文件名?
|
看你的代码是没有问题,错误应该是其他函数引起的
|
把你的makefile贴出来让我们看看