[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20010315: Installation of NetCDF-perl-1.2.1



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>