Due to the current gap in continued funding from the U.S. National Science Foundation (NSF), the NSF Unidata Program Center has temporarily paused most operations. See NSF Unidata Pause in Most Operations for details.
Hi all, I'm trying to build netcdf-fortran-4.2 on my arch linux machine and it failed with the following message: make[2]: Entering directory `/home/chaoran/src/netcdf-fortran-netcdf-fortran-4.2/man4' restore=: && backupdir=".am$$" && \ am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \ rm -rf $backupdir && mkdir $backupdir && \ if (/bin/sh /home/chaoran/src/netcdf-fortran-netcdf-fortran-4.2/missing makeinfo --version) >/dev/null 2>&1; then \ for f in netcdf-f90.info netcdf-f90.info-[0-9] netcdf-f90.info-[0-9][0-9] netcdf-f90.i[0-9] netcdf-f90.i[0-9][0-9]; do \ if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ done; \ else :; fi && \ cd "$am__cwd"; \ if /bin/sh /home/chaoran/src/netcdf-fortran-netcdf-fortran-4.2/missing makeinfo -I . \ -o netcdf-f90.info netcdf-f90.texi; \ then \ rc=0; \ CDPATH="${ZSH_VERSION+.}:" && cd .; \ else \ rc=$?; \ CDPATH="${ZSH_VERSION+.}:" && cd . && \ $restore $backupdir/* `echo "./netcdf-f90.info" | sed 's|[^/]*$||'`; \ fi; \ rm -rf $backupdir; exit $rc netcdf-f90.texi:2085: warning: @item missing argument netcdf-f90.texi:6982: raising the section level of @unnumberedsubsec which is too low Does someone know what might be the problem here? Here's my configure line: ./configure --prefix=$HOME/pkgs/netcdf-fortran-netcdf-fortran-4.2 CPPFLAGS=-I/home/chaoran/pkgs/netcdf-c-netcdf-4.2/include LDFLAGS=-L/home/chaoran/pkgs/netcdf-c-netcdf-4.2/lib And my LD_LIBRARY_PATH: echo $LD_LIBRARY_PATH /home/chaoran/pkgs/netcdf-c-netcdf-4.2/lib Thanks, Chaoran
netcdfgroup
archives: