[2704] in Kerberos
Help-Kerberos V4
daemon@ATHENA.MIT.EDU (gopalan@watson.ibm.com)
Wed May 5 13:02:55 1993
Date: Wed, 5 May 93 12:50:54 EDT
From: gopalan@watson.ibm.com
To: kerberos@Athena.MIT.EDU
Hi, This must be one of the questions that is either asked several times or I
am a clueless user. I have downloaded the kerberos V4 recently. I am trying
to follow the KERBEROS INSTALLATION NOTES - DRAFT. I have successfully
completed upto section 3 and now I am trying to build the software as described
in section 4 of that guide. I was able to do:
"make -f [SOURCE_DIR]/tools/makeconfig SRCDIR=[SOURCE_DIR]"
no problem so far. Then I have changed changed SRCTOP in the config.Imakefile.
The next step is to see if your machine type has a definition in include/osconf
.h, which is there. Now comes the problem. In the next step you have to type, "make world". I get folloeing error messages.
#make world
make clean-imake
make Makefile
rm -f Makefile.bak; mv Makefile Makefile.bak
imake -I./util/imake.includes-TImake.template -DNEW_TOP=. -s MAkefile
sh:imake not found.
make:1254-004 The error code for the last coomand is 1.
make quitting.
etc...
#
Can somebody please help this clueless user. Thanks.