Hello, I am trying to compile grads-1.9b4 on a linux system at ncar. I have downloaded it to the machine but I would like to compile it with a couple options --with-nc --with-readline --with-printim --with-hdf
I do ./configure --with-nc --with-readline --with-printim --with-hdf This is part of the output. .. the options are not compiling properly. Is there something I am doing wrong Checking for optional feature support ------------------------------------ checking whether to use dynamic linking... no Check GrADS command line editing support... checking readline/readline.h usability... no checking readline/readline.h presence... no checking for readline/readline.h... no - Command line editing disabled Check GrADS GUI support... checking freq.h usability... no checking freq.h presence... no checking for freq.h... no - GUI disabled Check GrADS printim support... checking gd.h usability... no checking gd.h presence... no checking for gd.h... no - printim disabled (Warning: gxtran will not be built) checking if wi command has been enabled... no - wi disabled + LATS enabled Checking which GrADS binaries can be built ------------------------------------ checking udunits.h usability... no checking udunits.h presence... no checking for udunits.h... no - gradsnc (plain netCDF) build disabled checking for udunits.h... (cached) no - gradshdf (HDF-SDS/netCDF) build disabled checking for udunits.h... (cached) no - gradsdods (OPeNDAP/netCDF) build disabled +=========================================================================+ GrADS 1.9b4 : Built Thu Sep 4 14:27:12 MDT 2008 for x86_64-unknown-linux-gnu +=========================================================================+ +----------------------------------+ | | | Configuration Summary | | | | - readline disabled | | - printim disabled | | - GUI disabled | | + LATS enabled | | - wi disabled (default) | | | | Build Summary | | | | + gradsc (classic) enabled | | - gradsnc (netCDF) disabled | | - gradshdf (HDF-SDS) disabled | | - gradsdods (OPeNDAP) disabled | | | | - Dynamic linking disabled | | | +----------------------------------+ configure: creating src/VERSION configure: creating src/buildinfo.h configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/config.h config.status: src/config.h is unchanged Run 'make && make install' to build GrADS. Executables will be installed to bin/ in current dir, unless prefix was specified. Segayle
