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

Re: 950308: netCDF FORTRAN Jacket not made



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