Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
6814 Discussions

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

gennadii_mog
Beginner
585 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
585 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
586 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