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.
Helin,
>Date: Fri, 3 May 2002 10:46:44 -0400 (EDT)
>From: Helin Wei <address@hidden>
>Organization: Ohio State University
>To: Steve Emmerson <address@hidden>
>Subject: Re: 20020503: udunits compilation: cfortran.h can't find environment
>Keywords: 200205022058.g42Kwwa20657
The above message contained the following:
> I got these error message when I ran ./configure:
>
> cc: Df2cFortran: No such file or directory
> rm: cannot remove `conftest': No such file or directory
I'm sorry, I left out a minus sign (-) in the example I gave:
setenv CPPFLAGS Df2cFortran
It should have been
setenv CPPFLAGS -Df2cFortran
(I assume you're using the a csh-like user shell).
Please try again with this change.
Regards,
Steve Emmerson <http://www.unidata.ucar.edu>