From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Zack Weinberg" To: Gerald Pfeifer Cc: gcc@gcc.gnu.org, "David O'Brien" , Loren James Rittle Subject: Re: Another 3.0-branch bootstrap failure Date: Tue, 17 Apr 2001 00:22:00 -0000 Message-id: <20010417002157.W339@stanford.edu> References: X-SW-Source: 2001-04/msg00751.html On Tue, Apr 17, 2001 at 09:07:35AM +0200, Gerald Pfeifer wrote: > ...this time for i386-unknown-freebsd4.2. This really shouldn't happen > that late during a release cycle: > > gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I/sw/test/gcc/cvs-3.0/gcc -I/sw/test/gcc/cvs-3.0/gcc/. -I/sw/test/gcc/cvs-3.0/gcc/config -I/sw/test/gcc/cvs-3.0/gcc/../include /sw/test/gcc/cvs-3.0/gcc/dbxout.c -o dbxout.o > /sw/test/gcc/cvs-3.0/gcc/dbxout.c: In function `dbxout_init': > /sw/test/gcc/cvs-3.0/gcc/dbxout.c:428: `N_OPT' undeclared (first use in this function) Loren and I already discussed this. He's testing a patch and he said he would apply it if it worked. The other message you noticed is a related problem but doesn't affect FreeBSD, which is sensible and defines stab numbers with #define. zw