开发平台(Platform): (Ex: VC++, GCC, Linux, ...)
CentOS
额外使用到的函数库(Library Used): (Ex: OpenGL, ...)
TBB
问题(Question):
小弟曾在 #1MyEC2hp 请益关于编译时怎么解决需要link library的问题,
最后知道只要在编译指令后方加入 -l<library name> 参数就好了,
但现在是需要make一个专案。
在板上有/makefile 过,也Google过“makefile link lib”关键字,
可是都没找到满意答案。
我的Makefile: https://gist.github.com/anonymous/b5a62411d51eca3c87f5
不太明白要在哪个地方加入 -ltbb 指令去link tbb library,
曾在 LIBS = -lz 的后方空一格再加上-ltbb,执行make依然error。
希望大家帮帮我 Orz。
愿意给成功解答的人200P,拜托了
喂入的资料(Input):
预期的正确结果(Expected Output):
错误结果(Wrong Output):
程式码(Code):(请善用置底文网页, 记得排版)
补充说明(Supplement):