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

960529: NetCDF installation, Linux



Susana,

>Date: Wed, 29 May 1996 15:35:48 +0000 (GMT) 
>From: Susana Pires Vilanova <address@hidden>
>Organization: . 
>To: Steve Emmerson <address@hidden>
>Subject: Re: 960529: NetCDF installation, Linux 
>Keywords: 199605241503.AA18983

In the above message you wrote:

> I have new problems, now in ncdump directory with the command 'make 
> install'.
> The message now is just:
> 
> Makefile: 354: warning : overriding commands for target
> 'disk2/gmt/netcdf-2.4.2/bin' 
> Makefile: 351: warning : ignoring old commands for target 
> 'disk2/gmt/netcdf-2.4.2/bin' 
> IOT Trap/Abort
> 
> Remember that 'make test' has worked, so I guess that this error is not 
> connected with the one in ncgen...

There seems to be a problem with your make(1) utility invoking itself.
Does the following sequence work?

    $ (cd libsrc && make install)
    $ (cd fortran && make install)
    $ (cd ncdump && make install)
    $ (cd ncgen && make install)

--------
Steve Emmerson   <address@hidden>