[2758] in Kerberos-V5-bugs
Re: pending/445: [krb5 1.0] MacOS distribution
daemon@ATHENA.MIT.EDU (Theodore Y. Ts'o)
Fri Jul 18 22:03:49 1997
Date: Fri, 18 Jul 1997 22:01:10 -0400
From: "Theodore Y. Ts'o" <tytso@MIT.EDU>
To: krb5-bugs@MIT.EDU, Aidan Cully <aidan@panix.com>
Cc: gnats-admin@RT-11.MIT.EDU, krb5-prs@RT-11.MIT.EDU
In-Reply-To: Aidan Cully's message of Thu, 17 Jul 1997 14:51:01 -0400,
<199707171851.OAA25660@rt-11.MIT.EDU>
Aidan,
It's a known problem that the Project files for the Macintosh
are very much out of date.
Also, note that we are not using the Project files to create the
CFM libraries anymore. Now what we do is we use MPW makefiles, since
it's much easier to keep them in sync with the Unix makefiles. What
happens is on a Unix machine, you run the command
make -f Makefile.in kerbsrc.mac.tar
This generates a tar file which can then be unpacked on a Macintosh (you
need a Macintosh tar program, obviously). The tar file contains an mpw
makefile, which can be used to compile the libraries. Once you have the
libraries compiled, then it's relatively easy to fix the project files
for the applications to build the applications.
I hope this helps at least with the build problems!
Unfortunately we haven't had as much resources looking at the Macintosh
side of things, so it's there right now the Macintosh krb5 port
admittedly doesn't compare well with the Windows port...
- Ted