[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: installing netcdf
- Subject: Re: installing netcdf
- Date: Fri, 14 Jan 1994 09:26:32 -0700
>Organization: USGS
>Keywords: 199401132004.AA18097
>Date: Thu, 13 Jan 94 09:57:46 HST
>From: address@hidden (Laura Kong)
>To: address@hidden
>Subject: installing netcdf
In the above message you wrote:
>I need help. I have (apparently successfully since 'make test' runs fine)
>installed netcdf 2.3.2 (without the patches), but when I try
>to link libnetcdf with my software (GMT, Generic Mapping Tools), i get
>a 'ld: Undefined symbol _lib_version' error. See below.
This is probably due to using different compilers (SunOS 4.1.3 has at
least two: /bin/cc and /usr/lang/SC2.0.1/cc). You should ensure that
the same compiler is used to
1. Compile the netCDF package;
2. Compile GMT; and
3. Link the two together.
--------
Steve Emmerson <address@hidden>