-
-
Notifications
You must be signed in to change notification settings - Fork 55.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/usr/bin/ld: cannot find -lippicv #5852
Comments
Thanks for report! |
If you compile like this is looks like it works
|
The solution can be found here: opencv/opencv#5852 Also, changed make -j4 to make -j $(nproc)
Wrongly associated library path! |
hi @Vishruit, |
When compiling some code I get this
When compiling with
opencv 2.4
it works (opencv installed with apt-get)Installing opencv
The text was updated successfully, but these errors were encountered: