[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20020503: udunits compilation: cfortran.h can't find environment
- Subject: 20020503: udunits compilation: cfortran.h can't find environment
- Date: Fri, 03 May 2002 08:54:26 -0600
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>