<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Feb 11, 2009, at 11:00 AM, Burn James wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Hi<br><br>I'm trying to build Grads 2.0 on a home PC running Opensuse 11.1 Linux.<br><br>I've unpacked the latest source code to home/grads2.0<br>Unpacked the supp files from data.tar into usr/local/lib/grads<br>Unpacked the supplib files from<br><a href="ftp://grads.iges.org/grads/Supplibs/2.0/bin/i686-pc-linux-gnu_supplibs2.0.tar.gz">ftp://grads.iges.org/grads/Supplibs/2.0/bin/i686-pc-linux-gnu_supplibs2.0.tar.gz</a><br>to /usr/local/lib/grads/supplibs</div></blockquote>Down below it says you have the environment variable &nbsp;SUPPLIBS set to /usr/local/grads/supplibs_cola/&nbsp;</div><div>Which is it?&nbsp;</div><div>Underneath the $SUPPLIBS directory, you should have to subdirs, ./include and ./lib with all the libraries and include files. Are these present under /usr/local/grads/supplibs_cola?&nbsp;</div><div>Jennifer</div><div><br><blockquote type="cite"><div><br><br>When I run configure as below, it seems to find the the supplibs folder,<br>(can see files such as readline.h), but doesn't find udunits.h and other<br>files needed to enable an opendap install. &nbsp;I also had this problem when I<br>was trying to build on Opensuse 10.2 but I "got around it" by finding some<br>precompiled version of Grads which worked when I had the supplibs folder as<br>above. &nbsp;However, now I'd like to be able to build Grads 2.0 myself now.<br>I've started looking through the configure file, which helped me work out<br>that I need to define the location of SUPPLIBS as per output below, but I<br>can get no further.<br><br>Help will be well appreciated, thanks<br><br>James<br>*******************<br><br><br><br>burn@linux-62ha:~> cd grads2.0<br>burn@linux-62ha:~/grads2.0> sh configure<br>SUPPLIBS=/usr/local/lib/grads/supplibs_cola<br>checking for a BSD-compatible install... /usr/bin/install -c<br><br>checking whether build environment is sane... yes<br><br>checking for a thread-safe mkdir -p... /bin/mkdir -p<br><br>checking for gawk... gawk<br><br>checking whether make sets $(MAKE)... yes<br><br>checking whether to enable maintainer-specific portions of Makefiles... no<br><br><br>Checking for programs<br>------------------<br>checking for gawk... (cached) gawk<br>checking for gcc... gcc<br>checking for C compiler default output file name... a.out<br>checking whether the C compiler works... yes<br>checking whether we are cross compiling... no<br>checking for suffix of executables...<br>checking for suffix of object files... o<br>checking whether we are using the GNU C compiler... yes<br>checking whether gcc accepts -g... yes<br>checking for gcc option to accept ISO C89... none needed<br>checking for g++... no<br>checking for c++... no<br>checking for gpp... no<br>checking for aCC... no<br>checking for CC... no<br>checking for cxx... no<br>checking for cc++... no<br>checking for cl.exe... no<br>checking for FCC... no<br>checking for KCC... no<br>checking for RCC... no<br>checking for xlC_r... no<br>checking for xlC... no<br>checking whether we are using the GNU C++ compiler... no<br>checking whether g++ accepts -g... no<br>checking for a BSD-compatible install... /usr/bin/install -c<br>checking whether ln -s works... yes<br><br>Setting host specific options<br>-------------------------<br>checking build system type... i686-pc-linux-gnu<br>checking host system type... i686-pc-linux-gnu<br>Host machine: i686-pc-linux-gnu<br><br>Checking system libraries, headers, and compiler features<br>-----------------------------------------<br>checking for cos in -lm... yes<br>checking how to run the C preprocessor... gcc -E<br>checking for X... no<br><br>checking for grep that handles long lines and -e... /usr/bin/grep<br>checking for egrep... /usr/bin/grep -E<br>checking for ANSI C header files... yes<br>checking for sys/types.h... yes<br>checking for sys/stat.h... yes<br>checking for stdlib.h... yes<br>checking for string.h... yes<br>checking for memory.h... yes<br>checking for strings.h... yes<br>checking for inttypes.h... yes<br>checking for stdint.h... yes<br>checking for unistd.h... yes<br>checking malloc.h usability... yes<br>checking malloc.h presence... yes<br>checking for malloc.h... yes<br>checking sys/file.h usability... yes<br>checking sys/file.h presence... yes<br>checking for sys/file.h... yes<br>checking for unistd.h... (cached) yes<br><br>checking for an ANSI C-conforming const... yes<br>checking whether byte ordering is bigendian... no<br>checking for strtod... yes<br>checking for off_t... yes<br>checking for special C compiler options needed for large files... no<br>checking for _FILE_OFFSET_BITS value needed for large files... 64<br>checking for _LARGEFILE_SOURCE value needed for large files... no<br><br>Checking for optional feature support<br>------------------------------------<br>checking for supplibs directory... /usr/local/lib/grads/supplibs_cola<br>checking whether to use dynamic linking... yes (Warning: binaries may not be<br>suitable for distribution)<br><br>Checking for libraries to support GUI interface ...<br>checking for main in -lXext... no<br>checking for main in -lXt... no<br>checking for pkg-config... /usr/bin/pkg-config<br>checking pkg-config is at least version 0.9.0... yes<br>checking for XAW7... no<br>checking for main in -lXt... (cached) no<br>- GUI disabled<br><br>Checking in supplibs for libraries to support command line editing ...<br>checking readline.h usability... no<br>checking readline.h presence... no<br>checking for readline.h... no<br><br>Checking in system locations for libraries to support command line editing ...<br>checking for a readline compatible library... no<br>- Command line editing disabled<br><br>Checking in supplibs for libraries to support geotiff ...<br>checking tiff.h usability... no<br>checking tiff.h presence... no<br>checking for tiff.h... no<br>checking tiffio.h usability... no<br>checking tiffio.h presence... no<br>checking for tiffio.h... no<br>- geotiff disabled<br><br>Checking in supplibs for libraries to support printim ...<br>checking zlib.h usability... no<br>checking zlib.h presence... no<br>checking for zlib.h... no<br>checking for main in -lpng12... no<br>checking for main in -ljpeg... no<br><br>Checking in system locations for libraries to support printim ...<br>checking for GD... no<br>checking for gdlib-config... no<br>checking gd.h usability... no<br>checking gd.h presence... no<br>checking for gd.h... no<br>- printim disabled (Warning: gxtran will not be built)<br><br>Checking in supplibs for libraries to support grib2 ...<br>checking for zlib.h... (cached) no<br>checking for main in -lpng12... (cached) no<br><br>Checking in system locations for grib2 libraries ...<br>checking grib2.h usability... no<br>checking grib2.h presence... no<br>checking for grib2.h... no<br>- grib2 disabled<br><br>Checking in supplibs for libraries to support hdf4 ...<br>checking for zlib.h... (cached) no<br>checking udunits.h usability... no<br>checking udunits.h presence... no<br>checking for udunits.h... no<br>checking for main in -ljpeg... (cached) no<br><br>Checking in system locations for libraries to support hdf ...<br>checking for udunits.h... (cached) no<br>- hdf4 disabled<br><br>Checking in supplibs for libraries to support netcdf ...<br>checking for udunits.h... (cached) no<br><br>Checking in system locations for libraries to support netcdf ...<br>checking for udunits.h... (cached) no<br>- netcdf disabled<br><br>Checking in supplibs for libraries to support OPeNDAP access ...<br>checking for udunits.h... (cached) no<br><br>Checking in system locations for libraries to support OPeNDAP access ...<br>checking for udunits.h... (cached) no<br>checking gadap.h usability... no<br>checking gadap.h presence... no<br>checking for gadap.h... no<br>- gradsdap (OPeNDAP/netCDF) build disabled<br><br> &nbsp;+=========================================================================+<br> &nbsp;&nbsp;GrADS 2.0.a5 : Built Wed Feb 11 15:46:34 GMT 2009 for i686-pc-linux-gnu<br> &nbsp;+=========================================================================+<br><br> &nbsp;+----------------------------------+<br> &nbsp;| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<br> &nbsp;| Configuration Summary &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<br> &nbsp;| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<br> &nbsp;| &nbsp;- readline disabled &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<br> &nbsp;| &nbsp;- printim disabled &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<br> &nbsp;| &nbsp;- netcdf disabled &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<br> &nbsp;| &nbsp;- hdf4 disabled &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<br> &nbsp;| &nbsp;- grib2 disabled &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<br> &nbsp;| &nbsp;- geotiff disabled &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<br> &nbsp;| &nbsp;- GUI disabled &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<br> &nbsp;| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<br> &nbsp;| Build Summary &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<br> &nbsp;| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<br> &nbsp;| &nbsp;+ grads enabled &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<br> &nbsp;| &nbsp;- gradsdap (OPeNDAP) disabled &nbsp;&nbsp;|<br> &nbsp;| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<br> &nbsp;| &nbsp;+ Dynamic linking enabled &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<br> &nbsp;| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<br> &nbsp;+----------------------------------+<br>configure: creating src/VERSION<br>configure: creating src/buildinfo.h<br>configure: creating ./config.status<br>config.status: creating Makefile<br>config.status: creating src/Makefile<br>config.status: creating src/config.h<br>config.status: src/config.h is unchanged<br><br>Run 'make &amp;&amp; make install' to build GrADS.<br>Executables will be installed to bin/ in current dir, unless prefix was<br>specified.<br></div></blockquote></div><br><div apple-content-edited="true"> <span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div>--</div><div>Jennifer M. Adams</div><div>IGES/COLA</div><div>4041 Powder Mill Road, Suite 302</div><div>Calverton, MD 20705</div><div><a href="mailto:jma@cola.iges.org">jma@cola.iges.org</a></div><div><br class="khtml-block-placeholder"></div><br class="Apple-interchange-newline"></span></span></div></span> </div><br></body></html>