opencv error : /usr/bin/ld: cannot find -lippicv

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/jasonzzj/article/details/73917862
Wrongly associated library path!
find  /usr/local/ -name  "libippicv*"
Add the path returned to the LIBS path or you can symlink libippicv.a to /usr/local/lib

猜你喜欢

转载自blog.csdn.net/jasonzzj/article/details/73917862