[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 950308: netCDF FORTRAN Jacket not made
- 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