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]
Other format: [Raw text]

[Bug bootstrap/12889] New: Fatal error while compiling on Compaq Tru64 UNIX


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12889

           Summary: Fatal error while compiling on Compaq Tru64 UNIX
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: critical
          Priority: P1
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: vlako at bart dot nl
                CC: gcc-bugs at gcc dot gnu dot org

Trying to compile gcc 3.3.2 source on a Compaq Tru64 UNIX V5.1 (Rev. 732) 
(ALPHA MACHINE) with the Compaq C V6.3-025 on Compaq Tru64 UNIX V5.1 (Rev. 
732) compiler (Compiler Driver V6.3-026 (sys) cc Driver).

After doing a successfull configure, and while doing the make bootstrap, the 
following error occured:

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!
fix-header.o differs
*** Exit 1
Stop.
*** Exit 1
Stop.

I have talked to some people on EFNET about solving this problem, and they 
told me that this was probably a GCC bug.

Response would be appriciated.
If you need any further information, please contact me at vlako@bart.nl.


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