问题描述
/usr/bin/ld: cannot find -ldlib
/usr/bin/ld: cannot find -lcblas
/usr/bin/ld: cannot find -llapack
在centos7中执行dlib库代码的过程中,最多执行了'cmake'。
但是在make的过程中出现了上面的错误。我如何解决它? (在ubuntu中,只有/usr/bin/ld: cannot find -ldlib 出现问题)
解决方法
我遇到了这个问题并通过在我的 ubuntu(20.04) 操作系统上安装这个库来解决它:
sudo apt install libatlas-base-dev