Hi, > i installed intel fortran and c compilers. after that i tried to install > netcdf-3.6.3 using the following environmental variables > > export CC=/opt/intel/bin/icc > export CXX=/opt/intel/bin/icpc > export CFLAGS='-O3 -xHost -ip -no-prec-div -static-intel' > export CXXFLAGS='-O3 -xHost -ip -no-prec-div -static-intel' > export F77=/opt/intel/bin/ifort > export FC=/opt/intel/bin/ifort > export F90=/opt/intel/bin/ifort > export FFLAGS='-O3 -xHost -ip -no-prec-div -static-intel' > export CPP='/opt/intel/bin/icc -E' > export CXXCPP='/opt/intel/bin/icpc -E' > > after this i made *./configure*, it works fine. > after this, i tried *make*,error occured. i attached the error log file. > > pls try to resolve this. Here's two things to try: 1. Instead of giving the full path of the Fortran compilers, use the short name and put the directory in your PATH variable, such as: export PATH=/opt/intel/bin:$PATH export F77=ifort export FC=ifort export F90=ifort 2. If that doesn't work, try building with a more recent version of netCDF, following the instructions on the Intel site. If you don't want the netCDF-4 features, you can include the configure option --disable-netcdf-4. Here's the site I'm referring to: http://software.intel.com/en-us/articles/performance-tools-for-software-developers-building-netcdf-with-the-intel-compilers/?wapkw=netcdf --Russ Russ Rew UCAR Unidata Program address@hidden http://www.unidata.ucar.edu Ticket Details =================== Ticket ID: LCV-846326 Department: Support netCDF Priority: Normal Status: Closed
NOTE: All email exchanges with Unidata User Support are recorded in the Unidata inquiry tracking system and then made publicly available through the web. If you do not want to have your interactions made available in this way, you must let us know in each email you send to us.