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

Re: 950308: netCDF FORTRAN Jacket not made

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.


  • Subject: Re: 950308: netCDF FORTRAN Jacket not made
  • Date: Thu, 09 Mar 1995 15:28:25 -0700

Michael,

> My CUSTOMIZE as "e-mail"-ed to you did not cause "configure" to include
> "FC = /local/comp/f77" when generating the "Makefile"'s.  I had to
> hand-modify ../netcdf-232pl2/Makefile.  Do you know the reason why?

Yes, you can't have blanks around the "=" in the CUSTOMIZE file, since it's
used as shell input for setting the environment.  If you use

FC=/local/comp/f77

instead of 

FC = /local/comp/f77

it should work.

--Russ