This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Hans, > From: address@hidden (Hans Spoelder) > Organization: ? > Keywords: 199510021557.AA10194 netCDF Cray In the above message you wrote: > I'm trying to install the netcdf software on the Cray > running at SARA however the make script in the subdirectory > 'port' fails to run and complains: > > make > > making `all' in directory /sara/u3/hs/Src/netcdf-2.3.2/port > > Make: Don't know how to make all. Stop. > Make: "dir=`echo port/all | sed 's,/.*,,'`; \ > target=`echo port/all | sed "s,$dir/,,"`; \ > cd $dir && \ > echo "making \`$target' in directory `pwd`" && \ > echo "" && \ > make CC="cc" CPP="cc -E" exec_prefix="/sara/u3/hs/Src/bin" FC="cf77" > prefix="/sara/u3/hs/Src" \ > prefix=/sara/u3/hs/Src exec_prefix=/sara/u3/hs/Src/bin \ > $target || exit 1": Error code 1 > > what is going wrong ? I don't know what is wrong. It appears that the file port/Makefile doesn't exist? Does it?. The file should have be created from the file port/Makefile.in by the configure script. -------- Steve Emmerson <address@hidden>