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

Help requested ....


At the outset I would like to thank you  all for the
excellent work  that you are rendering  to the UNIX
community.

I am getting some error while  I am building GCC 4.0.2
on AIX 5.3 ML-03

I have tried  to bootstrap  GCC 4.0.2   with

a)  gcc 3.4.5 successfully built on AIX 5. 3 ML-03
      
Note:   gcc 345 was bootstrap with  vac compiler  
7.0.0.0 and built on AIX 5.3 ML-03

b)   vac compiler   7.0.0.0

Irrespective of make command  ( bos.adt.base is at
5.3.0.30) and gmake command  ( GNU Make 3.80 ) I use 
, In all  cases I get the following failure.

Can you please provide me some hints as to what should
I try next ?

=============================================================================
..........
..........
case "slowcompare" in *compare | *compare-lean )
stage=2 ;; * ) stage=`echo slowcompare | sed -e
's,^[a-z]*compare\([0-9][0-9]*\).*,\1,'` ;; esac; \
if [ -f .bad_compare ]; then \
  echo "Bootstrap comparison failure!"; \
  cat .bad_compare; \
  exit 1; \
else \
  case "slowcompare" in \
    *-lean ) rm -rf stage$stage ;; \
    *) ;; \
  esac; true; \
fi
Bootstrap comparison failure!
./fold-const.o differs
gmake[1]: *** [slowcompare] Error 1
gmake[1]: Leaving directory `/work/objsrc-gcc402/gcc'
gmake: *** [bootstrap] Error 2

=====================================================================================

Albert Chin has already reported a problem:

http://gcc.gnu.org/ml/gcc/2005-10/msg00236.html


Regards,

Sridhar

******************************************
IBM BCS -  Public Sector
Voice    (303) 924 - 0413
Email    murthys@us.ibm.com
******************************************

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


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