Hi into directory src: downloaded latest gpc snapshot; then downloaded gcc-2.95.2
tar -vxzf the two files
found the directory structure of gcc-2.95 is different from 2.8. so mv gpc/p gcc-2.95.2/gcc cd gcc-2.95.2/gcc patch -s -p1 < p/diffs/gcc-2.95.diff
next followed the recomendation in the gcc install literature
cd ../.. mkdir gcc cd gcc ../configure --enable-languages=pascal make bootstrap make install
and you're done
hopes this helps Russ russwhit@mind.net