Received: from PACIFIC-CARRIER-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA26591; Wed, 6 Dec 95 12:16:45 EST
Received: from liquor.cabi.net by MIT.EDU with SMTP
	id AA12219; Wed, 6 Dec 95 12:15:40 EST
Received: (from listadm@localhost) by liquor.cabi.net (8.6.12/8.6.12) id LAA12619; Wed, 6 Dec 1995 11:22:13 -0500
Resent-Date: Wed, 6 Dec 1995 11:22:13 -0500
X-Sender: chapman@saul5.u.washington.edu
Date: Wed, 6 Dec 1995 08:21:39 -0800 (PST)
From: Randy Chapman <chapman@u.washington.edu>
To: Troy J Ryan <tjryan@crocker.com>
Cc: Tim Newsome <drz@cybercomm.net>, java-linux@java.blackdown.org
Subject: Re: new libc
In-Reply-To: <199512061336.IAA00708@zoned.crocker.com>
Message-Id: <Pine.OSF.3.91l.951206081957.2216X-100000@saul5.u.washington.edu>
Foo: foo-bar
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Resent-Message-Id: <"FZ8Ky.0.h43.wBSnm"@liquor>
Resent-From: java-linux@java.blackdown.org
X-Mailing-List: <java-linux@java.blackdown.org> archive/latest/641
X-Loop: java-linux@java.blackdown.org
Precedence: list
Resent-Sender: java-linux-request@java.blackdown.org

On Wed, 6 Dec 1995, Troy J Ryan wrote:

> > I know this is off-topic, but I don't really know where else I might find
> > this info. I compiled and installed the new libc so I can run pre2 of the
> > JDK, but it has screwed up make. Symptoms:
> > It doesn't find a Makefile, you have to tell it with -f Makefile
> > It doesn't see when files are modified correctly.
> > The following rule doesn't work: (The rule worked before the installation)
> > %.class: %.java
> >         javac $<
> > This is GNU Make version 3.74. Anybody know if there's a newer version out,
> > or anything else I could do?
> > 
> > advTHANKSance, Tim
> > 
> I find that reading the release notes helps ;)  
> 
> You should find a patch attached at the end of the release notes which you can apply to the 
> make tree. 
> 
> Troy

However, you might find compiling make a little difficult without a functional
make ;-p  I just uploaded an aout make (I never bothered to patch gnu make)
to ftp://substance.blackdown.org/incoming/make.gz

Should help =)

--randy

