c++ -/usr/bin/ld : cannot find -ldlib/usr/bin/ld: cannot find -lcblas/usr/bin/ld: cannot find -llapack

标签 c++ centos dlib lapack

/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

关于c++ -/usr/bin/ld : cannot find -ldlib/usr/bin/ld: cannot find -lcblas/usr/bin/ld: cannot find -llapack,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66023082/

相关文章:

c++ - 使用 std::vector 缓冲区的高效输入处理

php - 使用PHP在CentOS上生成网站截图

ruby-on-rails - Nokogiri 忽略 utf-8 设置

python - Django SMTPServerDisconnected : Connection unexpectedly closed using Postfix on Centos

python - 安装 dlib python 模块出现段错误

c++ - 如何销毁 OOP 中的静态数据成员?

c++ - 在 C++ 中,为什么 "assert"不是关键字?

c++ - 为什么 0 < string.size() - N 为真,而 string.size() = 0

python-3.x - 使用dlib和opencv进行眨眼检测

Python:将参数传递给函数