Subject: Re: Can't compile -current for a few days
To: None <darcy@druid.net>
From: Lennart Augustsson <augustss@cs.chalmers.se>
List: current-users
Date: 05/31/1997 16:25:16
> I tried waiting thinking it was a temporary anomaly and I tried recreating
> the entire source tree in case something weird had slipped in. Still I
> get this problem. The fact that I haven't seen anyone else complain makes
> me think it's something wrong here but after rebuilding the entire source
> tree from the main server I can't figure out what. Any ideas?
I had the same problem. The old `make build' installed new make files
before it started, but the new one doesn't. Do a
cd share/mk; make install
and that will work. I still couldn't compiled all of the source tree
yesterday, but I hope it's better today.
-- Lennart