> I have gcc 3.2.3 running on Solaris 8 > > Can gcc 3.2.3 compile in 64bit? Or, is it strictly 32bit If it was configured (see gcc -v) without --disable-multilib, yes, simply pass -m64 to the compiler. -- Eric Botcazou