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
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.
env -i
g++