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/3477: gcc 3.0 installation



>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:


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