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.
Steve, >Date: 9 Jun 1997 12:52:22 -0500 >From: "Steve Mauget" <address@hidden> >Organization: USDA >To: "Steve Emmerson" <address@hidden> >Subject: Re: 970609: building using N >Keywords: 199706021417.IAA27579 In the above message, you wrote: > Steve : > > Here are the (heavily edited) standard out and error from make test > in src/nf_test. > > Steve M. > > > + /bin/c89 -E test_get.F > + grep -v ^# > + 1> test_get.f > + /usr/local/bin/f90 -c -g test_get.f > Warning: test_get.f, line 1709: Unused external reference NF_DELETE > detected at END@<end-of-statement> > Warning: test_get.f, line 1709: Unused external reference NF_PUT_VARA_INT1 > detected at END@<end-of-statement> > Warning: test_get.f, line 1709: Unused external reference NF_ABORT > detected at END@<end-of-statement> > Warning: test_get.f, line 1709: Unused external reference NF_GET_VARA_TEXT > detected at END@<end-of-statement> > Warning: test_get.f, line 1709: Unused external reference NF_SYNC > detected at END@<end-of-statement> > Warning: test_get.f, line 1709: Unused external reference NF_ENDDEF > detected at END@<end-of-statement> > Warning: test_get.f, line 1709: Unused external reference NF_REDEF > " > " > " > Warning: test_get.f, line 55300: Unused symbol INT_VEC_EQ > detected at END@<end-of-statement> > Warning: test_get.f, line 55300: Unused external reference NF_INQ_NDIMS > detected at END@<end-of-statement> > Warning: test_get.f, line 55300: Unused external reference NF_GET_VARA_INT1 > detected at END@<end-of-statement> > Warning: test_get.f, line 55300: Unused external reference NF_INQ > detected at END@<end-of-statement> > [f90 continuing despite warning messages] > cfe: Warning 604: test_get.f: 32766: Bad argument for #line command > cfe: Warning 604: test_get.f: 32766: Bad argument for #line command > cfe: Warning 604: test_get.f: 32766: Bad argument for #line command > cfe: Warning 604: test_get.f: 32766: Bad argument for #line command > cfe: Warning 604: test_get.f: 32766: Bad argument for #line command > " > " > " Hmm... The file test_get.f shouldn't have any "#line" directives in it due to the "grep -v" filter. Would you please send me the line mentioned above (32766). Thanks. > cfe: Warning 604: test_get.f: 37774: Bad argument for #line command > cfe: Warning 604: test_get.f: 37776: Bad argument for #line command > cfe: Warning 604: test_get.f: 37777: Bad argument for #line command > cfe: Warning 604: test_get.f: 37778: Bad argument for #line command > cfe: Warning 604: test_get.f: 37779: Bad argument for #line command > cfe: Warning 604: test_get.f: 37780: Bad argument for #line command > cfe: Warning 604: test_get.f: 37781: Bad argument for #line command > + rm test_get.f > + /bin/c89 -E test_put.F > + grep -v ^# > + 1> test_put.f > + /usr/local/bin/f90 -c -g test_put.f > Warning: test_put.f, line 1639: Unused external reference NF_PUT_VARA_INT1 > detected at END@<end-of-statement> > Warning: test_put.f, line 1639: Unused external reference NF_CLOSE > detected at END@<end-of-statement> > Warning: test_put.f, line 1639: Unused external reference NF_ABORT > detected at END@<end-of-statement> > Warning: test_put.f, line 1639: Unused external reference NF_GET_VARA_TEXT > detected at END@<end-of-statement> > Warning: test_put.f, line 1639: Unused external reference NF_SYNC > detected at END@<end-of-statement> > " > " > " > Warning: test_put.f, line 81068: Unused symbol HASH_TEXT > detected at END@<end-of-statement> > Warning: test_put.f, line 81068: Unused external reference NF_INQ_NDIMS > detected at END@<end-of-statement> > Warning: test_put.f, line 81068: Unused external reference NF_GET_VARA_INT1 > detected at END@<end-of-statement> > Warning: test_put.f, line 81068: Unused external reference NF_INQ > detected at END@<end-of-statement> > [f90 continuing despite warning messages] > cfe: Warning 604: test_put.f: 32766: Bad argument for #line command > cfe: Warning 604: test_put.f: 32766: Bad argument for #line command > cfe: Warning 604: test_put.f: 32766: Bad argument for #line command > cfe: Warning 604: test_put.f: 32766: Bad argument for #line command > : > : > : > cfe: Warning 604: test_put.f: 43148: Bad argument for #line command > cfe: Warning 604: test_put.f: 43149: Bad argument for #line command > cfe: Warning 604: test_put.f: 43150: Bad argument for #line command > cfe: Warning 604: test_put.f: 43151: Bad argument for #line command > cfe: Warning 604: test_put.f: 43152: Bad argument for #line command > + rm test_put.f > + /bin/c89 -E error.F > + grep -v ^# > + 1> error.f > + /usr/local/bin/f90 -c -g error.f > Warning: error.f, line 1630: Unused external reference NF_INQ_NDIMS > detected at END@<end-of-statement> > Warning: error.f, line 1630: Unused external reference NF_GET_VARA_INT1 > : > : > : > Warning: nf_test.f, line 4840: Unused external reference NF_PUT_VARA_DOUBLE > detected at END@<end-of-statement> > Warning: nf_test.f, line 4840: Unused external reference NF_GET_VARA_REAL > detected at END@<end-of-statement> > Warning: nf_test.f, line 4840: Unused external reference NF_PUT_VARA_INT > detected at END@<end-of-statement> > Warning: nf_test.f, line 4840: Unused external reference NF_GET_VARA_INT2 > detected at END@<end-of-statement> > Warning: nf_test.f, line 4840: Unused external reference NF_GET_VARA_INT > detected at END@<end-of-statement> > Warning: nf_test.f, line 4840: Unused external reference NF_PUT_VARA_INT2 > detected at END@<end-of-statement> > [f90 continuing despite warning messages] > + rm nf_test.f > + /bin/c89 -E test_read.F > + grep -v ^# > + 1> test_read.f > + /usr/local/bin/f90 -c -g test_read.f > Fatal Error: test_read.f, line 1654: Too many continuation lines > + rm test_read.f > + exit 1 > *** Error code 1 (bu21) Would you please send me sufficient context around line 1654 of file test_read.f so that I can determine which statement has too many continuation lines. Thanks. -------- Steve Emmerson <address@hidden>