[2513] in Kerberos_V5_Development
Re: Release of GSS-API/Kerberos DLL for NT
daemon@ATHENA.MIT.EDU (Theodore Y. Ts'o)
Fri Sep 12 19:00:56 1997
Date: Fri, 12 Sep 1997 19:00:38 -0400
From: "Theodore Y. Ts'o" <tytso@MIT.EDU>
To: Ken Hornstein <kenh@cmf.nrl.navy.mil>
Cc: "Theodore Y. Ts'o" <tytso@MIT.EDU>, krbdev@MIT.EDU
In-Reply-To: Ken Hornstein's message of Thu, 04 Sep 1997 01:24:38 -0400,
<199709040524.BAA27670@ginger.cmf.nrl.navy.mil>
Date: Thu, 04 Sep 1997 01:24:38 -0400
From: Ken Hornstein <kenh@cmf.nrl.navy.mil>
Speaking of this ... has _any_ work been done on the MacOS port? It's
been pretty stale for a long time. We've done some work, but there
wasn't much interest when I asked about contributing it before.
We're starting to ramp up the Mac in the next couple of weeks, as our
Mac programmers finish off their backlog of other projects.
Note that the main way of compiling the MacOS libraries is via MPW
makefiles, *not* via the crufty old CodeWarrior Project files. We found
those basically impossible to keep up-to-date.
The basic idea is that you generate a tar file much like the Windows
port, under Unix:
make -f Makefile.in kerbsrc.mac.tar
Then take the tar file over to a macintosh, and expand it. If you then
fireup mpw and run make in the top-level source tree, it should build
the libraries for you, no muss, no fuss. This was tested before we
released the krb5 1.0 release.
- Ted