-1

/usr/bin/ld: cannot find -lmdb 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

How to get rid of this problem.

1 Answers1

0

Make sure that the library file your are trying to use while compiling is present in the path that your have given while compiling...

dheeraj Vadlani
  • 377
  • 2
  • 13