Subject: Re: kerberos compile
To: Bill Studenmund <skippy@macro.stanford.edu>
From: Ken Hornstein <kenh@cmf.nrl.navy.mil>
List: current-users
Date: 06/02/1996 03:52:42
>Welcome back!
>
>I'm truing to compile the domestic stuff, and am running into an error in
>one of the libraries:
>
>make: don't know how to make krb_err.c. Stop
>pokey# pwd
>/y1/src11/domestic/lib/libkrb
>
>The only file named krb_err* is krb_err.et. To be honest, _I_ don't know
>how to make a .c from an .et!

You have to do a "make depend" first -- I don't quite know why there isn't
a rule to go to .c from .et.  There probably should be.

--Ken