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.
Jiping,
>Date: Wed, 30 Apr 2003 16:54:48 -0400 (EDT)
>From: Jiping Liu <address@hidden>
>Organization: Georgia Tech
>To: Steve Emmerson <address@hidden>
>Subject: Re: 20030430: netCDF build problem on Linux: cfortran.h
The above message contained the following:
> I can not find "libsrc/ncconfig.h".
Then you will have to recreate it. Please do the following:
1. Go to the top-level source directory.
2. Execute the command "make distclean".
3. Ensure that your environment variables are set as before.
In particular, ensure that CPPFLAGS contains the string
"-Df2cFortran".
4. Execute the configure script -- redirecting both standard output
and standard error to the file "configure.log".
5. Check the file "configure.log" for errors.
The file "libsrc/ncconfig.h" should now exist. Does it?
Regards,
Steve Emmerson