liulei01 / DRBox

A deep learning based algorithm to detect rotated object, for example, objects in remote sensing images
Other
421 stars 142 forks source link

can`t find -lhdf5_serial_hl #12

Open DL-ljw opened 6 years ago

DL-ljw commented 6 years ago

Hi @liulei01 , sorry for bothering you. When I make caffe, I got the following information. What I should do?

AR -o .build_release/lib/libcaffe.a LD -o .build_release/lib/libcaffe.so.1.0.0-rc3 /usr/bin/ld: 找不到 -lhdf5_serial_hl /usr/bin/ld: 找不到 -lhdf5_serial collect2: error: ld returned 1 exit status make: *** [.build_release/lib/libcaffe.so.1.0.0-rc3] 错误 1

EchoIR commented 6 years ago

我也是这样的问题,您解决了吗

nursinghoming commented 6 years ago

解决了没?前辈

Chavez-Zhu commented 6 years ago

Makefile line181: change LIBRARIES += glog gflags protobuf boost_system boost_filesystem m hdf5_serial_hl hdf5_serial to LIBRARIES += glog gflags protobuf boost_system boost_filesystem m hdf5_hl hdf5

fujingling commented 5 years ago

@Chavez-Zhu thank you, its work

Makefile line181: change LIBRARIES += glog gflags protobuf boost_system boost_filesystem m hdf5_serial_hl hdf5_serial to LIBRARIES += glog gflags protobuf boost_system boost_filesystem m hdf5_hl hdf5