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.
Alford, >Date: Thu, 15 Mar 2001 08:30:45 -0600 >From: "Alford, Glennette R" <address@hidden> >Organization: US/Navy >To: "'Steve Emmerson'" <address@hidden> >Subject: RE: 20010314: Installation of NetCDF-perl-1.2.1 >Keywords: 200103131940.f2DJeZL13393 The above message contained the following: > I ran the command: > LD_RUN_PATH=3D"" gcc -o blib/arch/auto/NetCDF/NetCDF.so -G \ > -L/DODS_DISK/DODS/perlmodules/netcdf-3.4/lib \ > -L/usr/local/lib NetCDF.o > > I get the error: > LD_RUN_PATH=3D: Command not found Because you're using a non-standard shell, you need to translate standard command syntax into whatever's appropriate for your shell. In this case the above command should probably become setenv LD_RUN_PATH 3D gcc -o blib/arch/auto/NetCDF/NetCDF.so -G \ -L/DODS_DISK/DODS/perlmodules/netcdf-3.4/lib \ -L/usr/local/lib NetCDF.o Regards, Steve Emmerson <http://www.unidata.ucar.edu>