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 6958 invoked by uid 71); 9 Jan 2003 23:16:01 -0000 Date: Thu, 09 Jan 2003 23:16:00 -0000 Message-ID: <20030109231601.6955.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: "Mohler, Bruce" Subject: RE: bootstrap/9238: make install: install-sh: not found Reply-To: "Mohler, Bruce" X-SW-Source: 2003-01/txt/msg00623.txt.bz2 List-Id: The following reply was made to PR bootstrap/9238; it has been noted by GNATS. >>From Bruce_Mohler@intuit.com Mon Jan 13 00:47:03 2003 From: "Mohler, Bruce" To: "'Phil Edwards'" , "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 15:14:02 -0800 Thanks, Phil. I'll try using the absolute path on the configure command. This may not happen until tomorrow morning... Bruce -----Original Message----- From: Phil Edwards [mailto:phil@jaj.com] Sent: Thursday, January 09, 2003 2:56 PM To: Mohler, Bruce Cc: gcc-bugs@gcc.gnu.org; gcc-gnats@gcc.gnu.org Subject: Re: bootstrap/9238: make install: install-sh: not found 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