> CC to cc only. So, now the script is: > > CC=cc > export CC > ../gcc-4.0.2/configure > gmake bootstrap
Do not export CC and do not use a relative path: CC=cc $absolute_path/configure ... > Also, the ask why I was using the flags I was. The only reference I found > to sparc where the sparcv9-*-solaris2* which sent me to sparc64-*-solaris2* > on install/specific. html. Should I have been looking somewhere else? http://gcc.gnu.org/install/specific.html#sparc-sun-solaris2 http://gcc.gnu.org/install/specific.html#sparc-sun-solaris27 -- Eric Botcazou