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.
Adam, >Date: Wed, 30 Jul 2003 14:48:49 -0700 >From: Adam Wilhite <address@hidden> >Organization: NASA/LARC >To: Steve Emmerson <address@hidden> >Subject: Re: 20020730: problem installing udunits The above message contained the following: > Is this what you need. The file "make.log" that you sent was actually the file "install.log". There were no error messages in that file, which would indicate that that the UDUNITS package was successfully installed. If the package was successfully installed, then goodbye and good luck. If, however, the package wasn't successfully installed, then it is likely that standard error from the command "make install" was not redirected to the logfile (which would account for the absence of error messages). If this is the case, then please do the following: 1. Go to the top-level source directory. 2. Perform steps 3 through 9 described near the end of the file INSTALL. Be sure to redirect both output streams to the relevant logfiles, when appropriate. For example make >make.log 2>&1 or make >&! make.log depending on your user-shell. Regards, Steve Emmerson