From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Kaveh R. Ghazi" To: egcs@cygnus.com Cc: ghazi@caip.rutgers.edu Subject: Re: egcs-971031, sparc-sun-solaris2.5 new bootstrap failure Date: Fri, 07 Nov 1997 12:55:00 -0000 Message-id: <199711072055.PAA21095@caip.rutgers.edu> X-SW-Source: 1997-11/msg00271.html The following problem still occurs with egcs-971105. --Kaveh > Building egcs-971031 on sparc-sun-solaris2.5 using BOOT_CFLAGS= > "-g -O3 -funroll-all-loops" with cc for stage1 resulted in: > > > stage1/xgcc -Bstage1/ -DIN_GCC -DSVR4 -g -O3 -funroll-all-loops > > -DHAVE_CONFIG_H -o cccp cccp.o cexp.o \ > > version.o obstack.o ` case "stage1/xgcc -Bstage1/" in "cc") echo > > "alloca.o" ;; esac ` > > Undefined first referenced > > symbol in file > > .LL6861 cccp.o > > ld: fatal: Symbol referencing errors. No output written to cccp > > collect2: ld returned 1 exit status > > make[1]: *** [cccp] Error 1 > > The dwarf patch made no difference. > > I was able to bootstrap when using "-g -O2". > > --Kaveh