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

Error in dynamic linkage

Deleted_U_Intel
Employee
348 Views
Hello,
In linking the shared libraries (seen below), I got the error message "No libraries found in the waterfall procedure".
INTEL_IPP = -L ./sharedlib -lippcore -lipps -lipp
Any hint?
Thanks
Chuck
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
348 Views
Hi,
great! I'm glad you solve the problem. I believe you did not specified path to the ipp20 folder, right?
Yes, I can say that IPP was designed to be thread safe library. The only exception is ippStaticInit/ippStaticFree function family. The call of thesefunctions should be bounded in critical section if you use them in multi-thread application.
Regards,
Vladimir

Message Edited by vdudnik on 12-07-2004 11:11 AM

0 Kudos
Reply