public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* more on mips-sgi-irix5.2 trouble
@ 1997-11-07  7:04 Kate Hedstrom
  1997-11-07 19:22 ` Chris.Yeoh
  1997-11-09  8:52 ` Jeffrey A Law
  0 siblings, 2 replies; 3+ messages in thread
From: Kate Hedstrom @ 1997-11-07  7:04 UTC (permalink / raw)
  To: egcs

I did the build with gcc 2.7.2.3.  In looking through the make output
I see that it used gcc to build stage1, and so on as you would expect
through the "make compare".  It then started using plain gcc again:

Comparing stage2 and stage3 of the compiler
        rm -f .bad_compare
        case "compare-lean" in compare | compare-lean ) stage=2 ;; * ) stage=`ec
ho compare-lean | sed -e 's,^compare\([0-9][0-9]*\).*,\1,'` ;; esac; \
        for file in *.o; do \
          tail +16c ./$file > tmp-foo1; \
          tail +16c stage$stage/$file > tmp-foo2 \
            && (cmp tmp-foo1 tmp-foo2 > /dev/null 2>&1 || echo $file differs >> 
.bad_compare) || true; \
        done
        case "compare-lean" in compare | compare-lean ) stage=2 ;; * ) stage=`ec
ho compare-lean | sed -e 's,^compare\([0-9][0-9]*\).*,\1,'` ;; esac; \
        for dir in tmp-foo cp f objc; do \
          if [ "`echo $dir/*.o`" != "$dir/*.o" ] ; then \
            for file in $dir/*.o; do \
              tail +16c ./$file > tmp-foo1; \
              tail +16c stage$stage/$file > tmp-foo2 \
                && (cmp tmp-foo1 tmp-foo2 > /dev/null 2>&1 || echo $file differs
 >> .bad_compare) || true; \
            done; \
          fi; \
        done
        rm -f tmp-foo*
        if [ -f .bad_compare ]; then \
          echo "Bootstrap comparison failure!"; \
          cat .bad_compare; \
          exit 1; \
        else \
          case "compare-lean" in \
            *-lean ) rm -rf stage$stage ;; \
          esac; true; \
        fi
Building runtime libraries
        gcc -c  -DIN_GCC    -g -O2   -DHAVE_CONFIG_H     -I. -I. -I./config func
tion.c
        gcc -c  -DIN_GCC    -g -O2   -DHAVE_CONFIG_H     -I. -I. -I./config stmt
.c
        gcc -c  -DIN_GCC    -g -O2   -DHAVE_CONFIG_H     -I. -I. -I./config exce
pt.c
        gcc -c  -DIN_GCC    -g -O2   -DHAVE_CONFIG_H     -I. -I. -I./config expr
.c




It then switches back and forth between gcc and ..../xgcc a few more
times.  I am using SGI make.  Should I try again with gmake?

Kate

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: more on mips-sgi-irix5.2 trouble
  1997-11-07  7:04 more on mips-sgi-irix5.2 trouble Kate Hedstrom
@ 1997-11-07 19:22 ` Chris.Yeoh
  1997-11-09  8:52 ` Jeffrey A Law
  1 sibling, 0 replies; 3+ messages in thread
From: Chris.Yeoh @ 1997-11-07 19:22 UTC (permalink / raw)
  To: Kate Hedstrom; +Cc: egcs

In message 199711071506.KAA03795@ahab.rutgers.eduKate Hedstrom writes - 
>
>It then switches back and forth between gcc and ..../xgcc a few more
>times.  I am using SGI make.  Should I try again with gmake?

I also had problems using sgi make (on mips-sgi-irix6.3). The making
of stage 2 never finished. Using gnu make fixed the problem.

--
chris@maptek.com.au

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: more on mips-sgi-irix5.2 trouble
  1997-11-07  7:04 more on mips-sgi-irix5.2 trouble Kate Hedstrom
  1997-11-07 19:22 ` Chris.Yeoh
@ 1997-11-09  8:52 ` Jeffrey A Law
  1 sibling, 0 replies; 3+ messages in thread
From: Jeffrey A Law @ 1997-11-09  8:52 UTC (permalink / raw)
  To: Kate Hedstrom; +Cc: egcs

  In message < 199711071506.KAA03795@ahab.rutgers.edu >you write:
  > I did the build with gcc 2.7.2.3.  In looking through the make output
  > I see that it used gcc to build stage1, and so on as you would expect
  > through the "make compare".  It then started using plain gcc again:
[ ... ]

  > It then switches back and forth between gcc and ..../xgcc a few more
  > times.  I am using SGI make.  Should I try again with gmake?
Yes.  We've seen a couple reports of this problem, but haven't investigated
it yet.
jeff

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1997-11-09  8:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-11-07  7:04 more on mips-sgi-irix5.2 trouble Kate Hedstrom
1997-11-07 19:22 ` Chris.Yeoh
1997-11-09  8:52 ` Jeffrey A Law

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).