Hello:<div>  I compile NCL6.4.0 use Intel(16.0.1) Compiler in Redhat 6.2 OS. I compiled another directory until enter ${NCARG}/ni/src/ncl directory. Run 'make' command,have this problem:</div><div>``````````````</div><div>  <font color="#ff0000">ar: creating libncl.a</font></div><div><font color="#ff0000">  ar: NclHDFEOS.o: No such file or directory</font></div><div><font color="#ff0000">  make: *** [libncl.a] Error 1</font></div><div>```````````</div><div> And,I add something in Makefile, like:</div><div> Line 818:</div><div>   <font color="#0000ff">$(CC) -c<span style="background-color: rgb(255, 255, 255);"> </span><span style="background-color: rgb(255, 0, 0);">-o scanapi.o</span> $(API_DEFS) $(CFLAGS)  $<</font></div><div><font color="#0000ff"> </font><span style="background-color: rgb(255, 255, 255);">Line 823:</span></div><div><font color="#0000ff">    $(CC) -c <span style="background-color: rgb(255, 0, 0);">-o parseapi.o</span> $(API_DEFS) $(CFLAGS)   $<</font></div><div><font color="#0000ff"> </font>Line 981:</div><div><font color="#0000ff">    </font><span style="color: rgb(0, 0, 255);">$(CC) -c <span style="background-color: rgb(255, 0, 0);">-o NclHDF.o</span> $(HDFDEFINES) $(HDF4_NETCDF) $(CFLAGS) NclHDF.c $<</span></div><div><span style="color: rgb(0, 0, 255);"> </span>Line 988:</div><div><span style="color: rgb(0, 0, 255);">    $(CC) -c<span style="background-color: rgb(255, 0, 0);"> -o NclHDFEOS.o</span> $(HDFDEFINES) $(HDF4_NETCDF) $(CFLAGS)  NclHDFEOS.c $<</span></div><div> then,compile again ,no error, But have many warnings!!!</div><div><br></div><div><font color="#ff0000">icc: warning #10145: no action performed for file 'Ncl.o'</font></div><div><font color="#ff0000">icc: warning #10145: no action performed for file 'io.o'</font></div><div><font color="#ff0000">icc: warning #10145: no action performed for file 'NclHLUObj.o'</font></div><div><font color="#ff0000">icc: warning #10145: no action performed for file 'NclApi.o'</font></div><div><font color="#ff0000">icc: warning #10145: no action performed for file 'guiFuncs.o'</font></div><div><font color="#ff0000">icc: warning #10145: no action performed for file 'NclDriver.o'</font></div><div><font color="#ff0000">.........etc.</font></div><div>Finally,this directory no 'ncl' file <span style="font-family: arial, sans-serif; font-size: 13px; white-space: nowrap;">be produced. I tried many times but failed.</span></div><div><span style="font-family: arial, sans-serif; font-size: 13px; white-space: nowrap;">Can you help me hou to do? thank you.</span></div><div><span style="font-family: arial, sans-serif; font-size: 13px; white-space: nowrap;">                                                                                                                                                                                                                                         Sincerely ,  Renzhi Wang</span></div>