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.

Re: linking netcdf on Linux

Try adding
-Msecond_underscore
to the compile and link lines. That will make nf_strerror_ nf_strerror__ which is what is std in the lib. Do a google on g77 underscore and you will find a lot of docs on the great idea that the g77 team had in adding underscores. Ugh
Matt