Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

Static linking with IPP

abhijit_naik27
Beginner
225 Views

Hi,

I am trying to use IPP with OpenCV. For my application, I need static linking of IPP libraries.

When building application with static libraries of IPP, I am getting undefined reference to ippStaticInitBest(), eventhough I have declared it in ippcore.h as per document http://cache-www.intel.com/cd/00/00/21/93/219301_linkage_models.pdf.

My system specifications are,

Platform x86

IPP version 5.1

OpenCV version 1.0.0

Linux 2.4 Kernel

OS Redhat 7

Thanx in advance

0 Kudos
1 Reply
Arkadi
Beginner
225 Views
Try simply ippStaticInit()
0 Kudos
Reply