This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/12889] New: Fatal error while compiling on Compaq Tru64 UNIX
- From: "vlako at bart dot nl" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Nov 2003 18:53:06 -0000
- Subject: [Bug bootstrap/12889] New: Fatal error while compiling on Compaq Tru64 UNIX
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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.