I was happy to see GCC 4.4.3 complete a full three stage bootstrap with --enable-languages=c,c++,objc,fortran,ada,java however it fails to install very quickly. I build 4.4.3 with gcc 4.3.4 and that includes ada also. Any idea why I would see this so early in the install process ? if [ -f doc/gccint.info ]; then \ for f in doc/gccint.info*; do \ realfile=`echo $f | sed -e 's|.*/\([^/]*\)$|\1|'`; \ /opt/csw/bin/ginstall -c -m 644 $f /opt/csw/src/gcc-4.4.3-proto/info/$realfile; \ chmod a-x /opt/csw/src/gcc-4.4.3-proto/info/$realfile; \ done; \ else true; fi if /opt/csw/bin/bash -c 'install-info --version' >/dev/null 2>&1; then \ if [ -f /opt/csw/src/gcc-4.4.3-proto/info/gccint.info ]; then \ install-info --dir-file=/opt/csw/src/gcc-4.4.3-proto/info/dir /opt/csw/src/gcc-4.4.3-proto/info/gccint.info; \ else true; fi; \ else true; fi; gmake ada/doctools/xgnatugn gmake[3]: Entering directory `/opt/csw/src/gcc-4.4.3-SunOS5.8-i386/gcc' mkdir -p ada/doctools cp -p ../../gcc-4.4.3/gcc/ada/xgnatugn.adb ada/doctools cd ada/doctools && gnatmake -q xgnatugn gnatmake: "xgnatugn.ali" incompatible ALI file, please recompile gnatmake: "xgnatugn.adb" compilation error gmake[3]: *** [ada/doctools/xgnatugn] Error 4 gmake[3]: Leaving directory `/opt/csw/src/gcc-4.4.3-SunOS5.8-i386/gcc' gmake[2]: *** [doc/gnat_ugn.texi] Error 2 gmake[2]: Leaving directory `/opt/csw/src/gcc-4.4.3-SunOS5.8-i386/gcc' gmake[1]: *** [install-gcc] Error 2 gmake[1]: Leaving directory `/opt/csw/src/gcc-4.4.3-SunOS5.8-i386' gmake: *** [install] Error 2 $ -- Dennis Clarke dclarke@xxxxxxxxxxxxxx <- Email related to the open source Solaris dclarke@xxxxxxxxxxxxx <- Email related to open source for Solaris