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

Linking static libraries

ligoban
Beginner
315 Views

Can someone please send me a working example of application for Linuxthat required linking the static IPPlibraries?

Now I use the *.so libraries, but I need *.a (merged) to avoid running the ippvars32.sh script andinstalling the IPP on the PC, where the application should be ran, at all. I tries to do this but I've not managed.

0 Kudos
1 Reply
Vladimir_Dudnik
Employee
315 Views

Please taka a look on existed IPP samples, for example IPP IJG sample. You can uncomment LINKAGE=static line in sampl's build32.sh script and it will link IPP static libraries.

Regards,
Vladimir

0 Kudos
Reply