This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: other/9105: gcc-3.2.1/gcc/intl/Makefile gets incorrect INSTALL variable path
- From: Phil Edwards <phil at jaj dot com>
- To: nobody at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 30 Dec 2002 14:36:02 -0000
- Subject: Re: other/9105: gcc-3.2.1/gcc/intl/Makefile gets incorrect INSTALL variable path
- Reply-to: Phil Edwards <phil at jaj dot com>
The following reply was made to PR other/9105; it has been noted by GNATS.
From: Phil Edwards <phil@jaj.com>
To: abe@purdue.edu
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: other/9105: gcc-3.2.1/gcc/intl/Makefile gets incorrect INSTALL variable path
Date: Mon, 30 Dec 2002 09:32:31 -0500
On Mon, Dec 30, 2002 at 01:04:38PM -0000, abe@purdue.edu wrote:
> >Environment:
> Solaris 9, Ultra 10
> >Description:
> When gcc/configure can't locate a BSD-comptible install program and chooses
> to use install-sh, it places an incorrect path to it in ./intl/Makefile,
> ./../install-sh. There is no install-sh in intl's ./.. (gcc); it's in
> ./../../, the grandparent of intl, gcc-3.2.1. That causes the install rule
> in gcc/Makefile to fail when it invokes the install rule in ./intl/Makefile.
Did you see the installation instructions regarding
1) strongly recommending building in a seperate directory, and
2) special steps for Solaris systems?
If you didn't, please try again after doing so, and let us know whether you
still experience problems.
--
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