1
在我的OSX安裝opencv3後,我運行此命令庫未找到-lippicv
g++ -ggdb `pkg-config --cflags --libs opencv` facedetect.cpp -o /tmp/test && /tmp/test
我得到這個錯誤
ld: library not found for -lippicv
clang: error: linker command failed with exit code 1 (use -v to see invocation)