[3132] in Kerberos
Re: "make install" seems to be broken, similar experiences?
daemon@ATHENA.MIT.EDU (Kurt J. Lidl)
Mon Apr 18 21:48:30 1994
From: lidl@uunet.uu.net (Kurt J. Lidl)
To: ccjason@quadrophenia.ucdavis.edu (Jason Gabler)
Date: Mon, 18 Apr 1994 21:18:21 -0400 (EDT)
Cc: kerberos@MIT.EDU
In-Reply-To: <199404182224.PAA05565@quadrophenia.ucdavis.edu> from "Jason Gabler" at Apr 18, 94 03:24:56 pm
>I ran "make install" .. barf.
>
>--- error #1
>mkdir /krb5 /krb5/man /krb5/admin /krb5/sbin /krb5/bin /krb5/man/man8
>/krb5/man/man8 /krb5/man/man1 /krb5/man/man5 /krb5/lib /krb5/include
>concat(/krb5/include,/krb5) concat(/krb5/include,/krb5/asn.1)
>concat(/krb5/include,/kerberosIV)
>
>--- these directories never got made .. yes I was su'd at the time
>
>--- error #2
>sh: syntax error at line 1: `(' unexpected
>
>-- huh?
>
>Has anyone else experienced this?
Yes.
There is a bug in the Imakefile.
The three "concat" macros should reference a "Concat" macro.
(Case names are important when dealing with cpp!)
-Kurt