This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
other/9105: gcc-3.2.1/gcc/intl/Makefile gets incorrect INSTALL variable path
- From: abe at purdue dot edu
- To: gcc-gnats at gcc dot gnu dot org
- Date: 30 Dec 2002 13:04:38 -0000
- Subject: other/9105: gcc-3.2.1/gcc/intl/Makefile gets incorrect INSTALL variable path
- Reply-to: abe at purdue dot edu
>Number: 9105
>Category: other
>Synopsis: gcc-3.2.1/gcc/intl/Makefile gets incorrect INSTALL variable path
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: unassigned
>State: open
>Class: support
>Submitter-Id: net
>Arrival-Date: Mon Dec 30 05:06:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator: Vic Abell
>Release: 3,2,1
>Organization:
>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.
>How-To-Repeat:
Attempt to install on a Solaris 9 system that has no BSD-compatible install program.
>Fix:
Hand edit gcc/inst/Makefile and correct the path to install-sh or copy gcc-3.2.1/install-sh to gcc-3.2.1/gcc.
>Release-Note:
>Audit-Trail:
>Unformatted: