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.
>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>