On Sun, 19 Nov 2000, Marco van de Voort wrote: ...
RH 7.0 also packages another gcc compiler, used to build the kernel packages. (2.95.x or so), and it is renamed as kgcc.
I removed in my copy the 2.96 gcc, installed the kernel compiler, and symlinked ls -s kgcc gcc in /usr/bin
well, no harm done but you still need the gcc source: gcc-2.95.2.tar.gz It's just under 13M, so visit gcc.gnu.org and find their list of mirror sites to download it from.
Put it in /usr/local/src/ along with the gpc source and untar them: tar -vxzf *.gz
Now you're ready to build gpc. You will find directions in gpc*/p/
good luck Russ