原文:make[2]: *** No rule to make target `/root/.pyenv/versions/anaconda3-2.4.0/lib/libpython3.5m.so', needed by `evaluation.so'. Stop.

當出現No rule to make target ,肯定是Makefile有問題。 有的makefile是腳本生成的,你得看腳本的配置文件對不對。 我的是這個腳本生成的。發現是Pythondir的配置不對: PYTHON DIR home zgq anaconda cmake DPYTHON LIBRARY PYTHON DIR lib libpython . m.so DPYTHON INCL ...

2016-12-21 22:01 0 1496 推薦指數:

查看詳情

make: *** No rule to make target `build', needed by `default'. Stop.

出現此種情況,是linux系統沒有安裝先決條件 1、GCC——GNU編譯器集合(GCC可以使用默認包管理器的倉庫(repositories)來安裝,包管理器的選擇依賴於你使用的Linux發布版本,包 ...

Thu Oct 18 01:40:00 CST 2018 0 7138
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM