Ask Your Question
1

unable to build ocv 3.0.0 due to undefined references

asked 2015-06-25 19:25:43 -0600

ryanvade gravatar image

I am unable to build opencv 3 due to undefined reference errors. http://slexy.org/view/s2vF4tffVJ I am trying to build opencv into a package for Arch Linux. Here is my PKGUBILD http://slexy.org/view/s2Ota0AUIR

The issue also occurs when building normally without makepkg. (IE directly with cmake and make)

edit retag flag offensive close merge delete

Comments

It seems that there is a problem with IPP lib. May be you use an old IPP lib

LBerger gravatar imageLBerger ( 2015-06-26 02:26:12 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2015-06-26 03:42:59 -0600

There could be two possibilities.

  1. You don't have IPP installed and trying to compile opencv with IPP.
  2. You don't have IPP installed properly ie, paths are not properly installed.

Possible solution.

  1. Make sure IPP is installed properly and run basis IPP tests if necessary.
  2. If it's not installed, you can add this flag -D BUILD_IPP=ON to build library with opencv compilation.

Hope it helps.

edit flag offensive delete link more

Comments

I have IPP 2015.8.2.2.187-3 installed and linking properly. Apparently it is having licensing issues right now so I am going to try building with -D BUILD_IPP=ON

ryanvade gravatar imageryanvade ( 2015-06-26 11:47:44 -0600 )edit

@ryanvade Let us know if it worked or not.

dastaan90 gravatar imagedastaan90 ( 2015-06-27 02:17:29 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2015-06-25 19:25:43 -0600

Seen: 219 times

Last updated: Jun 26 '15