On 2/3/06, Joel Sherrill <[EMAIL PROTECTED]> wrote: > Richard Guenther wrote: > > >On 2/2/06, Joel Sherrill <[EMAIL PROTECTED]> wrote: > > > > > >>Karel Gardas wrote: > >> > >> > >> > >>>If this help, I'd like to add that I succesfully compiled > >>>gcc-4.2-20060128.tar.bz2 for the same configuration. > >>> > >>> > >>> > >>I think my last SVN update that built for me was a couple of days before > >>that. > >> > >> > > > >The problem is with using stdint.h integer types without checking if > >they are actually > >available. I have posted a fix for this already that needs to be > >reviewed. Along with > >some other fixes for similar target OS dependent bugs. Patch is here: > >http://gcc.gnu.org/ml/gcc-patches/2006-02/msg00032.html > >(and this is PR26050). > > > > > > I applied this and got the same failure. Do I need to do anything after > applying it? > autotools? If so, how.
You need to run 'autoconf' inside libgcc-math, the other autotools parts were small enough and included in the patch. Richard.