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.
Thomas, >Date: Mon, 20 Nov 1995 16:49:12 -0800 (PST) >From: Thomas Finkbeiner <address@hidden> >Organization: Stanford University >Subject: netCDF >Keywords: 199511172322.AA01582 In the above message you wrote: > .... Here is now what I got after I had made the changes you proposed. ... > making `test' in directory /home/fink/GMT/netcdf-232pl2/fortran > > ar rcuv ../libsrc/libnetcdf.a jackets.o > f77 ftest.o -L../libsrc -lnetcdf -o ftest > Undefined first referenced > symbol in file > xdr_enum ../libsrc/libnetcdf.a(array.o) > xdr_float ../libsrc/libnetcdf.a(array.o) > xdr_int ../libsrc/libnetcdf.a(iarray.o) > xdr_u_long ../libsrc/libnetcdf.a(array.o) > xdr_double ../libsrc/libnetcdf.a(array.o) > xdr_long ../libsrc/libnetcdf.a(array.o) > xdr_opaque ../libsrc/libnetcdf.a(array.o) > ld: fatal: Symbol referencing errors. No output written to ftest > *** Error code 1 Odd. That should have worked. The file fortran/Makefile should have been created from fortran/Makefile.in with references to `-lnsl'. Would you please send me the files fortran/Makefile.in and fortran/Makefile. Also, would you please send me the output of the following command: grep LD_XDR config.status -------- Steve Emmerson <address@hidden>