This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: bootstrap/9238: make install: install-sh: not found


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 <phil@jaj.com>
To: "Mohler, Bruce" <Bruce_Mohler@intuit.com>
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]