Symbol lookup error: _FileName_: undefined symbol: _intel_fast_memmove

主宰稳场 提交于 2019-12-06 11:36:00

Intel compilers come with a setup shell file. For bash, those will be ifortvars.sh and iccvars.sh. Source those to have the environment (here, the LD_LIBRARY_PATH) setup properly.

Check the file that you produce with ldd. If your environment is not properly setup it will tell you which .so files are not found.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!