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 Sasha, > I got my netcdf build as far as "make install" when I got the following > error message > Making install in f90 > make install-am > make[3]: Nothing to be done for `install-exec-am'. > test -z "/Users/spcarter/Glimmer/netcdf-4.1.1/share/man/man3" || > .././install-sh -c -d "/Users/spcarter/Glimmer/netcdf-4.1.1/share/man/man3" > mkdir: /Users/spcarter/Glimmer/netcdf-4.1.1/share/man: Permission denied > mkdir: /Users/spcarter/Glimmer/netcdf-4.1.1/share/man/man3: Permission > denied > make[3]: *** [install-man3] Error 1 > make[2]: *** [install-am] Error 2 > make[1]: *** [install] Error 2 > make: *** [install-recursive] Error 1 > > when I do sudo make install everything works okay, however other programs > that depend on netcdf begin to develop problems. Using "sudo make install" was correct. You usually want to install the netCDF libraries, include files, and programs in a place where other programs and users can make use of them. What problems do other programs that depend on netCDF develop? For example, do such programs depend on a shared netCDF library that you have overwritten with the new installation? In that case, you may have to recompile and relink the programs to use the new libraries. This could be necessary if, for example, the new libraries were compiled using a different programming model than the old libraries, for example 64-bit pointers instead of 32-bit pointers. --Russ Russ Rew UCAR Unidata Program address@hidden http://www.unidata.ucar.edu Ticket Details =================== Ticket ID: DND-672007 Department: Support netCDF Priority: Normal Status: Closed