> -----Original Message----- > From: Ralf Wildenhues [mailto:[EMAIL PROTECTED] > Sent: Sunday, February 17, 2008 1:18 PM > To: Weddington, Eric > Cc: FX Coudert; Gerald Pfeifer; Richard Guenther; Joerg > Wunsch; GCC Development; Denis Chertykov; Anatoly Sokolov; > Lamo, Jo Inge; [EMAIL PROTECTED] > Subject: Re: bootstrap broken on mingw > > * Weddington, Eric wrote on Sun, Feb 17, 2008 at 08:41:02PM CET: > > > > > > I'm willing to try, but running "autoconf" doesn't > regenerate the > > > configure file, what am I missing? > > > > I do: > > > > aclocal > > autoconf > > > > At the top level. aclocal 1.9.6, autoconf 2.59. > > You need to run autoconf in the gcc/ subdirectory. Sorry for not > mentioning that right away.
Ok. I did the above and ran autoconf in the /gcc subdir. I got this error: if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc-4.3-20080215/gcc/doc \ -I ../../gcc-4.3-20080215/gcc/doc/include -o doc/gcc.info ../../gcc-4.3-20080215/gcc/doc/gcc.texi; \ fi ../../gcc-4.3-20080215/gcc/doc//invoke.texi:1244: warning: undefined flag: srcdir. ../../gcc-4.3-20080215/gcc/doc//invoke.texi:1243: @include `{No value for `srcdir'}/../libiberty/at-file.texi': No such file or directory. makeinfo: Removing output file `doc/gcc.info' due to errors; use --force to preserve. make[2]: *** [doc/gcc.info] Error 2 make[2]: Leaving directory `/c/avrdev/gcc/build/gcc' make[1]: *** [all-gcc] Error 2 make[1]: Leaving directory `/c/avrdev/gcc/build' make: *** [all] Error 2 Is there any reason why we can't revert the patch that caused this? Eric Weddington