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

Static linking on the Mac

adequat
Beginner
231 Views
I include these files in my project

libippsemerged.a
libippsmerged.a
libippcore.a

And it works, no problem. BUT this also causes the following module to be dynamically linked:
libippcore-5.3.dylib (itself dependant on libguide.dylib)

Hence, this is not true static linking.
How to avoid this?

What libippcore-5.3.dylib and libguide.dylib do?
0 Kudos
1 Reply
Pavel_B_Intel1
Employee
231 Views

Hello!

Could you show your link line in your project: how do you link your application?

Pavel.

0 Kudos
Reply