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.
Steffen, > Subject: netCDF > To: address@hidden > From: "Steffen Thomas" <address@hidden> > Organization: . > Keywords: 199511291927.AA02673 In the above message you wrote: > I have a little problem with the installation of our netCDF Package. The > problem is, that we use IRIX 5.3 Operating system and /sbin/install does not > support the option -c > What can i do? > thanks I suggest that you do the following: 1. Edit the file port/master.mk.in. Replace all use of the install(1) utility with use of the cp(1) (copy) utility. You won't need the `-c' or `-m' options. 2. Rebuild the makefiles by executing the file `config.status', which you'll find in the top-level source directory. Please let me know if this fixes your problem. -------- Steve Emmerson <address@hidden>