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.
>Organization: Southeastern Regional Climate Center >Keywords: 199407272057.AA27514 netCDF install AIX >Date: Wed, 27 Jul 94 16:40:18 EDT >From: address@hidden (DAVID BARTHEL STAFF) In the above message you wrote: >I have recently ported the NetCDF tar file to my IBM RS6000 AIX-based >workstation, and am trying to install it according to the INSTALL >document which was included. I am able to run the configure script; >however, when I attempt to "make all", I get an error which states: >Make: 1254-002 Cannot find a rule to create target all from dependencies. > > I have also noticed that many of my make files have the file extensionn >.in, and many of the files are looking for make file versions that do not have >.in extensions. Is this part of my problem? Thanks in advance for the help The files named Makefile.in are converted into simple Makefile's by the configure script (or, at least they should be). Would you please do the following: 1. Go to the top-level source directory; 2. Enter the following command: ./configure && make all You might have to adjust the `configure' invocation, depending on your situation (see the INSTALL document). 3. Send me the output from #2. -------- Steve Emmerson <address@hidden>