[237] in Kerberos-V5-bugs
Re: Problems building R5 beta 2
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Sat Oct 3 18:56:20 1992
Date: Sat, 3 Oct 92 18:55:44 -0400
From: tytso@Athena.MIT.EDU (Theodore Ts'o)
To: bobb@agora.rain.com
Cc: krb5-bugs@Athena.MIT.EDU
In-Reply-To: Bob Beauchemin's message of Sat, 3 Oct 92 11:01 PDT,
The short answer is that you need to run
imake -I./config -T./config/Imake.tmpl
to regenerate the top level Makefile; make world will take care of the
rest.
In retrospect, perhaps it was a mistake for me to have distributed the
Makefiles. If I didn't include them, it would have forced everyone to
run imake first, before they ran "make world".
(The reason why "make world" can't automatically run Imake on the
top-level Makefile is a bootstrapping problem; it doesn't know where to
find the config directory and the initial template file....)
- Ted