Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 ns2 中运行 make 命令,但出现此错误:
undefined reference to Process::process_data_buffer(int, AppData*, int, int) collect2: ld returned 1 exit status make: *** [ns] Error 1
我正在使用 ubuntu 10.04,请提供任何帮助。
没有示例代码就无法定位问题。
但很可能.cpp文件中实现的成员函数与.h文件中声明的签名不同
仔细检查,确保它们相同。