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

Linking IPP Lib to Intel Compiler in Linux

Deleted_U_Intel
Employee
657 Views
I'm having a little problem linking to the IPP library for the Linux Intel Compiler. I've tried the "export LD_LIBRARY_PATH=/opt/intel/IPP/Sharedlib:$LD_LIBRARY_PATH" command as the manual instructed. However, I get a "undefined reference" at any IPP functions. I changed the compiler .cfg to include "-I/opt/intel/IPP/include" which allows the compiler to recognize special IPP structures just fine. Any ideas? Thanks.
0 Kudos
1 Reply
Intel_C_Intel
Employee
657 Views

By the way, did you tried to build any IPP sample for linux? They come with Makefile, so you can look what should be defined for linking with IPP libraries..

Vladimir

0 Kudos
Reply