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 > > I can do make distclean no problem and can change compiler options, question is: in which file is this the most efficient way such that ALL makefiles are consistent. Is this best be done in the Makefile.in? or is there a different way > > thanks > > stephen > Do not change any files. Set the flags as environment variables, then run configure. The configure script will make sure that your settings in CFLAGS, FFLAGS, etc., make it into the appropriate places in the makefiles. You can do everything you want from the command line, without having to edit any files. For more info, see here: http://www.unidata.ucar.edu/software/netcdf/docs/netcdf-install/Environment.html#Environment Thanks, Ed Ticket Details =================== Ticket ID: RWW-909377 Department: Support netCDF Priority: Normal Status: Closed