public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* other/3477: gcc 3.0 installation
@ 2001-06-29  7:46 cwcarlson
  0 siblings, 0 replies; only message in thread
From: cwcarlson @ 2001-06-29  7:46 UTC (permalink / raw)
  To: gcc-gnats

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-06-29  7:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-29  7:46 other/3477: gcc 3.0 installation cwcarlson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).