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.
Ruben, >Date: Fri, 03 Oct 1997 15:09:46 +0200 (DFT) >From: address@hidden >Organization: Technical University of Madrid/Computer Science School >To: address@hidden >Subject: Re: 971002: netcdf-3: CRAY Y-MP/UNICOS 8.0.3.2: "st_oblksize" undefined >Keywords: 199710021626.KAA16134 In the above message, you wrote: > I have solved the problem with symbol "st_oblksize". I have built the > basic netCDF libray libsrc/libnetcdf.a, but now I have problems with the > "make test". The standard output is: > > > ar cru libnetcdf.a attr.o dim.o error.o libvers.o nc.o > ncio.o nc > x.o putget.o string.o v1hpg.o v2i.o var.o > : libnetcdf.a > /bin/c89 -o t_nc -g t_nc.o -L. -lnetcdf > cc-703 c89: ERROR in command line > No valid filenames appear on the command line. > Make: "/bin/c89 -o t_nc -g t_nc.o -L. -lnetcdf ": Error code 1 Apparently, /bin/c89 doesn't think that "t_nc.o" is a valid filename. This indicates a problem with /bin/c89. I would show this to your systems administrator. You might try removing the file "t_nc.o" before executing "make test". -------- Steve Emmerson <http://www.unidata.ucar.edu>