Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-RT-Original-Encoding: iso-8859-1 Content-Length: 931 Hi I am able to compile kerberos on windows 2000 platform, during installation the copy command does not copy any files into install directory. The definition in the Makefile CP=copy/b nul+, seems to have some problem, where CP only copies nul file as shown below in the output. Once I modify the CP=copy/b the files copied ok. G:\home\srbpkg\srbpkg\kerberos\32\krb5-1.4\src>nmake /nologo /A install NODEBUG=1 KRB_INSTALL_DIR=G:\home\srbpkg\srbpkg\ kerberos\32\install copy/b nul:+ include\krb5.h "G:\home\srbpkg\srbpkg\kerberos\32\install\include\." nul include\krb5.h 1 file(s) copied. copy/b nul:+ include\win-mac.h "G:\home\srbpkg\srbpkg\kerberos\32\install\include\." nul include\win-mac.h 1 file(s) copied. copy/b nul:+ include\profile.h "G:\home\srbpkg\srbpkg\kerberos\32\install\include\." nul include\profile.h 1 file(s) copied. Thanks SAM