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

Makefile using IPP lib

mhellmann
Beginner
498 Views
Hi,
IPP forXeon procunder Linux ...
I've got a Makefile which include IPP includes and libraries !
How would I do to include libraries in the Makefile ???
Actually in the makefile :
...
IPPLIB = -L/opt/intel/.../sharedlib -L/opt/intel/.../sharedlib/linuxAM64t -lipp
...
It failed because can'tfind -lipp
any solutions please ???
thX
/MH
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
498 Views
Hi,
linker can't find library specified as -lipp because there is no such library. You need to use something like -lippi -lipps -lippcore. Please take a look on any IPP sample for Linux to see how you need specify IPP libraries in Linux
Regards,
Vladimir
0 Kudos
Reply