Skip Menu |
 

Date: Fri, 22 Apr 2005 13:58:57 -0700
From: sharma <sam.sharma@gat.com>
To: krb5-bugs@mit.edu
Subject: kerberos install on windows

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