2014-01-07 61 views
-1

我試圖爲一個腳本硬幣制作一個exe文件。我已經安裝了必要的依賴關係,但遇到以下錯誤。Ubuntu製作文件錯誤

/usr/bin/ld: cannot find -lboost_system 
/usr/bin/ld: cannot find -lboost_filesystem 
/usr/bin/ld: cannot find -lboost_program_options 
/usr/bin/ld: cannot find -lboost_thread 
/usr/bin/ld: cannot find -ldb_cxx 
+0

如果你可以張貼的Makefile,會大大esier幫助你 –

回答

1

您需要安裝Boost庫

命令和apt-get安裝libboost-ALL-dev的

+0

我很確定我已經安裝了那些-_- 這擺脫了所有「升壓」錯誤,但我仍然堅持 /usr/bin/ld:找不到-ldb_cxx – user3170725

+0

@ user3170725可能要檢查這個http://stackoverflow.com/questions/11403513/berkeley-db-ldb-cxx-not-found – fduff