From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2698 invoked by alias); 30 May 2004 18:52:31 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 2689 invoked by uid 48); 30 May 2004 18:52:30 -0000 Date: Mon, 31 May 2004 18:51:00 -0000 Message-ID: <20040530185230.2688.qmail@sourceware.org> From: "mckelvey at maskull dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040527054918.15673.mckelvey@maskull.com> References: <20040527054918.15673.mckelvey@maskull.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug bootstrap/15673] Errors in stage 3; genmodes.c X-Bugzilla-Reason: CC X-SW-Source: 2004-05/txt/msg03696.txt.bz2 List-Id: ------- 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