[Bug c/40339] gcc: error trying to exec 'as': execvp: No such file or directory

2009-06-05 Thread dsandler at paychex dot com
--- Comment #6 from dsandler at paychex dot com 2009-06-05 14:59 --- (In reply to comment #5) You haven't told us haw you have configured gcc, if it was a native build or cross, etc. If it is a native build, checking that /usr/bin/as exists is the first step. You can e.g. strace the

[Bug c/40339] gcc: error trying to exec 'as': execvp: No such file or directory

2009-06-05 Thread jakub at gcc dot gnu dot org
--- 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

[Bug c/40339] gcc: error trying to exec 'as': execvp: No such file or directory

2009-06-04 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-06-04 15:25 --- the gcc driver program is not finding as. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40339

[Bug c/40339] gcc: error trying to exec 'as': execvp: No such file or directory

2009-06-04 Thread dsandler at paychex dot com
--- Comment #2 from dsandler at paychex dot com 2009-06-04 15:28 --- (In reply to comment #1) the gcc driver program is not finding as. What is the appropriate course of action? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40339

[Bug c/40339] gcc: error trying to exec 'as': execvp: No such file or directory

2009-06-04 Thread paolo dot carlini at oracle dot com
--- Comment #3 from paolo dot carlini at oracle dot com 2009-06-04 15:47 --- Properly install as. This is definitely not a GCC issue. -- paolo dot carlini at oracle dot com changed: What|Removed |Added