Hi, I downloaded the precompiled version of gcc , gcc-2.95.3-sol25-sparc-local.gz , installed it with 'pkgadd' and eveything seemed OK. However, when I tried to compile the gcc source with this from the file gcc-2.95.3.tar.gz , the output from the configure command started out OK but there was a compilation error that ended with the following three lines: ld: fatal: file values -Xa.o: cannot open file; errno = 2 *** The command 'gcc -o conftest -g -02 conftest.c' failed *** You must set the environment variable CC to a working compiler Has anyone seen this before? Ken