This is the mail archive of the gcc-bugs@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]

make compare doesn't work


here is the output

columba [adm_sand] % make compare
        for file in *.o; do \
          tail +16c ./$file > tmp-foo1; \
          tail +16c stage2/$file > tmp-foo2 2>/dev/null \
            && (cmp tmp-foo1 tmp-foo2 || echo $file differs) || true; \
        done
tmp-foo1 tmp-foo2 differ: char 45961, line 803
bc-optab.o differs
tmp-foo1 tmp-foo2 differ: char 452049, line 746
expr.o differs
tmp-foo1 tmp-foo2 differ: char 421393, line 648
insn-emit.o differs
tmp-foo1 tmp-foo2 differ: char 263073, line 529
insn-recog.o differs
tmp-foo1 tmp-foo2 differ: char 282105, line 746
stmt.o differs
        for dir in tmp-foo cp objc; do \
          if [ "`echo $dir/*.o`" != "$dir/*.o" ] ; then \
            for file in $dir/*.o; do \
              tail +16c ./$file > tmp-foo1; \
              tail +16c stage2/$file > tmp-foo2 2>/dev/null \
                && (cmp tmp-foo1 tmp-foo2 || echo $file differs) ||
true; \
            done; \
          fi; \
        done
        rm -f tmp-foo*
columba [adm_sand] % .
columba [adm_sand] % uname -a
IRIX64 columba 6.2 03131016 IP25
columba [adm_sand] %

I did all what was asked in the INSTALL file configure, stage1, stage2,
...

Alex.

--

Alex FINCK                              tel.:   +44 (0) 1223 494451
European Bioinformatics Institute       fax:    +44 (0) 1223 494468
Wellcome Trust Genome Campus, Hinxton   email:  alex.finck@ebi.ac.uk
Cambridge CB10 1SD, UK                  URL:    http://www.ebi.ac.uk





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