trilinos

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

亡梦爱人 提交于 2019-12-01 08:40:34
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 another error: c++: error trying to exec 'cc1plus':

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

心不动则不痛 提交于 2019-12-01 07:57:15
问题 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