This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: Interface dispatch changes
- To: bryce at albatross dot co dot nz (Bryce McKinlay)
- Subject: Re: Interface dispatch changes
- From: Godmar Back <gback at marker dot cs dot utah dot edu>
- Date: Tue, 7 Mar 2000 18:44:08 -0700 (MST)
- Cc: java-discuss at sourceware dot cygnus dot com
That's great.
Now if I could only find the split second in which the gcc repository
is in a consistent state so that it bootstraps:
The current CVS (an hour ago) shows:
stage2/xgcc -Bstage2/ -B/opt/local/i686-pc-linux-gnu/bin/ -c -DIN_GCC -W -Wall -Wtraditional -O2 -g -O2 -DHAVE_CONFIG_H -I. -I../../egcs/gcc -I../../egcs/gcc/config -I../../egcs/gcc/../include ../../egcs/gcc/diagnostic.c
stage2/xgcc -Bstage2/ -B/opt/local/i686-pc-linux-gnu/bin/ -DIN_GCC -W -Wall -Wtraditional -O2 -g -O2 -DHAVE_CONFIG_H -I. -I../../egcs/gcc -I../../egcs/gcc/config -I../../egcs/gcc/../include \
-DTARGET_NAME=\"i686-pc-linux-gnu\" \
-c `echo ../../egcs/gcc/toplev.c | sed 's,^\./,,'`
stage2/xgcc -Bstage2/ -B/opt/local/i686-pc-linux-gnu/bin/ -c -DIN_GCC -W -Wall -Wtraditional -O2 -g -O2 -DHAVE_CONFIG_H -I. -I../../egcs/gcc -I../../egcs/gcc/config -I../../egcs/gcc/../include ../../egcs/gcc/tree.c
xgcc: Internal compiler error: program cc1 got fatal signal 11
make[2]: *** [tree.o] Error 1
make[2]: Leaving directory `/x/gback/egcs-obj/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/x/gback/egcs-obj/gcc'
make: *** [bootstrap] Error 2
- Godmar