Skip to content
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

$PREFIX/share/opencv/3rdparty/lib not mentioned in opencv.pc #6338

Closed
Marqin opened this issue Mar 28, 2016 · 1 comment
Closed

$PREFIX/share/opencv/3rdparty/lib not mentioned in opencv.pc #6338

Marqin opened this issue Mar 28, 2016 · 1 comment

Comments

@Marqin
Copy link

Marqin commented Mar 28, 2016

  • OpenCV version: 3.1
  • Host OS: Linux (Arch Linux) & OS X ( El Capitan )
  • Compiler & CMake: GCC 5.3 & CMake 3.5

libippicv.a is installed as $PREFIX/share/opencv/3rdparty/lib/libippicv.a, but -L$PREFIX/share/opencv/3rdparty/lib is not put into opencv.pc, so linker, when fed by pkg-config flags, fails with:

/usr/bin/ld: cannot find -lippicv
@Marqin Marqin changed the title /usr/share/opencv/3rdparty/lib not mentioned in opencv.pc $PREFIX//share/opencv/3rdparty/lib not mentioned in opencv.pc Mar 28, 2016
@Marqin Marqin changed the title $PREFIX//share/opencv/3rdparty/lib not mentioned in opencv.pc $PREFIX/share/opencv/3rdparty/lib not mentioned in opencv.pc Mar 28, 2016
@alalek
Copy link
Member

alalek commented Mar 28, 2016

Try the latest master branch.
There were some issues about this: #5841 #5852 #6163 and some fix: #5861

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants