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.
Yu-Jin Choi, >Date: Thu, 12 Jul 2001 18:30:01 -0400 (EDT) >From: Yu-Jin Choi <address@hidden> >Organization: University of Maryland >To: Russ Rew <address@hidden> >Subject: Re: 20010712: NetCDF Error report >Keywords: 200107122230.f6CMUA103891 The above message contained the following: > I checked version for the compilers. Unluckily, they are not the same as > yours. > > cc: Sun WorkShop 6 update 1 C 5.2 2000/09/11 > f77: Sun WorkShop 6 update 1 FORTRAN 77 5.2 2000/09/11 > > As for the other checking, > > nm -o /opt/SUNWspro/WS6/lib/libf77compat.a | grep _e_wsfe_pv > [70] |000000002240|000000000050|FUNC |GLOB |0 |2 |__e_wsfe_pv > > nm -o /opt/SUNWspro/WS6/lib/libf77compat.so.1 | grep _e_wsfe_pv > [967] |000000203230|000000000110|FUNC |GLOB |0 |9 |__e_wsfe_pv > > > What can I do for this? I can't use netCDF? You could try referencing the the "f77compat" library when building the "ftest" utility. A temporary solution would be to edit the file "macros.make" in the top-level source directory. Add a reference to the library, e.g. FLIBS = -L/opt/SUNWspro/WS6/lib -lf77compat A more permanent solution would be the following: 1. Perform steps 3 through 5 mentioned near the end of the file INSTALL.html. 2. Define the environment variable "FLIBS" to contain the above-mentioned reference to the compatability library, e.g. export FLIBS='-L/opt/SUNWspro/WS6/lib -lf77compat' 3. Perform steps 6 through 9 mentioned near the end of the file INSTALL.html. Please let us know if this helps. Regards, Steve Emmerson <http://www.unidata.ucar.edu>