Trilinos - c++: error trying to exec 'cc1plus': execvp: No such file or directory

亡梦爱人 提交于 2019-12-01 08:40:34

Finally I've found out that the problem was env -i command - it removed even the g++ path, so the makefile must be launched without it.

davewy

Is GCC_EXEC_PREFIX set in your environment? Check out https://stackoverflow.com/a/15262886 where there was a very similar issue, resolved by not setting GCC_EXEC_PREFIX in the environment.

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