On Thursday 03 December 2009, Drake Mobius wrote: > -Wpointer-arith -Wredundant-decls -O4 -mcpu=ultrasparc -pipe > configure does correctly detect my solaris setup, I am not sure what > the issue is here. I am using the GNU tools (gmake etc) from opencsw, > with /opt/csw/bin:/usr/xpg6/bin:/usr/bin as my PATH, and am running > gmake > > Any help for a poor soul in SPARC-land? I'd try compile that file with -O2 instead of -O4. Maybe even change the instances of -O4 in config.mak to -O2.