<div>Dear Richard,</div><div>  I already checkded that the file "applink.c" does exist under the directory 'D:\openssl-1.1.0\ms'. I also considered the problem of access permission. That is why I ran all the commands as an administrator. </div><div>Now, I used the Perl script provided by you to revise the original "copy.pl" as the following:</div><div><div><br></div><div>... ...</div><div>foreach (@filelist)</div><div><span class="Apple-tab-span" style="white-space:pre">   </span>{</div><div><span class="Apple-tab-span" style="white-space:pre">    </span>... ...</div><div><span class="Apple-tab-span" style="white-space:pre">              </span>}</div><div><span class="Apple-tab-span" style="white-space:pre">    </span>else</div><div><span class="Apple-tab-span" style="white-space:pre">         </span>{</div><div><span class="Apple-tab-span" style="white-space:pre">            </span>$dfile = $dest;</div><div><span class="Apple-tab-span" style="white-space:pre">              </span>}</div><div><span class="Apple-tab-span" style="white-space:pre">    </span>sysopen(IN, $_, O_RDONLY|O_BINARY) || die "Can't Open $_: $!";</div><div><span class="Apple-tab-span" style="white-space:pre">     </span>sysopen(OUT, $dfile, O_WRONLY|O_CREAT|O_TRUNC|O_BINARY)</div><div><span class="Apple-tab-span" style="white-space:pre">                                      </span>|| die "Can't Open $dfile: $!";</div><div><span class="Apple-tab-span" style="white-space:pre">    </span>while (sysread IN, $buf, 10240)</div></div><div>... ...</div><div><br></div><div>I don't know much about Perl. I am afraid that I had made some mistake. Now, I got the following result:</div><div><div><br></div><div>D:\openssl-1.1.0>nmake install</div><div><br></div><div>Microsoft (R) 程序维护实用工具 10.00.30319.01 版</div><div>版权所有(C) Microsoft Corporation。保留所有权利。</div><div><br></div><div>*** Installing development files</div><div>created directory `C:/Program Files (x86)/OpenSSL'</div><div>created directory `C:/Program Files (x86)/OpenSSL/include'</div><div>created directory `C:/Program Files (x86)/OpenSSL/include/openssl'</div><div>Can't Open "./ms/applink.c": Invalid argument at .\util\copy.pl line 61.</div><div>NMAKE : fatal error U1077: “C:\Perl\bin\perl.exe”: returen code “0x16”</div><div>Stop.</div><div><br></div><div>D:\openssl-1.1.0></div></div><div><br></div>