[486] in Kerberos_V5_Development
compile report
jfc@ATHENA.MIT.EDU (jfc@ATHENA.MIT.EDU)
Tue Dec 4 00:23:02 1990
I tried clean builds on RT and VAX today.
A number of files in appl/* include <stdlib.h> without using the
configuration option. It's not clear what the right solution is,
since telnet is supposed to be somewhat independent of kerberos.
I added include/stdc-incl to the include path in a few directories and
put an RT <stdarg.h> there.
Several of the files in stdc-incl/sys have extra "#endif"s; I'm
editing these as I find them.
Broken <com_err.h> prevents kdc/main.c from compiling on the RT (<com_err.h>
won't include <stdarg.h> if __HIGHC__ is defined, but kdc/main.c will).
The link step for telnet needs ../common/libcommon.a, which doesn't exist.