[915] in Kerberos-V5-bugs
Compilation
daemon@ATHENA.MIT.EDU (Robert Zeh)
Sat Oct 29 16:06:06 1994
Date: Sat, 29 Oct 1994 15:05:06 -0500
From: Robert Zeh <razeh@symcom.math.uiuc.edu>
To: krb5-bugs@MIT.EDU
Hi,
I tried to compile things with Kerberoes V5, Beta 4, patchlevel 4 on a
Solaris 2.3 box using gcc.
It looks like the src/lib Makefile has the following rule left out:
libkdb5.a:: kdb/libkdb5.a
$(RM) $@
$(LN) $? $@
Because when I try to compile things I get the following:
make: Warning: Don't know how to make target `../../lib/libkdb5.a'
Current working directory /usr/local/src/krb5/src/tests/create
make: Warning: Target `all' not remade because of errors
Current working directory /usr/local/src/krb5/src/tests/create
....
Thanks,
Robert