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.
Mike, I think the problem stems from the build in the netcdf directory: From your log files: ------------------------------------------------------------------------- Making `all' in directory /npraid/noaaport/nawips/gempak/source/netcdf-3.= 4/src/libsrc make[7]: *** No way to make target `ncconfig.h'. Stop. make[6]: *** [subdir_target] Error 1 make[5]: *** [libsrc/all] Error 1 make[4]: *** [lnetcdf] Error 1 make[3]: *** [/npraid/noaaport/nawips/netcdf/sol/lib/libnetcdf.a] Error 1= ------------------------------------------------------------------------- That "make[]" syntax looks like gnu's gmake and not Sun's make with solaris. What you probably need to do is type "which make". This should respond with "/usr/ccs/bin/make" on any solaris machine. Any other path is suspect. If you aren't getting the correct "make", then set you path so that you get the correct one in your path first, eg: cd $NAWIPS setenv PATH /usr/ccs/bin:${PATH} make clean make all make install If this isn't the problem let me know. Steve Chiswell Unidata User Support >From: "Michael Urzen" <address@hidden> >Organization: UCAR/Unidata >Keywords: 200101261659.f0QGxhX24554 >This is a multi-part message in MIME format. >--------------08DF73DD40E7BD8255B7FA90 >Content-Type: text/plain; charset=us-ascii >Content-Transfer-Encoding: 7bit > > >Steve: > >I did run "make all" first, but I >re-ran, >make clean, make all, and make install, >again >with the same result. > >I do not think I am running out of disk >space. >No messages in /var/adm/messages > >I searched the "make.out" file for the >word "bin". >(/bin/sol) >I do not see any referance to that path >at all. >(Except the the dir was created.) >I would expect to see an error msg if >"make all" >was trying to put something there and >could not. > >In "make.install" there are a lot of >error msg's >saying it could not find the file in >/bin/sol. > >Any ideas? > >I am attaching the make.out, >make.install files, >and a listing of the /bin/sol directory >(ls.txt) > > > > Thanks > Mike > > >Glenn, > >It looks like you ran "make install" >before "make all" since I >see things in cgemlib trying to be >compiled. Or...its possible >that when you originally rean "make >all", your disk filled up >and not all of the library objects were >built - or the library >file got clobbered some other way. > >I'm not sure what state things are in. >I'd suggest going back to >$NAWIPS and running: > >make clean >make all >make install > >You should verify that you haven't run >out of disk space as well >(you'd probably see messages in >/var/adm/messages if you had). > >Steve Chiswell >Unidata User Support >