public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* RE: cannot exec `as'
       [not found] <616BE6A276E3714788D2AC35C40CD18D5B260D@whale.softwire.co.uk>
@ 2002-04-16  6:54 ` Rupert Wood
  2002-04-16  7:36   ` Yvonne Becherini
  2002-04-16 12:13   ` cannot exec `as': problem solved Yvonne Becherini
  0 siblings, 2 replies; 4+ messages in thread
From: Rupert Wood @ 2002-04-16  6:54 UTC (permalink / raw)
  To: 'Yvonne Becherini'; +Cc: gcc-help

Yvonne Becherini wrote:

> >   3. ask gcc which 'as' it's trying to use:
> > 
> >          g++ -v -dump-prog-name=as
> Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
> gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-98)
> g++: No input files

Oops, that should have been:

    g++ -v -print-prog-name=as

Sorry!

If it gives you '/usr/bin/as' then I'm out of ideas, sorry - ditto if it
gives you 'as' since it should pick that up from the path. If it's
anything else, you could investigate permissions for that. Otherwise,
I'm stuck :-/

Rup.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: cannot exec `as'
  2002-04-16  6:54 ` cannot exec `as' Rupert Wood
@ 2002-04-16  7:36   ` Yvonne Becherini
  2002-04-16  7:47     ` Ish Rattan
  2002-04-16 12:13   ` cannot exec `as': problem solved Yvonne Becherini
  1 sibling, 1 reply; 4+ messages in thread
From: Yvonne Becherini @ 2002-04-16  7:36 UTC (permalink / raw)
  To: Rupert Wood; +Cc: gcc-help

>     g++ -v -print-prog-name=as

it gives me only this:

Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
as

Probably the problem is here



^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: cannot exec `as'
  2002-04-16  7:36   ` Yvonne Becherini
@ 2002-04-16  7:47     ` Ish Rattan
  0 siblings, 0 replies; 4+ messages in thread
From: Ish Rattan @ 2002-04-16  7:47 UTC (permalink / raw)
  To: gcc-help

On Tue, 16 Apr 2002, Yvonne Becherini wrote:

> >     g++ -v -print-prog-name=as
>
> it gives me only this:
>
> Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
> as
>
> Probably the problem is here
Try a reinstall of gcc/g++, something is not right.

-ishwar

^ permalink raw reply	[flat|nested] 4+ messages in thread

* cannot exec `as': problem solved
  2002-04-16  6:54 ` cannot exec `as' Rupert Wood
  2002-04-16  7:36   ` Yvonne Becherini
@ 2002-04-16 12:13   ` Yvonne Becherini
  1 sibling, 0 replies; 4+ messages in thread
From: Yvonne Becherini @ 2002-04-16 12:13 UTC (permalink / raw)
  To: Rupert Wood; +Cc: gcc-help

Problem solved!!!!

ln -s /usr/bin/as /usr/lib/gcc-lib/i386-redhat-linux/2.96/as


Thanks to all,
Yvonne




On Tue, 16 Apr 2002, Rupert Wood wrote:

> Yvonne Becherini wrote:
> 
> > >   3. ask gcc which 'as' it's trying to use:
> > > 
> > >          g++ -v -dump-prog-name=as
> > Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
> > gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-98)
> > g++: No input files
> 
> Oops, that should have been:
> 
>     g++ -v -print-prog-name=as
> 
> Sorry!
> 
> If it gives you '/usr/bin/as' then I'm out of ideas, sorry - ditto if it
> gives you 'as' since it should pick that up from the path. If it's
> anything else, you could investigate permissions for that. Otherwise,
> I'm stuck :-/
> 
> Rup.
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-04-16 16:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <616BE6A276E3714788D2AC35C40CD18D5B260D@whale.softwire.co.uk>
2002-04-16  6:54 ` cannot exec `as' Rupert Wood
2002-04-16  7:36   ` Yvonne Becherini
2002-04-16  7:47     ` Ish Rattan
2002-04-16 12:13   ` cannot exec `as': problem solved Yvonne Becherini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).