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.
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>