This is the mail archive of the gcc-bugs@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


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


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