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). Richard.