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]

Re: Help Needed!


Hi,

I tried a gmake bootstrap and got stuck with this message:
Can anyone suggest any fixes??????????

case "compare" in compare | compare-lean ) stage=2 ;; * ) stage=`echo
compare | 
sed -e 's,^compare\([0-9][0-9]*\).*,\1,'` ;; esac; \
if [ -f .bad_compare ]; then \
  echo "Bootstrap comparison failure!"; \
  cat .bad_compare; \
  exit 1; \
else \
  case "compare" in \
    *-lean ) rm -rf stage$stage ;; \
    *) ;; \
  esac; true; \
fi
Bootstrap comparison failure!
f/bad.o differs
f/bit.o differs
f/bld.o differs
f/com.o differs
f/data.o differs
f/equiv.o differs
f/expr.o differs
f/fini.o differs
f/global.o differs
f/implic.o differs
f/info.o differs
f/intrin.o differs
f/lab.o differs
f/lex.o differs
f/malloc.o differs
f/name.o differs
f/parse.o differs
f/proj-h.o differs
f/proj.o differs
f/src.o differs
f/st.o differs
f/sta.o differs
f/stb.o differs
f/stc.o differs
f/std.o differs
f/ste.o differs
f/storag.o differs
f/stp.o differs
f/str.o differs
f/sts.o differs
f/stt.o differs
f/stu.o differs
f/stv.o differs
f/stw.o differs
f/symbol.o differs
f/target.o differs
f/top.o differs
f/type.o differs
f/version.o differs
f/where.o differs
gmake[1]: *** [compare] Error 1
gmake[1]: Leaving directory `/auto/rcf/test/gcc/gcc'
gmake: *** [bootstrap] Error 2

Guys please help me out with this.

Thanks in advance,

AJ

----------------

On 28 Jul 2000, Alexandre Oliva wrote:

> On Jul 28, 2000, AJ <jadeja@cyberspace.org> wrote:
> 
> > Thanks for your prompt replies Alexandre.I used gcc 2.95.2 initially n
> > got exactly the same error.
> 
> The problem is:
>                                                      vvv
> >> > /usr/usc/gnu/gcc/2.8.1/lib/gcc-lib/mips-sgi-irix6.2/2.8.1/include/math.h:681:
> 
> GCC has copied and fixed some headers from IRIX 6.2 that conflict with
> headers from IRIX 6.5.  That's why you must use some version of GCC
> built on IRIX 6.5 in order to compile something with it, even if this
> something is GCC itself.
> 
> -- 
> Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
> Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
> CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
> Free Software Evangelist    *Please* write to mailing lists, not to me
> 
> 



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