public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Rupert Wood" <me@rupey.net>
To: "'Kremp, Johannes'" <Johannes.Kremp@gedas.de>
Cc: <gcc-help@gcc.gnu.org>
Subject: RE: gcc-3.0.4 on hp-ux 10.20
Date: Mon, 22 Apr 2002 04:01:00 -0000	[thread overview]
Message-ID: <616BE6A276E3714788D2AC35C40CD18D56165C@whale.softwire.co.uk> (raw)
In-Reply-To: <616BE6A276E3714788D2AC35C40CD18D5DD1A5@whale.softwire.co.uk>

Johannes Kremp wrote:

> i want to build gcc-3.0.4 on
:
> HP-UX B.10.20 E
:
> and got following result:
:
> Bootstrap comparison failure!

That looks like pretty much everything differed. Are you using the
bundleded HP assembler or GNU binutils? The HP assembler embeds a
timestamp into the object files which will cause a comparison failure in
all object files.

Your CFLAGS setting doesn't have '-g' which may be a consequence of a
GCC configured for the HP assembler or it may be your own choice - I
can't tell. Otherwise, I can't see any hints of which assembler you
used.

In case you're not sure which one you're using, the HP assembler will
respond to '-V'

    hamster:~$ /usr/ccs/bin/as -V
    as: HP92453-03 UX.11.01.01 (ROSE) PA-RISC 2.0 Assembler
    as: error 1101: Standard input must be a pipe or fifo, not a tty
    or device file.

whereas the GNU one won't, but will respond to '--version':

    hamster:~$ as -V
    as: unrecognized option `-V'
    hamster:~$ as --version
    GNU assembler 2.11.93 20020129
    Copyright 2002 Free Software Foundation, Inc.
    This program is free software; you may redistribute it under the
    terms of the GNU General Public License.  This program has
    absolutely no warranty.
    This assembler was configured for a target of
`hppa1.1-hp-hpux11.00'.

The GNU assembler is available in the binutils package if you'd like to
install it. Otherwise, if you are using the HP assembler, you can
probably just ignore the bootstrap warning and install the compiler
anyway; it may help to edit the top level makefile and change this line:

        cd gcc && $(MAKE) $(GCC_FLAGS_TO_PASS) $$compare

to:

        true

Hope that helps,
Rup.

       reply	other threads:[~2002-04-22  9:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <616BE6A276E3714788D2AC35C40CD18D5DD1A5@whale.softwire.co.uk>
2002-04-22  4:01 ` Rupert Wood [this message]
2002-04-22  2:52 Kremp, Johannes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=616BE6A276E3714788D2AC35C40CD18D56165C@whale.softwire.co.uk \
    --to=me@rupey.net \
    --cc=Johannes.Kremp@gedas.de \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).