bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Invalid .stabs/.stabn directive


From: Tim Mooney
Subject: Re: Invalid .stabs/.stabn directive
Date: 27 Feb 2002 00:05:17 GMT

In article <address@hidden>,
system PRIVILEGED account <address@hidden> wrote:
> Hi,
> I am certainly not claiming that this is a BUG in gcc... Rather a
> problem with my platform, probably.
> Accept my apologies if this message is found out of context here...
> 
> I get the  following problem when trying to compile gmake (as well as
> Python...) on my Tru64 5.1 computer (with Alpha chip).

As soon as I read the release notes for 5.1, I knew there was going to
be trouble for gcc.  5.1 has been out long enough so that this problem
has been discussed multiple times in the tru64-unix-managers mailing list
and in other forums.

The assembler was essentially redone in Tru64 v5.1, and the interaction
between the new assembler and gcc is causing the problem.

You can either force gcc to always invoke the assembler with the `-oldas'
(I think that's pronounced "old-ass" ;-) ) option, so the old assembler
is always used instead of the new one, or just install the latest patch
kit for 5.1.  That kit contains a fix for the assembler that allows
the newer one to work correctly with gcc.

Tim
-- 
Tim Mooney                              address@hidden
Information Technology Services         (701) 231-1076 (Voice)
Room 242-J6, IACC Building              (701) 231-8541 (Fax)
North Dakota State University, Fargo, ND 58105-5164



reply via email to

[Prev in Thread] Current Thread [Next in Thread]