[7105] in Kerberos
Soooo close...Make error #3.
daemon@ATHENA.MIT.EDU (Ralph Haber)
Wed Apr 17 00:39:01 1996
Date: Tue, 16 Apr 96 23:28 EST
From: Ralph Haber <0006590912@mcimail.com>
To: kerberos mail group <kerberos@MIT.EDU>
Okay, getting better at this. Decided to reload the entire kerberos
directory, start from scratch, so to speak. Untarred all of the distros
into the /usr/krb5 directory. Then, using configure, I entered the
following:
./configure --with-cc=gcc --with-krb5-root=/usr/krb5 --without-krb4
and it ran fine to completion. Entered the "make" command without
any switches, and it ran almost forever (about thirty minutes), spewing
informational messages at a regular rate. I figured it was gonna make
it...but, it didn't. The following error resulted:
making in lib/kdb4
make[2]: *** No way to make target '/../..//aclocal.m4'. Stop
make[1]: *** [all-unix-subdirs] Error 1
make[1]: *** [all] Error 1
Previously, while make was running, it would list out the files that
it was generating ( I'm assuming this anyway ) in the following manner:
a - filename.o
a - filename.o
.
.
a - filename.o
I figure that these are the object files being built. Do I need to
include something in my environment or path...? GCC = 2.7.2, and
this is a Sun Sparc20 running Sol2.3. TIA.