Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Clang error: no such file or directory: '$(STATIC_NAME)' #5667
+248
−3
OliviaMG commentedJun 3, 2017
Hi,
I used your caffe makefile to install caffe in my mac 10.12, but i found an error:
[ 72%] Linking CXX executable upgrade_net_proto_text
clang: error: no such file or directory: '$(STATIC_NAME)'
clang: warning: libstdc++ is deprecated; move to libc++ [-Wdeprecated]
make[2]: *** [tools/upgrade_net_proto_text] Error 1
make[1]: *** [tools/CMakeFiles/upgrade_net_proto_text.bin.dir/all] Error 2
make: *** [all] Error 2
would you mind tell me how to fix this issue? i didnt found any useful answer until now.
Thanks so much
@xianjiec