> -----Original Message----- > From: Ralf Wildenhues [mailto:[EMAIL PROTECTED] > Sent: Sunday, February 17, 2008 11:05 AM > To: FX Coudert > Cc: Richard Guenther; Joerg Wunsch; GCC Development; > Weddington, Eric; Denis Chertykov; Anatoly Sokolov; Lamo, Jo Inge > Subject: Re: bootstrap broken on mingw > > * FX Coudert wrote on Sun, Feb 17, 2008 at 06:59:49PM CET: > > > > >If not, another > > >possibility would be to just require users on MinGW to update their > > >system texinfo installation. > > > > Weeks before the release? That doesn't give much time to > anyone for > > getting it working and actually testing the release candidates. > > OK. The latest patch that I posted should solve the MinGW issues > (but is still untested). >
With that patch I'm now getting: (echo "@set version-GCC 4.3.0"; \ if [ "experimental" = "experimental" ]; \ then echo "@set DEVELOPMENT"; \ else echo "@clear DEVELOPMENT"; \ fi) > gcc-vers.texiT /bin/sh: build_file_translate@: command not found make[1]: *** [gcc-vers.texi] Error 127 make[1]: Leaving directory `/c/avrdev/gcc/build/gcc' make: *** [all-gcc] Error 2 Eric Weddington