To build and install gcc, I normally do cd objdir ./gcc-3.3.3/configure --enable-languages=c --prefix=[place to put executible] make bootstrap make install However while building and installing gcc-3.4.0, during 'make install' I get ./gcc-3.4.0/install-sh: not found A workaround seems to be cd objdir cd gcc make install I ran into this problem on several architectures, specifically sparc-sun-solaris2.8 alphaev68-dec-osf5.1 alphaev56-dec-osf4.0f I am not sure if the problem is due to gcc-3.4.0 or the version of make that I am using (make-3.80) or something else ... Kate Minola University of Maryland, College Park