HP3000-L Archives

September 1996, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Mark Klein <[log in to unmask]>
Reply To:
Mark Klein <[log in to unmask]>
Date:
Thu, 19 Sep 1996 12:49:44 PDT
Content-Type:
text/plain
Parts/Attachments:
text/plain (32 lines)
Rich Trapp asks:
 
>HPIX3:/RATDEV/C$gcc hello.c -o hello -v
 
><much stuff snipped >
 
Too bad you snipped this, it would answer some questions.
 
 
>as -o /tmp/cca372561.o /tmp/cca37256.s
>gcc: installation problem, cannot exec `as': No such file or directory
>gcc: Internal compiler error: program as got fatal signal 127
 
Since 'as' isn't being qualified, I think you have an installation
problem. Which version of gcc is running? (2.6.3 or 2.7.2)
 
>usr/local/bin/as -> /usr/local/hppa1.0-hp-mpeix/bin/as
 
Try:
 
ln -s /usr/local/lib/hppa1.0-hp-mpeix/bin/as /usr/local/bin/as
 
The /usr/local/bin/as is in place for those trying to run as standalone
and isn't really needed.
 
Did you install gcc into the expected paths or did you try to install it
somewhere other than /usr/local/?
 
Regards,
 
M.

ATOM RSS1 RSS2