While compiling Caffe in Ubuntu 16.04, I got the following error:
LD -o .build_release/lib/libcaffe.so.1.0.0-rc3
/usr/bin/ld: cannot find -lhdf5_hl
/usr/bin/ld: cannot find -lhdf5
collect2: error: ld returned 1 exit status
Makefile:563: recipe for target '.build_release/lib/libcaffe.so.1.0.0-rc3' failed
make: *** [.build_release/lib/libcaffe.so.1.0.0-rc3] Error 1
Please suggest a way to successfully install caffe by removing this error?
libhdf5-serial-dev
? – steeldriver Jun 12 '16 at 13:22./configure LDFLAGS=-L/usr/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH)/hdf5/serial
– steeldriver Jun 12 '16 at 14:58