-
Notifications
You must be signed in to change notification settings - Fork 94
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 caffe error #7
Comments
It seems that some implementations cannot be found. For example, |
I checked |
Hi there, I just came across this issue a few days ago. In my case, it is introduced by the libcaffe.so libcaffe.a linking error. This is because my server has been installed another version of caffe in the library path. And the Makefile finds the package from the system library path first and then the build library path. You may try whether the change of the Makefile as below to solve the problem. change the: Hope it helps. |
At first time when I make caffe, everything is good. Today when I try to make it again ( I did make clean before make), it shows following error.
I cannot figure out the reason. Could you give me some suggestions? Thanks.
The text was updated successfully, but these errors were encountered: