Je suis ce qui suit tutoriel pour installer caffe sur mon OSX High Sierra.
J'ai suivi toutes les étapes mais je suis bloqué lors de l'installation de l'exemple R-CNN à cette étape :
$ make -j8 && make pycaffe
LD -o .build_release/lib/libcaffe.so
clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
ld: cannot link directly with /System/Library/Frameworks//vecLib.framework/vecLib for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [.build_release/lib/libcaffe.so] Error 1
Mais la bibliothèque veclib est présente :
$ ls /System/Library/Frameworks//vecLib.framework/vecLib
/System/Library/Frameworks//vecLib.framework/vecLib
Pouvez-vous m'aider à résoudre ce problème ?