HP3000-L Archives

December 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:
Sat, 14 Dec 1996 16:09:09 PDT
Content-Type:
text/plain
Parts/Attachments:
text/plain (44 lines)
>I'm trying to install gcc from jazz onto my new 5.5 system.  I do not own the
>HP C compiler.

>The INSTALL.hp3000 script bombed when it couldn't find /usr/local/bin/patch.
>So I applied the patches and completed the symbolic links by hand.

Something must've blown up earlier in the installation script because
/usr/local/bin/patch is part of the mover file containing all the binaries.
Can you tell me whether there were other warning/error messages?

>As a test, I thought I'd ftp gzip-1.2.4 from a GNU mirror and try to build
>that (yes, I know that gunzip comes with gcc from jazz).  The make fails
>with:

>gcc -c -DHAVE_UNISTD_H=1 -DVOID_CLOSEDIR=1 -DRETSIGTYPE=int -O gzip.c
>gzip.c: In function `main':
>gzip.c:448: warning: passing arg 2 of `signal' from incompatible pointer type
>gzip.c:452: warning: passing arg 2 of `signal' from incompatible pointer type
>gzip.c:457: warning: passing arg 2 of `signal' from incompatible pointer type

The warnings are OK and expected based on the original code.

>gcc: installation problem, cannot exec `as': No such file or directory
>gcc: Internal compiler error: program as got fatal signal 127
>make: *** [gzip.o] Error 1

>So why is gcc trying to execute the assembler (as) here?

Actually, gas (as) makes up part of the gcc package and is what produces
a SOM from the output of gcc. gcc actually produces PA-RISC assembly
which must be assembled.

This further indicates that the install from the mover file failed
because as is part of the distribution. Again, were there other
installation errors/warnings?

Feel free to contact me directly at [log in to unmask] if you have further
questions.

Regards,


M.

ATOM RSS1 RSS2