This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Please help


"Foster, Paul" <Paul.Foster@hey.nhs.uk> writes:

> When building Gcc with the make bootstrap command on a hp-ux system
> with version 10.20, after a few minutes I get the following see
> attachment.

Please see http://gcc.gnu.org/install/specific.html#hppa*-hp-hpux10
>  
> I think they are comparison error between stage 1 and stage 2?

Yes:

#    The HP assembler on these systems has some problems. Most notably the
#    nassembler inserts timestamps into each object file it creates, causing
#    the 3-stage comparison test to fail during a make bootstrap.
#    You should be able to continue by saying make all after getting the
#    failure from make bootstrap.

(from the above link)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]