This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/15673] Errors in stage 3; genmodes.c


------- Additional Comments From mckelvey at maskull dot com  2004-05-30 18:52 -------
OK, what is the next step here? I refetched everything from CVS yesterday and it
failed the same way. I am building in the recommended manner, in a separate
empty directory, with approved configuration and build options that have worked
for months in their present exact form.

I don't know why -Werror is being set, but the main problem is that the size
warnings point to something very basic.

If I remove -Werror I can get genmodes and errors to compile, but then the link
of genmodes fails thusly:

stage2/xgcc -Bstage2/ -B/usr/local/alphaev56-unknown-linux-gnu/bin/   -O
-DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Werror
-fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genmodes \
 genmodes.o errors.o ../libiberty/libiberty.a
stage2/crtbegin.o: In function `frame_dummy':
stage2/crtbegin.o(.text+0x94): undefined reference to `_Jv_RegisterClasses'
collect2: ld returned 1 exit status



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15673


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]