../gcc-3.4.0/install-sh: not found

llewelly@xmission.com llewelly@xmission.com
Wed Apr 28 00:27:00 GMT 2004


Kate Minola <kminola@po0.glue.umd.edu> writes:

> 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

? You are saying you untared gcc-3.4.0 as a subdir of objdir?

> 
> 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



More information about the Gcc-help mailing list