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.
Hi Robert, > I am trying to compile netcdf using PGI on a 64 bit system but in 32 bit mode > since we do not have a 64 bit version of PGI. > > I have compile netcdf with gfortran both 32 & 64 bit version with no problem. > > I am attaching the Log files since I have no idea what the error means. The config.status file you attached is not useful for diagnosing errors that occurred when running the configure script. For that, we need the output from running configure, which can be captured in a "configure.log" file as follows (but be sure to run "make distclean" first): ./configure [arguments to configure script ...] 2>&1 > configure.log (if you use bash, sh, or ksh command shells) or ./configure [arguments to configure script ...] >& configure.log (if you use csh or tcsh). It would also be helpful to see the "config.log" file the configure script generates, because the make output you sent indicates there is something wrong with your setup for building Fortran programs. Something is preventing the Fortran compiler from generating working programs; the output in config.log should show what is going wrong. --Russ Russ Rew UCAR Unidata Program address@hidden http://www.unidata.ucar.edu Ticket Details =================== Ticket ID: IWZ-787287 Department: Support netCDF Priority: Normal Status: Closed