------- Comment #7 from jakub at gcc dot gnu dot org 2009-06-05 15:52 ------- Depends what command gives you that execvp: No such file or directory error. Do yum install strace strace -f -o /tmp/gcc.log /whatever/command/gave/the/error its arguments and look where it was looking for as before giving that failure.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40339