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