我正在尝试创建一个makefile,但是在使用make时遇到了麻烦

时间:2019-04-19 17:17:32

标签: c++ makefile

我试图用两个不同的部分创建一个makefile,但我的错误含义却茫然无措。

clang ++ -Wall -g -o -c -oheap.oheap.cpp

x86_64体系结构的未定义符号:

“ huffmanNode :: operator <(huffmanNode const&)const”,引用自:

  heap::percolateUp(int, huffmanNode*) in heap-3ef15d.o

  heap::percolateDown(int) in heap-3ef15d.o

“ _ main”,引用自:

 implicit entry/start for main executable

ld:架构x86_64找不到符号

clang:错误:链接器命令失败,退出代码为1(使用-v查看调用) make:*** [heap.o]错误1

0 个答案:

没有答案