VPGNet
VPGNet copied to clipboard
facing a problem when make all
CXX/LD -o .build_release/tools/compute_image_mean.bin
.build_release/lib/libcaffe.so: undefined reference to void caffe::hdf5_load_nd_dataset<double>(int, char const*, int, int, caffe::Blob<double>*)' .build_release/lib/libcaffe.so: undefined reference to
void caffe::hdf5_load_nd_datasetcaffe::hdf5_get_name_by_idx[abi:cxx11](int, int)' .build_release/lib/libcaffe.so: undefined reference to
void caffe::hdf5_save_nd_datasetcaffe::hdf5_get_num_links(int)' .build_release/lib/libcaffe.so: undefined reference to
void caffe::hdf5_save_nd_dataset
Hi @quasae ,
were you able to figure out the solution for the above problem.
Compiler cannot find library hdf5, you should add the path of hdf5 to library path, for example: