gpt4 book ai didi

compiler-errors - 无根:/usr/bin/ld: cannot find -lxxxx

转载 作者:行者123 更新时间:2023-12-02 10:47:46 31 4
gpt4 key购买 nike

我尝试在Linux系统上无根安装caffe。我发现了这个this指令。现在在编译caffe的某个时刻,我收到以下错误消息:

$make all -j8
LD -o .build_release/lib/libcaffe.so.1.0.0-rc3
/usr/bin/ld: cannot find -lglog
/usr/bin/ld: cannot find -lhdf5_hl
/usr/bin/ld: cannot find -lhdf5
/usr/bin/ld: cannot find -lsnappy
/usr/bin/ld: cannot find -lcblas
/usr/bin/ld: cannot find -latlas
collect2: error: ld returned 1 exit status
Makefile:563: recipe for target '.build_release/lib/libcaffe.so.1.0.0-rc3' failed

有人知道如何在没有root特权的情况下解决此问题吗?

最佳答案

在执行caffe之前,您需要安装make all -j8依赖项。

 sudo apt-get update
sudo apt-get upgrade
sudo apt-get install -y libprotobuf-dev libleveldb-dev libsnappy-dev libhdf5-serial-dev protobuf-compiler
sudo apt-get install -y libatlas-base-dev
sudo apt-get install -y --no-install-recommends libboost-all-dev
sudo apt-get install -y libgflags-dev libgoogle-glog-dev liblmdb-dev

关于compiler-errors - 无根:/usr/bin/ld: cannot find -lxxxx,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50131619/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com