Obviously, you have to replace the 'c:\cygwin\bin' with the ms-dos path name of your /bin directory. You also *must* use Windows tools (e.g., "copy" or GUI "drag and drop") to copy the DLL to its new home since you can't easily overwrite a busy DLL.
http://www.gnu.org/manual/cvs-1.9/html_node/cvs_86.html#SEC88 > In place of the command name you can use cvs to > specify global options (see section Global options). > For example the following line in `.cvsrc' > > cvs -z6 > > causes CVS to use compression level 6
これを読んで「-d も global option だから"cvs -d /usr/local/cvsroot"を .cvsrcに追加すればいいのか」と思ったわけです。周りに聞ける人が いないのでこういうときにいつも困ってしまうのですが、今回はここで教えてもらって 助かりました。これで安心してプログラムが組めます。