1, installation Cuda, very simple, fool-type installation 2, http://caffe.berkeleyvision.org/install_yum.html in accordance with the installation of 3, the problem encountered: Ld-o. build_release/lib/ Libcaffe.so.1.0.0-rc3/bin/ld:cannot Find-lcblas/bin/ld:cannot Find-latlascollect2:error:ld returned 1 exit Statusmak E: * * * [. BUILD_RELEASE/LIB/LIBCAFFE.SO.1.0.0-RC3] Error 1 Solution: First determine whether there is configuration in the Makefile.config
BLAS_LIB
and Blas_include, remove the previous # No. If this is still the problem because Atlas now has changed its name, create a new soft-connect sudo ln-sv libsatlas.so.3.10 libcblas.so sudo ln-sv libsatlas.so.3.10 libatlas . So 4,/lib64/libgtk-x11-2.0.so.0:undefined reference to ' g_type_check_instance_is_fundamentally_a ' The problem is caused by the absence of the installation package: CentOS below: Run:
yum groupinstall "Development Tools"
yum install gtk+-devel gtk2-devel
CentOS 7 Installation Caffe