[ncl-install] Don't Compiled out 'ncl' exe file from build NCL and NCAR Graphics from source code
王忍之
rzwang at nuist.edu.cn
Wed Sep 20 07:33:57 MDT 2017
Hello:
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:
``````````````
ar: creating libncl.a
ar: NclHDFEOS.o: No such file or directory
make: *** [libncl.a] Error 1
```````````
And,I add something in Makefile, like:
Line 818:
$(CC) -c-o scanapi.o $(API_DEFS) $(CFLAGS) $<
Line 823:
$(CC) -c -o parseapi.o $(API_DEFS) $(CFLAGS) $<
Line 981:
$(CC) -c -o NclHDF.o $(HDFDEFINES) $(HDF4_NETCDF) $(CFLAGS) NclHDF.c $<
Line 988:
$(CC) -c -o NclHDFEOS.o $(HDFDEFINES) $(HDF4_NETCDF) $(CFLAGS) NclHDFEOS.c $<
then,compile again ,no error, But have many warnings!!!
icc: warning #10145: no action performed for file 'Ncl.o'
icc: warning #10145: no action performed for file 'io.o'
icc: warning #10145: no action performed for file 'NclHLUObj.o'
icc: warning #10145: no action performed for file 'NclApi.o'
icc: warning #10145: no action performed for file 'guiFuncs.o'
icc: warning #10145: no action performed for file 'NclDriver.o'
.........etc.
Finally,this directory no 'ncl' file be produced. I tried many times but failed.
Can you help me hou to do? thank you.
Sincerely , Renzhi Wang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-install/attachments/20170920/da451e18/attachment-0001.html>
More information about the ncl-install
mailing list