On Tue, Jan 27, 2009 at 04:53:09PM -0800, Dennis Clarke wrote: > > This is on an old Sun Sparc machine running Solaris 8. > > I had CFLAGS set thus : > > $ echo $CFLAGS > -mcpu=v7 -m32 -mno-app-regs -pthreads
That's your problem. Try again without this setting. > Shortly into what looks like phase 2 I see the process fails thus : > ... > xgcc: may not use both -m32 and -m64 It blew up when trying to build 64-bit code, when you'd set CFLAGS to -m32.