Gentle People: Sorry to bother you again but there is another question or issue. My build completed without error messages on exit after about nine hours of compiling on my Ultra 5. Now the question: Where is gcc? I can find C++, fortran77, and so on but no gcc. I found xgcc but no gcc. Trust me I searched the entire object tree. Is the --enable-languages=c required or implied by default? I used gcc-3.4.6.tar.gz which I assume includes gcc and the other languages? The config-lang listing is included below. - Commands used for the build: - Commands used for Solaris 8 Sparc Build of Gcc gcc-3.4.6: ; Use gmake gls, gas - required! ; Using csh cd /export/home/tools/gcc mkdir gcc-3.4.6-obj chmod 777 gcc-3.4.6-obj cd gcc-3.4.6-obj ln -s /opt/sfw/bin/gmake make ln -s /opt/sfw/bin/gld ld ln -s /opt/sfw/bin/gas as /export/home/tools/gcc/gcc-3.4.6/configure --with-gnu-ld gmake - The config-lang listing is included below: It appears that c or gcc are not explicitly stated. root@Sun# cd gcc root@Sun# cd /export/home/tools/gcc/gcc-3.4.6/gcc root@Sun# grep language= */config-lang.in ada/config-lang.in:language="ada" ada/config-lang.in:boot_language=yes cp/config-lang.in:language="c++" f/config-lang.in:language="f77" java/config-lang.in:language="java" objc/config-lang.in:language="objc" treelang/config-lang.in:language="treelang"