開發平台(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):