This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
other/3477: gcc 3.0 installation
- To: gcc-gnats at gcc dot gnu dot org
- Subject: other/3477: gcc 3.0 installation
- From: cwcarlson at home dot com
- Date: Fri, 29 Jun 2001 07:36:24 -0700
>Number: 3477
>Category: other
>Synopsis: make install fails with an error
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Jun 29 07:46:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator: Chris Carlson
>Release: 3.0
>Organization:
BeachWare
>Environment:
System: Linux CX31480-B.msnv1.occa.home.com 2.2.14-5.0 #1 Tue Mar 7 20:53:41 EST 2000 i586 unknown
Architecture: i586
host: i586-pc-linux-gnu
build: i586-pc-linux-gnu
target: i586-pc-linux-gnu
configured with: ./configure
>Description:
Line 101 of the generated Makefile (to make gcc 3.0) in
i586-pc-linux-gnu/libjava/libltdl sets
mkinstalldirs=$(SHELL) $(top_srcdir)/../../mkinstalldirs
it should be:
mkinstalldirs=$(SHELL) $(top_srcdir)/../../../mkinstalldirs
>How-To-Repeat:
N/A
>Fix:
Modify libjava/libltdl/Makefile.in line 101 to:
mkinstalldirs=$(SHELL) $(top_srcdir)/../../../mkinstalldirs
>Release-Note:
>Audit-Trail:
>Unformatted: