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.
>From: Dave Levinson <address@hidden> >Organization: USDA-ARS NWRC >Keywords: 199901211816.LAA17048 >Hi there: > >I am trying to install NAWIPS 5.4 onto a SUN Ultra 10 machine, and >unfortunately I'm not an expert at this! After unpacking and un-taring >the program files, I tried the command: make all >$ make.out $, but >this failed. The error said command not found. Is it possible that >this is incorrect? I would appreciate any help. > >Thanks, > >Dave. > >-- >Dr. David Levinson, Meteorologist >Northwest Watershed Research Center >USDA-Agricultural Research Service >800 Park Blvd., Plaza IV, Suite 105 >Boise, Idaho 83712 >Ph (208) 422-0724, Fax (208) 334-1502 > > > Dave, first, there is a typo in your csh command. It should read: make all >& make.out & The "$" characters are incorrect. If "make" is not found, then it is because the directory /usr/ccs/bin is not in your path. When building gempak, you should have at least a minimal path with the necessary system programs defined, eg: setenv PATH .:/usr/ccs/bin:/opt/SUNWspro/bin:/bin:/usr/bin It is important that /opt/SUNWspro/bin is before /bin and /usr/bin in your path, since the C compiler you need is the ansi SPARCworks compiler, and not the old bsd cc. Steve Chiswell