1 sudo apt install expect
2
You seem to have the current working directory in your LD_LIBRARY_PATH environment variable. This doesn’t work.
make: *** [core-dependencies] 錯誤 1
将这个环境变量清除
export LD_LIBRARY_PATH=
本文介绍了解决make过程中遇到的错误方法。当出现由于LD_LIBRARY_PATH环境变量包含当前工作目录而导致的make错误时,可以通过清除该环境变量来修复问题。
1 sudo apt install expect
2
You seem to have the current working directory in your LD_LIBRARY_PATH environment variable. This doesn’t work.
make: *** [core-dependencies] 錯誤 1
将这个环境变量清除
export LD_LIBRARY_PATH=
1472
6068

被折叠的 条评论
为什么被折叠?