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

前端 未结 2 2029
[愿得一人]
[愿得一人] 2021-01-14 03:55

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 proble

2条回答
  •  情书的邮戳
    2021-01-14 04:02

    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.

提交回复
热议问题