[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 #8 from dsandler at paychex dot com  2009-06-05 16:32 ---
I'll have the SA group here give that a try.  Thanks.


-- 


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-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 giving that failure.


-- 


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-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 gcc driver to find out where exactly it is looking for
> as.

I'm working on getting an answer regarding the configuration of gcc from our SA
group, as I'm not an SA.  I can tell you that /usr/bin/as does exist.

All of my work has been done on HP-UX 11.23 and IA64 boxes, so I'm very new to
RHEL5 and x86_64.  Could you tell me how to strace the gcc driver?


-- 


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


--- Comment #5 from jakub at gcc dot gnu dot org  2009-06-05 14:30 ---
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 gcc driver to find out where exactly it is looking for
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-05 Thread dsandler at paychex dot com


--- Comment #4 from dsandler at paychex dot com  2009-06-05 13:37 ---
I'm running RHEL5 on an x86_64 box from HP.  I believe gcc and as were
preconfigured when the OS was installed on the box.  In what other ways would I
know if as was not properly installed?  Do you have any tips on what is the
correct way to install 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 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

 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID


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 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