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

Is it allowed to change hardcoded paths in IPP libraries (on Mac OS X)?

gennadii_mog
Beginner
303 Views
Hello everyone,

Can anybody tell me is it allowed to change hardcoded paths in IPP *.dylibs manually (using install_name_tool for example)?
Reason:
I created a dylib that uses IPP libraries (libippcore.dylib, ...). But whenever I try to use it, the application expects the dylib to be located in /opt/intel/... and refuses to load it from current directory.
I can use DYLD_LIBRARY_PATH variable but I want to avoid it.

Thanks,
Gennadii
0 Kudos
1 Solution
Vladimir_Dudnik
Employee
303 Views
Hi Gennady,

I see no problem from technical point of view, you may need to run unbind command first.

Regards,
Vladimir

View solution in original post

0 Kudos
1 Reply
Vladimir_Dudnik
Employee
304 Views
Hi Gennady,

I see no problem from technical point of view, you may need to run unbind command first.

Regards,
Vladimir
0 Kudos
Reply