编译错误:对

时间:2016-02-02 12:28:04

标签: c++ compiler-errors

我试图运行本页底部提供的代码:http://www.rolfmuertter.com/code/nw.php(main.cpp,nw.cpp和nw.h)。但是当我尝试编译时,我得到以下错误:

main.o:在函数main': main.cpp:(.text+0x1b9): undefined reference to nw(std :: string,std :: string,std :: string&,std :: string&,bool)' main.cpp :(。text + 0x1e4):对`print_al(std :: string&,std :: string&)'的未定义引用 collect2:错误:ld返回1退出状态

任何sugestions?

1 个答案:

答案 0 :(得分:0)

我可以用下面的行编译它,所以你可能需要将nw.cpp添加到编译器行。这是铿锵的。

clang++ -Wall -o nw main.cpp nw.cpp