This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: ../gcc-3.4.0/install-sh: not found
- From: llewelly at xmission dot com
- To: Kate Minola <kminola at po0 dot glue dot umd dot edu>
- Cc: gcc-help at gcc dot gnu dot org
- Date: 27 Apr 2004 18:27:00 -0600
- Subject: Re: ../gcc-3.4.0/install-sh: not found
- References: <200404271701.i3RH10wF000270@gonzaga.umd.edu>
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