摘自 http://stackoverflow.com/questions/8712558/intel-performance-primitive-ipp-installation

来源:互联网 发布:ubuntu guest 只能 编辑:程序博客网 时间:2024/05/16 14:58

You probably need to add the IPP library path to your ld.so.conf, and then runsudo ldconfig. You can check that the application is properly linked by running the following:

ldd <your_app_name>

Hope that helps!