“/usr/bin/ld: cannot find -lopenblas” error in Caffe compilation
问题 When I was compiling Caffe, I had this error, despite OpenBLAS is installed: AR -o .build_release/lib/libcaffe.a LD -o .build_release/lib/libcaffe.so /usr/bin/ld: cannot find -lopenblas collect2: ld devolvió el estado de salida 1 make: *** [.build_release/lib/libcaffe.so] Error 1 Is there a solution for it? 回答1: Including the base packs even after cloning OpenBlas and making will link the appropriate libraries in 14.04 and 16. apt install liblapack-dev liblapack3 libopenblas-base libopenblas