This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
egcs-971114 fails on alpha-dec-osf4.0
- To: egcs at cygnus dot com
- Subject: egcs-971114 fails on alpha-dec-osf4.0
- From: Weiwen Liu <liu at hepvms dot physics dot yale dot edu>
- Date: Fri, 14 Nov 1997 18:03:49 -0500 (EST)
Hi,
egcs-971114 fails to make stage2 compilor with tons of error messages
similar to the following:
cccp.o: Error: symbol $216 has a GPREL32 relocation and is unresolved.
cccp.o: Error: symbol $220 has a GPREL32 relocation and is unresolved.
cccp.o: Error: symbol $220 has a GPREL32 relocation and is unresolved.
cccp.o: Error: symbol $220 has a GPREL32 relocation and is unresolved.
cccp.o: Error: symbol $220 has a GPREL32 relocation and is unresolved.
cccp.o: Error: symbol $220 has a GPREL32 relocation and is unresolved.
cccp.o: Error: symbol $220 has a GPREL32 relocation and is unresolved.
cccp.o: Error: symbol $220 has a GPREL32 relocation and is unresolved.
cccp.o: Error: symbol $220 has a GPREL32 relocation and is unresolved.
cccp.o: Error: symbol $220 has a GPREL32 relocation and is unresolved.
After replacing config/alpha/alpha.* with the ones from egcs-971104,
building of egcs succeeds.
I configure egcs with --enable-haifa
Weiwen