> Makefile:2323: recipe for target 'do-check' failed > make: *** [do-check] Error 2 > make: Target 'check' not remade because of errors. > > Please, can anyone let me know what am I doing wrong?
Nothing, this just means that there are some failures in the testsuite. > Also, when running an input file using xgcc, I am gettig the following > error: > > xgcc: fatal error: cannot execute ‘cc1’: execvp: No such file or directory > compilation terminated. > > Can anyone let me what to do, when trying to execute the xgcc executable > from the build folder without installing it? You need to pass -B <path> where <path> contains the compiler cc1. -- Eric Botcazou