On 28 August 2012 01:04, JonathonS <thejunkjon@xxxxxxxxx> wrote: > Hi all, > > On most things I build with GCC 4.4.4 on Solaris, I get the following > assertion failure: > My GCC flags are as follows. > > Using built-in specs. > Target: sparc-sun-solaris2.10 What version of Solaris are you running? If gcc was built on 10, and you using an older version, that might be an issue. > Does anyone know why this could be the case? My SPARC processor is > 32-bit and I see a "64" number in the error so maybe it thinks that I > am building for 64-bit? I am not sure. Any help would be greatly > appreciated. I don't believe Solaris 10 supports 32-bit processors. What machine are you using? What is the output of "uname -a"? What is the output of "command -v gcc" ? Dave