This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
../gcc-3.4.0/install-sh: not found
- From: Kate Minola <kminola at po0 dot glue dot umd dot edu>
- To: gcc-help at gcc dot gnu dot org
- Date: Tue, 27 Apr 2004 13:01:00 -0400 (EDT)
- Subject: ../gcc-3.4.0/install-sh: not found
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