From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Jackson To: egcs@cygnus.com Subject: broken 970929 snapshot Date: Thu, 02 Oct 1997 16:51:00 -0000 Message-id: <9710022344.AA04237@negril.msrce.howard.edu> X-SW-Source: 1997-10/msg00134.html It would appear that some recent changes to enquire.c breaks egcs for ultrix 4.4 since I can no longer get it to build even the first stage. I used a 'configure; make bootstrap-lean' on a freashly unpaced 970929 distribution using gcc 2.7.2.3 and g77 0.5.21 and got the following error messages. Since I am only an amateur hacker I have absolutly no idea what these errors mean. Any comments, help or suggestions? Aaron Jackson jackson@msrce.howard.edu ...chugging along until... rm -f include/limits.h cp xlimits.h include/limits.h chmod a+r include/limits.h rm -f include/README cp ./README-fixinc include/README chmod a+r include/README touch stmp-int-hdrs ./xgcc -B./ -DIN_GCC -g -I./include -DNO_MEM -DNO_LONG_DOUBLE_IO -O0 -I. -c ./enquire.c as0: Error: ./enquire.c, line 1: undefined symbol in expression .word $LECIE1-$LSCIE1 as0: Error: ./enquire.c, line 1: undefined symbol in expression .word $LEFDE1-$LSFDE1 as0: Error: ./enquire.c, line 1: Symbol must have absolute value: $LFB1 .word $LFE1-$LFB1 as0: Error: ./enquire.c, line 1: Symbol must have absolute value: $LFB1 .word $LCFI0-$LFB1 as0: Error: ./enquire.c, line 1: Symbol must have absolute value: $LCFI0 .word $LCFI1-$LCFI0 as0: Error: ./enquire.c, line 1: Symbol must have absolute value: $LCFI1 .word $LCFI2-$LCFI1 as0: Error: ./enquire.c, line 1: Symbol must have absolute value: $LCFI2 ...for 600 lines or so... as0: Error: ./enquire.c, line 1: Symbol must have absolute value: $LFB63 .word $LCFI245-$LFB63 as0: Error: ./enquire.c, line 1: Symbol must have absolute value: $LCFI245 .word $LCFI246-$LCFI245 as0: Error: ./enquire.c, line 1: Symbol must have absolute value: $LCFI246 .word $LCFI247-$LCFI246 as0: Error: ./enquire.c, line 1: Symbol must have absolute value: $LCFI247 .word $LCFI248-$LCFI247 *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop.