Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can`t find -lhdf5_serial_hl #12

Open
DL-ljw opened this issue Mar 4, 2018 · 4 comments
Open

can`t find -lhdf5_serial_hl #12

DL-ljw opened this issue Mar 4, 2018 · 4 comments

Comments

@DL-ljw
Copy link

DL-ljw commented Mar 4, 2018

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
Copy link

EchoIR commented May 9, 2018

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

@nursinghoming
Copy link

解决了没?前辈

@Chavez-Zhu
Copy link

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
Copy link

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants