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.
Robert, Did you install 5.6.a overtop of 5.6? If so, you need to run "make distclean" before building to make sure you don't have any libraries left in $GEMLIB. If you didn't have the above problem, the loopw_resetHide routine is found in $GEMPAK/source/programs/gui/nmap2/nmap_loopw.c. You can try cd'ing to the nmap2 directory and running "make clean" and "rm $GEMLIB/nmap2.a". Then type "make all". If you see any errors when the nmap_loopw.c routine is compiled, then that could be the trouble. Steve Chiswell Unidata User Support >From: 10 <address@hidden> >Organization: UCAR/Unidata >Keywords: 200103042313.f24NDtL25208 >I am trying to build Gempak 5.6a on Solaris 7 SPARC (SC 5.0 compilers) >and get the following error: > >[1] Exit 2 make all >& make.out >Undefined first referenced > symbol in file >loopw_resetHide /export/home/gempak/GEMPAK_5.6/lib/sol/nma > p2 >.a(nmap_dsp.o) >ld: fatal: Symbol referencing errors. No output written to nmap2 > >5.6 built fine and 5.6a built fine on Solaris 8 using these compilers. >Any ideaS? > >Thanks, >Robert Mullenax >