我試圖爲一個腳本硬幣制作一個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
如果你可以張貼的Makefile,會大大esier幫助你 –