[913] in Kerberos-V5-bugs
Re: synctree?
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Fri Oct 28 19:54:43 1994
Date: Fri, 28 Oct 1994 19:54:36 +0500
From: Theodore Ts'o <tytso@MIT.EDU>
To: hollande@morgan.com (Isaac Hollander)
Cc: krb5-bugs@MIT.EDU
In-Reply-To: [909]
From: hollande@morgan.com (Isaac Hollander)
Date: Thu, 27 Oct 1994 17:49:34 -0400
I've ftped over the sources to MIT KRB5.4 and I'd like to build for
multiple architectures. I need synctree, and the README says that
its in dist/940615 along with the rest of the sources. I don't see
it there. Help?
We no longer distribute 'synctree', since it turns out that it contains
code that we didn't have the right to distribute. Hence, synctree is no
longer supported.
In place of synctree, you should either use the lndir script found in
src/util/lndir (from the X11 distribution) to create a sym link tree of
the source tree. Or, if you have a make which supports VPATH (such as
GNU make), you can simply make a the directory for the top level build
tree, and run the top level configure script in the source tree. So if
your directory tree looks like this:
|-build-
|-krb5-|-doc---
|-src---
then cd to .../krb5/build, and run "../src/configure" in that directory.
This will automatically build all of the directories, and the make
files. Then type "make >& MAKELOG", and wait. As long as your make
supports VPATH correctly, everything will work automatically.
- Ted