[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
951121: netCDF
- Subject: 951121: netCDF
- Date: Tue, 21 Nov 95 08:26:07 -0700
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>