Trilinos - c++: error trying to exec 'cc1plus': execvp: No such file or directory
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I want to write a simple program which uses Trilinos. After many problems with configuration script I've managed to write it, so it launches without any problem. The problem is, when I try to compile my own code ( both Makefile and my test program I've rewritten according to the original examples ), it throws the error: c++: error trying to exec '/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1plus': execv: Argument list too long So I tried to launch my Makefile with env -i make to make enough space for "the arguments". It worked, but now it throws