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.
Cara-Lyn, >Date: Wed, 15 Sep 2004 09:44:46 -0600 >From: Cara-Lyn Lappen <address@hidden> >Organization: Colorado State University >To: Steve Emmerson <address@hidden> >Subject: make test The above message contained the following: > when I do a make test, I get errors, the same errors I get when I try > to link with CAM. Does this give us any clues. here is the errors from > the command "make test": > > > make[2]: Entering directory `/usr/local/src/nf_test' > /Applications/Absoft/bin/f90 -o nf_test -w -YEXT_NAMES=UCS -YEXT_SFX=_ > -YCFRL=1 test_get.o test_put.o nf_error.o nf_test.o test_read.o > test_write.o util.o fortlib.o ../libsrc/libnetcdf.a -lU77 > ld: Undefined symbols: > _NF_CLOSE_ ... What is the output from this command? nm -g /usr/local/src/libsrc/libnetcdf.a | grep -i nf_close Regards, Steve Emmerson