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

make error /usr/bin/ld: cannot find -l boost_thread #31

Open
noobgrow opened this issue Dec 24, 2018 · 0 comments
Open

make error /usr/bin/ld: cannot find -l boost_thread #31

noobgrow opened this issue Dec 24, 2018 · 0 comments

Comments

@noobgrow
Copy link

noobgrow commented Dec 24, 2018

image
CXX tools/upgrade_net_proto_binary.cpp CXX examples/rbox/deploy/librbox.cpp examples/rbox/deploy/librbox.cpp: In function ‘double Overlap(double*, double*)’: examples/rbox/deploy/librbox.cpp:567:7: warning: unused variable ‘i’ [-Wunused-variable] int i; ^ examples/rbox/deploy/librbox.cpp: In function ‘void DecodeAndNMS(double*, double*, int*, double*, int*, double)’: examples/rbox/deploy/librbox.cpp:574:7: warning: unused variable ‘i’ [-Wunused-variable] int i; ^ examples/rbox/deploy/librbox.cpp: In function ‘void NMS(double*, int*, double*, int*, double)’: examples/rbox/deploy/librbox.cpp:587:7: warning: unused variable ‘i’ [-Wunused-variable] int i; ^ CXX .build_release/src/caffe/proto/caffe.pb.cc AR -o .build_release/lib/libcaffe.a LD -o .build_release/lib/libcaffe.so.1.0.0-rc3 /usr/bin/ld: cannot find -l boost_thread collect2: error: ld returned 1 exit status Makefile:568: 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
can u help me ?!!
image
I have libboost_thread.o in /usr/lib,but it still cant find it
I dont know how to fix it, anyone can help me ?
thanks a lot in advance!

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

1 participant