This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
More options.h problems on cygwin
- From: "Billinghurst, David (CRTS)" <David dot Billinghurst at riotinto dot com>
- To: <gcc-bugs at gcc dot gnu dot org>
- Date: Thu, 19 Jun 2003 09:42:09 +1000
- Subject: More options.h problems on cygwin
3.4 cvs from 13:58 UTC 18 Jun fails to bootstrap on cygwin with
gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-p
rototypes -pedantic -Wno-long-long -fno-common -DHAVE_CONFIG_H -I. -I. -I/u
sr/local/src/gcc/gcc -I/usr/local/src/gcc/gcc/. -I/usr/local/src/gcc/gcc/config
-I/usr/local/src/gcc/gcc/../include /usr/local/src/gcc/gcc/opts.c -o opts.o
/usr/local/src/gcc/gcc/opts.c: In function `common_handle_option':
/usr/local/src/gcc/gcc/opts.c:299: `OPT__version' undeclared (first use in this
function)
/usr/local/src/gcc/gcc/opts.c:299: (Each undeclared identifier is reported only
once
/usr/local/src/gcc/gcc/opts.c:299: for each function it appears in.)
make[2]: *** [opts.o] Error 1
make[2]: Leaving directory `/usr/local/obj/gcc/gcc'
Now this is after I upgraded to the patch gawk-3.1.2 that worked around a similar problem
earlier in the day.