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: other/9105: gcc-3.2.1/gcc/intl/Makefile gets incorrect INSTALL variable path


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


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