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

前端 未结 2 1987
[愿得一人]
[愿得一人] 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.

    0 讨论(0)
  • 2021-01-14 04:24

    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.

    0 讨论(0)
提交回复
热议问题