[2642] in Kerberos_V5_Development
Re: The dreaded windows build ...
daemon@ATHENA.MIT.EDU (Theodore Y. Ts'o)
Thu Oct 23 15:07:09 1997
Date: Thu, 23 Oct 1997 15:06:51 -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, 23 Oct 1997 14:44:39 -0400,
<199710231844.OAA14227@ginger.cmf.nrl.navy.mil>
Date: Thu, 23 Oct 1997 14:44:39 -0400
From: Ken Hornstein <kenh@cmf.nrl.navy.mil>
>The Krb5 source tree is carefully set up to have filenames which are
>unique to 8.3, and if you are using a filesytem which only understands
>8.3, it will truncate the long filenames to 8.3. That's why you don't
>have to muck with the Makefiles to know about the "short" names. You
>just have to use the appropriate kerbsrc-nt.zip or kerbsrc.zip as
>appropriate for your system.
Okay, I understand now. So, the "kerbsrc.zip" file would have built
fine on a FAT filesystem? (Because everything gets truncated?).
That's right --- for example, if you were open a the file:
src/lib/krb5/error_tables/foo.c
on a FAT filesystem, it would find and open
SRC/LIB/KRB5/ERROR_TA/FOO.C
- Ted