NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.
To learn about what's going on, see About the Archive Site.
I found that installation of this release on an ibm aix 4.1.3 system failed to create ncgen because STREQ was undefined in ncgentab.c This, in turn, is created from ncgen.y. I just added #define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0) to the start of ncgen.h and then all compiled fine. Perhaps someone can explain how this definition is supposed to get resolved.
netcdfgroup
archives: