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

20031003: NetCDF on a debian Itanium 1 Machine



Jose,

>Date: Fri, 03 Oct 2003 16:29:25 -0600
>From: Jose Quesada <address@hidden>
>Organization: CU
>To: Steve Emmerson <address@hidden>
>Subject: Re: 20031003: NetCDF on a debian Itanium 1 Machine 

The above message contained the following:

> Uhm, the funny thing is that PDL::NetCDF doesn't compile, because it can't 
> see libnetcdf.so or libnetcdf.a
> 
> Cannot find netcdf library, libnetcdf.so or libnetcdf.a.
> Please add the correct library path to Makefile.PL or install NetCDF at 
> Makefile.PL line 34.
> 
> I did make install as root, and updatedb. However, when I say
> 
> locate libnetcdf.so
> 
> I get nothing.
> 
> Maybe the installation wasn't succesful after all?

The PDL::NetCDF package isn't one of ours, but I'm guessing that you
might have to add a reference to the netCDF library similar to the
following to the file "Makefile.PL":

    'LIBS' => "-L/upc/netcdf/lib -lnetcdf "

Regards,
Steve Emmerson