From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Received: (qmail 30726 invoked by uid 71); 9 Jan 2003 22:56:02 -0000 Date: Thu, 09 Jan 2003 22:56:00 -0000 Message-ID: <20030109225602.30722.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Phil Edwards Subject: Re: bootstrap/9238: make install: install-sh: not found Reply-To: Phil Edwards X-SW-Source: 2003-01/txt/msg00621.txt.bz2 List-Id: The following reply was made to PR bootstrap/9238; it has been noted by GNATS. >>From phil@jaj.com Mon Jan 13 00:46:48 2003 From: Phil Edwards To: "Mohler, Bruce" Cc: gcc-bugs@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: bootstrap/9238: make install: install-sh: not found Date: Thu, 9 Jan 2003 17:55:33 -0500 On Thu, Jan 09, 2003 at 10:01:37AM -0800, Mohler, Bruce wrote: > Yes, in the top directory of the gcc 3.2 source tree, I: > > mkdir gcc-3.0-sparc-32bit-obj > cd gcc-3.0-sparc-32bit-obj > ../configure --prefix=/usr/local \ > --enable-languages=c,c++,java \ > --disable-nls \ > --host=sparc-sun-solaris2.8 > make > ... That should work. (Although your --prefix has always been the default, and the --host should be deduced automatically.) One suggestion: try giving an absolute path to configure when you call it, e.g., cd gcc-3.0-sparc-32bit-obj /wherever/you/unpacked/the/source/configure --enable-lan.... and see whether the same error occurs during the build. -- I would therefore like to posit that computing's central challenge, viz. "How not to make a mess of it," has /not/ been met. - Edsger Dijkstra, 1930-2002