[gembud] Install Problems

I am having a heck of a time installing 6.7.0 on a CentOS 6.3 64bit system
attached are makeall.log and install.log
as far as I can tell nothing is standing out in the log files,
but the gempak/os/linux64/bin is missing all the dc... files

--
-Jeff Lake
MichiganWxSystem.com
AllisonHouse.com
TheWeatherCenter.net
GRLevelXStuff.com

        Creating /home/gempak/GEMPAK6.7.0/os/linux64/lib
        Creating /home/gempak/GEMPAK6.7.0/os/linux64/include
if [ ! -f /home/gempak/GEMPAK6.7.0/os/linux64/include/MCHPRM.PRM ] ; then \
           ln -s /home/gempak/GEMPAK6.7.0/gempak/include/MCHPRM.Linux_gfortran 
/home/gempak/GEMPAK6.7.0/os/linux64/include/MCHPRM.PRM ; \
        fi
...
Making all in /home/gempak/GEMPAK6.7.0/extlibs
make[1]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs'
making in /home/gempak/GEMPAK6.7.0/extlibs/zlib
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/zlib'
( cd zlib; echo "making /home/gempak/GEMPAK6.7.0/os/linux64/lib/libz.a in 
`pwd`" ; \
                make -s distclean ; \
                CC=gcc && export CC && ./configure 
--prefix=/home/gempak/GEMPAK6.7.0/os/linux64; \
                make -s all install ; \
                make -s distclean )
making /home/gempak/GEMPAK6.7.0/os/linux64/lib/libz.a in 
/home/gempak/GEMPAK6.7.0/extlibs/zlib/zlib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/zlib/zlib-1.2.5'
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/zlib/zlib-1.2.5'
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/zlib/zlib-1.2.5'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/zlib/zlib-1.2.5'
Checking for shared library support...
Building shared library libz.so.1.2.5 with gcc.
Checking for off64_t... Yes.
Checking for fseeko... Yes.
Checking for unistd.h... Yes.
Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf().
Checking for vsnprintf() in stdio.h... Yes.
Checking for return value of vsnprintf()... Yes.
Checking for attribute(visibility) support... Yes.
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/zlib/zlib-1.2.5'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/zlib/zlib-1.2.5'
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/zlib/zlib-1.2.5'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/zlib/zlib-1.2.5'
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/zlib'
making in /home/gempak/GEMPAK6.7.0/extlibs/PNG
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/PNG'
make -w _png
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/PNG'
making _png_clean in /home/gempak/GEMPAK6.7.0/extlibs/PNG/libpng
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/PNG/v1.4.4'
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/PNG/v1.4.4'
 Creating /home/gempak/GEMPAK6.7.0/os/linux64
making _png in /home/gempak/GEMPAK6.7.0/extlibs/PNG/libpng
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking how to print strings... printf
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking how to run the C preprocessor... gcc -E
checking for sed... /bin/sed
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1966080
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for ANSI C header files... (cached) yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for working strtod... yes
checking for memset... yes
checking for pow... no
checking for pow in -lm... yes
checking for zlibVersion in -lz... yes
checking if libraries can be versioned... yes
checking for symbol prefix... 
configure: pkgconfig directory is ${libdir}/pkgconfig
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libpng.pc
config.status: creating libpng-config
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/PNG/v1.4.4'
make  all-am
make[5]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/PNG/v1.4.4'
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-DPNG_CONFIGURE_LIBPNG   -I/home/gempak/GEMPAK6.7.0/os/linux64/include -MT 
libpng14_la-png.lo -MD -MP -MF .deps/libpng14_la-png.Tpo -c -o 
libpng14_la-png.lo `test -f 'png.c' || echo './'`png.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -MT libpng14_la-png.lo -MD -MP 
-MF .deps/libpng14_la-png.Tpo -c png.c -o libpng14_la-png.o
mv -f .deps/libpng14_la-png.Tpo .deps/libpng14_la-png.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-DPNG_CONFIGURE_LIBPNG   -I/home/gempak/GEMPAK6.7.0/os/linux64/include -MT 
libpng14_la-pngset.lo -MD -MP -MF .deps/libpng14_la-pngset.Tpo -c -o 
libpng14_la-pngset.lo `test -f 'pngset.c' || echo './'`pngset.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -MT libpng14_la-pngset.lo -MD -MP 
-MF .deps/libpng14_la-pngset.Tpo -c pngset.c -o libpng14_la-pngset.o
mv -f .deps/libpng14_la-pngset.Tpo .deps/libpng14_la-pngset.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-DPNG_CONFIGURE_LIBPNG   -I/home/gempak/GEMPAK6.7.0/os/linux64/include -MT 
libpng14_la-pngget.lo -MD -MP -MF .deps/libpng14_la-pngget.Tpo -c -o 
libpng14_la-pngget.lo `test -f 'pngget.c' || echo './'`pngget.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -MT libpng14_la-pngget.lo -MD -MP 
-MF .deps/libpng14_la-pngget.Tpo -c pngget.c -o libpng14_la-pngget.o
mv -f .deps/libpng14_la-pngget.Tpo .deps/libpng14_la-pngget.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-DPNG_CONFIGURE_LIBPNG   -I/home/gempak/GEMPAK6.7.0/os/linux64/include -MT 
libpng14_la-pngrutil.lo -MD -MP -MF .deps/libpng14_la-pngrutil.Tpo -c -o 
libpng14_la-pngrutil.lo `test -f 'pngrutil.c' || echo './'`pngrutil.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -MT libpng14_la-pngrutil.lo -MD 
-MP -MF .deps/libpng14_la-pngrutil.Tpo -c pngrutil.c -o libpng14_la-pngrutil.o
mv -f .deps/libpng14_la-pngrutil.Tpo .deps/libpng14_la-pngrutil.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-DPNG_CONFIGURE_LIBPNG   -I/home/gempak/GEMPAK6.7.0/os/linux64/include -MT 
libpng14_la-pngtrans.lo -MD -MP -MF .deps/libpng14_la-pngtrans.Tpo -c -o 
libpng14_la-pngtrans.lo `test -f 'pngtrans.c' || echo './'`pngtrans.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -MT libpng14_la-pngtrans.lo -MD 
-MP -MF .deps/libpng14_la-pngtrans.Tpo -c pngtrans.c -o libpng14_la-pngtrans.o
mv -f .deps/libpng14_la-pngtrans.Tpo .deps/libpng14_la-pngtrans.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-DPNG_CONFIGURE_LIBPNG   -I/home/gempak/GEMPAK6.7.0/os/linux64/include -MT 
libpng14_la-pngwutil.lo -MD -MP -MF .deps/libpng14_la-pngwutil.Tpo -c -o 
libpng14_la-pngwutil.lo `test -f 'pngwutil.c' || echo './'`pngwutil.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -MT libpng14_la-pngwutil.lo -MD 
-MP -MF .deps/libpng14_la-pngwutil.Tpo -c pngwutil.c -o libpng14_la-pngwutil.o
mv -f .deps/libpng14_la-pngwutil.Tpo .deps/libpng14_la-pngwutil.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-DPNG_CONFIGURE_LIBPNG   -I/home/gempak/GEMPAK6.7.0/os/linux64/include -MT 
libpng14_la-pngread.lo -MD -MP -MF .deps/libpng14_la-pngread.Tpo -c -o 
libpng14_la-pngread.lo `test -f 'pngread.c' || echo './'`pngread.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -MT libpng14_la-pngread.lo -MD 
-MP -MF .deps/libpng14_la-pngread.Tpo -c pngread.c -o libpng14_la-pngread.o
mv -f .deps/libpng14_la-pngread.Tpo .deps/libpng14_la-pngread.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-DPNG_CONFIGURE_LIBPNG   -I/home/gempak/GEMPAK6.7.0/os/linux64/include -MT 
libpng14_la-pngrio.lo -MD -MP -MF .deps/libpng14_la-pngrio.Tpo -c -o 
libpng14_la-pngrio.lo `test -f 'pngrio.c' || echo './'`pngrio.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -MT libpng14_la-pngrio.lo -MD -MP 
-MF .deps/libpng14_la-pngrio.Tpo -c pngrio.c -o libpng14_la-pngrio.o
mv -f .deps/libpng14_la-pngrio.Tpo .deps/libpng14_la-pngrio.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-DPNG_CONFIGURE_LIBPNG   -I/home/gempak/GEMPAK6.7.0/os/linux64/include -MT 
libpng14_la-pngwio.lo -MD -MP -MF .deps/libpng14_la-pngwio.Tpo -c -o 
libpng14_la-pngwio.lo `test -f 'pngwio.c' || echo './'`pngwio.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -MT libpng14_la-pngwio.lo -MD -MP 
-MF .deps/libpng14_la-pngwio.Tpo -c pngwio.c -o libpng14_la-pngwio.o
mv -f .deps/libpng14_la-pngwio.Tpo .deps/libpng14_la-pngwio.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-DPNG_CONFIGURE_LIBPNG   -I/home/gempak/GEMPAK6.7.0/os/linux64/include -MT 
libpng14_la-pngwrite.lo -MD -MP -MF .deps/libpng14_la-pngwrite.Tpo -c -o 
libpng14_la-pngwrite.lo `test -f 'pngwrite.c' || echo './'`pngwrite.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -MT libpng14_la-pngwrite.lo -MD 
-MP -MF .deps/libpng14_la-pngwrite.Tpo -c pngwrite.c -o libpng14_la-pngwrite.o
mv -f .deps/libpng14_la-pngwrite.Tpo .deps/libpng14_la-pngwrite.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-DPNG_CONFIGURE_LIBPNG   -I/home/gempak/GEMPAK6.7.0/os/linux64/include -MT 
libpng14_la-pngrtran.lo -MD -MP -MF .deps/libpng14_la-pngrtran.Tpo -c -o 
libpng14_la-pngrtran.lo `test -f 'pngrtran.c' || echo './'`pngrtran.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -MT libpng14_la-pngrtran.lo -MD 
-MP -MF .deps/libpng14_la-pngrtran.Tpo -c pngrtran.c -o libpng14_la-pngrtran.o
mv -f .deps/libpng14_la-pngrtran.Tpo .deps/libpng14_la-pngrtran.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-DPNG_CONFIGURE_LIBPNG   -I/home/gempak/GEMPAK6.7.0/os/linux64/include -MT 
libpng14_la-pngwtran.lo -MD -MP -MF .deps/libpng14_la-pngwtran.Tpo -c -o 
libpng14_la-pngwtran.lo `test -f 'pngwtran.c' || echo './'`pngwtran.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -MT libpng14_la-pngwtran.lo -MD 
-MP -MF .deps/libpng14_la-pngwtran.Tpo -c pngwtran.c -o libpng14_la-pngwtran.o
mv -f .deps/libpng14_la-pngwtran.Tpo .deps/libpng14_la-pngwtran.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-DPNG_CONFIGURE_LIBPNG   -I/home/gempak/GEMPAK6.7.0/os/linux64/include -MT 
libpng14_la-pngmem.lo -MD -MP -MF .deps/libpng14_la-pngmem.Tpo -c -o 
libpng14_la-pngmem.lo `test -f 'pngmem.c' || echo './'`pngmem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -MT libpng14_la-pngmem.lo -MD -MP 
-MF .deps/libpng14_la-pngmem.Tpo -c pngmem.c -o libpng14_la-pngmem.o
mv -f .deps/libpng14_la-pngmem.Tpo .deps/libpng14_la-pngmem.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-DPNG_CONFIGURE_LIBPNG   -I/home/gempak/GEMPAK6.7.0/os/linux64/include -MT 
libpng14_la-pngerror.lo -MD -MP -MF .deps/libpng14_la-pngerror.Tpo -c -o 
libpng14_la-pngerror.lo `test -f 'pngerror.c' || echo './'`pngerror.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -MT libpng14_la-pngerror.lo -MD 
-MP -MF .deps/libpng14_la-pngerror.Tpo -c pngerror.c -o libpng14_la-pngerror.o
mv -f .deps/libpng14_la-pngerror.Tpo .deps/libpng14_la-pngerror.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-DPNG_CONFIGURE_LIBPNG   -I/home/gempak/GEMPAK6.7.0/os/linux64/include -MT 
libpng14_la-pngpread.lo -MD -MP -MF .deps/libpng14_la-pngpread.Tpo -c -o 
libpng14_la-pngpread.lo `test -f 'pngpread.c' || echo './'`pngpread.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -MT libpng14_la-pngpread.lo -MD 
-MP -MF .deps/libpng14_la-pngpread.Tpo -c pngpread.c -o libpng14_la-pngpread.o
mv -f .deps/libpng14_la-pngpread.Tpo .deps/libpng14_la-pngpread.Plo
rm -f libpng.sym libpng.sym.new
gcc -E -DPNG_CONFIGURE_LIBPNG  -DPNG_BUILDSYMS ./png.h | \
                /bin/sed -n -e \
                's|^.*PNG_FUNCTION_EXPORT[      
]*\(['_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789']*\).*$|\1|p'
 \
                -e 's|^.*PNG_DATA_EXPORT[       
]*\(['_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789']*\).*$|\1|p'
 \
                        >libpng.sym.new
mv libpng.sym.new libpng.sym
rm -f libpng.vers libpng.vers.new
echo PNG14_0 '{global:' > libpng.vers.new
/bin/sed s/$/\;/ libpng.sym >> libpng.vers.new
echo 'local: *; };' >> libpng.vers.new
mv libpng.vers.new libpng.vers
/bin/sh ./libtool --tag=CC   --mode=link gcc  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -no-undefined -export-dynamic 
-version-number 14:4:0 -Wl,--version-script=libpng.vers   -o libpng14.la -rpath 
/home/gempak/GEMPAK6.7.0/os/linux64/lib libpng14_la-png.lo 
libpng14_la-pngset.lo libpng14_la-pngget.lo libpng14_la-pngrutil.lo 
libpng14_la-pngtrans.lo libpng14_la-pngwutil.lo libpng14_la-pngread.lo 
libpng14_la-pngrio.lo libpng14_la-pngwio.lo libpng14_la-pngwrite.lo 
libpng14_la-pngrtran.lo libpng14_la-pngwtran.lo libpng14_la-pngmem.lo 
libpng14_la-pngerror.lo libpng14_la-pngpread.lo  -lz -lm 
libtool: link: ar cru .libs/libpng14.a  libpng14_la-png.o libpng14_la-pngset.o 
libpng14_la-pngget.o libpng14_la-pngrutil.o libpng14_la-pngtrans.o 
libpng14_la-pngwutil.o libpng14_la-pngread.o libpng14_la-pngrio.o 
libpng14_la-pngwio.o libpng14_la-pngwrite.o libpng14_la-pngrtran.o 
libpng14_la-pngwtran.o libpng14_la-pngmem.o libpng14_la-pngerror.o 
libpng14_la-pngpread.o
libtool: link: ranlib .libs/libpng14.a
libtool: link: ( cd ".libs" && rm -f "libpng14.la" && ln -s "../libpng14.la" 
"libpng14.la" )
cp libpng-config libpng14-config
cp libpng.pc libpng14.pc
make[5]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/PNG/v1.4.4'
make[5]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/PNG/v1.4.4'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/bin" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/bin"
 /usr/bin/install -c libpng14-config '/home/gempak/GEMPAK6.7.0/os/linux64/bin'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/lib" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/lib"
 /bin/sh ./libtool   --mode=install /usr/bin/install -c   libpng14.la 
'/home/gempak/GEMPAK6.7.0/os/linux64/lib'
libtool: install: /usr/bin/install -c .libs/libpng14.lai 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/libpng14.la
libtool: install: /usr/bin/install -c .libs/libpng14.a 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/libpng14.a
libtool: install: chmod 644 /home/gempak/GEMPAK6.7.0/os/linux64/lib/libpng14.a
libtool: install: ranlib /home/gempak/GEMPAK6.7.0/os/linux64/lib/libpng14.a
libtool: finish: 
PATH="/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/gempak/bin:/home/gempak/GEMPAK6.7.0/os/linux64/bin:/home/gempak/GEMPAK6.7.0/bin:/home/gempak/GEMPAK6.7.0/os/linux64/bin:/home/gempak/GEMPAK6.7.0/bin:/sbin"
 ldconfig -n /home/gempak/GEMPAK6.7.0/os/linux64/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/gempak/GEMPAK6.7.0/os/linux64/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make  install-exec-hook
make[6]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/PNG/v1.4.4'
cd /home/gempak/GEMPAK6.7.0/os/linux64/bin; rm -f libpng-config
cd /home/gempak/GEMPAK6.7.0/os/linux64/bin; ln -s libpng14-config libpng-config
make[6]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/PNG/v1.4.4'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man3" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man3"
 /usr/bin/install -c -m 644 libpng.3 libpngpf.3 
'/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man3'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man5" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man5"
 /usr/bin/install -c -m 644 png.5 
'/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man5'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/lib/pkgconfig" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/lib/pkgconfig"
 /usr/bin/install -c -m 644 libpng14.pc 
'/home/gempak/GEMPAK6.7.0/os/linux64/lib/pkgconfig'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/include/libpng14" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/include/libpng14"
 /usr/bin/install -c -m 644 png.h pngconf.h 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libpng14'
make  install-data-hook
make[6]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/PNG/v1.4.4'
cd /home/gempak/GEMPAK6.7.0/os/linux64/include; rm -f png.h pngconf.h
cd /home/gempak/GEMPAK6.7.0/os/linux64/include; ln -s libpng14/png.h png.h
cd /home/gempak/GEMPAK6.7.0/os/linux64/include; ln -s libpng14/pngconf.h \
                pngconf.h
cd /home/gempak/GEMPAK6.7.0/os/linux64/lib/pkgconfig; rm -f libpng.pc
cd /home/gempak/GEMPAK6.7.0/os/linux64/lib/pkgconfig; ln -s libpng14.pc 
libpng.pc
make[6]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/PNG/v1.4.4'
make[5]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/PNG/v1.4.4'
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/PNG/v1.4.4'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/PNG'
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/PNG'
making in /home/gempak/GEMPAK6.7.0/extlibs/BZIP2
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/BZIP2'
( cd bzip2; echo "making /home/gempak/GEMPAK6.7.0/os/linux64/lib/libbz2.a in 
`pwd`" ; \
                make -w libbz2.a )
making /home/gempak/GEMPAK6.7.0/os/linux64/lib/libbz2.a in 
/home/gempak/GEMPAK6.7.0/extlibs/BZIP2/bzip2
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/BZIP2/bzip2-1.0.6'

If compilation produces errors, or a large number of warnings,
please read README.COMPILATION.PROBLEMS -- you might be able to
adjust the flags in this Makefile to improve matters.

Also in README.COMPILATION.PROBLEMS are some hints that may help
if your build produces an executable which is unable to correctly
handle so-called 'large files' -- files of size 2GB or more.

gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c blocksort.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c huffman.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c crctable.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c randtable.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c compress.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c decompress.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c bzlib.c
rm -f /home/gempak/GEMPAK6.7.0/os/linux64/lib/libbz2.a
ar cq /home/gempak/GEMPAK6.7.0/os/linux64/lib/libbz2.a blocksort.o huffman.o 
crctable.o randtable.o compress.o decompress.o bzlib.o
ranlib libbz2.a
cmp -s bzlib.h /home/gempak/GEMPAK6.7.0/os/linux64/include/bzlib.h || ( cp -p 
bzlib.h /home/gempak/GEMPAK6.7.0/os/linux64/include && echo updated 
/home/gempak/GEMPAK6.7.0/os/linux64/include/bzlib.h )
updated /home/gempak/GEMPAK6.7.0/os/linux64/include/bzlib.h
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/BZIP2/bzip2-1.0.6'
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/BZIP2'
making in /home/gempak/GEMPAK6.7.0/extlibs/HDF5
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5'
look hdf5
make _lhdf5 
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5'
 Creating /home/gempak/GEMPAK6.7.0/os/linux64
/home/gempak/GEMPAK6.7.0/extlibs/HDF5/libhdf
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5'
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking shell variables initial values... done
checking if basename works... yes
checking if xargs works... yes
checking for cached host... none
checking for config x86_64-unknown-linux-gnu... no
checking for config x86_64-unknown-linux-gnu... no
checking for config unknown-linux-gnu... no
checking for config unknown-linux-gnu... no
checking for config x86_64-linux-gnu... no
checking for config x86_64-linux-gnu... no
checking for config x86_64-unknown... no
checking for config linux-gnu... found
compiler 'gcc' is GNU gcc-4.4.6
CC_BASENAME is gcc.
checking for config ./config/site-specific/host-ldm.michiganwxsystem.net... no
checking for config ./config/site-specific/host-michiganwxsystem.net... no
checking for config ./config/site-specific/host-net... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking if Fortran interface enabled... no
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking if c++ interface enabled... no
checking for perl... perl
checking for ar... ar
checking whether make sets $(MAKE)... (cached) yes
checking for tr... /usr/bin/tr
checking if srcdir= and time commands work together... yes
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1966080
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether no accepts -g... (cached) yes
checking dependency style of no... (cached) gcc3
checking whether we are using the GNU Fortran compiler... no
checking whether no accepts -g... no
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking if we should install only statically linked executables... no
checking if -Wl,-rpath should be used to link shared libs in nondefault 
directories... yes
checking make... checking how make searches directories... VPATH=DIR1 DIR2 ...
checking whether make will build with undefined variables... yes
checking for production mode... production
checking for ceil in -lm... yes
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for difftime... yes
checking for gettimeofday... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for sys/stat.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for sys/types.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking features.h usability... yes
checking features.h presence... yes
checking for features.h... yes
checking for stdint.h... (cached) yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking winsock.h usability... no
checking winsock.h presence... no
checking for winsock.h... no
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking if configure should try to set up large file support... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking if large (64-bit) files are supported on this system.... yes
checking for lseek64... yes
checking for fseek64... no
checking for ftruncate64... yes
checking for fseeko... yes
checking for ftello... yes
checking for stat64... yes
checking for fstat64... yes
checking for off_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for ptrdiff_t... yes
checking whether byte ordering is bigendian... no
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of unsigned... 4
checking size of long... 8
checking size of long long... 8
checking size of __int64... 0
checking size of float... 4
checking size of double... 8
checking size of long double... 16
checking size of int8_t... 1
checking size of uint8_t... 1
checking size of int_least8_t... 1
checking size of uint_least8_t... 1
checking size of int_fast8_t... 1
checking size of uint_fast8_t... 1
checking size of int16_t... 2
checking size of uint16_t... 2
checking size of int_least16_t... 2
checking size of uint_least16_t... 2
checking size of int_fast16_t... 8
checking size of uint_fast16_t... 8
checking size of int32_t... 4
checking size of uint32_t... 4
checking size of int_least32_t... 4
checking size of uint_least32_t... 4
checking size of int_fast32_t... 8
checking size of uint_fast32_t... 8
checking size of int64_t... 8
checking size of uint64_t... 8
checking size of int_least64_t... 8
checking size of uint_least64_t... 8
checking size of int_fast64_t... 8
checking size of uint_fast64_t... 8
checking size of size_t... 8
checking size of ssize_t... 8
checking size of ptrdiff_t... 8
checking size of off_t... 8
checking size of off64_t... 8
checking if dev_t is scalar... yes
checking for dmalloc library... suppressed
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for compress2 in -lz... yes
checking for compress2... yes
checking for szlib... suppressed
checking for pthread... suppressed
checking for thread safe support... no
checking for tm_gmtoff in struct tm... yes
checking for __tm_gmtoff in struct tm... no
checking for global timezone variable... no
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct timezone... yes
checking whether gettimeofday() gives timezone... yes
checking for st_blocks in struct stat... yes
checking for _getvideoconfig... no
checking for gettextinfo... no
checking for GetConsoleScreenBufferInfo... no
checking for _scrsize... no
checking for ioctl... yes
checking for struct videoconfig... no
checking for struct text_info... no
checking for TIOCGWINSZ... yes
checking for TIOCGETD... yes
checking for alarm... yes
checking for BSDgettimeofday... no
checking for fork... yes
checking for frexpf... yes
checking for frexpl... yes
checking for gethostname... yes
checking for getpwuid... yes
checking for getrusage... yes
checking for lstat... yes
checking for rand_r... yes
checking for random... yes
checking for setsysinfo... no
checking for signal... yes
checking for longjmp... yes
checking for setjmp... yes
checking for siglongjmp... yes
checking for sigsetjmp... no
checking for sigprocmask... yes
checking for snprintf... yes
checking for srandom... yes
checking for strdup... yes
checking for symlink... yes
checking for system... yes
checking for tmpfile... yes
checking for vasprintf... yes
checking for waitpid... yes
checking for vsnprintf... yes
checking if vsnprintf returns correct value... yes
checking if lone colon can be used as an argument... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for __attribute__ extension... yes
checking for __func__ extension... yes
checking for __FUNCTION__ extension... yes
checking for C99 designated initialization support... yes
checking how to print long long... %ld and %lu
checking Threads support system scope... yes
checking for gpfs... suppressed
checking for debug flags... none
checking whether function stack tracking is enabled... no
checking whether metadata trace file code is enabled... no
checking for API tracing... no
checking for instrumented library... no
checking whether to clear file buffers... yes
checking whether a memory checking tool will be used... no
checking for parallel support files... skipped
checking for I/O filters... all (shuffle,fletcher32,nbit,scaleoffset)
checking for Default Virtual File Driver definition... yes
checking for Direct Virtual File Driver support... no
checking whether exception handling functions is checked during data 
conversions... yes
checking whether data accuracy is guaranteed during data conversions... yes
checking if converting denormalized floating-point values is possible... yes
checking if converting floating-point values to long long is not working... 
false
checking if the machine has window style path name... no
checking if converting from long double to integers is accurate... yes
checking if converting from long double to integers works... yes
checking if accurately converting from integers to long double... yes
checking if accurately converting unsigned long to float values... yes
checking if accurately converting unsigned long long to floating-point 
values... yes
checking if accurately roundup converting floating-point to unsigned long long 
values... yes
checking if right maximum converting floating-point to unsigned long long 
values... no
checking if correctly converting long double to unsigned int values... yes
checking if compiling unsigned long long to floating-point typecasts work... yes
checking if compiling long long to floating-point typecasts work... yes
checking if converting unsigned long long to long double with precision... yes
checking if overflows normally converting floating-point to integer values... 
yes
checking if correctly converting long double to (unsigned) long long values... 
yes
checking if correctly converting (unsigned) long long to long double values... 
yes
checking if bad code for log2 routine is generated... no
checking if high level library is enabled... yes
checking additional programs should be built... no
checking if deprecated public symbols are available... yes
checking which version of public symbols to use by default... v18
checking Whether to perform strict file format checks... no
checking Whether to have library information embedded in the executables... yes
checking Whether to enable the h5dump packed bits feature... yes
checking if alignment restrictions are strictly enforced... no
configure: creating ./config.status
config.status: creating src/libhdf5.settings
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating test/Makefile
config.status: creating test/testcheck_version.sh
config.status: creating test/testerror.sh
config.status: creating test/H5srcdir_str.h
config.status: creating test/testlibinfo.sh
config.status: creating testpar/Makefile
config.status: creating testpar/testph5.sh
config.status: creating perform/Makefile
config.status: creating tools/Makefile
config.status: creating tools/h5dump/Makefile
config.status: creating tools/h5dump/testh5dump.sh
config.status: creating tools/h5dump/testh5dumpxml.sh
config.status: creating tools/h5ls/testh5ls.sh
config.status: creating tools/h5import/Makefile
config.status: creating tools/h5diff/Makefile
config.status: creating tools/h5jam/Makefile
config.status: creating tools/h5jam/testh5jam.sh
config.status: creating tools/h5repack/Makefile
config.status: creating tools/h5repack/h5repack.sh
config.status: creating tools/h5ls/Makefile
config.status: creating tools/h5copy/Makefile
config.status: creating tools/lib/Makefile
config.status: creating tools/misc/Makefile
config.status: creating tools/misc/h5cc
config.status: creating tools/misc/testh5repart.sh
config.status: creating tools/h5stat/testh5stat.sh
config.status: creating tools/h5stat/Makefile
config.status: creating examples/Makefile
config.status: creating examples/run-c-ex.sh
config.status: creating examples/testh5cc.sh
config.status: creating c++/Makefile
config.status: creating c++/src/Makefile
config.status: creating c++/src/h5c++
config.status: creating c++/test/Makefile
config.status: creating c++/test/H5srcdir_str.h
config.status: creating c++/examples/Makefile
config.status: creating c++/examples/run-c++-ex.sh
config.status: creating c++/examples/testh5c++.sh
config.status: creating fortran/Makefile
config.status: creating fortran/src/h5fc
config.status: creating fortran/src/Makefile
config.status: creating fortran/test/Makefile
config.status: creating fortran/testpar/Makefile
config.status: creating fortran/examples/Makefile
config.status: creating fortran/examples/run-fortran-ex.sh
config.status: creating fortran/examples/testh5fc.sh
config.status: creating hl/Makefile
config.status: creating hl/src/Makefile
config.status: creating hl/test/Makefile
config.status: creating hl/test/H5srcdir_str.h
config.status: creating hl/tools/Makefile
config.status: creating hl/tools/gif2h5/Makefile
config.status: creating hl/examples/Makefile
config.status: creating hl/examples/run-hlc-ex.sh
config.status: creating hl/c++/Makefile
config.status: creating hl/c++/src/Makefile
config.status: creating hl/c++/test/Makefile
config.status: creating hl/c++/examples/Makefile
config.status: creating hl/c++/examples/run-hlc++-ex.sh
config.status: creating hl/fortran/Makefile
config.status: creating hl/fortran/src/Makefile
config.status: creating hl/fortran/test/Makefile
config.status: creating hl/fortran/examples/Makefile
config.status: creating hl/fortran/examples/run-hlfortran-ex.sh
config.status: creating src/H5config.h
config.status: executing default-1 commands
creating src/H5pubconf.h
Post process src/libhdf5.settings
config.status: executing depfiles commands
config.status: executing libtool commands
            SUMMARY OF THE HDF5 CONFIGURATION
            =================================

General Information:
-------------------
                   HDF5 Version: 1.8.5-patch1
                  Configured on: Sat Jan 12 02:32:52 EST 2013
                  Configured by: gempak@xxxxxxxxxxxxxxxxxxxxxxxx
                 Configure mode: production
                    Host system: x86_64-unknown-linux-gnu
              Uname information: Linux ldm.michiganwxsystem.net 
2.6.32-279.19.1.el6.x86_64 #1 SMP Wed Dec 19 07:05:20 UTC 2012 x86_64 x86_64 
x86_64 GNU/Linux
                       Byte sex: little-endian
                      Libraries: 
             Installation point: /home/gempak/GEMPAK6.7.0/os/linux64

Compiling Options:
------------------
               Compilation Mode: production
                     C Compiler: /usr/bin/gcc ( gcc (GCC) 4.4.6 20120305 )
                         CFLAGS: 
                      H5_CFLAGS: -std=c99 -pedantic -Wall -Wextra -Wundef 
-Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions
                      AM_CFLAGS: 
                       CPPFLAGS: 
                    H5_CPPFLAGS: -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API
                    AM_CPPFLAGS: -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_BSD_SOURCE 
               Shared Libraries: no
               Static Libraries: yes
  Statically Linked Executables: no
                        LDFLAGS: 
                     AM_LDFLAGS:  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib
                Extra libraries:  -lz -lm 
                       Archiver: ar
                         Ranlib: ranlib
              Debugged Packages: 
                    API Tracing: no

Languages:
----------
                        Fortran: no
                            C++: no

Features:
---------
                  Parallel HDF5: no
             High Level library: yes
                   Threadsafety: no
            Default API Mapping: v18
 With Deprecated Public Symbols: yes
         I/O filters (external): deflate(zlib)
         I/O filters (internal): shuffle,fletcher32,nbit,scaleoffset
                            MPE: no
                     Direct VFD: no
                        dmalloc: no
Clear file buffers before write: yes
           Using memory checker: no
         Function Stack Tracing: no
                           GPFS: no
      Strict File Format Checks: no
   Optimization Instrumentation: no
       Large File Support (LFS): yes
             H5dump Packed Bits: yes
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5'
Making all in src
make[5]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/src'
make  all-am
make[6]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/src'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5.lo -MD -MP -MF .deps/H5.Tpo -c -o H5.lo H5.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5.lo -MD -MP -MF .deps/H5.Tpo -c H5.c -o H5.o
mv -f .deps/H5.Tpo .deps/H5.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5checksum.lo -MD -MP -MF .deps/H5checksum.Tpo -c -o 
H5checksum.lo H5checksum.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5checksum.lo -MD -MP -MF .deps/H5checksum.Tpo -c 
H5checksum.c -o H5checksum.o
mv -f .deps/H5checksum.Tpo .deps/H5checksum.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5dbg.lo -MD -MP -MF .deps/H5dbg.Tpo -c -o H5dbg.lo 
H5dbg.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5dbg.lo -MD -MP -MF .deps/H5dbg.Tpo -c H5dbg.c -o 
H5dbg.o
mv -f .deps/H5dbg.Tpo .deps/H5dbg.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5system.lo -MD -MP -MF .deps/H5system.Tpo -c -o 
H5system.lo H5system.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5system.lo -MD -MP -MF .deps/H5system.Tpo -c H5system.c 
-o H5system.o
mv -f .deps/H5system.Tpo .deps/H5system.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5timer.lo -MD -MP -MF .deps/H5timer.Tpo -c -o 
H5timer.lo H5timer.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5timer.lo -MD -MP -MF .deps/H5timer.Tpo -c H5timer.c -o 
H5timer.o
mv -f .deps/H5timer.Tpo .deps/H5timer.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5trace.lo -MD -MP -MF .deps/H5trace.Tpo -c -o 
H5trace.lo H5trace.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5trace.lo -MD -MP -MF .deps/H5trace.Tpo -c H5trace.c -o 
H5trace.o
mv -f .deps/H5trace.Tpo .deps/H5trace.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5A.lo -MD -MP -MF .deps/H5A.Tpo -c -o H5A.lo H5A.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5A.lo -MD -MP -MF .deps/H5A.Tpo -c H5A.c -o H5A.o
mv -f .deps/H5A.Tpo .deps/H5A.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Abtree2.lo -MD -MP -MF .deps/H5Abtree2.Tpo -c -o 
H5Abtree2.lo H5Abtree2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Abtree2.lo -MD -MP -MF .deps/H5Abtree2.Tpo -c 
H5Abtree2.c -o H5Abtree2.o
mv -f .deps/H5Abtree2.Tpo .deps/H5Abtree2.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Adense.lo -MD -MP -MF .deps/H5Adense.Tpo -c -o 
H5Adense.lo H5Adense.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Adense.lo -MD -MP -MF .deps/H5Adense.Tpo -c H5Adense.c 
-o H5Adense.o
mv -f .deps/H5Adense.Tpo .deps/H5Adense.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Adeprec.lo -MD -MP -MF .deps/H5Adeprec.Tpo -c -o 
H5Adeprec.lo H5Adeprec.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Adeprec.lo -MD -MP -MF .deps/H5Adeprec.Tpo -c 
H5Adeprec.c -o H5Adeprec.o
mv -f .deps/H5Adeprec.Tpo .deps/H5Adeprec.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Aint.lo -MD -MP -MF .deps/H5Aint.Tpo -c -o H5Aint.lo 
H5Aint.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Aint.lo -MD -MP -MF .deps/H5Aint.Tpo -c H5Aint.c -o 
H5Aint.o
mv -f .deps/H5Aint.Tpo .deps/H5Aint.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Atest.lo -MD -MP -MF .deps/H5Atest.Tpo -c -o 
H5Atest.lo H5Atest.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Atest.lo -MD -MP -MF .deps/H5Atest.Tpo -c H5Atest.c -o 
H5Atest.o
mv -f .deps/H5Atest.Tpo .deps/H5Atest.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5AC.lo -MD -MP -MF .deps/H5AC.Tpo -c -o H5AC.lo H5AC.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5AC.lo -MD -MP -MF .deps/H5AC.Tpo -c H5AC.c -o H5AC.o
mv -f .deps/H5AC.Tpo .deps/H5AC.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5B.lo -MD -MP -MF .deps/H5B.Tpo -c -o H5B.lo H5B.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5B.lo -MD -MP -MF .deps/H5B.Tpo -c H5B.c -o H5B.o
mv -f .deps/H5B.Tpo .deps/H5B.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Bcache.lo -MD -MP -MF .deps/H5Bcache.Tpo -c -o 
H5Bcache.lo H5Bcache.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Bcache.lo -MD -MP -MF .deps/H5Bcache.Tpo -c H5Bcache.c 
-o H5Bcache.o
mv -f .deps/H5Bcache.Tpo .deps/H5Bcache.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Bdbg.lo -MD -MP -MF .deps/H5Bdbg.Tpo -c -o H5Bdbg.lo 
H5Bdbg.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Bdbg.lo -MD -MP -MF .deps/H5Bdbg.Tpo -c H5Bdbg.c -o 
H5Bdbg.o
mv -f .deps/H5Bdbg.Tpo .deps/H5Bdbg.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5B2.lo -MD -MP -MF .deps/H5B2.Tpo -c -o H5B2.lo H5B2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5B2.lo -MD -MP -MF .deps/H5B2.Tpo -c H5B2.c -o H5B2.o
mv -f .deps/H5B2.Tpo .deps/H5B2.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5B2cache.lo -MD -MP -MF .deps/H5B2cache.Tpo -c -o 
H5B2cache.lo H5B2cache.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5B2cache.lo -MD -MP -MF .deps/H5B2cache.Tpo -c 
H5B2cache.c -o H5B2cache.o
mv -f .deps/H5B2cache.Tpo .deps/H5B2cache.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5B2dbg.lo -MD -MP -MF .deps/H5B2dbg.Tpo -c -o 
H5B2dbg.lo H5B2dbg.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5B2dbg.lo -MD -MP -MF .deps/H5B2dbg.Tpo -c H5B2dbg.c -o 
H5B2dbg.o
mv -f .deps/H5B2dbg.Tpo .deps/H5B2dbg.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5B2hdr.lo -MD -MP -MF .deps/H5B2hdr.Tpo -c -o 
H5B2hdr.lo H5B2hdr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5B2hdr.lo -MD -MP -MF .deps/H5B2hdr.Tpo -c H5B2hdr.c -o 
H5B2hdr.o
mv -f .deps/H5B2hdr.Tpo .deps/H5B2hdr.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5B2int.lo -MD -MP -MF .deps/H5B2int.Tpo -c -o 
H5B2int.lo H5B2int.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5B2int.lo -MD -MP -MF .deps/H5B2int.Tpo -c H5B2int.c -o 
H5B2int.o
mv -f .deps/H5B2int.Tpo .deps/H5B2int.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5B2stat.lo -MD -MP -MF .deps/H5B2stat.Tpo -c -o 
H5B2stat.lo H5B2stat.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5B2stat.lo -MD -MP -MF .deps/H5B2stat.Tpo -c H5B2stat.c 
-o H5B2stat.o
mv -f .deps/H5B2stat.Tpo .deps/H5B2stat.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5B2test.lo -MD -MP -MF .deps/H5B2test.Tpo -c -o 
H5B2test.lo H5B2test.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5B2test.lo -MD -MP -MF .deps/H5B2test.Tpo -c H5B2test.c 
-o H5B2test.o
mv -f .deps/H5B2test.Tpo .deps/H5B2test.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5C.lo -MD -MP -MF .deps/H5C.Tpo -c -o H5C.lo H5C.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5C.lo -MD -MP -MF .deps/H5C.Tpo -c H5C.c -o H5C.o
mv -f .deps/H5C.Tpo .deps/H5C.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5CS.lo -MD -MP -MF .deps/H5CS.Tpo -c -o H5CS.lo H5CS.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5CS.lo -MD -MP -MF .deps/H5CS.Tpo -c H5CS.c -o H5CS.o
mv -f .deps/H5CS.Tpo .deps/H5CS.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5D.lo -MD -MP -MF .deps/H5D.Tpo -c -o H5D.lo H5D.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5D.lo -MD -MP -MF .deps/H5D.Tpo -c H5D.c -o H5D.o
mv -f .deps/H5D.Tpo .deps/H5D.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Dbtree.lo -MD -MP -MF .deps/H5Dbtree.Tpo -c -o 
H5Dbtree.lo H5Dbtree.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Dbtree.lo -MD -MP -MF .deps/H5Dbtree.Tpo -c H5Dbtree.c 
-o H5Dbtree.o
mv -f .deps/H5Dbtree.Tpo .deps/H5Dbtree.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Dchunk.lo -MD -MP -MF .deps/H5Dchunk.Tpo -c -o 
H5Dchunk.lo H5Dchunk.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Dchunk.lo -MD -MP -MF .deps/H5Dchunk.Tpo -c H5Dchunk.c 
-o H5Dchunk.o
mv -f .deps/H5Dchunk.Tpo .deps/H5Dchunk.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Dcompact.lo -MD -MP -MF .deps/H5Dcompact.Tpo -c -o 
H5Dcompact.lo H5Dcompact.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Dcompact.lo -MD -MP -MF .deps/H5Dcompact.Tpo -c 
H5Dcompact.c -o H5Dcompact.o
mv -f .deps/H5Dcompact.Tpo .deps/H5Dcompact.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Dcontig.lo -MD -MP -MF .deps/H5Dcontig.Tpo -c -o 
H5Dcontig.lo H5Dcontig.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Dcontig.lo -MD -MP -MF .deps/H5Dcontig.Tpo -c 
H5Dcontig.c -o H5Dcontig.o
mv -f .deps/H5Dcontig.Tpo .deps/H5Dcontig.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Ddbg.lo -MD -MP -MF .deps/H5Ddbg.Tpo -c -o H5Ddbg.lo 
H5Ddbg.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Ddbg.lo -MD -MP -MF .deps/H5Ddbg.Tpo -c H5Ddbg.c -o 
H5Ddbg.o
mv -f .deps/H5Ddbg.Tpo .deps/H5Ddbg.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Ddeprec.lo -MD -MP -MF .deps/H5Ddeprec.Tpo -c -o 
H5Ddeprec.lo H5Ddeprec.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Ddeprec.lo -MD -MP -MF .deps/H5Ddeprec.Tpo -c 
H5Ddeprec.c -o H5Ddeprec.o
mv -f .deps/H5Ddeprec.Tpo .deps/H5Ddeprec.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Defl.lo -MD -MP -MF .deps/H5Defl.Tpo -c -o H5Defl.lo 
H5Defl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Defl.lo -MD -MP -MF .deps/H5Defl.Tpo -c H5Defl.c -o 
H5Defl.o
mv -f .deps/H5Defl.Tpo .deps/H5Defl.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Dfill.lo -MD -MP -MF .deps/H5Dfill.Tpo -c -o 
H5Dfill.lo H5Dfill.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Dfill.lo -MD -MP -MF .deps/H5Dfill.Tpo -c H5Dfill.c -o 
H5Dfill.o
mv -f .deps/H5Dfill.Tpo .deps/H5Dfill.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Dint.lo -MD -MP -MF .deps/H5Dint.Tpo -c -o H5Dint.lo 
H5Dint.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Dint.lo -MD -MP -MF .deps/H5Dint.Tpo -c H5Dint.c -o 
H5Dint.o
mv -f .deps/H5Dint.Tpo .deps/H5Dint.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Dio.lo -MD -MP -MF .deps/H5Dio.Tpo -c -o H5Dio.lo 
H5Dio.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Dio.lo -MD -MP -MF .deps/H5Dio.Tpo -c H5Dio.c -o 
H5Dio.o
mv -f .deps/H5Dio.Tpo .deps/H5Dio.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Dlayout.lo -MD -MP -MF .deps/H5Dlayout.Tpo -c -o 
H5Dlayout.lo H5Dlayout.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Dlayout.lo -MD -MP -MF .deps/H5Dlayout.Tpo -c 
H5Dlayout.c -o H5Dlayout.o
mv -f .deps/H5Dlayout.Tpo .deps/H5Dlayout.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Dmpio.lo -MD -MP -MF .deps/H5Dmpio.Tpo -c -o 
H5Dmpio.lo H5Dmpio.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Dmpio.lo -MD -MP -MF .deps/H5Dmpio.Tpo -c H5Dmpio.c -o 
H5Dmpio.o
mv -f .deps/H5Dmpio.Tpo .deps/H5Dmpio.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Doh.lo -MD -MP -MF .deps/H5Doh.Tpo -c -o H5Doh.lo 
H5Doh.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Doh.lo -MD -MP -MF .deps/H5Doh.Tpo -c H5Doh.c -o 
H5Doh.o
mv -f .deps/H5Doh.Tpo .deps/H5Doh.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Dscatgath.lo -MD -MP -MF .deps/H5Dscatgath.Tpo -c -o 
H5Dscatgath.lo H5Dscatgath.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Dscatgath.lo -MD -MP -MF .deps/H5Dscatgath.Tpo -c 
H5Dscatgath.c -o H5Dscatgath.o
mv -f .deps/H5Dscatgath.Tpo .deps/H5Dscatgath.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Dselect.lo -MD -MP -MF .deps/H5Dselect.Tpo -c -o 
H5Dselect.lo H5Dselect.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Dselect.lo -MD -MP -MF .deps/H5Dselect.Tpo -c 
H5Dselect.c -o H5Dselect.o
mv -f .deps/H5Dselect.Tpo .deps/H5Dselect.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Dtest.lo -MD -MP -MF .deps/H5Dtest.Tpo -c -o 
H5Dtest.lo H5Dtest.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Dtest.lo -MD -MP -MF .deps/H5Dtest.Tpo -c H5Dtest.c -o 
H5Dtest.o
mv -f .deps/H5Dtest.Tpo .deps/H5Dtest.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5E.lo -MD -MP -MF .deps/H5E.Tpo -c -o H5E.lo H5E.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5E.lo -MD -MP -MF .deps/H5E.Tpo -c H5E.c -o H5E.o
mv -f .deps/H5E.Tpo .deps/H5E.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Edeprec.lo -MD -MP -MF .deps/H5Edeprec.Tpo -c -o 
H5Edeprec.lo H5Edeprec.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Edeprec.lo -MD -MP -MF .deps/H5Edeprec.Tpo -c 
H5Edeprec.c -o H5Edeprec.o
mv -f .deps/H5Edeprec.Tpo .deps/H5Edeprec.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Eint.lo -MD -MP -MF .deps/H5Eint.Tpo -c -o H5Eint.lo 
H5Eint.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Eint.lo -MD -MP -MF .deps/H5Eint.Tpo -c H5Eint.c -o 
H5Eint.o
mv -f .deps/H5Eint.Tpo .deps/H5Eint.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5F.lo -MD -MP -MF .deps/H5F.Tpo -c -o H5F.lo H5F.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5F.lo -MD -MP -MF .deps/H5F.Tpo -c H5F.c -o H5F.o
mv -f .deps/H5F.Tpo .deps/H5F.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Faccum.lo -MD -MP -MF .deps/H5Faccum.Tpo -c -o 
H5Faccum.lo H5Faccum.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Faccum.lo -MD -MP -MF .deps/H5Faccum.Tpo -c H5Faccum.c 
-o H5Faccum.o
mv -f .deps/H5Faccum.Tpo .deps/H5Faccum.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Fdbg.lo -MD -MP -MF .deps/H5Fdbg.Tpo -c -o H5Fdbg.lo 
H5Fdbg.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Fdbg.lo -MD -MP -MF .deps/H5Fdbg.Tpo -c H5Fdbg.c -o 
H5Fdbg.o
mv -f .deps/H5Fdbg.Tpo .deps/H5Fdbg.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Ffake.lo -MD -MP -MF .deps/H5Ffake.Tpo -c -o 
H5Ffake.lo H5Ffake.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Ffake.lo -MD -MP -MF .deps/H5Ffake.Tpo -c H5Ffake.c -o 
H5Ffake.o
mv -f .deps/H5Ffake.Tpo .deps/H5Ffake.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Fio.lo -MD -MP -MF .deps/H5Fio.Tpo -c -o H5Fio.lo 
H5Fio.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Fio.lo -MD -MP -MF .deps/H5Fio.Tpo -c H5Fio.c -o 
H5Fio.o
mv -f .deps/H5Fio.Tpo .deps/H5Fio.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Fmount.lo -MD -MP -MF .deps/H5Fmount.Tpo -c -o 
H5Fmount.lo H5Fmount.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Fmount.lo -MD -MP -MF .deps/H5Fmount.Tpo -c H5Fmount.c 
-o H5Fmount.o
mv -f .deps/H5Fmount.Tpo .deps/H5Fmount.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Fmpi.lo -MD -MP -MF .deps/H5Fmpi.Tpo -c -o H5Fmpi.lo 
H5Fmpi.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Fmpi.lo -MD -MP -MF .deps/H5Fmpi.Tpo -c H5Fmpi.c -o 
H5Fmpi.o
mv -f .deps/H5Fmpi.Tpo .deps/H5Fmpi.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Fquery.lo -MD -MP -MF .deps/H5Fquery.Tpo -c -o 
H5Fquery.lo H5Fquery.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Fquery.lo -MD -MP -MF .deps/H5Fquery.Tpo -c H5Fquery.c 
-o H5Fquery.o
mv -f .deps/H5Fquery.Tpo .deps/H5Fquery.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Fsfile.lo -MD -MP -MF .deps/H5Fsfile.Tpo -c -o 
H5Fsfile.lo H5Fsfile.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Fsfile.lo -MD -MP -MF .deps/H5Fsfile.Tpo -c H5Fsfile.c 
-o H5Fsfile.o
mv -f .deps/H5Fsfile.Tpo .deps/H5Fsfile.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Fsuper.lo -MD -MP -MF .deps/H5Fsuper.Tpo -c -o 
H5Fsuper.lo H5Fsuper.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Fsuper.lo -MD -MP -MF .deps/H5Fsuper.Tpo -c H5Fsuper.c 
-o H5Fsuper.o
mv -f .deps/H5Fsuper.Tpo .deps/H5Fsuper.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Fsuper_cache.lo -MD -MP -MF .deps/H5Fsuper_cache.Tpo 
-c -o H5Fsuper_cache.lo H5Fsuper_cache.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Fsuper_cache.lo -MD -MP -MF .deps/H5Fsuper_cache.Tpo 
-c H5Fsuper_cache.c -o H5Fsuper_cache.o
mv -f .deps/H5Fsuper_cache.Tpo .deps/H5Fsuper_cache.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Ftest.lo -MD -MP -MF .deps/H5Ftest.Tpo -c -o 
H5Ftest.lo H5Ftest.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Ftest.lo -MD -MP -MF .deps/H5Ftest.Tpo -c H5Ftest.c -o 
H5Ftest.o
mv -f .deps/H5Ftest.Tpo .deps/H5Ftest.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5FD.lo -MD -MP -MF .deps/H5FD.Tpo -c -o H5FD.lo H5FD.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5FD.lo -MD -MP -MF .deps/H5FD.Tpo -c H5FD.c -o H5FD.o
mv -f .deps/H5FD.Tpo .deps/H5FD.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5FDcore.lo -MD -MP -MF .deps/H5FDcore.Tpo -c -o 
H5FDcore.lo H5FDcore.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5FDcore.lo -MD -MP -MF .deps/H5FDcore.Tpo -c H5FDcore.c 
-o H5FDcore.o
mv -f .deps/H5FDcore.Tpo .deps/H5FDcore.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5FDdirect.lo -MD -MP -MF .deps/H5FDdirect.Tpo -c -o 
H5FDdirect.lo H5FDdirect.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5FDdirect.lo -MD -MP -MF .deps/H5FDdirect.Tpo -c 
H5FDdirect.c -o H5FDdirect.o
mv -f .deps/H5FDdirect.Tpo .deps/H5FDdirect.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5FDfamily.lo -MD -MP -MF .deps/H5FDfamily.Tpo -c -o 
H5FDfamily.lo H5FDfamily.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5FDfamily.lo -MD -MP -MF .deps/H5FDfamily.Tpo -c 
H5FDfamily.c -o H5FDfamily.o
mv -f .deps/H5FDfamily.Tpo .deps/H5FDfamily.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5FDint.lo -MD -MP -MF .deps/H5FDint.Tpo -c -o 
H5FDint.lo H5FDint.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5FDint.lo -MD -MP -MF .deps/H5FDint.Tpo -c H5FDint.c -o 
H5FDint.o
mv -f .deps/H5FDint.Tpo .deps/H5FDint.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5FDlog.lo -MD -MP -MF .deps/H5FDlog.Tpo -c -o 
H5FDlog.lo H5FDlog.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5FDlog.lo -MD -MP -MF .deps/H5FDlog.Tpo -c H5FDlog.c -o 
H5FDlog.o
mv -f .deps/H5FDlog.Tpo .deps/H5FDlog.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5FDmpi.lo -MD -MP -MF .deps/H5FDmpi.Tpo -c -o 
H5FDmpi.lo H5FDmpi.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5FDmpi.lo -MD -MP -MF .deps/H5FDmpi.Tpo -c H5FDmpi.c -o 
H5FDmpi.o
mv -f .deps/H5FDmpi.Tpo .deps/H5FDmpi.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5FDmpio.lo -MD -MP -MF .deps/H5FDmpio.Tpo -c -o 
H5FDmpio.lo H5FDmpio.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5FDmpio.lo -MD -MP -MF .deps/H5FDmpio.Tpo -c H5FDmpio.c 
-o H5FDmpio.o
mv -f .deps/H5FDmpio.Tpo .deps/H5FDmpio.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5FDmpiposix.lo -MD -MP -MF .deps/H5FDmpiposix.Tpo -c 
-o H5FDmpiposix.lo H5FDmpiposix.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5FDmpiposix.lo -MD -MP -MF .deps/H5FDmpiposix.Tpo -c 
H5FDmpiposix.c -o H5FDmpiposix.o
mv -f .deps/H5FDmpiposix.Tpo .deps/H5FDmpiposix.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5FDmulti.lo -MD -MP -MF .deps/H5FDmulti.Tpo -c -o 
H5FDmulti.lo H5FDmulti.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5FDmulti.lo -MD -MP -MF .deps/H5FDmulti.Tpo -c 
H5FDmulti.c -o H5FDmulti.o
mv -f .deps/H5FDmulti.Tpo .deps/H5FDmulti.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5FDsec2.lo -MD -MP -MF .deps/H5FDsec2.Tpo -c -o 
H5FDsec2.lo H5FDsec2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5FDsec2.lo -MD -MP -MF .deps/H5FDsec2.Tpo -c H5FDsec2.c 
-o H5FDsec2.o
mv -f .deps/H5FDsec2.Tpo .deps/H5FDsec2.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5FDspace.lo -MD -MP -MF .deps/H5FDspace.Tpo -c -o 
H5FDspace.lo H5FDspace.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5FDspace.lo -MD -MP -MF .deps/H5FDspace.Tpo -c 
H5FDspace.c -o H5FDspace.o
mv -f .deps/H5FDspace.Tpo .deps/H5FDspace.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5FDstdio.lo -MD -MP -MF .deps/H5FDstdio.Tpo -c -o 
H5FDstdio.lo H5FDstdio.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5FDstdio.lo -MD -MP -MF .deps/H5FDstdio.Tpo -c 
H5FDstdio.c -o H5FDstdio.o
mv -f .deps/H5FDstdio.Tpo .deps/H5FDstdio.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5FL.lo -MD -MP -MF .deps/H5FL.Tpo -c -o H5FL.lo H5FL.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5FL.lo -MD -MP -MF .deps/H5FL.Tpo -c H5FL.c -o H5FL.o
mv -f .deps/H5FL.Tpo .deps/H5FL.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5FO.lo -MD -MP -MF .deps/H5FO.Tpo -c -o H5FO.lo H5FO.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5FO.lo -MD -MP -MF .deps/H5FO.Tpo -c H5FO.c -o H5FO.o
mv -f .deps/H5FO.Tpo .deps/H5FO.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5FS.lo -MD -MP -MF .deps/H5FS.Tpo -c -o H5FS.lo H5FS.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5FS.lo -MD -MP -MF .deps/H5FS.Tpo -c H5FS.c -o H5FS.o
mv -f .deps/H5FS.Tpo .deps/H5FS.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5FScache.lo -MD -MP -MF .deps/H5FScache.Tpo -c -o 
H5FScache.lo H5FScache.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5FScache.lo -MD -MP -MF .deps/H5FScache.Tpo -c 
H5FScache.c -o H5FScache.o
mv -f .deps/H5FScache.Tpo .deps/H5FScache.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5FSdbg.lo -MD -MP -MF .deps/H5FSdbg.Tpo -c -o 
H5FSdbg.lo H5FSdbg.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5FSdbg.lo -MD -MP -MF .deps/H5FSdbg.Tpo -c H5FSdbg.c -o 
H5FSdbg.o
mv -f .deps/H5FSdbg.Tpo .deps/H5FSdbg.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5FSsection.lo -MD -MP -MF .deps/H5FSsection.Tpo -c -o 
H5FSsection.lo H5FSsection.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5FSsection.lo -MD -MP -MF .deps/H5FSsection.Tpo -c 
H5FSsection.c -o H5FSsection.o
mv -f .deps/H5FSsection.Tpo .deps/H5FSsection.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5FSstat.lo -MD -MP -MF .deps/H5FSstat.Tpo -c -o 
H5FSstat.lo H5FSstat.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5FSstat.lo -MD -MP -MF .deps/H5FSstat.Tpo -c H5FSstat.c 
-o H5FSstat.o
mv -f .deps/H5FSstat.Tpo .deps/H5FSstat.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5FStest.lo -MD -MP -MF .deps/H5FStest.Tpo -c -o 
H5FStest.lo H5FStest.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5FStest.lo -MD -MP -MF .deps/H5FStest.Tpo -c H5FStest.c 
-o H5FStest.o
mv -f .deps/H5FStest.Tpo .deps/H5FStest.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5G.lo -MD -MP -MF .deps/H5G.Tpo -c -o H5G.lo H5G.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5G.lo -MD -MP -MF .deps/H5G.Tpo -c H5G.c -o H5G.o
mv -f .deps/H5G.Tpo .deps/H5G.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Gbtree2.lo -MD -MP -MF .deps/H5Gbtree2.Tpo -c -o 
H5Gbtree2.lo H5Gbtree2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Gbtree2.lo -MD -MP -MF .deps/H5Gbtree2.Tpo -c 
H5Gbtree2.c -o H5Gbtree2.o
mv -f .deps/H5Gbtree2.Tpo .deps/H5Gbtree2.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Gcache.lo -MD -MP -MF .deps/H5Gcache.Tpo -c -o 
H5Gcache.lo H5Gcache.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Gcache.lo -MD -MP -MF .deps/H5Gcache.Tpo -c H5Gcache.c 
-o H5Gcache.o
mv -f .deps/H5Gcache.Tpo .deps/H5Gcache.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Gcompact.lo -MD -MP -MF .deps/H5Gcompact.Tpo -c -o 
H5Gcompact.lo H5Gcompact.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Gcompact.lo -MD -MP -MF .deps/H5Gcompact.Tpo -c 
H5Gcompact.c -o H5Gcompact.o
mv -f .deps/H5Gcompact.Tpo .deps/H5Gcompact.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Gdense.lo -MD -MP -MF .deps/H5Gdense.Tpo -c -o 
H5Gdense.lo H5Gdense.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Gdense.lo -MD -MP -MF .deps/H5Gdense.Tpo -c H5Gdense.c 
-o H5Gdense.o
mv -f .deps/H5Gdense.Tpo .deps/H5Gdense.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Gdeprec.lo -MD -MP -MF .deps/H5Gdeprec.Tpo -c -o 
H5Gdeprec.lo H5Gdeprec.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Gdeprec.lo -MD -MP -MF .deps/H5Gdeprec.Tpo -c 
H5Gdeprec.c -o H5Gdeprec.o
mv -f .deps/H5Gdeprec.Tpo .deps/H5Gdeprec.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Gent.lo -MD -MP -MF .deps/H5Gent.Tpo -c -o H5Gent.lo 
H5Gent.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Gent.lo -MD -MP -MF .deps/H5Gent.Tpo -c H5Gent.c -o 
H5Gent.o
mv -f .deps/H5Gent.Tpo .deps/H5Gent.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Gint.lo -MD -MP -MF .deps/H5Gint.Tpo -c -o H5Gint.lo 
H5Gint.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Gint.lo -MD -MP -MF .deps/H5Gint.Tpo -c H5Gint.c -o 
H5Gint.o
mv -f .deps/H5Gint.Tpo .deps/H5Gint.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Glink.lo -MD -MP -MF .deps/H5Glink.Tpo -c -o 
H5Glink.lo H5Glink.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Glink.lo -MD -MP -MF .deps/H5Glink.Tpo -c H5Glink.c -o 
H5Glink.o
mv -f .deps/H5Glink.Tpo .deps/H5Glink.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Gloc.lo -MD -MP -MF .deps/H5Gloc.Tpo -c -o H5Gloc.lo 
H5Gloc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Gloc.lo -MD -MP -MF .deps/H5Gloc.Tpo -c H5Gloc.c -o 
H5Gloc.o
mv -f .deps/H5Gloc.Tpo .deps/H5Gloc.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Gname.lo -MD -MP -MF .deps/H5Gname.Tpo -c -o 
H5Gname.lo H5Gname.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Gname.lo -MD -MP -MF .deps/H5Gname.Tpo -c H5Gname.c -o 
H5Gname.o
mv -f .deps/H5Gname.Tpo .deps/H5Gname.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Gnode.lo -MD -MP -MF .deps/H5Gnode.Tpo -c -o 
H5Gnode.lo H5Gnode.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Gnode.lo -MD -MP -MF .deps/H5Gnode.Tpo -c H5Gnode.c -o 
H5Gnode.o
mv -f .deps/H5Gnode.Tpo .deps/H5Gnode.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Gobj.lo -MD -MP -MF .deps/H5Gobj.Tpo -c -o H5Gobj.lo 
H5Gobj.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Gobj.lo -MD -MP -MF .deps/H5Gobj.Tpo -c H5Gobj.c -o 
H5Gobj.o
mv -f .deps/H5Gobj.Tpo .deps/H5Gobj.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Goh.lo -MD -MP -MF .deps/H5Goh.Tpo -c -o H5Goh.lo 
H5Goh.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Goh.lo -MD -MP -MF .deps/H5Goh.Tpo -c H5Goh.c -o 
H5Goh.o
mv -f .deps/H5Goh.Tpo .deps/H5Goh.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Groot.lo -MD -MP -MF .deps/H5Groot.Tpo -c -o 
H5Groot.lo H5Groot.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Groot.lo -MD -MP -MF .deps/H5Groot.Tpo -c H5Groot.c -o 
H5Groot.o
mv -f .deps/H5Groot.Tpo .deps/H5Groot.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Gstab.lo -MD -MP -MF .deps/H5Gstab.Tpo -c -o 
H5Gstab.lo H5Gstab.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Gstab.lo -MD -MP -MF .deps/H5Gstab.Tpo -c H5Gstab.c -o 
H5Gstab.o
mv -f .deps/H5Gstab.Tpo .deps/H5Gstab.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Gtest.lo -MD -MP -MF .deps/H5Gtest.Tpo -c -o 
H5Gtest.lo H5Gtest.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Gtest.lo -MD -MP -MF .deps/H5Gtest.Tpo -c H5Gtest.c -o 
H5Gtest.o
mv -f .deps/H5Gtest.Tpo .deps/H5Gtest.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Gtraverse.lo -MD -MP -MF .deps/H5Gtraverse.Tpo -c -o 
H5Gtraverse.lo H5Gtraverse.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Gtraverse.lo -MD -MP -MF .deps/H5Gtraverse.Tpo -c 
H5Gtraverse.c -o H5Gtraverse.o
mv -f .deps/H5Gtraverse.Tpo .deps/H5Gtraverse.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5HF.lo -MD -MP -MF .deps/H5HF.Tpo -c -o H5HF.lo H5HF.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5HF.lo -MD -MP -MF .deps/H5HF.Tpo -c H5HF.c -o H5HF.o
mv -f .deps/H5HF.Tpo .deps/H5HF.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5HFbtree2.lo -MD -MP -MF .deps/H5HFbtree2.Tpo -c -o 
H5HFbtree2.lo H5HFbtree2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5HFbtree2.lo -MD -MP -MF .deps/H5HFbtree2.Tpo -c 
H5HFbtree2.c -o H5HFbtree2.o
mv -f .deps/H5HFbtree2.Tpo .deps/H5HFbtree2.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5HFcache.lo -MD -MP -MF .deps/H5HFcache.Tpo -c -o 
H5HFcache.lo H5HFcache.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5HFcache.lo -MD -MP -MF .deps/H5HFcache.Tpo -c 
H5HFcache.c -o H5HFcache.o
mv -f .deps/H5HFcache.Tpo .deps/H5HFcache.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5HFdbg.lo -MD -MP -MF .deps/H5HFdbg.Tpo -c -o 
H5HFdbg.lo H5HFdbg.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5HFdbg.lo -MD -MP -MF .deps/H5HFdbg.Tpo -c H5HFdbg.c -o 
H5HFdbg.o
mv -f .deps/H5HFdbg.Tpo .deps/H5HFdbg.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5HFdblock.lo -MD -MP -MF .deps/H5HFdblock.Tpo -c -o 
H5HFdblock.lo H5HFdblock.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5HFdblock.lo -MD -MP -MF .deps/H5HFdblock.Tpo -c 
H5HFdblock.c -o H5HFdblock.o
mv -f .deps/H5HFdblock.Tpo .deps/H5HFdblock.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5HFdtable.lo -MD -MP -MF .deps/H5HFdtable.Tpo -c -o 
H5HFdtable.lo H5HFdtable.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5HFdtable.lo -MD -MP -MF .deps/H5HFdtable.Tpo -c 
H5HFdtable.c -o H5HFdtable.o
mv -f .deps/H5HFdtable.Tpo .deps/H5HFdtable.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5HFhdr.lo -MD -MP -MF .deps/H5HFhdr.Tpo -c -o 
H5HFhdr.lo H5HFhdr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5HFhdr.lo -MD -MP -MF .deps/H5HFhdr.Tpo -c H5HFhdr.c -o 
H5HFhdr.o
mv -f .deps/H5HFhdr.Tpo .deps/H5HFhdr.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5HFhuge.lo -MD -MP -MF .deps/H5HFhuge.Tpo -c -o 
H5HFhuge.lo H5HFhuge.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5HFhuge.lo -MD -MP -MF .deps/H5HFhuge.Tpo -c H5HFhuge.c 
-o H5HFhuge.o
mv -f .deps/H5HFhuge.Tpo .deps/H5HFhuge.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5HFiblock.lo -MD -MP -MF .deps/H5HFiblock.Tpo -c -o 
H5HFiblock.lo H5HFiblock.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5HFiblock.lo -MD -MP -MF .deps/H5HFiblock.Tpo -c 
H5HFiblock.c -o H5HFiblock.o
mv -f .deps/H5HFiblock.Tpo .deps/H5HFiblock.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5HFiter.lo -MD -MP -MF .deps/H5HFiter.Tpo -c -o 
H5HFiter.lo H5HFiter.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5HFiter.lo -MD -MP -MF .deps/H5HFiter.Tpo -c H5HFiter.c 
-o H5HFiter.o
mv -f .deps/H5HFiter.Tpo .deps/H5HFiter.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5HFman.lo -MD -MP -MF .deps/H5HFman.Tpo -c -o 
H5HFman.lo H5HFman.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5HFman.lo -MD -MP -MF .deps/H5HFman.Tpo -c H5HFman.c -o 
H5HFman.o
mv -f .deps/H5HFman.Tpo .deps/H5HFman.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5HFsection.lo -MD -MP -MF .deps/H5HFsection.Tpo -c -o 
H5HFsection.lo H5HFsection.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5HFsection.lo -MD -MP -MF .deps/H5HFsection.Tpo -c 
H5HFsection.c -o H5HFsection.o
mv -f .deps/H5HFsection.Tpo .deps/H5HFsection.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5HFspace.lo -MD -MP -MF .deps/H5HFspace.Tpo -c -o 
H5HFspace.lo H5HFspace.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5HFspace.lo -MD -MP -MF .deps/H5HFspace.Tpo -c 
H5HFspace.c -o H5HFspace.o
mv -f .deps/H5HFspace.Tpo .deps/H5HFspace.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5HFstat.lo -MD -MP -MF .deps/H5HFstat.Tpo -c -o 
H5HFstat.lo H5HFstat.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5HFstat.lo -MD -MP -MF .deps/H5HFstat.Tpo -c H5HFstat.c 
-o H5HFstat.o
mv -f .deps/H5HFstat.Tpo .deps/H5HFstat.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5HFtest.lo -MD -MP -MF .deps/H5HFtest.Tpo -c -o 
H5HFtest.lo H5HFtest.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5HFtest.lo -MD -MP -MF .deps/H5HFtest.Tpo -c H5HFtest.c 
-o H5HFtest.o
mv -f .deps/H5HFtest.Tpo .deps/H5HFtest.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5HFtiny.lo -MD -MP -MF .deps/H5HFtiny.Tpo -c -o 
H5HFtiny.lo H5HFtiny.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5HFtiny.lo -MD -MP -MF .deps/H5HFtiny.Tpo -c H5HFtiny.c 
-o H5HFtiny.o
mv -f .deps/H5HFtiny.Tpo .deps/H5HFtiny.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5HG.lo -MD -MP -MF .deps/H5HG.Tpo -c -o H5HG.lo H5HG.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5HG.lo -MD -MP -MF .deps/H5HG.Tpo -c H5HG.c -o H5HG.o
mv -f .deps/H5HG.Tpo .deps/H5HG.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5HGcache.lo -MD -MP -MF .deps/H5HGcache.Tpo -c -o 
H5HGcache.lo H5HGcache.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5HGcache.lo -MD -MP -MF .deps/H5HGcache.Tpo -c 
H5HGcache.c -o H5HGcache.o
mv -f .deps/H5HGcache.Tpo .deps/H5HGcache.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5HGdbg.lo -MD -MP -MF .deps/H5HGdbg.Tpo -c -o 
H5HGdbg.lo H5HGdbg.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5HGdbg.lo -MD -MP -MF .deps/H5HGdbg.Tpo -c H5HGdbg.c -o 
H5HGdbg.o
mv -f .deps/H5HGdbg.Tpo .deps/H5HGdbg.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5HL.lo -MD -MP -MF .deps/H5HL.Tpo -c -o H5HL.lo H5HL.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5HL.lo -MD -MP -MF .deps/H5HL.Tpo -c H5HL.c -o H5HL.o
mv -f .deps/H5HL.Tpo .deps/H5HL.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5HLcache.lo -MD -MP -MF .deps/H5HLcache.Tpo -c -o 
H5HLcache.lo H5HLcache.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5HLcache.lo -MD -MP -MF .deps/H5HLcache.Tpo -c 
H5HLcache.c -o H5HLcache.o
mv -f .deps/H5HLcache.Tpo .deps/H5HLcache.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5HLdbg.lo -MD -MP -MF .deps/H5HLdbg.Tpo -c -o 
H5HLdbg.lo H5HLdbg.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5HLdbg.lo -MD -MP -MF .deps/H5HLdbg.Tpo -c H5HLdbg.c -o 
H5HLdbg.o
mv -f .deps/H5HLdbg.Tpo .deps/H5HLdbg.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5HLint.lo -MD -MP -MF .deps/H5HLint.Tpo -c -o 
H5HLint.lo H5HLint.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5HLint.lo -MD -MP -MF .deps/H5HLint.Tpo -c H5HLint.c -o 
H5HLint.o
mv -f .deps/H5HLint.Tpo .deps/H5HLint.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5HP.lo -MD -MP -MF .deps/H5HP.Tpo -c -o H5HP.lo H5HP.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5HP.lo -MD -MP -MF .deps/H5HP.Tpo -c H5HP.c -o H5HP.o
mv -f .deps/H5HP.Tpo .deps/H5HP.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5I.lo -MD -MP -MF .deps/H5I.Tpo -c -o H5I.lo H5I.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5I.lo -MD -MP -MF .deps/H5I.Tpo -c H5I.c -o H5I.o
mv -f .deps/H5I.Tpo .deps/H5I.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5L.lo -MD -MP -MF .deps/H5L.Tpo -c -o H5L.lo H5L.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5L.lo -MD -MP -MF .deps/H5L.Tpo -c H5L.c -o H5L.o
mv -f .deps/H5L.Tpo .deps/H5L.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Lexternal.lo -MD -MP -MF .deps/H5Lexternal.Tpo -c -o 
H5Lexternal.lo H5Lexternal.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Lexternal.lo -MD -MP -MF .deps/H5Lexternal.Tpo -c 
H5Lexternal.c -o H5Lexternal.o
mv -f .deps/H5Lexternal.Tpo .deps/H5Lexternal.Plo
gcc -DHAVE_CONFIG_H -I.  -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   
-DNDEBUG -UH5_DEBUG_API  -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5make_libsettings.o -MD -MP -MF 
.deps/H5make_libsettings.Tpo -c -o H5make_libsettings.o H5make_libsettings.c
mv -f .deps/H5make_libsettings.Tpo .deps/H5make_libsettings.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o H5make_libsettings 
H5make_libsettings.o  -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o H5make_libsettings H5make_libsettings.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm
LD_LIBRARY_PATH="$LD_LIBRARY_PATH`echo  |                  \
                sed -e 's/-L/:/g' -e 's/ //g'`"                               \
         ./H5make_libsettings > H5lib_settings.c  ||                            
   \
            (test $HDF5_Make_Ignore && echo "*** Error ignored") ||          \
            (rm -f H5lib_settings.c ; exit 1)
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5lib_settings.lo -MD -MP -MF .deps/H5lib_settings.Tpo 
-c -o H5lib_settings.lo H5lib_settings.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5lib_settings.lo -MD -MP -MF .deps/H5lib_settings.Tpo 
-c H5lib_settings.c -o H5lib_settings.o
mv -f .deps/H5lib_settings.Tpo .deps/H5lib_settings.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5MF.lo -MD -MP -MF .deps/H5MF.Tpo -c -o H5MF.lo H5MF.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5MF.lo -MD -MP -MF .deps/H5MF.Tpo -c H5MF.c -o H5MF.o
mv -f .deps/H5MF.Tpo .deps/H5MF.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5MFaggr.lo -MD -MP -MF .deps/H5MFaggr.Tpo -c -o 
H5MFaggr.lo H5MFaggr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5MFaggr.lo -MD -MP -MF .deps/H5MFaggr.Tpo -c H5MFaggr.c 
-o H5MFaggr.o
mv -f .deps/H5MFaggr.Tpo .deps/H5MFaggr.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5MFdbg.lo -MD -MP -MF .deps/H5MFdbg.Tpo -c -o 
H5MFdbg.lo H5MFdbg.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5MFdbg.lo -MD -MP -MF .deps/H5MFdbg.Tpo -c H5MFdbg.c -o 
H5MFdbg.o
mv -f .deps/H5MFdbg.Tpo .deps/H5MFdbg.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5MFsection.lo -MD -MP -MF .deps/H5MFsection.Tpo -c -o 
H5MFsection.lo H5MFsection.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5MFsection.lo -MD -MP -MF .deps/H5MFsection.Tpo -c 
H5MFsection.c -o H5MFsection.o
mv -f .deps/H5MFsection.Tpo .deps/H5MFsection.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5MM.lo -MD -MP -MF .deps/H5MM.Tpo -c -o H5MM.lo H5MM.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5MM.lo -MD -MP -MF .deps/H5MM.Tpo -c H5MM.c -o H5MM.o
mv -f .deps/H5MM.Tpo .deps/H5MM.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5MP.lo -MD -MP -MF .deps/H5MP.Tpo -c -o H5MP.lo H5MP.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5MP.lo -MD -MP -MF .deps/H5MP.Tpo -c H5MP.c -o H5MP.o
mv -f .deps/H5MP.Tpo .deps/H5MP.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5MPtest.lo -MD -MP -MF .deps/H5MPtest.Tpo -c -o 
H5MPtest.lo H5MPtest.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5MPtest.lo -MD -MP -MF .deps/H5MPtest.Tpo -c H5MPtest.c 
-o H5MPtest.o
mv -f .deps/H5MPtest.Tpo .deps/H5MPtest.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5O.lo -MD -MP -MF .deps/H5O.Tpo -c -o H5O.lo H5O.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5O.lo -MD -MP -MF .deps/H5O.Tpo -c H5O.c -o H5O.o
mv -f .deps/H5O.Tpo .deps/H5O.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Oainfo.lo -MD -MP -MF .deps/H5Oainfo.Tpo -c -o 
H5Oainfo.lo H5Oainfo.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Oainfo.lo -MD -MP -MF .deps/H5Oainfo.Tpo -c H5Oainfo.c 
-o H5Oainfo.o
mv -f .deps/H5Oainfo.Tpo .deps/H5Oainfo.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Oalloc.lo -MD -MP -MF .deps/H5Oalloc.Tpo -c -o 
H5Oalloc.lo H5Oalloc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Oalloc.lo -MD -MP -MF .deps/H5Oalloc.Tpo -c H5Oalloc.c 
-o H5Oalloc.o
mv -f .deps/H5Oalloc.Tpo .deps/H5Oalloc.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Oattr.lo -MD -MP -MF .deps/H5Oattr.Tpo -c -o 
H5Oattr.lo H5Oattr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Oattr.lo -MD -MP -MF .deps/H5Oattr.Tpo -c H5Oattr.c -o 
H5Oattr.o
mv -f .deps/H5Oattr.Tpo .deps/H5Oattr.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Oattribute.lo -MD -MP -MF .deps/H5Oattribute.Tpo -c 
-o H5Oattribute.lo H5Oattribute.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Oattribute.lo -MD -MP -MF .deps/H5Oattribute.Tpo -c 
H5Oattribute.c -o H5Oattribute.o
mv -f .deps/H5Oattribute.Tpo .deps/H5Oattribute.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Obogus.lo -MD -MP -MF .deps/H5Obogus.Tpo -c -o 
H5Obogus.lo H5Obogus.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Obogus.lo -MD -MP -MF .deps/H5Obogus.Tpo -c H5Obogus.c 
-o H5Obogus.o
mv -f .deps/H5Obogus.Tpo .deps/H5Obogus.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Obtreek.lo -MD -MP -MF .deps/H5Obtreek.Tpo -c -o 
H5Obtreek.lo H5Obtreek.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Obtreek.lo -MD -MP -MF .deps/H5Obtreek.Tpo -c 
H5Obtreek.c -o H5Obtreek.o
mv -f .deps/H5Obtreek.Tpo .deps/H5Obtreek.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Ocache.lo -MD -MP -MF .deps/H5Ocache.Tpo -c -o 
H5Ocache.lo H5Ocache.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Ocache.lo -MD -MP -MF .deps/H5Ocache.Tpo -c H5Ocache.c 
-o H5Ocache.o
mv -f .deps/H5Ocache.Tpo .deps/H5Ocache.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Ochunk.lo -MD -MP -MF .deps/H5Ochunk.Tpo -c -o 
H5Ochunk.lo H5Ochunk.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Ochunk.lo -MD -MP -MF .deps/H5Ochunk.Tpo -c H5Ochunk.c 
-o H5Ochunk.o
mv -f .deps/H5Ochunk.Tpo .deps/H5Ochunk.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Ocont.lo -MD -MP -MF .deps/H5Ocont.Tpo -c -o 
H5Ocont.lo H5Ocont.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Ocont.lo -MD -MP -MF .deps/H5Ocont.Tpo -c H5Ocont.c -o 
H5Ocont.o
mv -f .deps/H5Ocont.Tpo .deps/H5Ocont.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Ocopy.lo -MD -MP -MF .deps/H5Ocopy.Tpo -c -o 
H5Ocopy.lo H5Ocopy.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Ocopy.lo -MD -MP -MF .deps/H5Ocopy.Tpo -c H5Ocopy.c -o 
H5Ocopy.o
mv -f .deps/H5Ocopy.Tpo .deps/H5Ocopy.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Odbg.lo -MD -MP -MF .deps/H5Odbg.Tpo -c -o H5Odbg.lo 
H5Odbg.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Odbg.lo -MD -MP -MF .deps/H5Odbg.Tpo -c H5Odbg.c -o 
H5Odbg.o
mv -f .deps/H5Odbg.Tpo .deps/H5Odbg.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Odrvinfo.lo -MD -MP -MF .deps/H5Odrvinfo.Tpo -c -o 
H5Odrvinfo.lo H5Odrvinfo.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Odrvinfo.lo -MD -MP -MF .deps/H5Odrvinfo.Tpo -c 
H5Odrvinfo.c -o H5Odrvinfo.o
mv -f .deps/H5Odrvinfo.Tpo .deps/H5Odrvinfo.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Odtype.lo -MD -MP -MF .deps/H5Odtype.Tpo -c -o 
H5Odtype.lo H5Odtype.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Odtype.lo -MD -MP -MF .deps/H5Odtype.Tpo -c H5Odtype.c 
-o H5Odtype.o
mv -f .deps/H5Odtype.Tpo .deps/H5Odtype.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Oefl.lo -MD -MP -MF .deps/H5Oefl.Tpo -c -o H5Oefl.lo 
H5Oefl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Oefl.lo -MD -MP -MF .deps/H5Oefl.Tpo -c H5Oefl.c -o 
H5Oefl.o
mv -f .deps/H5Oefl.Tpo .deps/H5Oefl.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Ofill.lo -MD -MP -MF .deps/H5Ofill.Tpo -c -o 
H5Ofill.lo H5Ofill.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Ofill.lo -MD -MP -MF .deps/H5Ofill.Tpo -c H5Ofill.c -o 
H5Ofill.o
mv -f .deps/H5Ofill.Tpo .deps/H5Ofill.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Oginfo.lo -MD -MP -MF .deps/H5Oginfo.Tpo -c -o 
H5Oginfo.lo H5Oginfo.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Oginfo.lo -MD -MP -MF .deps/H5Oginfo.Tpo -c H5Oginfo.c 
-o H5Oginfo.o
mv -f .deps/H5Oginfo.Tpo .deps/H5Oginfo.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Olayout.lo -MD -MP -MF .deps/H5Olayout.Tpo -c -o 
H5Olayout.lo H5Olayout.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Olayout.lo -MD -MP -MF .deps/H5Olayout.Tpo -c 
H5Olayout.c -o H5Olayout.o
mv -f .deps/H5Olayout.Tpo .deps/H5Olayout.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Olinfo.lo -MD -MP -MF .deps/H5Olinfo.Tpo -c -o 
H5Olinfo.lo H5Olinfo.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Olinfo.lo -MD -MP -MF .deps/H5Olinfo.Tpo -c H5Olinfo.c 
-o H5Olinfo.o
mv -f .deps/H5Olinfo.Tpo .deps/H5Olinfo.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Olink.lo -MD -MP -MF .deps/H5Olink.Tpo -c -o 
H5Olink.lo H5Olink.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Olink.lo -MD -MP -MF .deps/H5Olink.Tpo -c H5Olink.c -o 
H5Olink.o
mv -f .deps/H5Olink.Tpo .deps/H5Olink.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Omessage.lo -MD -MP -MF .deps/H5Omessage.Tpo -c -o 
H5Omessage.lo H5Omessage.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Omessage.lo -MD -MP -MF .deps/H5Omessage.Tpo -c 
H5Omessage.c -o H5Omessage.o
mv -f .deps/H5Omessage.Tpo .deps/H5Omessage.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Omtime.lo -MD -MP -MF .deps/H5Omtime.Tpo -c -o 
H5Omtime.lo H5Omtime.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Omtime.lo -MD -MP -MF .deps/H5Omtime.Tpo -c H5Omtime.c 
-o H5Omtime.o
mv -f .deps/H5Omtime.Tpo .deps/H5Omtime.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Oname.lo -MD -MP -MF .deps/H5Oname.Tpo -c -o 
H5Oname.lo H5Oname.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Oname.lo -MD -MP -MF .deps/H5Oname.Tpo -c H5Oname.c -o 
H5Oname.o
mv -f .deps/H5Oname.Tpo .deps/H5Oname.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Onull.lo -MD -MP -MF .deps/H5Onull.Tpo -c -o 
H5Onull.lo H5Onull.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Onull.lo -MD -MP -MF .deps/H5Onull.Tpo -c H5Onull.c -o 
H5Onull.o
mv -f .deps/H5Onull.Tpo .deps/H5Onull.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Opline.lo -MD -MP -MF .deps/H5Opline.Tpo -c -o 
H5Opline.lo H5Opline.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Opline.lo -MD -MP -MF .deps/H5Opline.Tpo -c H5Opline.c 
-o H5Opline.o
mv -f .deps/H5Opline.Tpo .deps/H5Opline.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Orefcount.lo -MD -MP -MF .deps/H5Orefcount.Tpo -c -o 
H5Orefcount.lo H5Orefcount.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Orefcount.lo -MD -MP -MF .deps/H5Orefcount.Tpo -c 
H5Orefcount.c -o H5Orefcount.o
mv -f .deps/H5Orefcount.Tpo .deps/H5Orefcount.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Osdspace.lo -MD -MP -MF .deps/H5Osdspace.Tpo -c -o 
H5Osdspace.lo H5Osdspace.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Osdspace.lo -MD -MP -MF .deps/H5Osdspace.Tpo -c 
H5Osdspace.c -o H5Osdspace.o
mv -f .deps/H5Osdspace.Tpo .deps/H5Osdspace.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Oshared.lo -MD -MP -MF .deps/H5Oshared.Tpo -c -o 
H5Oshared.lo H5Oshared.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Oshared.lo -MD -MP -MF .deps/H5Oshared.Tpo -c 
H5Oshared.c -o H5Oshared.o
mv -f .deps/H5Oshared.Tpo .deps/H5Oshared.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Ostab.lo -MD -MP -MF .deps/H5Ostab.Tpo -c -o 
H5Ostab.lo H5Ostab.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Ostab.lo -MD -MP -MF .deps/H5Ostab.Tpo -c H5Ostab.c -o 
H5Ostab.o
mv -f .deps/H5Ostab.Tpo .deps/H5Ostab.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Oshmesg.lo -MD -MP -MF .deps/H5Oshmesg.Tpo -c -o 
H5Oshmesg.lo H5Oshmesg.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Oshmesg.lo -MD -MP -MF .deps/H5Oshmesg.Tpo -c 
H5Oshmesg.c -o H5Oshmesg.o
mv -f .deps/H5Oshmesg.Tpo .deps/H5Oshmesg.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Otest.lo -MD -MP -MF .deps/H5Otest.Tpo -c -o 
H5Otest.lo H5Otest.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Otest.lo -MD -MP -MF .deps/H5Otest.Tpo -c H5Otest.c -o 
H5Otest.o
mv -f .deps/H5Otest.Tpo .deps/H5Otest.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Ounknown.lo -MD -MP -MF .deps/H5Ounknown.Tpo -c -o 
H5Ounknown.lo H5Ounknown.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Ounknown.lo -MD -MP -MF .deps/H5Ounknown.Tpo -c 
H5Ounknown.c -o H5Ounknown.o
mv -f .deps/H5Ounknown.Tpo .deps/H5Ounknown.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5P.lo -MD -MP -MF .deps/H5P.Tpo -c -o H5P.lo H5P.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5P.lo -MD -MP -MF .deps/H5P.Tpo -c H5P.c -o H5P.o
mv -f .deps/H5P.Tpo .deps/H5P.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Pacpl.lo -MD -MP -MF .deps/H5Pacpl.Tpo -c -o 
H5Pacpl.lo H5Pacpl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Pacpl.lo -MD -MP -MF .deps/H5Pacpl.Tpo -c H5Pacpl.c -o 
H5Pacpl.o
mv -f .deps/H5Pacpl.Tpo .deps/H5Pacpl.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Pdapl.lo -MD -MP -MF .deps/H5Pdapl.Tpo -c -o 
H5Pdapl.lo H5Pdapl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Pdapl.lo -MD -MP -MF .deps/H5Pdapl.Tpo -c H5Pdapl.c -o 
H5Pdapl.o
mv -f .deps/H5Pdapl.Tpo .deps/H5Pdapl.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Pdcpl.lo -MD -MP -MF .deps/H5Pdcpl.Tpo -c -o 
H5Pdcpl.lo H5Pdcpl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Pdcpl.lo -MD -MP -MF .deps/H5Pdcpl.Tpo -c H5Pdcpl.c -o 
H5Pdcpl.o
mv -f .deps/H5Pdcpl.Tpo .deps/H5Pdcpl.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Pdeprec.lo -MD -MP -MF .deps/H5Pdeprec.Tpo -c -o 
H5Pdeprec.lo H5Pdeprec.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Pdeprec.lo -MD -MP -MF .deps/H5Pdeprec.Tpo -c 
H5Pdeprec.c -o H5Pdeprec.o
mv -f .deps/H5Pdeprec.Tpo .deps/H5Pdeprec.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Pdxpl.lo -MD -MP -MF .deps/H5Pdxpl.Tpo -c -o 
H5Pdxpl.lo H5Pdxpl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Pdxpl.lo -MD -MP -MF .deps/H5Pdxpl.Tpo -c H5Pdxpl.c -o 
H5Pdxpl.o
mv -f .deps/H5Pdxpl.Tpo .deps/H5Pdxpl.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Pfapl.lo -MD -MP -MF .deps/H5Pfapl.Tpo -c -o 
H5Pfapl.lo H5Pfapl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Pfapl.lo -MD -MP -MF .deps/H5Pfapl.Tpo -c H5Pfapl.c -o 
H5Pfapl.o
mv -f .deps/H5Pfapl.Tpo .deps/H5Pfapl.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Pfcpl.lo -MD -MP -MF .deps/H5Pfcpl.Tpo -c -o 
H5Pfcpl.lo H5Pfcpl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Pfcpl.lo -MD -MP -MF .deps/H5Pfcpl.Tpo -c H5Pfcpl.c -o 
H5Pfcpl.o
mv -f .deps/H5Pfcpl.Tpo .deps/H5Pfcpl.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Pfmpl.lo -MD -MP -MF .deps/H5Pfmpl.Tpo -c -o 
H5Pfmpl.lo H5Pfmpl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Pfmpl.lo -MD -MP -MF .deps/H5Pfmpl.Tpo -c H5Pfmpl.c -o 
H5Pfmpl.o
mv -f .deps/H5Pfmpl.Tpo .deps/H5Pfmpl.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Pgcpl.lo -MD -MP -MF .deps/H5Pgcpl.Tpo -c -o 
H5Pgcpl.lo H5Pgcpl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Pgcpl.lo -MD -MP -MF .deps/H5Pgcpl.Tpo -c H5Pgcpl.c -o 
H5Pgcpl.o
mv -f .deps/H5Pgcpl.Tpo .deps/H5Pgcpl.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Pint.lo -MD -MP -MF .deps/H5Pint.Tpo -c -o H5Pint.lo 
H5Pint.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Pint.lo -MD -MP -MF .deps/H5Pint.Tpo -c H5Pint.c -o 
H5Pint.o
mv -f .deps/H5Pint.Tpo .deps/H5Pint.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Plapl.lo -MD -MP -MF .deps/H5Plapl.Tpo -c -o 
H5Plapl.lo H5Plapl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Plapl.lo -MD -MP -MF .deps/H5Plapl.Tpo -c H5Plapl.c -o 
H5Plapl.o
mv -f .deps/H5Plapl.Tpo .deps/H5Plapl.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Plcpl.lo -MD -MP -MF .deps/H5Plcpl.Tpo -c -o 
H5Plcpl.lo H5Plcpl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Plcpl.lo -MD -MP -MF .deps/H5Plcpl.Tpo -c H5Plcpl.c -o 
H5Plcpl.o
mv -f .deps/H5Plcpl.Tpo .deps/H5Plcpl.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Pocpl.lo -MD -MP -MF .deps/H5Pocpl.Tpo -c -o 
H5Pocpl.lo H5Pocpl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Pocpl.lo -MD -MP -MF .deps/H5Pocpl.Tpo -c H5Pocpl.c -o 
H5Pocpl.o
mv -f .deps/H5Pocpl.Tpo .deps/H5Pocpl.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Pocpypl.lo -MD -MP -MF .deps/H5Pocpypl.Tpo -c -o 
H5Pocpypl.lo H5Pocpypl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Pocpypl.lo -MD -MP -MF .deps/H5Pocpypl.Tpo -c 
H5Pocpypl.c -o H5Pocpypl.o
mv -f .deps/H5Pocpypl.Tpo .deps/H5Pocpypl.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Pstrcpl.lo -MD -MP -MF .deps/H5Pstrcpl.Tpo -c -o 
H5Pstrcpl.lo H5Pstrcpl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Pstrcpl.lo -MD -MP -MF .deps/H5Pstrcpl.Tpo -c 
H5Pstrcpl.c -o H5Pstrcpl.o
mv -f .deps/H5Pstrcpl.Tpo .deps/H5Pstrcpl.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Ptest.lo -MD -MP -MF .deps/H5Ptest.Tpo -c -o 
H5Ptest.lo H5Ptest.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Ptest.lo -MD -MP -MF .deps/H5Ptest.Tpo -c H5Ptest.c -o 
H5Ptest.o
mv -f .deps/H5Ptest.Tpo .deps/H5Ptest.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5R.lo -MD -MP -MF .deps/H5R.Tpo -c -o H5R.lo H5R.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5R.lo -MD -MP -MF .deps/H5R.Tpo -c H5R.c -o H5R.o
mv -f .deps/H5R.Tpo .deps/H5R.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Rdeprec.lo -MD -MP -MF .deps/H5Rdeprec.Tpo -c -o 
H5Rdeprec.lo H5Rdeprec.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Rdeprec.lo -MD -MP -MF .deps/H5Rdeprec.Tpo -c 
H5Rdeprec.c -o H5Rdeprec.o
mv -f .deps/H5Rdeprec.Tpo .deps/H5Rdeprec.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5RC.lo -MD -MP -MF .deps/H5RC.Tpo -c -o H5RC.lo H5RC.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5RC.lo -MD -MP -MF .deps/H5RC.Tpo -c H5RC.c -o H5RC.o
mv -f .deps/H5RC.Tpo .deps/H5RC.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5RS.lo -MD -MP -MF .deps/H5RS.Tpo -c -o H5RS.lo H5RS.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5RS.lo -MD -MP -MF .deps/H5RS.Tpo -c H5RS.c -o H5RS.o
mv -f .deps/H5RS.Tpo .deps/H5RS.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5S.lo -MD -MP -MF .deps/H5S.Tpo -c -o H5S.lo H5S.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5S.lo -MD -MP -MF .deps/H5S.Tpo -c H5S.c -o H5S.o
mv -f .deps/H5S.Tpo .deps/H5S.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Sall.lo -MD -MP -MF .deps/H5Sall.Tpo -c -o H5Sall.lo 
H5Sall.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Sall.lo -MD -MP -MF .deps/H5Sall.Tpo -c H5Sall.c -o 
H5Sall.o
mv -f .deps/H5Sall.Tpo .deps/H5Sall.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Sdbg.lo -MD -MP -MF .deps/H5Sdbg.Tpo -c -o H5Sdbg.lo 
H5Sdbg.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Sdbg.lo -MD -MP -MF .deps/H5Sdbg.Tpo -c H5Sdbg.c -o 
H5Sdbg.o
mv -f .deps/H5Sdbg.Tpo .deps/H5Sdbg.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Shyper.lo -MD -MP -MF .deps/H5Shyper.Tpo -c -o 
H5Shyper.lo H5Shyper.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Shyper.lo -MD -MP -MF .deps/H5Shyper.Tpo -c H5Shyper.c 
-o H5Shyper.o
mv -f .deps/H5Shyper.Tpo .deps/H5Shyper.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Smpio.lo -MD -MP -MF .deps/H5Smpio.Tpo -c -o 
H5Smpio.lo H5Smpio.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Smpio.lo -MD -MP -MF .deps/H5Smpio.Tpo -c H5Smpio.c -o 
H5Smpio.o
mv -f .deps/H5Smpio.Tpo .deps/H5Smpio.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Snone.lo -MD -MP -MF .deps/H5Snone.Tpo -c -o 
H5Snone.lo H5Snone.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Snone.lo -MD -MP -MF .deps/H5Snone.Tpo -c H5Snone.c -o 
H5Snone.o
mv -f .deps/H5Snone.Tpo .deps/H5Snone.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Spoint.lo -MD -MP -MF .deps/H5Spoint.Tpo -c -o 
H5Spoint.lo H5Spoint.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Spoint.lo -MD -MP -MF .deps/H5Spoint.Tpo -c H5Spoint.c 
-o H5Spoint.o
mv -f .deps/H5Spoint.Tpo .deps/H5Spoint.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Sselect.lo -MD -MP -MF .deps/H5Sselect.Tpo -c -o 
H5Sselect.lo H5Sselect.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Sselect.lo -MD -MP -MF .deps/H5Sselect.Tpo -c 
H5Sselect.c -o H5Sselect.o
mv -f .deps/H5Sselect.Tpo .deps/H5Sselect.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Stest.lo -MD -MP -MF .deps/H5Stest.Tpo -c -o 
H5Stest.lo H5Stest.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Stest.lo -MD -MP -MF .deps/H5Stest.Tpo -c H5Stest.c -o 
H5Stest.o
mv -f .deps/H5Stest.Tpo .deps/H5Stest.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5SL.lo -MD -MP -MF .deps/H5SL.Tpo -c -o H5SL.lo H5SL.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5SL.lo -MD -MP -MF .deps/H5SL.Tpo -c H5SL.c -o H5SL.o
mv -f .deps/H5SL.Tpo .deps/H5SL.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5SM.lo -MD -MP -MF .deps/H5SM.Tpo -c -o H5SM.lo H5SM.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5SM.lo -MD -MP -MF .deps/H5SM.Tpo -c H5SM.c -o H5SM.o
mv -f .deps/H5SM.Tpo .deps/H5SM.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5SMbtree2.lo -MD -MP -MF .deps/H5SMbtree2.Tpo -c -o 
H5SMbtree2.lo H5SMbtree2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5SMbtree2.lo -MD -MP -MF .deps/H5SMbtree2.Tpo -c 
H5SMbtree2.c -o H5SMbtree2.o
mv -f .deps/H5SMbtree2.Tpo .deps/H5SMbtree2.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5SMcache.lo -MD -MP -MF .deps/H5SMcache.Tpo -c -o 
H5SMcache.lo H5SMcache.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5SMcache.lo -MD -MP -MF .deps/H5SMcache.Tpo -c 
H5SMcache.c -o H5SMcache.o
mv -f .deps/H5SMcache.Tpo .deps/H5SMcache.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5SMmessage.lo -MD -MP -MF .deps/H5SMmessage.Tpo -c -o 
H5SMmessage.lo H5SMmessage.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5SMmessage.lo -MD -MP -MF .deps/H5SMmessage.Tpo -c 
H5SMmessage.c -o H5SMmessage.o
mv -f .deps/H5SMmessage.Tpo .deps/H5SMmessage.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5SMtest.lo -MD -MP -MF .deps/H5SMtest.Tpo -c -o 
H5SMtest.lo H5SMtest.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5SMtest.lo -MD -MP -MF .deps/H5SMtest.Tpo -c H5SMtest.c 
-o H5SMtest.o
mv -f .deps/H5SMtest.Tpo .deps/H5SMtest.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5ST.lo -MD -MP -MF .deps/H5ST.Tpo -c -o H5ST.lo H5ST.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5ST.lo -MD -MP -MF .deps/H5ST.Tpo -c H5ST.c -o H5ST.o
mv -f .deps/H5ST.Tpo .deps/H5ST.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5T.lo -MD -MP -MF .deps/H5T.Tpo -c -o H5T.lo H5T.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5T.lo -MD -MP -MF .deps/H5T.Tpo -c H5T.c -o H5T.o
mv -f .deps/H5T.Tpo .deps/H5T.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Tarray.lo -MD -MP -MF .deps/H5Tarray.Tpo -c -o 
H5Tarray.lo H5Tarray.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Tarray.lo -MD -MP -MF .deps/H5Tarray.Tpo -c H5Tarray.c 
-o H5Tarray.o
mv -f .deps/H5Tarray.Tpo .deps/H5Tarray.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Tbit.lo -MD -MP -MF .deps/H5Tbit.Tpo -c -o H5Tbit.lo 
H5Tbit.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Tbit.lo -MD -MP -MF .deps/H5Tbit.Tpo -c H5Tbit.c -o 
H5Tbit.o
mv -f .deps/H5Tbit.Tpo .deps/H5Tbit.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Tcommit.lo -MD -MP -MF .deps/H5Tcommit.Tpo -c -o 
H5Tcommit.lo H5Tcommit.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Tcommit.lo -MD -MP -MF .deps/H5Tcommit.Tpo -c 
H5Tcommit.c -o H5Tcommit.o
mv -f .deps/H5Tcommit.Tpo .deps/H5Tcommit.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Tcompound.lo -MD -MP -MF .deps/H5Tcompound.Tpo -c -o 
H5Tcompound.lo H5Tcompound.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Tcompound.lo -MD -MP -MF .deps/H5Tcompound.Tpo -c 
H5Tcompound.c -o H5Tcompound.o
mv -f .deps/H5Tcompound.Tpo .deps/H5Tcompound.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Tconv.lo -MD -MP -MF .deps/H5Tconv.Tpo -c -o 
H5Tconv.lo H5Tconv.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Tconv.lo -MD -MP -MF .deps/H5Tconv.Tpo -c H5Tconv.c -o 
H5Tconv.o
mv -f .deps/H5Tconv.Tpo .deps/H5Tconv.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Tcset.lo -MD -MP -MF .deps/H5Tcset.Tpo -c -o 
H5Tcset.lo H5Tcset.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Tcset.lo -MD -MP -MF .deps/H5Tcset.Tpo -c H5Tcset.c -o 
H5Tcset.o
mv -f .deps/H5Tcset.Tpo .deps/H5Tcset.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Tdbg.lo -MD -MP -MF .deps/H5Tdbg.Tpo -c -o H5Tdbg.lo 
H5Tdbg.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Tdbg.lo -MD -MP -MF .deps/H5Tdbg.Tpo -c H5Tdbg.c -o 
H5Tdbg.o
mv -f .deps/H5Tdbg.Tpo .deps/H5Tdbg.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Tdeprec.lo -MD -MP -MF .deps/H5Tdeprec.Tpo -c -o 
H5Tdeprec.lo H5Tdeprec.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Tdeprec.lo -MD -MP -MF .deps/H5Tdeprec.Tpo -c 
H5Tdeprec.c -o H5Tdeprec.o
mv -f .deps/H5Tdeprec.Tpo .deps/H5Tdeprec.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Tenum.lo -MD -MP -MF .deps/H5Tenum.Tpo -c -o 
H5Tenum.lo H5Tenum.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Tenum.lo -MD -MP -MF .deps/H5Tenum.Tpo -c H5Tenum.c -o 
H5Tenum.o
mv -f .deps/H5Tenum.Tpo .deps/H5Tenum.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Tfields.lo -MD -MP -MF .deps/H5Tfields.Tpo -c -o 
H5Tfields.lo H5Tfields.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Tfields.lo -MD -MP -MF .deps/H5Tfields.Tpo -c 
H5Tfields.c -o H5Tfields.o
mv -f .deps/H5Tfields.Tpo .deps/H5Tfields.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Tfixed.lo -MD -MP -MF .deps/H5Tfixed.Tpo -c -o 
H5Tfixed.lo H5Tfixed.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Tfixed.lo -MD -MP -MF .deps/H5Tfixed.Tpo -c H5Tfixed.c 
-o H5Tfixed.o
mv -f .deps/H5Tfixed.Tpo .deps/H5Tfixed.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Tfloat.lo -MD -MP -MF .deps/H5Tfloat.Tpo -c -o 
H5Tfloat.lo H5Tfloat.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Tfloat.lo -MD -MP -MF .deps/H5Tfloat.Tpo -c H5Tfloat.c 
-o H5Tfloat.o
mv -f .deps/H5Tfloat.Tpo .deps/H5Tfloat.Plo
gcc -DHAVE_CONFIG_H -I.  -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   
-DNDEBUG -UH5_DEBUG_API  -g -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5detect-H5detect.o -MD -MP -MF 
.deps/H5detect-H5detect.Tpo -c -o H5detect-H5detect.o `test -f 'H5detect.c' || 
echo './'`H5detect.c
mv -f .deps/H5detect-H5detect.Tpo .deps/H5detect-H5detect.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -g -std=c99 -pedantic -Wall 
-Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual 
-Wcast-align -Wwrite-strings -Wconversion -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal 
-Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization 
-Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o H5detect H5detect-H5detect.o  -lz 
-lm 
libtool: link: gcc -g -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o H5detect H5detect-H5detect.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm
LD_LIBRARY_PATH="$LD_LIBRARY_PATH`echo  |                  \
                sed -e 's/-L/:/g' -e 's/ //g'`"                               \
         ./H5detect > H5Tinit.c  ||                               \
            (test $HDF5_Make_Ignore && echo "*** Error ignored") ||          \
            (rm -f H5Tinit.c ; exit 1)
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Tinit.lo -MD -MP -MF .deps/H5Tinit.Tpo -c -o 
H5Tinit.lo H5Tinit.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Tinit.lo -MD -MP -MF .deps/H5Tinit.Tpo -c H5Tinit.c -o 
H5Tinit.o
mv -f .deps/H5Tinit.Tpo .deps/H5Tinit.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Tnative.lo -MD -MP -MF .deps/H5Tnative.Tpo -c -o 
H5Tnative.lo H5Tnative.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Tnative.lo -MD -MP -MF .deps/H5Tnative.Tpo -c 
H5Tnative.c -o H5Tnative.o
mv -f .deps/H5Tnative.Tpo .deps/H5Tnative.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Toffset.lo -MD -MP -MF .deps/H5Toffset.Tpo -c -o 
H5Toffset.lo H5Toffset.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Toffset.lo -MD -MP -MF .deps/H5Toffset.Tpo -c 
H5Toffset.c -o H5Toffset.o
mv -f .deps/H5Toffset.Tpo .deps/H5Toffset.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Toh.lo -MD -MP -MF .deps/H5Toh.Tpo -c -o H5Toh.lo 
H5Toh.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Toh.lo -MD -MP -MF .deps/H5Toh.Tpo -c H5Toh.c -o 
H5Toh.o
mv -f .deps/H5Toh.Tpo .deps/H5Toh.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Topaque.lo -MD -MP -MF .deps/H5Topaque.Tpo -c -o 
H5Topaque.lo H5Topaque.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Topaque.lo -MD -MP -MF .deps/H5Topaque.Tpo -c 
H5Topaque.c -o H5Topaque.o
mv -f .deps/H5Topaque.Tpo .deps/H5Topaque.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Torder.lo -MD -MP -MF .deps/H5Torder.Tpo -c -o 
H5Torder.lo H5Torder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Torder.lo -MD -MP -MF .deps/H5Torder.Tpo -c H5Torder.c 
-o H5Torder.o
mv -f .deps/H5Torder.Tpo .deps/H5Torder.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Tpad.lo -MD -MP -MF .deps/H5Tpad.Tpo -c -o H5Tpad.lo 
H5Tpad.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Tpad.lo -MD -MP -MF .deps/H5Tpad.Tpo -c H5Tpad.c -o 
H5Tpad.o
mv -f .deps/H5Tpad.Tpo .deps/H5Tpad.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Tprecis.lo -MD -MP -MF .deps/H5Tprecis.Tpo -c -o 
H5Tprecis.lo H5Tprecis.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Tprecis.lo -MD -MP -MF .deps/H5Tprecis.Tpo -c 
H5Tprecis.c -o H5Tprecis.o
mv -f .deps/H5Tprecis.Tpo .deps/H5Tprecis.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Tstrpad.lo -MD -MP -MF .deps/H5Tstrpad.Tpo -c -o 
H5Tstrpad.lo H5Tstrpad.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Tstrpad.lo -MD -MP -MF .deps/H5Tstrpad.Tpo -c 
H5Tstrpad.c -o H5Tstrpad.o
mv -f .deps/H5Tstrpad.Tpo .deps/H5Tstrpad.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Tvisit.lo -MD -MP -MF .deps/H5Tvisit.Tpo -c -o 
H5Tvisit.lo H5Tvisit.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Tvisit.lo -MD -MP -MF .deps/H5Tvisit.Tpo -c H5Tvisit.c 
-o H5Tvisit.o
mv -f .deps/H5Tvisit.Tpo .deps/H5Tvisit.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Tvlen.lo -MD -MP -MF .deps/H5Tvlen.Tpo -c -o 
H5Tvlen.lo H5Tvlen.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Tvlen.lo -MD -MP -MF .deps/H5Tvlen.Tpo -c H5Tvlen.c -o 
H5Tvlen.o
mv -f .deps/H5Tvlen.Tpo .deps/H5Tvlen.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5TS.lo -MD -MP -MF .deps/H5TS.Tpo -c -o H5TS.lo H5TS.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5TS.lo -MD -MP -MF .deps/H5TS.Tpo -c H5TS.c -o H5TS.o
mv -f .deps/H5TS.Tpo .deps/H5TS.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5V.lo -MD -MP -MF .deps/H5V.Tpo -c -o H5V.lo H5V.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5V.lo -MD -MP -MF .deps/H5V.Tpo -c H5V.c -o H5V.o
mv -f .deps/H5V.Tpo .deps/H5V.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5WB.lo -MD -MP -MF .deps/H5WB.Tpo -c -o H5WB.lo H5WB.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5WB.lo -MD -MP -MF .deps/H5WB.Tpo -c H5WB.c -o H5WB.o
mv -f .deps/H5WB.Tpo .deps/H5WB.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Z.lo -MD -MP -MF .deps/H5Z.Tpo -c -o H5Z.lo H5Z.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Z.lo -MD -MP -MF .deps/H5Z.Tpo -c H5Z.c -o H5Z.o
mv -f .deps/H5Z.Tpo .deps/H5Z.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Zdeflate.lo -MD -MP -MF .deps/H5Zdeflate.Tpo -c -o 
H5Zdeflate.lo H5Zdeflate.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Zdeflate.lo -MD -MP -MF .deps/H5Zdeflate.Tpo -c 
H5Zdeflate.c -o H5Zdeflate.o
mv -f .deps/H5Zdeflate.Tpo .deps/H5Zdeflate.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Zfletcher32.lo -MD -MP -MF .deps/H5Zfletcher32.Tpo -c 
-o H5Zfletcher32.lo H5Zfletcher32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Zfletcher32.lo -MD -MP -MF .deps/H5Zfletcher32.Tpo -c 
H5Zfletcher32.c -o H5Zfletcher32.o
mv -f .deps/H5Zfletcher32.Tpo .deps/H5Zfletcher32.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Znbit.lo -MD -MP -MF .deps/H5Znbit.Tpo -c -o 
H5Znbit.lo H5Znbit.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Znbit.lo -MD -MP -MF .deps/H5Znbit.Tpo -c H5Znbit.c -o 
H5Znbit.o
mv -f .deps/H5Znbit.Tpo .deps/H5Znbit.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Zshuffle.lo -MD -MP -MF .deps/H5Zshuffle.Tpo -c -o 
H5Zshuffle.lo H5Zshuffle.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Zshuffle.lo -MD -MP -MF .deps/H5Zshuffle.Tpo -c 
H5Zshuffle.c -o H5Zshuffle.o
mv -f .deps/H5Zshuffle.Tpo .deps/H5Zshuffle.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Zszip.lo -MD -MP -MF .deps/H5Zszip.Tpo -c -o 
H5Zszip.lo H5Zszip.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Zszip.lo -MD -MP -MF .deps/H5Zszip.Tpo -c H5Zszip.c -o 
H5Zszip.o
mv -f .deps/H5Zszip.Tpo .deps/H5Zszip.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Zscaleoffset.lo -MD -MP -MF .deps/H5Zscaleoffset.Tpo 
-c -o H5Zscaleoffset.lo H5Zscaleoffset.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Zscaleoffset.lo -MD -MP -MF .deps/H5Zscaleoffset.Tpo 
-c H5Zscaleoffset.c -o H5Zscaleoffset.o
mv -f .deps/H5Zscaleoffset.Tpo .deps/H5Zscaleoffset.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5Ztrans.lo -MD -MP -MF .deps/H5Ztrans.Tpo -c -o 
H5Ztrans.lo H5Ztrans.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5Ztrans.lo -MD -MP -MF .deps/H5Ztrans.Tpo -c H5Ztrans.c 
-o H5Ztrans.o
mv -f .deps/H5Ztrans.Tpo .deps/H5Ztrans.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-version-info 6:4:0 -L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o libhdf5.la 
-rpath /home/gempak/GEMPAK6.7.0/os/linux64/lib H5.lo H5checksum.lo H5dbg.lo 
H5system.lo H5timer.lo H5trace.lo H5A.lo H5Abtree2.lo H5Adense.lo H5Adeprec.lo 
H5Aint.lo H5Atest.lo H5AC.lo H5B.lo H5Bcache.lo H5Bdbg.lo H5B2.lo H5B2cache.lo 
H5B2dbg.lo H5B2hdr.lo H5B2int.lo H5B2stat.lo H5B2test.lo H5C.lo H5CS.lo H5D.lo 
H5Dbtree.lo H5Dchunk.lo H5Dcompact.lo H5Dcontig.lo H5Ddbg.lo H5Ddeprec.lo 
H5Defl.lo H5Dfill.lo H5Dint.lo H5Dio.lo H5Dlayout.lo H5Dmpio.lo H5Doh.lo 
H5Dscatgath.lo H5Dselect.lo H5Dtest.lo H5E.lo H5Edeprec.lo H5Eint.lo H5F.lo 
H5Faccum.lo H5Fdbg.lo H5Ffake.lo H5Fio.lo H5Fmount.lo H5Fmpi.lo H5Fquery.lo 
H5Fsfile.lo H5Fsuper.lo H5Fsuper_cache.lo H5Ftest.lo H5FD.lo H5FDcore.lo 
H5FDdirect.lo H5FDfamily.lo H5FDint.lo H5FDlog.lo H5FDmpi.lo H5FDmpio.lo 
H5FDmpiposix.lo H5FDmulti.lo H5FDsec2.lo H5FDspace.lo H5FDstdio.lo H5FL.lo 
H5FO.lo H5FS.lo H5FScache.lo H5FSdbg.lo H5FSsection.lo H5FSstat.lo H5FStest.lo 
H5G.lo H5Gbtree2.lo H5Gcache.lo H5Gcompact.lo H5Gdense.lo H5Gdeprec.lo 
H5Gent.lo H5Gint.lo H5Glink.lo H5Gloc.lo H5Gname.lo H5Gnode.lo H5Gobj.lo 
H5Goh.lo H5Groot.lo H5Gstab.lo H5Gtest.lo H5Gtraverse.lo H5HF.lo H5HFbtree2.lo 
H5HFcache.lo H5HFdbg.lo H5HFdblock.lo H5HFdtable.lo H5HFhdr.lo H5HFhuge.lo 
H5HFiblock.lo H5HFiter.lo H5HFman.lo H5HFsection.lo H5HFspace.lo H5HFstat.lo 
H5HFtest.lo H5HFtiny.lo H5HG.lo H5HGcache.lo H5HGdbg.lo H5HL.lo H5HLcache.lo 
H5HLdbg.lo H5HLint.lo H5HP.lo H5I.lo H5L.lo H5Lexternal.lo H5lib_settings.lo 
H5MF.lo H5MFaggr.lo H5MFdbg.lo H5MFsection.lo H5MM.lo H5MP.lo H5MPtest.lo 
H5O.lo H5Oainfo.lo H5Oalloc.lo H5Oattr.lo H5Oattribute.lo H5Obogus.lo 
H5Obtreek.lo H5Ocache.lo H5Ochunk.lo H5Ocont.lo H5Ocopy.lo H5Odbg.lo 
H5Odrvinfo.lo H5Odtype.lo H5Oefl.lo H5Ofill.lo H5Oginfo.lo H5Olayout.lo 
H5Olinfo.lo H5Olink.lo H5Omessage.lo H5Omtime.lo H5Oname.lo H5Onull.lo 
H5Opline.lo H5Orefcount.lo H5Osdspace.lo H5Oshared.lo H5Ostab.lo H5Oshmesg.lo 
H5Otest.lo H5Ounknown.lo H5P.lo H5Pacpl.lo H5Pdapl.lo H5Pdcpl.lo H5Pdeprec.lo 
H5Pdxpl.lo H5Pfapl.lo H5Pfcpl.lo H5Pfmpl.lo H5Pgcpl.lo H5Pint.lo H5Plapl.lo 
H5Plcpl.lo H5Pocpl.lo H5Pocpypl.lo H5Pstrcpl.lo H5Ptest.lo H5R.lo H5Rdeprec.lo 
H5RC.lo H5RS.lo H5S.lo H5Sall.lo H5Sdbg.lo H5Shyper.lo H5Smpio.lo H5Snone.lo 
H5Spoint.lo H5Sselect.lo H5Stest.lo H5SL.lo H5SM.lo H5SMbtree2.lo H5SMcache.lo 
H5SMmessage.lo H5SMtest.lo H5ST.lo H5T.lo H5Tarray.lo H5Tbit.lo H5Tcommit.lo 
H5Tcompound.lo H5Tconv.lo H5Tcset.lo H5Tdbg.lo H5Tdeprec.lo H5Tenum.lo 
H5Tfields.lo H5Tfixed.lo H5Tfloat.lo H5Tinit.lo H5Tnative.lo H5Toffset.lo 
H5Toh.lo H5Topaque.lo H5Torder.lo H5Tpad.lo H5Tprecis.lo H5Tstrpad.lo 
H5Tvisit.lo H5Tvlen.lo H5TS.lo H5V.lo H5WB.lo H5Z.lo H5Zdeflate.lo 
H5Zfletcher32.lo H5Znbit.lo H5Zshuffle.lo H5Zszip.lo H5Zscaleoffset.lo 
H5Ztrans.lo  -lz -lm 
libtool: link: ar cru .libs/libhdf5.a  H5.o H5checksum.o H5dbg.o H5system.o 
H5timer.o H5trace.o H5A.o H5Abtree2.o H5Adense.o H5Adeprec.o H5Aint.o H5Atest.o 
H5AC.o H5B.o H5Bcache.o H5Bdbg.o H5B2.o H5B2cache.o H5B2dbg.o H5B2hdr.o 
H5B2int.o H5B2stat.o H5B2test.o H5C.o H5CS.o H5D.o H5Dbtree.o H5Dchunk.o 
H5Dcompact.o H5Dcontig.o H5Ddbg.o H5Ddeprec.o H5Defl.o H5Dfill.o H5Dint.o 
H5Dio.o H5Dlayout.o H5Dmpio.o H5Doh.o H5Dscatgath.o H5Dselect.o H5Dtest.o H5E.o 
H5Edeprec.o H5Eint.o H5F.o H5Faccum.o H5Fdbg.o H5Ffake.o H5Fio.o H5Fmount.o 
H5Fmpi.o H5Fquery.o H5Fsfile.o H5Fsuper.o H5Fsuper_cache.o H5Ftest.o H5FD.o 
H5FDcore.o H5FDdirect.o H5FDfamily.o H5FDint.o H5FDlog.o H5FDmpi.o H5FDmpio.o 
H5FDmpiposix.o H5FDmulti.o H5FDsec2.o H5FDspace.o H5FDstdio.o H5FL.o H5FO.o 
H5FS.o H5FScache.o H5FSdbg.o H5FSsection.o H5FSstat.o H5FStest.o H5G.o 
H5Gbtree2.o H5Gcache.o H5Gcompact.o H5Gdense.o H5Gdeprec.o H5Gent.o H5Gint.o 
H5Glink.o H5Gloc.o H5Gname.o H5Gnode.o H5Gobj.o H5Goh.o H5Groot.o H5Gstab.o 
H5Gtest.o H5Gtraverse.o H5HF.o H5HFbtree2.o H5HFcache.o H5HFdbg.o H5HFdblock.o 
H5HFdtable.o H5HFhdr.o H5HFhuge.o H5HFiblock.o H5HFiter.o H5HFman.o 
H5HFsection.o H5HFspace.o H5HFstat.o H5HFtest.o H5HFtiny.o H5HG.o H5HGcache.o 
H5HGdbg.o H5HL.o H5HLcache.o H5HLdbg.o H5HLint.o H5HP.o H5I.o H5L.o 
H5Lexternal.o H5lib_settings.o H5MF.o H5MFaggr.o H5MFdbg.o H5MFsection.o H5MM.o 
H5MP.o H5MPtest.o H5O.o H5Oainfo.o H5Oalloc.o H5Oattr.o H5Oattribute.o 
H5Obogus.o H5Obtreek.o H5Ocache.o H5Ochunk.o H5Ocont.o H5Ocopy.o H5Odbg.o 
H5Odrvinfo.o H5Odtype.o H5Oefl.o H5Ofill.o H5Oginfo.o H5Olayout.o H5Olinfo.o 
H5Olink.o H5Omessage.o H5Omtime.o H5Oname.o H5Onull.o H5Opline.o H5Orefcount.o 
H5Osdspace.o H5Oshared.o H5Ostab.o H5Oshmesg.o H5Otest.o H5Ounknown.o H5P.o 
H5Pacpl.o H5Pdapl.o H5Pdcpl.o H5Pdeprec.o H5Pdxpl.o H5Pfapl.o H5Pfcpl.o 
H5Pfmpl.o H5Pgcpl.o H5Pint.o H5Plapl.o H5Plcpl.o H5Pocpl.o H5Pocpypl.o 
H5Pstrcpl.o H5Ptest.o H5R.o H5Rdeprec.o H5RC.o H5RS.o H5S.o H5Sall.o H5Sdbg.o 
H5Shyper.o H5Smpio.o H5Snone.o H5Spoint.o H5Sselect.o H5Stest.o H5SL.o H5SM.o 
H5SMbtree2.o H5SMcache.o H5SMmessage.o H5SMtest.o H5ST.o H5T.o H5Tarray.o 
H5Tbit.o H5Tcommit.o H5Tcompound.o H5Tconv.o H5Tcset.o H5Tdbg.o H5Tdeprec.o 
H5Tenum.o H5Tfields.o H5Tfixed.o H5Tfloat.o H5Tinit.o H5Tnative.o H5Toffset.o 
H5Toh.o H5Topaque.o H5Torder.o H5Tpad.o H5Tprecis.o H5Tstrpad.o H5Tvisit.o 
H5Tvlen.o H5TS.o H5V.o H5WB.o H5Z.o H5Zdeflate.o H5Zfletcher32.o H5Znbit.o 
H5Zshuffle.o H5Zszip.o H5Zscaleoffset.o H5Ztrans.o
libtool: link: ranlib .libs/libhdf5.a
libtool: link: ( cd ".libs" && rm -f "libhdf5.la" && ln -s "../libhdf5.la" 
"libhdf5.la" )
make[6]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/src'
make[5]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/src'
Making all in test
make[5]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/test'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../src 
-I../src -I../src -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   
-DNDEBUG -UH5_DEBUG_API  -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5test.lo -MD -MP -MF .deps/h5test.Tpo -c -o h5test.lo 
h5test.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT h5test.lo -MD -MP -MF .deps/h5test.Tpo -c h5test.c -o 
h5test.o
mv -f .deps/h5test.Tpo .deps/h5test.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../src 
-I../src -I../src -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   
-DNDEBUG -UH5_DEBUG_API  -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT testframe.lo -MD -MP -MF .deps/testframe.Tpo -c -o 
testframe.lo testframe.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT testframe.lo -MD -MP -MF .deps/testframe.Tpo -c 
testframe.c -o testframe.o
mv -f .deps/testframe.Tpo .deps/testframe.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../src 
-I../src -I../src -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   
-DNDEBUG -UH5_DEBUG_API  -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT cache_common.lo -MD -MP -MF .deps/cache_common.Tpo -c 
-o cache_common.lo cache_common.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT cache_common.lo -MD -MP -MF .deps/cache_common.Tpo -c 
cache_common.c -o cache_common.o
mv -f .deps/cache_common.Tpo .deps/cache_common.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o libh5test.la  h5test.lo 
testframe.lo cache_common.lo  -lz -lm 
libtool: link: ar cru .libs/libh5test.a  h5test.o testframe.o cache_common.o
libtool: link: ranlib .libs/libh5test.a
libtool: link: ( cd ".libs" && rm -f "libh5test.la" && ln -s "../libh5test.la" 
"libh5test.la" )
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT testhdf5.o -MD -MP -MF .deps/testhdf5.Tpo -c -o 
testhdf5.o testhdf5.c
mv -f .deps/testhdf5.Tpo .deps/testhdf5.Po
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT tarray.o -MD -MP -MF .deps/tarray.Tpo -c -o tarray.o 
tarray.c
mv -f .deps/tarray.Tpo .deps/tarray.Po
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT tattr.o -MD -MP -MF .deps/tattr.Tpo -c -o tattr.o 
tattr.c
mv -f .deps/tattr.Tpo .deps/tattr.Po
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT tchecksum.o -MD -MP -MF .deps/tchecksum.Tpo -c -o 
tchecksum.o tchecksum.c
mv -f .deps/tchecksum.Tpo .deps/tchecksum.Po
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT tconfig.o -MD -MP -MF .deps/tconfig.Tpo -c -o tconfig.o 
tconfig.c
mv -f .deps/tconfig.Tpo .deps/tconfig.Po
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT tfile.o -MD -MP -MF .deps/tfile.Tpo -c -o tfile.o 
tfile.c
mv -f .deps/tfile.Tpo .deps/tfile.Po
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT tgenprop.o -MD -MP -MF .deps/tgenprop.Tpo -c -o 
tgenprop.o tgenprop.c
mv -f .deps/tgenprop.Tpo .deps/tgenprop.Po
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT th5o.o -MD -MP -MF .deps/th5o.Tpo -c -o th5o.o th5o.c
mv -f .deps/th5o.Tpo .deps/th5o.Po
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT th5s.o -MD -MP -MF .deps/th5s.Tpo -c -o th5s.o th5s.c
mv -f .deps/th5s.Tpo .deps/th5s.Po
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT tcoords.o -MD -MP -MF .deps/tcoords.Tpo -c -o tcoords.o 
tcoords.c
mv -f .deps/tcoords.Tpo .deps/tcoords.Po
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT theap.o -MD -MP -MF .deps/theap.Tpo -c -o theap.o 
theap.c
mv -f .deps/theap.Tpo .deps/theap.Po
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT tid.o -MD -MP -MF .deps/tid.Tpo -c -o tid.o tid.c
mv -f .deps/tid.Tpo .deps/tid.Po
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT titerate.o -MD -MP -MF .deps/titerate.Tpo -c -o 
titerate.o titerate.c
mv -f .deps/titerate.Tpo .deps/titerate.Po
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT tmeta.o -MD -MP -MF .deps/tmeta.Tpo -c -o tmeta.o 
tmeta.c
mv -f .deps/tmeta.Tpo .deps/tmeta.Po
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT tmisc.o -MD -MP -MF .deps/tmisc.Tpo -c -o tmisc.o 
tmisc.c
mv -f .deps/tmisc.Tpo .deps/tmisc.Po
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT trefer.o -MD -MP -MF .deps/trefer.Tpo -c -o trefer.o 
trefer.c
mv -f .deps/trefer.Tpo .deps/trefer.Po
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT trefstr.o -MD -MP -MF .deps/trefstr.Tpo -c -o trefstr.o 
trefstr.c
mv -f .deps/trefstr.Tpo .deps/trefstr.Po
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT tselect.o -MD -MP -MF .deps/tselect.Tpo -c -o tselect.o 
tselect.c
mv -f .deps/tselect.Tpo .deps/tselect.Po
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT tskiplist.o -MD -MP -MF .deps/tskiplist.Tpo -c -o 
tskiplist.o tskiplist.c
mv -f .deps/tskiplist.Tpo .deps/tskiplist.Po
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT tsohm.o -MD -MP -MF .deps/tsohm.Tpo -c -o tsohm.o 
tsohm.c
mv -f .deps/tsohm.Tpo .deps/tsohm.Po
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT ttime.o -MD -MP -MF .deps/ttime.Tpo -c -o ttime.o 
ttime.c
mv -f .deps/ttime.Tpo .deps/ttime.Po
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT ttst.o -MD -MP -MF .deps/ttst.Tpo -c -o ttst.o ttst.c
mv -f .deps/ttst.Tpo .deps/ttst.Po
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT tunicode.o -MD -MP -MF .deps/tunicode.Tpo -c -o 
tunicode.o tunicode.c
mv -f .deps/tunicode.Tpo .deps/tunicode.Po
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT tvlstr.o -MD -MP -MF .deps/tvlstr.Tpo -c -o tvlstr.o 
tvlstr.c
mv -f .deps/tvlstr.Tpo .deps/tvlstr.Po
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT tvltypes.o -MD -MP -MF .deps/tvltypes.Tpo -c -o 
tvltypes.o tvltypes.c
mv -f .deps/tvltypes.Tpo .deps/tvltypes.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o testhdf5 testhdf5.o tarray.o 
tattr.o tchecksum.o tconfig.o tfile.o tgenprop.o th5o.o th5s.o tcoords.o 
theap.o tid.o titerate.o tmeta.o tmisc.o trefer.o trefstr.o tselect.o 
tskiplist.o tsohm.o ttime.o ttst.o tunicode.o tvlstr.o tvltypes.o libh5test.la 
../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o testhdf5 testhdf5.o tarray.o tattr.o tchecksum.o 
tconfig.o tfile.o tgenprop.o th5o.o th5s.o tcoords.o theap.o tid.o titerate.o 
tmeta.o tmisc.o trefer.o trefstr.o tselect.o tskiplist.o tsohm.o ttime.o ttst.o 
tunicode.o tvlstr.o tvltypes.o  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib 
./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT lheap.o -MD -MP -MF .deps/lheap.Tpo -c -o lheap.o 
lheap.c
mv -f .deps/lheap.Tpo .deps/lheap.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o lheap lheap.o libh5test.la 
../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o lheap lheap.o  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib 
./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT ohdr.o -MD -MP -MF .deps/ohdr.Tpo -c -o ohdr.o ohdr.c
mv -f .deps/ohdr.Tpo .deps/ohdr.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o ohdr ohdr.o libh5test.la 
../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o ohdr ohdr.o  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib 
./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT stab.o -MD -MP -MF .deps/stab.Tpo -c -o stab.o stab.c
mv -f .deps/stab.Tpo .deps/stab.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o stab stab.o libh5test.la 
../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o stab stab.o  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib 
./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT gheap.o -MD -MP -MF .deps/gheap.Tpo -c -o gheap.o 
gheap.c
mv -f .deps/gheap.Tpo .deps/gheap.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o gheap gheap.o libh5test.la 
../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o gheap gheap.o  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib 
./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT cache.o -MD -MP -MF .deps/cache.Tpo -c -o cache.o 
cache.c
mv -f .deps/cache.Tpo .deps/cache.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o cache cache.o libh5test.la 
../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o cache cache.o  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib 
./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT cache_api.o -MD -MP -MF .deps/cache_api.Tpo -c -o 
cache_api.o cache_api.c
mv -f .deps/cache_api.Tpo .deps/cache_api.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o cache_api cache_api.o 
libh5test.la ../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o cache_api cache_api.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ./.libs/libh5test.a 
../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT pool.o -MD -MP -MF .deps/pool.Tpo -c -o pool.o pool.c
mv -f .deps/pool.Tpo .deps/pool.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o pool pool.o libh5test.la 
../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o pool pool.o  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib 
./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT hyperslab.o -MD -MP -MF .deps/hyperslab.Tpo -c -o 
hyperslab.o hyperslab.c
mv -f .deps/hyperslab.Tpo .deps/hyperslab.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o hyperslab hyperslab.o 
libh5test.la ../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o hyperslab hyperslab.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ./.libs/libh5test.a 
../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT istore.o -MD -MP -MF .deps/istore.Tpo -c -o istore.o 
istore.c
mv -f .deps/istore.Tpo .deps/istore.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o istore istore.o libh5test.la 
../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o istore istore.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ./.libs/libh5test.a 
../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT bittests.o -MD -MP -MF .deps/bittests.Tpo -c -o 
bittests.o bittests.c
mv -f .deps/bittests.Tpo .deps/bittests.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o bittests bittests.o libh5test.la 
../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o bittests bittests.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ./.libs/libh5test.a 
../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT dt_arith.o -MD -MP -MF .deps/dt_arith.Tpo -c -o 
dt_arith.o dt_arith.c
mv -f .deps/dt_arith.Tpo .deps/dt_arith.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o dt_arith dt_arith.o libh5test.la 
../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o dt_arith dt_arith.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ./.libs/libh5test.a 
../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT dtypes.o -MD -MP -MF .deps/dtypes.Tpo -c -o dtypes.o 
dtypes.c
mv -f .deps/dtypes.Tpo .deps/dtypes.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o dtypes dtypes.o libh5test.la 
../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o dtypes dtypes.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ./.libs/libh5test.a 
../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT dsets.o -MD -MP -MF .deps/dsets.Tpo -c -o dsets.o 
dsets.c
mv -f .deps/dsets.Tpo .deps/dsets.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o dsets dsets.o libh5test.la 
../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o dsets dsets.o  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib 
./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT cmpd_dset.o -MD -MP -MF .deps/cmpd_dset.Tpo -c -o 
cmpd_dset.o cmpd_dset.c
mv -f .deps/cmpd_dset.Tpo .deps/cmpd_dset.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o cmpd_dset cmpd_dset.o 
libh5test.la ../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o cmpd_dset cmpd_dset.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ./.libs/libh5test.a 
../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT extend.o -MD -MP -MF .deps/extend.Tpo -c -o extend.o 
extend.c
mv -f .deps/extend.Tpo .deps/extend.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o extend extend.o libh5test.la 
../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o extend extend.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ./.libs/libh5test.a 
../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT external.o -MD -MP -MF .deps/external.Tpo -c -o 
external.o external.c
mv -f .deps/external.Tpo .deps/external.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o external external.o libh5test.la 
../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o external external.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ./.libs/libh5test.a 
../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT objcopy.o -MD -MP -MF .deps/objcopy.Tpo -c -o objcopy.o 
objcopy.c
mv -f .deps/objcopy.Tpo .deps/objcopy.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o objcopy objcopy.o libh5test.la 
../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o objcopy objcopy.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ./.libs/libh5test.a 
../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT links.o -MD -MP -MF .deps/links.Tpo -c -o links.o 
links.c
mv -f .deps/links.Tpo .deps/links.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o links links.o libh5test.la 
../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o links links.o  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib 
./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT unlink.o -MD -MP -MF .deps/unlink.Tpo -c -o unlink.o 
unlink.c
mv -f .deps/unlink.Tpo .deps/unlink.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o unlink unlink.o libh5test.la 
../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o unlink unlink.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ./.libs/libh5test.a 
../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT big.o -MD -MP -MF .deps/big.Tpo -c -o big.o big.c
mv -f .deps/big.Tpo .deps/big.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o big big.o libh5test.la 
../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o big big.o  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib 
./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT mtime.o -MD -MP -MF .deps/mtime.Tpo -c -o mtime.o 
mtime.c
mv -f .deps/mtime.Tpo .deps/mtime.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o mtime mtime.o libh5test.la 
../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o mtime mtime.o  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib 
./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT fillval.o -MD -MP -MF .deps/fillval.Tpo -c -o fillval.o 
fillval.c
mv -f .deps/fillval.Tpo .deps/fillval.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o fillval fillval.o libh5test.la 
../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o fillval fillval.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ./.libs/libh5test.a 
../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT mount.o -MD -MP -MF .deps/mount.Tpo -c -o mount.o 
mount.c
mv -f .deps/mount.Tpo .deps/mount.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o mount mount.o libh5test.la 
../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o mount mount.o  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib 
./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT flush1.o -MD -MP -MF .deps/flush1.Tpo -c -o flush1.o 
flush1.c
mv -f .deps/flush1.Tpo .deps/flush1.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o flush1 flush1.o libh5test.la 
../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o flush1 flush1.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ./.libs/libh5test.a 
../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT flush2.o -MD -MP -MF .deps/flush2.Tpo -c -o flush2.o 
flush2.c
mv -f .deps/flush2.Tpo .deps/flush2.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o flush2 flush2.o libh5test.la 
../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o flush2 flush2.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ./.libs/libh5test.a 
../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT app_ref.o -MD -MP -MF .deps/app_ref.Tpo -c -o app_ref.o 
app_ref.c
mv -f .deps/app_ref.Tpo .deps/app_ref.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o app_ref app_ref.o libh5test.la 
../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o app_ref app_ref.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ./.libs/libh5test.a 
../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT enum.o -MD -MP -MF .deps/enum.Tpo -c -o enum.o enum.c
mv -f .deps/enum.Tpo .deps/enum.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o enum enum.o libh5test.la 
../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o enum enum.o  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib 
./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT set_extent.o -MD -MP -MF .deps/set_extent.Tpo -c -o 
set_extent.o set_extent.c
mv -f .deps/set_extent.Tpo .deps/set_extent.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o set_extent set_extent.o 
libh5test.la ../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o set_extent set_extent.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ./.libs/libh5test.a 
../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT ttsafe.o -MD -MP -MF .deps/ttsafe.Tpo -c -o ttsafe.o 
ttsafe.c
mv -f .deps/ttsafe.Tpo .deps/ttsafe.Po
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT ttsafe_dcreate.o -MD -MP -MF .deps/ttsafe_dcreate.Tpo 
-c -o ttsafe_dcreate.o ttsafe_dcreate.c
mv -f .deps/ttsafe_dcreate.Tpo .deps/ttsafe_dcreate.Po
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT ttsafe_error.o -MD -MP -MF .deps/ttsafe_error.Tpo -c -o 
ttsafe_error.o ttsafe_error.c
mv -f .deps/ttsafe_error.Tpo .deps/ttsafe_error.Po
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT ttsafe_cancel.o -MD -MP -MF .deps/ttsafe_cancel.Tpo -c 
-o ttsafe_cancel.o ttsafe_cancel.c
mv -f .deps/ttsafe_cancel.Tpo .deps/ttsafe_cancel.Po
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT ttsafe_acreate.o -MD -MP -MF .deps/ttsafe_acreate.Tpo 
-c -o ttsafe_acreate.o ttsafe_acreate.c
mv -f .deps/ttsafe_acreate.Tpo .deps/ttsafe_acreate.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o ttsafe ttsafe.o ttsafe_dcreate.o 
ttsafe_error.o ttsafe_cancel.o ttsafe_acreate.o libh5test.la ../src/libhdf5.la 
-lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o ttsafe ttsafe.o ttsafe_dcreate.o ttsafe_error.o 
ttsafe_cancel.o ttsafe_acreate.o  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib 
./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT getname.o -MD -MP -MF .deps/getname.Tpo -c -o getname.o 
getname.c
mv -f .deps/getname.Tpo .deps/getname.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o getname getname.o libh5test.la 
../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o getname getname.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ./.libs/libh5test.a 
../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT vfd.o -MD -MP -MF .deps/vfd.Tpo -c -o vfd.o vfd.c
mv -f .deps/vfd.Tpo .deps/vfd.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o vfd vfd.o libh5test.la 
../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o vfd vfd.o  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib 
./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT ntypes.o -MD -MP -MF .deps/ntypes.Tpo -c -o ntypes.o 
ntypes.c
mv -f .deps/ntypes.Tpo .deps/ntypes.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o ntypes ntypes.o libh5test.la 
../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o ntypes ntypes.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ./.libs/libh5test.a 
../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT dangle.o -MD -MP -MF .deps/dangle.Tpo -c -o dangle.o 
dangle.c
mv -f .deps/dangle.Tpo .deps/dangle.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o dangle dangle.o libh5test.la 
../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o dangle dangle.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ./.libs/libh5test.a 
../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT dtransform.o -MD -MP -MF .deps/dtransform.Tpo -c -o 
dtransform.o dtransform.c
mv -f .deps/dtransform.Tpo .deps/dtransform.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o dtransform dtransform.o 
libh5test.la ../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o dtransform dtransform.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ./.libs/libh5test.a 
../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT reserved.o -MD -MP -MF .deps/reserved.Tpo -c -o 
reserved.o reserved.c
mv -f .deps/reserved.Tpo .deps/reserved.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o reserved reserved.o libh5test.la 
../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o reserved reserved.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ./.libs/libh5test.a 
../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT cross_read.o -MD -MP -MF .deps/cross_read.Tpo -c -o 
cross_read.o cross_read.c
mv -f .deps/cross_read.Tpo .deps/cross_read.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o cross_read cross_read.o 
libh5test.la ../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o cross_read cross_read.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ./.libs/libh5test.a 
../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT freespace.o -MD -MP -MF .deps/freespace.Tpo -c -o 
freespace.o freespace.c
mv -f .deps/freespace.Tpo .deps/freespace.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o freespace freespace.o 
libh5test.la ../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o freespace freespace.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ./.libs/libh5test.a 
../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT mf.o -MD -MP -MF .deps/mf.Tpo -c -o mf.o mf.c
mv -f .deps/mf.Tpo .deps/mf.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o mf mf.o libh5test.la 
../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o mf mf.o  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib 
./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT btree2.o -MD -MP -MF .deps/btree2.Tpo -c -o btree2.o 
btree2.c
mv -f .deps/btree2.Tpo .deps/btree2.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o btree2 btree2.o libh5test.la 
../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o btree2 btree2.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ./.libs/libh5test.a 
../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT fheap.o -MD -MP -MF .deps/fheap.Tpo -c -o fheap.o 
fheap.c
mv -f .deps/fheap.Tpo .deps/fheap.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o fheap fheap.o libh5test.la 
../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o fheap fheap.o  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib 
./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT error_test.o -MD -MP -MF .deps/error_test.Tpo -c -o 
error_test.o error_test.c
mv -f .deps/error_test.Tpo .deps/error_test.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o error_test error_test.o 
libh5test.la ../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o error_test error_test.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ./.libs/libh5test.a 
../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT err_compat.o -MD -MP -MF .deps/err_compat.Tpo -c -o 
err_compat.o err_compat.c
mv -f .deps/err_compat.Tpo .deps/err_compat.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o err_compat err_compat.o 
libh5test.la ../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o err_compat err_compat.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ./.libs/libh5test.a 
../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT tcheck_version.o -MD -MP -MF .deps/tcheck_version.Tpo 
-c -o tcheck_version.o tcheck_version.c
mv -f .deps/tcheck_version.Tpo .deps/tcheck_version.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o tcheck_version tcheck_version.o 
libh5test.la ../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o tcheck_version tcheck_version.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ./.libs/libh5test.a 
../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT testmeta.o -MD -MP -MF .deps/testmeta.Tpo -c -o 
testmeta.o testmeta.c
mv -f .deps/testmeta.Tpo .deps/testmeta.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o testmeta testmeta.o libh5test.la 
../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o testmeta testmeta.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ./.libs/libh5test.a 
../src/.libs/libhdf5.a -lz -lm
make[5]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/test'
Making all in tools
make[5]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools'
Making all in lib
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/lib'
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../src -I../../src -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   
-DNDEBUG -UH5_DEBUG_API  -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5tools.lo -MD -MP -MF .deps/h5tools.Tpo -c -o 
h5tools.lo h5tools.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT h5tools.lo -MD -MP -MF .deps/h5tools.Tpo -c h5tools.c -o 
h5tools.o
mv -f .deps/h5tools.Tpo .deps/h5tools.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../src -I../../src -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   
-DNDEBUG -UH5_DEBUG_API  -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5tools_str.lo -MD -MP -MF .deps/h5tools_str.Tpo -c -o 
h5tools_str.lo h5tools_str.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT h5tools_str.lo -MD -MP -MF .deps/h5tools_str.Tpo -c 
h5tools_str.c -o h5tools_str.o
mv -f .deps/h5tools_str.Tpo .deps/h5tools_str.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../src -I../../src -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   
-DNDEBUG -UH5_DEBUG_API  -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5tools_utils.lo -MD -MP -MF .deps/h5tools_utils.Tpo -c 
-o h5tools_utils.lo h5tools_utils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT h5tools_utils.lo -MD -MP -MF .deps/h5tools_utils.Tpo -c 
h5tools_utils.c -o h5tools_utils.o
mv -f .deps/h5tools_utils.Tpo .deps/h5tools_utils.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../src -I../../src -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   
-DNDEBUG -UH5_DEBUG_API  -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5diff.lo -MD -MP -MF .deps/h5diff.Tpo -c -o h5diff.lo 
h5diff.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT h5diff.lo -MD -MP -MF .deps/h5diff.Tpo -c h5diff.c -o 
h5diff.o
mv -f .deps/h5diff.Tpo .deps/h5diff.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../src -I../../src -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   
-DNDEBUG -UH5_DEBUG_API  -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5diff_array.lo -MD -MP -MF .deps/h5diff_array.Tpo -c 
-o h5diff_array.lo h5diff_array.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT h5diff_array.lo -MD -MP -MF .deps/h5diff_array.Tpo -c 
h5diff_array.c -o h5diff_array.o
mv -f .deps/h5diff_array.Tpo .deps/h5diff_array.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../src -I../../src -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   
-DNDEBUG -UH5_DEBUG_API  -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5diff_attr.lo -MD -MP -MF .deps/h5diff_attr.Tpo -c -o 
h5diff_attr.lo h5diff_attr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT h5diff_attr.lo -MD -MP -MF .deps/h5diff_attr.Tpo -c 
h5diff_attr.c -o h5diff_attr.o
mv -f .deps/h5diff_attr.Tpo .deps/h5diff_attr.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../src -I../../src -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   
-DNDEBUG -UH5_DEBUG_API  -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5diff_dset.lo -MD -MP -MF .deps/h5diff_dset.Tpo -c -o 
h5diff_dset.lo h5diff_dset.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT h5diff_dset.lo -MD -MP -MF .deps/h5diff_dset.Tpo -c 
h5diff_dset.c -o h5diff_dset.o
mv -f .deps/h5diff_dset.Tpo .deps/h5diff_dset.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../src -I../../src -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   
-DNDEBUG -UH5_DEBUG_API  -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5diff_util.lo -MD -MP -MF .deps/h5diff_util.Tpo -c -o 
h5diff_util.lo h5diff_util.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT h5diff_util.lo -MD -MP -MF .deps/h5diff_util.Tpo -c 
h5diff_util.c -o h5diff_util.o
mv -f .deps/h5diff_util.Tpo .deps/h5diff_util.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../src -I../../src -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   
-DNDEBUG -UH5_DEBUG_API  -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5trav.lo -MD -MP -MF .deps/h5trav.Tpo -c -o h5trav.lo 
h5trav.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT h5trav.lo -MD -MP -MF .deps/h5trav.Tpo -c h5trav.c -o 
h5trav.o
mv -f .deps/h5trav.Tpo .deps/h5trav.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../src -I../../src -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   
-DNDEBUG -UH5_DEBUG_API  -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5tools_filters.lo -MD -MP -MF 
.deps/h5tools_filters.Tpo -c -o h5tools_filters.lo h5tools_filters.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT h5tools_filters.lo -MD -MP -MF .deps/h5tools_filters.Tpo 
-c h5tools_filters.c -o h5tools_filters.o
mv -f .deps/h5tools_filters.Tpo .deps/h5tools_filters.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../src -I../../src -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   
-DNDEBUG -UH5_DEBUG_API  -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5tools_ref.lo -MD -MP -MF .deps/h5tools_ref.Tpo -c -o 
h5tools_ref.lo h5tools_ref.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT h5tools_ref.lo -MD -MP -MF .deps/h5tools_ref.Tpo -c 
h5tools_ref.c -o h5tools_ref.o
mv -f .deps/h5tools_ref.Tpo .deps/h5tools_ref.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../src -I../../src -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   
-DNDEBUG -UH5_DEBUG_API  -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5tools_type.lo -MD -MP -MF .deps/h5tools_type.Tpo -c 
-o h5tools_type.lo h5tools_type.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT h5tools_type.lo -MD -MP -MF .deps/h5tools_type.Tpo -c 
h5tools_type.c -o h5tools_type.o
mv -f .deps/h5tools_type.Tpo .deps/h5tools_type.Plo
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall 
-Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual 
-Wcast-align -Wwrite-strings -Wconversion -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal 
-Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization 
-Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o libh5tools.la  h5tools.lo 
h5tools_str.lo h5tools_utils.lo h5diff.lo h5diff_array.lo h5diff_attr.lo 
h5diff_dset.lo h5diff_util.lo h5trav.lo h5tools_filters.lo h5tools_ref.lo 
h5tools_type.lo  -lz -lm 
libtool: link: ar cru .libs/libh5tools.a  h5tools.o h5tools_str.o 
h5tools_utils.o h5diff.o h5diff_array.o h5diff_attr.o h5diff_dset.o 
h5diff_util.o h5trav.o h5tools_filters.o h5tools_ref.o h5tools_type.o
libtool: link: ranlib .libs/libh5tools.a
libtool: link: ( cd ".libs" && rm -f "libh5tools.la" && ln -s 
"../libh5tools.la" "libh5tools.la" )
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/lib'
Making all in h5diff
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5diff'
gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5diff_main.o -MD -MP -MF .deps/h5diff_main.Tpo -c -o 
h5diff_main.o h5diff_main.c
mv -f .deps/h5diff_main.Tpo .deps/h5diff_main.Po
gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5diff_common.o -MD -MP -MF .deps/h5diff_common.Tpo -c 
-o h5diff_common.o h5diff_common.c
mv -f .deps/h5diff_common.Tpo .deps/h5diff_common.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall 
-Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual 
-Wcast-align -Wwrite-strings -Wconversion -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal 
-Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization 
-Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions   
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o h5diff h5diff_main.o 
h5diff_common.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o h5diff h5diff_main.o h5diff_common.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ../../tools/lib/.libs/libh5tools.a 
../../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5diffgentest.o -MD -MP -MF .deps/h5diffgentest.Tpo -c 
-o h5diffgentest.o h5diffgentest.c
mv -f .deps/h5diffgentest.Tpo .deps/h5diffgentest.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall 
-Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual 
-Wcast-align -Wwrite-strings -Wconversion -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal 
-Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization 
-Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o h5diffgentest h5diffgentest.o 
../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o h5diffgentest h5diffgentest.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ../../tools/lib/.libs/libh5tools.a 
../../src/.libs/libhdf5.a -lz -lm
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5diff'
Making all in h5ls
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5ls'
gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5ls.o -MD -MP -MF .deps/h5ls.Tpo -c -o h5ls.o h5ls.c
mv -f .deps/h5ls.Tpo .deps/h5ls.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall 
-Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual 
-Wcast-align -Wwrite-strings -Wconversion -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal 
-Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization 
-Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions   
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o h5ls h5ls.o 
../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o h5ls h5ls.o  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib 
../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5ls'
Making all in misc
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/misc'
gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5debug.o -MD -MP -MF .deps/h5debug.Tpo -c -o h5debug.o 
h5debug.c
mv -f .deps/h5debug.Tpo .deps/h5debug.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall 
-Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual 
-Wcast-align -Wwrite-strings -Wconversion -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal 
-Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization 
-Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions   
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o h5debug h5debug.o 
../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o h5debug h5debug.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ../../tools/lib/.libs/libh5tools.a 
../../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5repart.o -MD -MP -MF .deps/h5repart.Tpo -c -o 
h5repart.o h5repart.c
mv -f .deps/h5repart.Tpo .deps/h5repart.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall 
-Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual 
-Wcast-align -Wwrite-strings -Wconversion -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal 
-Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization 
-Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions   
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o h5repart h5repart.o 
../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o h5repart h5repart.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ../../tools/lib/.libs/libh5tools.a 
../../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5mkgrp.o -MD -MP -MF .deps/h5mkgrp.Tpo -c -o h5mkgrp.o 
h5mkgrp.c
mv -f .deps/h5mkgrp.Tpo .deps/h5mkgrp.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall 
-Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual 
-Wcast-align -Wwrite-strings -Wconversion -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal 
-Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization 
-Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions   
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o h5mkgrp h5mkgrp.o 
../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o h5mkgrp h5mkgrp.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ../../tools/lib/.libs/libh5tools.a 
../../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5repart_gentest.o -MD -MP -MF 
.deps/h5repart_gentest.Tpo -c -o h5repart_gentest.o h5repart_gentest.c
mv -f .deps/h5repart_gentest.Tpo .deps/h5repart_gentest.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall 
-Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual 
-Wcast-align -Wwrite-strings -Wconversion -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal 
-Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization 
-Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o h5repart_gentest 
h5repart_gentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o h5repart_gentest h5repart_gentest.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ../../tools/lib/.libs/libh5tools.a 
../../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT talign.o -MD -MP -MF .deps/talign.Tpo -c -o talign.o 
talign.c
mv -f .deps/talign.Tpo .deps/talign.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall 
-Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual 
-Wcast-align -Wwrite-strings -Wconversion -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal 
-Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization 
-Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o talign talign.o 
../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o talign talign.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ../../tools/lib/.libs/libh5tools.a 
../../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT repart_test.o -MD -MP -MF .deps/repart_test.Tpo -c -o 
repart_test.o repart_test.c
mv -f .deps/repart_test.Tpo .deps/repart_test.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall 
-Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual 
-Wcast-align -Wwrite-strings -Wconversion -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal 
-Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization 
-Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o repart_test repart_test.o 
../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o repart_test repart_test.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ../../tools/lib/.libs/libh5tools.a 
../../src/.libs/libhdf5.a -lz -lm
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/misc'
Making all in h5import
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5import'
gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5import.o -MD -MP -MF .deps/h5import.Tpo -c -o 
h5import.o h5import.c
mv -f .deps/h5import.Tpo .deps/h5import.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall 
-Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual 
-Wcast-align -Wwrite-strings -Wconversion -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal 
-Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization 
-Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions   
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o h5import h5import.o 
../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o h5import h5import.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ../../tools/lib/.libs/libh5tools.a 
../../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5importtest.o -MD -MP -MF .deps/h5importtest.Tpo -c -o 
h5importtest.o h5importtest.c
mv -f .deps/h5importtest.Tpo .deps/h5importtest.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall 
-Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual 
-Wcast-align -Wwrite-strings -Wconversion -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal 
-Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization 
-Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o h5importtest h5importtest.o 
../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o h5importtest h5importtest.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ../../tools/lib/.libs/libh5tools.a 
../../src/.libs/libhdf5.a -lz -lm
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5import'
Making all in h5repack
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5repack'
gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5repack.o -MD -MP -MF .deps/h5repack.Tpo -c -o 
h5repack.o h5repack.c
mv -f .deps/h5repack.Tpo .deps/h5repack.Po
gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5repack_copy.o -MD -MP -MF .deps/h5repack_copy.Tpo -c 
-o h5repack_copy.o h5repack_copy.c
mv -f .deps/h5repack_copy.Tpo .deps/h5repack_copy.Po
gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5repack_filters.o -MD -MP -MF 
.deps/h5repack_filters.Tpo -c -o h5repack_filters.o h5repack_filters.c
mv -f .deps/h5repack_filters.Tpo .deps/h5repack_filters.Po
gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5repack_opttable.o -MD -MP -MF 
.deps/h5repack_opttable.Tpo -c -o h5repack_opttable.o h5repack_opttable.c
mv -f .deps/h5repack_opttable.Tpo .deps/h5repack_opttable.Po
gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5repack_parse.o -MD -MP -MF .deps/h5repack_parse.Tpo 
-c -o h5repack_parse.o h5repack_parse.c
mv -f .deps/h5repack_parse.Tpo .deps/h5repack_parse.Po
gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5repack_refs.o -MD -MP -MF .deps/h5repack_refs.Tpo -c 
-o h5repack_refs.o h5repack_refs.c
mv -f .deps/h5repack_refs.Tpo .deps/h5repack_refs.Po
gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5repack_verify.o -MD -MP -MF .deps/h5repack_verify.Tpo 
-c -o h5repack_verify.o h5repack_verify.c
mv -f .deps/h5repack_verify.Tpo .deps/h5repack_verify.Po
gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5repack_main.o -MD -MP -MF .deps/h5repack_main.Tpo -c 
-o h5repack_main.o h5repack_main.c
mv -f .deps/h5repack_main.Tpo .deps/h5repack_main.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall 
-Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual 
-Wcast-align -Wwrite-strings -Wconversion -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal 
-Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization 
-Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions   
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o h5repack h5repack.o 
h5repack_copy.o h5repack_filters.o h5repack_opttable.o h5repack_parse.o 
h5repack_refs.o h5repack_verify.o h5repack_main.o ../../tools/lib/libh5tools.la 
../../test/libh5test.la ../../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o h5repack h5repack.o h5repack_copy.o h5repack_filters.o 
h5repack_opttable.o h5repack_parse.o h5repack_refs.o h5repack_verify.o 
h5repack_main.o  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib 
../../tools/lib/.libs/libh5tools.a ../../test/.libs/libh5test.a 
../../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT testh5repack_detect_szip.o -MD -MP -MF 
.deps/testh5repack_detect_szip.Tpo -c -o testh5repack_detect_szip.o 
testh5repack_detect_szip.c
mv -f .deps/testh5repack_detect_szip.Tpo .deps/testh5repack_detect_szip.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall 
-Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual 
-Wcast-align -Wwrite-strings -Wconversion -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal 
-Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization 
-Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o testh5repack_detect_szip 
testh5repack_detect_szip.o ../../tools/lib/libh5tools.la 
../../test/libh5test.la ../../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o testh5repack_detect_szip testh5repack_detect_szip.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ../../tools/lib/.libs/libh5tools.a 
../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5repacktst.o -MD -MP -MF .deps/h5repacktst.Tpo -c -o 
h5repacktst.o h5repacktst.c
mv -f .deps/h5repacktst.Tpo .deps/h5repacktst.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall 
-Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual 
-Wcast-align -Wwrite-strings -Wconversion -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal 
-Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization 
-Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o h5repacktst h5repack.o 
h5repack_copy.o h5repack_filters.o h5repack_opttable.o h5repack_parse.o 
h5repack_refs.o h5repack_verify.o h5repacktst.o ../../tools/lib/libh5tools.la 
../../test/libh5test.la ../../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o h5repacktst h5repack.o h5repack_copy.o h5repack_filters.o 
h5repack_opttable.o h5repack_parse.o h5repack_refs.o h5repack_verify.o 
h5repacktst.o  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib 
../../tools/lib/.libs/libh5tools.a ../../test/.libs/libh5test.a 
../../src/.libs/libhdf5.a -lz -lm
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5repack'
Making all in h5jam
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5jam'
gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5jam.o -MD -MP -MF .deps/h5jam.Tpo -c -o h5jam.o 
h5jam.c
mv -f .deps/h5jam.Tpo .deps/h5jam.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall 
-Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual 
-Wcast-align -Wwrite-strings -Wconversion -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal 
-Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization 
-Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions   
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o h5jam h5jam.o 
../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o h5jam h5jam.o  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib 
../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5unjam.o -MD -MP -MF .deps/h5unjam.Tpo -c -o h5unjam.o 
h5unjam.c
mv -f .deps/h5unjam.Tpo .deps/h5unjam.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall 
-Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual 
-Wcast-align -Wwrite-strings -Wconversion -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal 
-Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization 
-Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions   
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o h5unjam h5unjam.o 
../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o h5unjam h5unjam.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ../../tools/lib/.libs/libh5tools.a 
../../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT tellub.o -MD -MP -MF .deps/tellub.Tpo -c -o tellub.o 
tellub.c
mv -f .deps/tellub.Tpo .deps/tellub.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall 
-Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual 
-Wcast-align -Wwrite-strings -Wconversion -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal 
-Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization 
-Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o tellub tellub.o 
../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o tellub tellub.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ../../tools/lib/.libs/libh5tools.a 
../../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5jamgentest.o -MD -MP -MF .deps/h5jamgentest.Tpo -c -o 
h5jamgentest.o h5jamgentest.c
mv -f .deps/h5jamgentest.Tpo .deps/h5jamgentest.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall 
-Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual 
-Wcast-align -Wwrite-strings -Wconversion -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal 
-Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization 
-Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o h5jamgentest h5jamgentest.o 
../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o h5jamgentest h5jamgentest.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ../../tools/lib/.libs/libh5tools.a 
../../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT getub.o -MD -MP -MF .deps/getub.Tpo -c -o getub.o 
getub.c
mv -f .deps/getub.Tpo .deps/getub.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall 
-Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual 
-Wcast-align -Wwrite-strings -Wconversion -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal 
-Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization 
-Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o getub getub.o 
../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o getub getub.o  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib 
../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5jam'
Making all in h5copy
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5copy'
gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5copy.o -MD -MP -MF .deps/h5copy.Tpo -c -o h5copy.o 
h5copy.c
mv -f .deps/h5copy.Tpo .deps/h5copy.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall 
-Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual 
-Wcast-align -Wwrite-strings -Wconversion -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal 
-Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization 
-Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions   
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o h5copy h5copy.o 
../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o h5copy h5copy.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ../../tools/lib/.libs/libh5tools.a 
../../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5copygentest.o -MD -MP -MF .deps/h5copygentest.Tpo -c 
-o h5copygentest.o h5copygentest.c
mv -f .deps/h5copygentest.Tpo .deps/h5copygentest.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall 
-Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual 
-Wcast-align -Wwrite-strings -Wconversion -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal 
-Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization 
-Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o h5copygentest h5copygentest.o 
../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o h5copygentest h5copygentest.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ../../tools/lib/.libs/libh5tools.a 
../../src/.libs/libhdf5.a -lz -lm
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5copy'
Making all in h5stat
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5stat'
gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5stat.o -MD -MP -MF .deps/h5stat.Tpo -c -o h5stat.o 
h5stat.c
mv -f .deps/h5stat.Tpo .deps/h5stat.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall 
-Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual 
-Wcast-align -Wwrite-strings -Wconversion -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal 
-Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization 
-Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions   
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o h5stat h5stat.o 
../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o h5stat h5stat.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ../../tools/lib/.libs/libh5tools.a 
../../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5stat_gentest.o -MD -MP -MF .deps/h5stat_gentest.Tpo 
-c -o h5stat_gentest.o h5stat_gentest.c
mv -f .deps/h5stat_gentest.Tpo .deps/h5stat_gentest.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall 
-Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual 
-Wcast-align -Wwrite-strings -Wconversion -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal 
-Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization 
-Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o h5stat_gentest h5stat_gentest.o 
../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o h5stat_gentest h5stat_gentest.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ../../tools/lib/.libs/libh5tools.a 
../../src/.libs/libhdf5.a -lz -lm
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5stat'
Making all in h5dump
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5dump'
gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5dump.o -MD -MP -MF .deps/h5dump.Tpo -c -o h5dump.o 
h5dump.c
mv -f .deps/h5dump.Tpo .deps/h5dump.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall 
-Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual 
-Wcast-align -Wwrite-strings -Wconversion -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal 
-Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization 
-Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions   
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o h5dump h5dump.o 
../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o h5dump h5dump.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ../../tools/lib/.libs/libh5tools.a 
../../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h5dumpgentest.o -MD -MP -MF .deps/h5dumpgentest.Tpo -c 
-o h5dumpgentest.o h5dumpgentest.c
mv -f .deps/h5dumpgentest.Tpo .deps/h5dumpgentest.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall 
-Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual 
-Wcast-align -Wwrite-strings -Wconversion -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal 
-Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization 
-Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o h5dumpgentest h5dumpgentest.o 
../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o h5dumpgentest h5dumpgentest.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ../../tools/lib/.libs/libh5tools.a 
../../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT binread.o -MD -MP -MF .deps/binread.Tpo -c -o binread.o 
binread.c
mv -f .deps/binread.Tpo .deps/binread.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall 
-Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual 
-Wcast-align -Wwrite-strings -Wconversion -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal 
-Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization 
-Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o binread binread.o 
../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o binread binread.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ../../tools/lib/.libs/libh5tools.a 
../../src/.libs/libhdf5.a -lz -lm
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5dump'
make[6]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools'
make[5]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools'
Making all in .
make[5]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5'
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/perform'
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT sio_perf.o -MD -MP -MF .deps/sio_perf.Tpo -c -o 
sio_perf.o sio_perf.c
mv -f .deps/sio_perf.Tpo .deps/sio_perf.Po
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT sio_engine.o -MD -MP -MF .deps/sio_engine.Tpo -c -o 
sio_engine.o sio_engine.c
mv -f .deps/sio_engine.Tpo .deps/sio_engine.Po
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT sio_timer.o -MD -MP -MF .deps/sio_timer.Tpo -c -o 
sio_timer.o sio_timer.c
mv -f .deps/sio_timer.Tpo .deps/sio_timer.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions   
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o h5perf_serial sio_perf.o 
sio_engine.o sio_timer.o ../tools/lib/libh5tools.la ../test/libh5test.la 
../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o h5perf_serial sio_perf.o sio_engine.o sio_timer.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ../tools/lib/.libs/libh5tools.a 
../test/.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT iopipe.o -MD -MP -MF .deps/iopipe.Tpo -c -o iopipe.o 
iopipe.c
mv -f .deps/iopipe.Tpo .deps/iopipe.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o iopipe iopipe.o 
../test/libh5test.la ../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o iopipe iopipe.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ../test/.libs/libh5test.a 
../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT chunk.o -MD -MP -MF .deps/chunk.Tpo -c -o chunk.o 
chunk.c
mv -f .deps/chunk.Tpo .deps/chunk.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o chunk chunk.o ../src/libhdf5.la 
-lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o chunk chunk.o  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib 
../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT overhead.o -MD -MP -MF .deps/overhead.Tpo -c -o 
overhead.o overhead.c
mv -f .deps/overhead.Tpo .deps/overhead.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o overhead overhead.o 
../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o overhead overhead.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT zip_perf.o -MD -MP -MF .deps/zip_perf.Tpo -c -o 
zip_perf.o zip_perf.c
mv -f .deps/zip_perf.Tpo .deps/zip_perf.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o zip_perf zip_perf.o 
../tools/lib/libh5tools.la ../test/libh5test.la ../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o zip_perf zip_perf.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ../tools/lib/.libs/libh5tools.a 
../test/.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT perf_meta.o -MD -MP -MF .deps/perf_meta.Tpo -c -o 
perf_meta.o perf_meta.c
mv -f .deps/perf_meta.Tpo .deps/perf_meta.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall -Wextra 
-Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs 
-Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute 
-Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 
-Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o perf_meta perf_meta.o 
../test/libh5test.la ../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o perf_meta perf_meta.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ../test/.libs/libh5test.a 
../src/.libs/libhdf5.a -lz -lm
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/perform'
make[5]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5'
Making all in hl
make[5]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl'
Making all in src
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl/src'
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../src  -I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API 
-I../../src  -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5DS.lo -MD -MP -MF .deps/H5DS.Tpo -c -o H5DS.lo H5DS.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-I../../src -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5DS.lo -MD -MP -MF .deps/H5DS.Tpo -c H5DS.c -o H5DS.o
mv -f .deps/H5DS.Tpo .deps/H5DS.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../src  -I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API 
-I../../src  -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5IM.lo -MD -MP -MF .deps/H5IM.Tpo -c -o H5IM.lo H5IM.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-I../../src -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5IM.lo -MD -MP -MF .deps/H5IM.Tpo -c H5IM.c -o H5IM.o
mv -f .deps/H5IM.Tpo .deps/H5IM.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../src  -I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API 
-I../../src  -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5LT.lo -MD -MP -MF .deps/H5LT.Tpo -c -o H5LT.lo H5LT.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-I../../src -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5LT.lo -MD -MP -MF .deps/H5LT.Tpo -c H5LT.c -o H5LT.o
mv -f .deps/H5LT.Tpo .deps/H5LT.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../src  -I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API 
-I../../src  -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5LTanalyze.lo -MD -MP -MF .deps/H5LTanalyze.Tpo -c -o 
H5LTanalyze.lo H5LTanalyze.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-I../../src -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5LTanalyze.lo -MD -MP -MF .deps/H5LTanalyze.Tpo -c 
H5LTanalyze.c -o H5LTanalyze.o
mv -f .deps/H5LTanalyze.Tpo .deps/H5LTanalyze.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../src  -I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API 
-I../../src  -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5LTparse.lo -MD -MP -MF .deps/H5LTparse.Tpo -c -o 
H5LTparse.lo H5LTparse.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-I../../src -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5LTparse.lo -MD -MP -MF .deps/H5LTparse.Tpo -c 
H5LTparse.c -o H5LTparse.o
mv -f .deps/H5LTparse.Tpo .deps/H5LTparse.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../src  -I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API 
-I../../src  -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5PT.lo -MD -MP -MF .deps/H5PT.Tpo -c -o H5PT.lo H5PT.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-I../../src -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5PT.lo -MD -MP -MF .deps/H5PT.Tpo -c H5PT.c -o H5PT.o
mv -f .deps/H5PT.Tpo .deps/H5PT.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../src  -I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API 
-I../../src  -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT H5TB.lo -MD -MP -MF .deps/H5TB.Tpo -c -o H5TB.lo H5TB.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API 
-I../../src -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -MT H5TB.lo -MD -MP -MF .deps/H5TB.Tpo -c H5TB.c -o H5TB.o
mv -f .deps/H5TB.Tpo .deps/H5TB.Plo
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall 
-Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual 
-Wcast-align -Wwrite-strings -Wconversion -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal 
-Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization 
-Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-version-info 6:4:0 -L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o libhdf5_hl.la 
-rpath /home/gempak/GEMPAK6.7.0/os/linux64/lib H5DS.lo H5IM.lo H5LT.lo 
H5LTanalyze.lo H5LTparse.lo H5PT.lo H5TB.lo  -lz -lm 
libtool: link: ar cru .libs/libhdf5_hl.a  H5DS.o H5IM.o H5LT.o H5LTanalyze.o 
H5LTparse.o H5PT.o H5TB.o
libtool: link: ranlib .libs/libhdf5_hl.a
libtool: link: ( cd ".libs" && rm -f "libhdf5_hl.la" && ln -s 
"../libhdf5_hl.la" "libhdf5_hl.la" )
make[6]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl/src'
Making all in test
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl/test'
gcc -DHAVE_CONFIG_H -I. -I../../src  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API 
-I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT test_lite.o -MD -MP -MF .deps/test_lite.Tpo -c -o 
test_lite.o test_lite.c
mv -f .deps/test_lite.Tpo .deps/test_lite.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall 
-Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual 
-Wcast-align -Wwrite-strings -Wconversion -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal 
-Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization 
-Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o test_lite test_lite.o 
../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o test_lite test_lite.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ../../hl/src/.libs/libhdf5_hl.a 
../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../../src  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API 
-I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT test_image.o -MD -MP -MF .deps/test_image.Tpo -c -o 
test_image.o test_image.c
mv -f .deps/test_image.Tpo .deps/test_image.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall 
-Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual 
-Wcast-align -Wwrite-strings -Wconversion -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal 
-Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization 
-Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o test_image test_image.o 
../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o test_image test_image.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ../../hl/src/.libs/libhdf5_hl.a 
../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../../src  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API 
-I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT test_table.o -MD -MP -MF .deps/test_table.Tpo -c -o 
test_table.o test_table.c
mv -f .deps/test_table.Tpo .deps/test_table.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall 
-Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual 
-Wcast-align -Wwrite-strings -Wconversion -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal 
-Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization 
-Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o test_table test_table.o 
../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o test_table test_table.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ../../hl/src/.libs/libhdf5_hl.a 
../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../../src  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API 
-I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT test_ds.o -MD -MP -MF .deps/test_ds.Tpo -c -o test_ds.o 
test_ds.c
mv -f .deps/test_ds.Tpo .deps/test_ds.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall 
-Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual 
-Wcast-align -Wwrite-strings -Wconversion -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal 
-Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization 
-Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o test_ds test_ds.o 
../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o test_ds test_ds.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ../../hl/src/.libs/libhdf5_hl.a 
../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../../src  
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   -DNDEBUG -UH5_DEBUG_API 
-I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src  
-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT test_packet.o -MD -MP -MF .deps/test_packet.Tpo -c -o 
test_packet.o test_packet.c
mv -f .deps/test_packet.Tpo .deps/test_packet.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall 
-Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual 
-Wcast-align -Wwrite-strings -Wconversion -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal 
-Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization 
-Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o test_packet test_packet.o 
../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o test_packet test_packet.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ../../hl/src/.libs/libhdf5_hl.a 
../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lz -lm
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl/test'
Making all in tools
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl/tools'
Making all in gif2h5
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl/tools/gif2h5'
gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib 
-I../../../hl/src -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   
-DNDEBUG -UH5_DEBUG_API  -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT gif2hdf.o -MD -MP -MF .deps/gif2hdf.Tpo -c -o gif2hdf.o 
gif2hdf.c
mv -f .deps/gif2hdf.Tpo .deps/gif2hdf.Po
gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib 
-I../../../hl/src -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   
-DNDEBUG -UH5_DEBUG_API  -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT gif2mem.o -MD -MP -MF .deps/gif2mem.Tpo -c -o gif2mem.o 
gif2mem.c
mv -f .deps/gif2mem.Tpo .deps/gif2mem.Po
gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib 
-I../../../hl/src -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   
-DNDEBUG -UH5_DEBUG_API  -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT decompress.o -MD -MP -MF .deps/decompress.Tpo -c -o 
decompress.o decompress.c
mv -f .deps/decompress.Tpo .deps/decompress.Po
gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib 
-I../../../hl/src -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   
-DNDEBUG -UH5_DEBUG_API  -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT gifread.o -MD -MP -MF .deps/gifread.Tpo -c -o gifread.o 
gifread.c
mv -f .deps/gifread.Tpo .deps/gifread.Po
gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib 
-I../../../hl/src -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   
-DNDEBUG -UH5_DEBUG_API  -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT writehdf.o -MD -MP -MF .deps/writehdf.Tpo -c -o 
writehdf.o writehdf.c
mv -f .deps/writehdf.Tpo .deps/writehdf.Po
/bin/sh ../../../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall 
-Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual 
-Wcast-align -Wwrite-strings -Wconversion -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal 
-Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization 
-Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions   
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o gif2h5 gif2hdf.o gif2mem.o 
decompress.o gifread.o writehdf.o ../../../hl/src/libhdf5_hl.la 
../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o gif2h5 gif2hdf.o gif2mem.o decompress.o gifread.o 
writehdf.o  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib 
../../../hl/src/.libs/libhdf5_hl.a ../../../tools/lib/.libs/libh5tools.a 
../../../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib 
-I../../../hl/src -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   
-DNDEBUG -UH5_DEBUG_API  -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT hdf2gif.o -MD -MP -MF .deps/hdf2gif.Tpo -c -o hdf2gif.o 
hdf2gif.c
mv -f .deps/hdf2gif.Tpo .deps/hdf2gif.Po
gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib 
-I../../../hl/src -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   
-DNDEBUG -UH5_DEBUG_API  -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT hdfgifwr.o -MD -MP -MF .deps/hdfgifwr.Tpo -c -o 
hdfgifwr.o hdfgifwr.c
mv -f .deps/hdfgifwr.Tpo .deps/hdfgifwr.Po
/bin/sh ../../../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall 
-Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual 
-Wcast-align -Wwrite-strings -Wconversion -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal 
-Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization 
-Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions   
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o h52gif hdf2gif.o hdfgifwr.o 
../../../hl/src/libhdf5_hl.la ../../../tools/lib/libh5tools.la 
../../../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o h52gif hdf2gif.o hdfgifwr.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ../../../hl/src/.libs/libhdf5_hl.a 
../../../tools/lib/.libs/libh5tools.a ../../../src/.libs/libhdf5.a -lz -lm
gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib 
-I../../../hl/src -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_BSD_SOURCE  -D_POSIX_SOURCE   
-DNDEBUG -UH5_DEBUG_API  -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions  -MT h52gifgentst.o -MD -MP -MF .deps/h52gifgentst.Tpo -c -o 
h52gifgentst.o h52gifgentst.c
mv -f .deps/h52gifgentst.Tpo .deps/h52gifgentst.Po
/bin/sh ../../../libtool --tag=CC   --mode=link gcc -std=c99 -pedantic -Wall 
-Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual 
-Wcast-align -Wwrite-strings -Wconversion -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal 
-Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization 
-Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement 
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros 
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op 
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384 
-Wpacked-bitfield-compat -O3 -fomit-frame-pointer -finline-functions  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o h52gifgentst h52gifgentst.o 
../../../hl/src/libhdf5_hl.la ../../../tools/lib/libh5tools.la 
../../../src/libhdf5.la -lz -lm 
libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow 
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings 
-Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline 
-Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn 
-Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels 
-Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch 
-Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default 
-Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat 
-Wstrict-overflow -Wlogical-op -Wlarger-than=2048 -Wvla -Wsync-nand 
-Wframe-larger-than=16384 -Wpacked-bitfield-compat -O3 -fomit-frame-pointer 
-finline-functions -o h52gifgentst h52gifgentst.o  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ../../../hl/src/.libs/libhdf5_hl.a 
../../../tools/lib/.libs/libh5tools.a ../../../src/.libs/libhdf5.a -lz -lm
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl/tools/gif2h5'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl/tools'
make[7]: Nothing to be done for `all-am'.
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl/tools'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl/tools'
make[6]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl'
make[5]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl'
Making all in perform
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/perform'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/perform'
Making install in src
make[5]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/src'
make[6]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/src'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/lib" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/lib"
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libhdf5.la 
'/home/gempak/GEMPAK6.7.0/os/linux64/lib'
libtool: install: /usr/bin/install -c .libs/libhdf5.lai 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/libhdf5.la
libtool: install: /usr/bin/install -c .libs/libhdf5.a 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/libhdf5.a
libtool: install: chmod 644 /home/gempak/GEMPAK6.7.0/os/linux64/lib/libhdf5.a
libtool: install: ranlib /home/gempak/GEMPAK6.7.0/os/linux64/lib/libhdf5.a
libtool: finish: 
PATH="/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/gempak/bin:/home/gempak/GEMPAK6.7.0/os/linux64/bin:/home/gempak/GEMPAK6.7.0/bin:/home/gempak/GEMPAK6.7.0/os/linux64/bin:/home/gempak/GEMPAK6.7.0/bin:/sbin"
 ldconfig -n /home/gempak/GEMPAK6.7.0/os/linux64/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/gempak/GEMPAK6.7.0/os/linux64/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/include" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/include"
 /usr/bin/install -c -m 644 hdf5.h H5api_adpt.h H5overflow.h H5pubconf.h 
H5public.h H5version.h H5Apublic.h H5ACpublic.h H5Cpublic.h H5Dpublic.h 
H5Epubgen.h H5Epublic.h H5Fpublic.h H5FDpublic.h H5FDcore.h H5FDdirect.h 
H5FDfamily.h H5FDlog.h H5FDmpi.h H5FDmpio.h H5FDmpiposix.h H5FDmulti.h 
H5FDsec2.h H5FDstdio.h H5Gpublic.h H5Ipublic.h H5Lpublic.h H5MMpublic.h 
H5Opublic.h H5Ppublic.h H5Rpublic.h H5Spublic.h H5Tpublic.h H5Zpublic.h 
'/home/gempak/GEMPAK6.7.0/os/linux64/include'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/lib" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/lib"
 /usr/bin/install -c -m 644 libhdf5.settings 
'/home/gempak/GEMPAK6.7.0/os/linux64/lib'
make[6]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/src'
make[5]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/src'
Making install in test
make[5]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/test'
make[6]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/test'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/test'
make[5]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/test'
Making install in tools
make[5]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools'
Making install in lib
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/lib'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/lib'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/lib'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/lib'
Making install in h5diff
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5diff'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5diff'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/bin" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/bin"
  /bin/sh ../../libtool   --mode=install /usr/bin/install -c h5diff 
'/home/gempak/GEMPAK6.7.0/os/linux64/bin'
libtool: install: /usr/bin/install -c h5diff 
/home/gempak/GEMPAK6.7.0/os/linux64/bin/h5diff
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5diff'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5diff'
Making install in h5ls
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5ls'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5ls'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/bin" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/bin"
  /bin/sh ../../libtool   --mode=install /usr/bin/install -c h5ls 
'/home/gempak/GEMPAK6.7.0/os/linux64/bin'
libtool: install: /usr/bin/install -c h5ls 
/home/gempak/GEMPAK6.7.0/os/linux64/bin/h5ls
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5ls'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5ls'
Making install in misc
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/misc'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/misc'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/bin" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/bin"
  /bin/sh ../../libtool   --mode=install /usr/bin/install -c h5debug h5repart 
h5mkgrp '/home/gempak/GEMPAK6.7.0/os/linux64/bin'
libtool: install: /usr/bin/install -c h5debug 
/home/gempak/GEMPAK6.7.0/os/linux64/bin/h5debug
libtool: install: /usr/bin/install -c h5repart 
/home/gempak/GEMPAK6.7.0/os/linux64/bin/h5repart
libtool: install: /usr/bin/install -c h5mkgrp 
/home/gempak/GEMPAK6.7.0/os/linux64/bin/h5mkgrp
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/bin" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/bin"
 /usr/bin/install -c h5redeploy '/home/gempak/GEMPAK6.7.0/os/linux64/bin'
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/misc'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/misc'
Making install in h5import
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5import'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5import'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/bin" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/bin"
  /bin/sh ../../libtool   --mode=install /usr/bin/install -c h5import 
'/home/gempak/GEMPAK6.7.0/os/linux64/bin'
libtool: install: /usr/bin/install -c h5import 
/home/gempak/GEMPAK6.7.0/os/linux64/bin/h5import
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5import'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5import'
Making install in h5repack
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5repack'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5repack'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/bin" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/bin"
  /bin/sh ../../libtool   --mode=install /usr/bin/install -c h5repack 
'/home/gempak/GEMPAK6.7.0/os/linux64/bin'
libtool: install: /usr/bin/install -c h5repack 
/home/gempak/GEMPAK6.7.0/os/linux64/bin/h5repack
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5repack'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5repack'
Making install in h5jam
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5jam'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5jam'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/bin" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/bin"
  /bin/sh ../../libtool   --mode=install /usr/bin/install -c h5jam h5unjam 
'/home/gempak/GEMPAK6.7.0/os/linux64/bin'
libtool: install: /usr/bin/install -c h5jam 
/home/gempak/GEMPAK6.7.0/os/linux64/bin/h5jam
libtool: install: /usr/bin/install -c h5unjam 
/home/gempak/GEMPAK6.7.0/os/linux64/bin/h5unjam
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5jam'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5jam'
Making install in h5copy
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5copy'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5copy'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/bin" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/bin"
  /bin/sh ../../libtool   --mode=install /usr/bin/install -c h5copy 
'/home/gempak/GEMPAK6.7.0/os/linux64/bin'
libtool: install: /usr/bin/install -c h5copy 
/home/gempak/GEMPAK6.7.0/os/linux64/bin/h5copy
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5copy'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5copy'
Making install in h5stat
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5stat'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5stat'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/bin" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/bin"
  /bin/sh ../../libtool   --mode=install /usr/bin/install -c h5stat 
'/home/gempak/GEMPAK6.7.0/os/linux64/bin'
libtool: install: /usr/bin/install -c h5stat 
/home/gempak/GEMPAK6.7.0/os/linux64/bin/h5stat
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/bin" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/bin"
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5stat'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5stat'
Making install in h5dump
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5dump'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5dump'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/bin" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/bin"
  /bin/sh ../../libtool   --mode=install /usr/bin/install -c h5dump 
'/home/gempak/GEMPAK6.7.0/os/linux64/bin'
libtool: install: /usr/bin/install -c h5dump 
/home/gempak/GEMPAK6.7.0/os/linux64/bin/h5dump
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5dump'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools/h5dump'
make[6]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools'
make[7]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools'
make[6]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools'
make[5]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/tools'
Making install in .
make[5]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5'
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/perform'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/perform'
make[6]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/perform'
make[8]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/perform'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/bin" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/bin"
  /bin/sh ../libtool   --mode=install /usr/bin/install -c h5perf_serial 
'/home/gempak/GEMPAK6.7.0/os/linux64/bin'
libtool: install: /usr/bin/install -c h5perf_serial 
/home/gempak/GEMPAK6.7.0/os/linux64/bin/h5perf_serial
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/perform'
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/perform'
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5'
make[5]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5'
Making install in hl
make[5]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl'
Making install in src
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl/src'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl/src'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/lib" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/lib"
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c   libhdf5_hl.la 
'/home/gempak/GEMPAK6.7.0/os/linux64/lib'
libtool: install: /usr/bin/install -c .libs/libhdf5_hl.lai 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/libhdf5_hl.la
libtool: install: /usr/bin/install -c .libs/libhdf5_hl.a 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/libhdf5_hl.a
libtool: install: chmod 644 /home/gempak/GEMPAK6.7.0/os/linux64/lib/libhdf5_hl.a
libtool: install: ranlib /home/gempak/GEMPAK6.7.0/os/linux64/lib/libhdf5_hl.a
libtool: finish: 
PATH="/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/gempak/bin:/home/gempak/GEMPAK6.7.0/os/linux64/bin:/home/gempak/GEMPAK6.7.0/bin:/home/gempak/GEMPAK6.7.0/os/linux64/bin:/home/gempak/GEMPAK6.7.0/bin:/sbin"
 ldconfig -n /home/gempak/GEMPAK6.7.0/os/linux64/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/gempak/GEMPAK6.7.0/os/linux64/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/include" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/include"
 /usr/bin/install -c -m 644 hdf5_hl.h H5IMpublic.h H5LTpublic.h H5TBpublic.h 
H5DSpublic.h H5PTpublic.h '/home/gempak/GEMPAK6.7.0/os/linux64/include'
make[7]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl/src'
make[6]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl/src'
Making install in test
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl/test'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl/test'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl/test'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl/test'
Making install in tools
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl/tools'
Making install in gif2h5
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl/tools/gif2h5'
make[8]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl/tools/gif2h5'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/bin" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/bin"
  /bin/sh ../../../libtool   --mode=install /usr/bin/install -c gif2h5 h52gif 
'/home/gempak/GEMPAK6.7.0/os/linux64/bin'
libtool: install: /usr/bin/install -c gif2h5 
/home/gempak/GEMPAK6.7.0/os/linux64/bin/gif2h5
libtool: install: /usr/bin/install -c h52gif 
/home/gempak/GEMPAK6.7.0/os/linux64/bin/h52gif
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl/tools/gif2h5'
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl/tools/gif2h5'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl/tools'
make[8]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl/tools'
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl/tools'
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl/tools'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl/tools'
make[6]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl'
make[7]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl'
make[6]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl'
make[5]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl'
Making install in perform
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/perform'
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/perform'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/bin" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/bin"
  /bin/sh ../libtool   --mode=install /usr/bin/install -c h5perf_serial 
'/home/gempak/GEMPAK6.7.0/os/linux64/bin'
libtool: install: /usr/bin/install -c h5perf_serial 
/home/gempak/GEMPAK6.7.0/os/linux64/bin/h5perf_serial
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/perform'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/perform'
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/examples'
../bin/mkdirs /home/gempak/GEMPAK6.7.0/os/linux64/share/hdf5_examples/c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/examples'
make[5]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl'
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl/examples'
../../bin/mkdirs /home/gempak/GEMPAK6.7.0/os/linux64/share/hdf5_examples/hl/c
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl/examples'
make[5]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5/hl'
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5/v1.8.5'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5'
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5'
making in /home/gempak/GEMPAK6.7.0/extlibs/netCDF
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/netCDF'
look netcdf /home/gempak/GEMPAK6.7.0/os/linux64/lib/libnetcdf.a
make lnetcdf "CPPFLAGS=-DNDEBUG -Df2cFortran" "FFLAGS=-O -Wno-globals" 
"CFLAGS=-O "-I../libsrc"" "CXX= " "FC= " "F77= " "F90= " "CPP= " "CXXCPP= "
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/netCDF'
 Creating /home/gempak/GEMPAK6.7.0/os/linux64
/home/gempak/GEMPAK6.7.0/extlibs/netCDF/netcdf
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2'
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2'
configure: netCDF 4.1.2-beta2-snapshot2010101820
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
configure: checking user options
checking whether CXX is set to ''... yes
checking whether FC is set to ''... yes
checking whether F90 is set to ''... yes
checking whether a NCIO_MINBLOCKSIZE was specified... 256
checking whether udunits is to be built... no
checking if fsync support is enabled... yes
checking whether extra valgrind tests should be run... no
checking whether libcf is to be built... no
checking whether reading of HDF4 SD files is to be enabled... no
checking whether to fetch some sample HDF4 files from Unidata ftp site to test 
HDF4 reading (requires wget)... no
checking whether parallel I/O for classic and 64-bit offset files using 
parallel-netcdf is to be enabled... no
checking whether a location for the parallel-netcdf library was specified... no
checking whether new netCDF-4 C++ API is to be built... no
checking whether extra example tests should be run... no
checking whether parallel IO tests should be run... no
checking whether a location for the HDF5 library was specified... 
checking whether a location for the ZLIB library was specified... 
checking whether a location for the SZLIB library was specified... 
checking whether a location for the HDF4 library was specified... 
checking whether a default chunk size in bytes was specified... 4194304
checking whether a maximum per-variable cache size for HDF5 was specified... 
67108864
checking whether a number of chunks for the default per-variable cache was 
specified... 10
checking whether a default file cache size for HDF5 was specified... 4194304
checking whether a default file cache maximum number of elements for HDF5 was 
specified... 1009
checking whether a default cache preemption for HDF5 was specified... 0.75
checking whether netCDF-4 logging is enabled... no
checking whether DAP client is to be built... no
checking whether dap remote testing should be enabled (default on)... no
checking whether the time-consuming dap tests should be enabled (default 
off)... no
checking whether a location for liboc was specified... no
checking whether netCDF extra tests should be run (developers only)... no
checking whether Fortran compiler(s) should be tested during configure... yes
checking whether FFIO will be used... no
checking whether to skip C++, F77, or F90 APIs if compiler is broken... yes
checking whether only the C library is desired... no
checking whether examples should be built... yes
checking whether F77 API is desired... no
checking whether any Fortran API is desired... no
checking whether F90 API is desired... no
checking whether fortran type sizes should be checked... yes
checking whether C API is desired... yes
checking where to get netCDF C-only library for separate fortran libraries... 
checking whether CXX API is desired... no
checking whether v2 netCDF API should be built... yes
checking whether the ncgen/ncdump/nccopy should be built... yes
checking whether large file (> 2GB) tests should be run... no
checking whether benchmaks should be run (experimental)... no
checking whether extreme numbers should be used in tests... yes
checking where to put large temp files if large file tests are run... .
checking whether a win32 DLL is desired... no
checking whether separate fortran libs are desired... yes
configure: finding C compiler
checking for xlc... no
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of cc... gcc3
checking whether cc understands -c and -o together... yes
checking for an ANSI C-conforming const... yes
configure: finding Fortran compiler (will not be used if Fortran API is not 
desired)
checking for xlf90... no
checking for fort... no
checking for xlf95... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for g95... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran compiler... yes
checking whether gfortran accepts -g... yes
checking for xlf... no
checking for fort... no
checking for xlf95... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf77... no
checking for lf95... no
checking for g95... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
configure: finding C++ compiler (will not be used if C++ API is not desired)
checking for cl... no
checking for KCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for xlC... no
checking for aCC... no
checking for c++... c++
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... gcc3
configure: setting up libtool
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1966080
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... c++ -E
checking for ld used by c++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the c++ linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking for c++ option to produce PIC... -fPIC -DPIC
checking if c++ PIC flag -fPIC -DPIC works... yes
checking if c++ static flag -static works... no
checking if c++ supports -c -o file.o... yes
checking if c++ supports -c -o file.o... (cached) yes
checking whether the c++ linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... no
checking if gfortran supports -c -o file.o... yes
checking if gfortran supports -c -o file.o... (cached) yes
checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports 
shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... no
checking if gfortran supports -c -o file.o... yes
checking if gfortran supports -c -o file.o... (cached) yes
checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports 
shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
configure: finding other utilities
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
configure: displaying some results
checking CPPFLAGS... -DNDEBUG -Df2cFortran
checking CC CFLAGS... cc -O -I../libsrc
checking type cc... cc is /usr/bin/cc
checking CXX... c++
checking CXXFLAGS... -g -O2
checking type c++... c++ is /usr/bin/c++
checking FC... gfortran
checking FFLAGS... -O -Wno-globals
checking type gfortran... gfortran is /usr/bin/gfortran
checking F90... unset
checking AR... ar
checking AR_FLAGS... cru
checking type ar... ar is /usr/bin/ar
checking NM... /usr/bin/nm -B
checking NMFLAGS... 
configure: checking types, headers, and functions
checking for stdlib.h... (cached) yes
checking for sys/types.h... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for vprintf... yes
checking for _doprnt... no
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for strlcat... no
checking for strerror... yes
checking for snprintf... yes
checking for strchr... yes
checking for strrchr... yes
checking for mktemp... yes
checking for strcat... yes
checking for strcpy... yes
checking for strdup... yes
checking for strcasecmp... yes
checking for getrlimit... yes
checking for gettimeofday... yes
checking for fsync... yes
checking for MPI_Comm_f2c... no
checking for working alloca.h... yes
checking for alloca... yes
checking whether isnan is declared... yes
checking whether isinf is declared... yes
checking whether isfinite is declared... yes
checking whether signbit is declared... yes
checking for struct stat.st_blksize... yes
checking for IEEE floating point format... yes
checking for size_t... yes
checking for off_t... yes
checking for ssize_t... yes
checking for ptrdiff_t... yes
checking for uchar... no
checking for longlong... no
checking whether char is unsigned... no
checking whether byte ordering is bigendian... no
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of float... 4
checking size of double... 8
checking size of off_t... 8
checking size of size_t... 8
checking for manual-page index command... 
checking hdf5.h usability... no
checking hdf5.h presence... no
checking for hdf5.h... no
checking whether we should try to build netCDF-4... no
checking what to call the output of the ftpbin target... 
binary-netcdf-4.1.2-beta2-snapshot2010101820_nc3.tar gfortran c++
checking binary distribution directory... /home/ftp/pub/binary/dummy_system
checking for library containing xdr_void... none required
configure: XDR Functions appear to be in libc.
checking for rpc/types.h... yes
checking for rpc/xdr.h... yes
configure: CFLAGS for External libraries: 
configure: LDFLAGS for External libraries: 
configure: generating header files and makefiles
configure: creating ./config.status
config.status: creating Makefile
config.status: creating nc-config
config.status: creating netcdf.pc
config.status: creating include/Makefile
config.status: creating man4/Makefile
config.status: creating fortran/Makefile
config.status: creating libsrc/Makefile
config.status: creating libsrc4/Makefile
config.status: creating nctest/Makefile
config.status: creating nc_test4/Makefile
config.status: creating nc_test/Makefile
config.status: creating ncdump/Makefile
config.status: creating ncgen3/Makefile
config.status: creating ncgen/Makefile
config.status: creating nf_test/Makefile
config.status: creating cxx/Makefile
config.status: creating cxx4/Makefile
config.status: creating f90/Makefile
config.status: creating examples/Makefile
config.status: creating examples/C/Makefile
config.status: creating examples/CDL/Makefile
config.status: creating examples/CXX/Makefile
config.status: creating examples/CXX4/Makefile
config.status: creating examples/F90/Makefile
config.status: creating examples/F77/Makefile
config.status: creating oc/Makefile
config.status: creating libncdap3/Makefile
config.status: creating libncdap4/Makefile
config.status: creating libdispatch/Makefile
config.status: creating liblib/Makefile
config.status: creating ncdap_test/Makefile
config.status: creating ncdap_test/testdata3/Makefile
config.status: creating ncdap_test/expected3/Makefile
config.status: creating ncdap_test/expected4/Makefile
config.status: creating ncdap_test/expectremote3/Makefile
config.status: creating ncdap_test/expectremote4/Makefile
config.status: creating ncdump/cdl4/Makefile
config.status: creating ncdump/expected4/Makefile
config.status: creating config.h
config.status: creating fortran/nfconfig1.inc
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in udunits 
(/home/gempak/GEMPAK6.7.0/extlibs/netCDF/netcdf/udunits)
configure: running /bin/sh ./configure --disable-option-checking 
'--prefix=/home/gempak/GEMPAK6.7.0/os/linux64'  '--disable-dap' 
'--disable-netcdf-4' 'CFLAGS=-O -I../libsrc' 'CPPFLAGS=-DNDEBUG -Df2cFortran' 
'FC=' 'F77=' 'FFLAGS=-O -Wno-globals' 'CXX=' 'CPP=' 'CXXCPP=' 
--cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for xlc... no
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of cc... gcc3
checking whether cc understands -c and -o together... yes
checking how to run the C preprocessor... cc -E
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for bison... bison -y
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for library containing dirname... none required
checking for library containing log10... -lm
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for inttypes.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
configure: CUNIT not found.  Disabling unit-tests.
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether byte ordering is bigendian... no
checking for floor... yes
checking for memmove... yes
checking for memset... yes
checking for modf... yes
checking for pow... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strpbrk... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1966080
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating expat/Makefile
config.status: creating lib/Makefile
config.status: creating lib/xmlFailures/Makefile
config.status: creating lib/xmlSuccesses/Makefile
config.status: creating prog/Makefile
config.status: creating test/Makefile
config.status: creating config.h
config.status: creating expat/expat_config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in libcf (/home/gempak/GEMPAK6.7.0/extlibs/netCDF/netcdf/libcf)
configure: running /bin/sh ./configure --disable-option-checking 
'--prefix=/home/gempak/GEMPAK6.7.0/os/linux64'  '--disable-dap' 
'--disable-netcdf-4' 'CFLAGS=-O -I../libsrc' 'CPPFLAGS=-DNDEBUG -Df2cFortran' 
'FC=' 'F77=' 'FFLAGS=-O -Wno-globals' 'CXX=' 'CPP=' 'CXXCPP=' 
--cache-file=/dev/null --srcdir=.
configure: libcf 1.0-alpha5
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
configure: checking user options
checking whether FC is set to ''... yes
checking whether documentation is to be built... no
checking whether gridspec tools are to be built... no
checking whether gridspec test data should be fetched from Unidata FTP site... 
no
checking whether cfcheck is to be built... yes
checking whether logging is enabled (useful to CF developers, mainly... no
checking whether netCDF-4 is to be used... no
checking whether extra tests on sample data should be performed... no
checking whether a location for the HDF5 library was specified... 
checking whether a location for the HDF4 library was specified... 
checking whether a location for the ZLIB library was specified... 
checking whether a location for the SZLIB library was specified... 
checking whether Fortran 90 API is desired... no
checking whether a location for the netCDF library was specified... no
configure: finding C compiler
checking for mpcc_r... no
checking for xlc... no
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of cc... gcc3
checking whether cc understands -c and -o together... yes
configure: finding Fortran compiler (required, even if Fortran API is not 
desired)
checking for xlf90... no
checking for fort... no
checking for xlf95... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for g95... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran compiler... yes
checking whether gfortran accepts -g... yes
checking for xlf... no
checking for fort... no
checking for xlf95... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf77... no
checking for lf95... no
checking for g95... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
configure: finding other utilities
configure: setting up libtool
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1966080
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... no
checking if gfortran supports -c -o file.o... yes
checking if gfortran supports -c -o file.o... (cached) yes
checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports 
shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... no
checking if gfortran supports -c -o file.o... yes
checking if gfortran supports -c -o file.o... (cached) yes
checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports 
shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
configure: checking for large file support
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
configure: checking types, headers, and functions
checking for stdlib.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strerror... yes
checking for strlcat... no
checking for working alloca.h... yes
checking for alloca... yes
checking for struct stat.st_blksize... yes
checking for size_t... yes
checking for off_t... yes
checking for ssize_t... yes
checking for ptrdiff_t... yes
checking for uchar... no
checking whether char is unsigned... no
checking whether byte ordering is bigendian... no
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of float... 4
checking size of double... 8
checking size of off_t... 8
checking size of size_t... 8
checking for library containing floor... -lm
configure: generating header files and makefiles
configure: creating ./config.status
config.status: creating gridspec/tools/make_hgrid/run_tests
config.status: creating gridspec/tools/make_vgrid/run_tests
config.status: creating gridspec/tools/make_topog/run_tests
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating cfcheck/Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: creating nfconfig.inc
config.status: executing depfiles commands
config.status: executing libtool commands
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2'
make  all-recursive
make[5]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2'
Making all in include
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/include'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/include'
Making all in libdispatch
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/libdispatch'
depbase=`echo parallel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
        /bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. 
-I.. -I../fortran  -I../include -I../liblib -I../libsrc  -DNDEBUG -Df2cFortran  
-O -I../libsrc -MT parallel.lo -MD -MP -MF $depbase.Tpo -c -o parallel.lo 
parallel.c &&\
        mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -DNDEBUG -Df2cFortran -O -I../libsrc -MT parallel.lo 
-MD -MP -MF .deps/parallel.Tpo -c parallel.c  -fPIC -DPIC -o .libs/parallel.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -DNDEBUG -Df2cFortran -O -I../libsrc -MT parallel.lo 
-MD -MP -MF .deps/parallel.Tpo -c parallel.c -o parallel.o >/dev/null 2>&1
depbase=`echo copy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
        /bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. 
-I.. -I../fortran  -I../include -I../liblib -I../libsrc  -DNDEBUG -Df2cFortran  
-O -I../libsrc -MT copy.lo -MD -MP -MF $depbase.Tpo -c -o copy.lo copy.c &&\
        mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -DNDEBUG -Df2cFortran -O -I../libsrc -MT copy.lo -MD 
-MP -MF .deps/copy.Tpo -c copy.c  -fPIC -DPIC -o .libs/copy.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -DNDEBUG -Df2cFortran -O -I../libsrc -MT copy.lo -MD 
-MP -MF .deps/copy.Tpo -c copy.c -o copy.o >/dev/null 2>&1
depbase=`echo file.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
        /bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. 
-I.. -I../fortran  -I../include -I../liblib -I../libsrc  -DNDEBUG -Df2cFortran  
-O -I../libsrc -MT file.lo -MD -MP -MF $depbase.Tpo -c -o file.lo file.c &&\
        mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -DNDEBUG -Df2cFortran -O -I../libsrc -MT file.lo -MD 
-MP -MF .deps/file.Tpo -c file.c  -fPIC -DPIC -o .libs/file.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -DNDEBUG -Df2cFortran -O -I../libsrc -MT file.lo -MD 
-MP -MF .deps/file.Tpo -c file.c -o file.o >/dev/null 2>&1
depbase=`echo dim.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
        /bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. 
-I.. -I../fortran  -I../include -I../liblib -I../libsrc  -DNDEBUG -Df2cFortran  
-O -I../libsrc -MT dim.lo -MD -MP -MF $depbase.Tpo -c -o dim.lo dim.c &&\
        mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -DNDEBUG -Df2cFortran -O -I../libsrc -MT dim.lo -MD -MP 
-MF .deps/dim.Tpo -c dim.c  -fPIC -DPIC -o .libs/dim.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -DNDEBUG -Df2cFortran -O -I../libsrc -MT dim.lo -MD -MP 
-MF .deps/dim.Tpo -c dim.c -o dim.o >/dev/null 2>&1
depbase=`echo att.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
        /bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. 
-I.. -I../fortran  -I../include -I../liblib -I../libsrc  -DNDEBUG -Df2cFortran  
-O -I../libsrc -MT att.lo -MD -MP -MF $depbase.Tpo -c -o att.lo att.c &&\
        mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -DNDEBUG -Df2cFortran -O -I../libsrc -MT att.lo -MD -MP 
-MF .deps/att.Tpo -c att.c  -fPIC -DPIC -o .libs/att.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -DNDEBUG -Df2cFortran -O -I../libsrc -MT att.lo -MD -MP 
-MF .deps/att.Tpo -c att.c -o att.o >/dev/null 2>&1
depbase=`echo error.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
        /bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. 
-I.. -I../fortran  -I../include -I../liblib -I../libsrc  -DNDEBUG -Df2cFortran  
-O -I../libsrc -MT error.lo -MD -MP -MF $depbase.Tpo -c -o error.lo error.c &&\
        mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -DNDEBUG -Df2cFortran -O -I../libsrc -MT error.lo -MD 
-MP -MF .deps/error.Tpo -c error.c  -fPIC -DPIC -o .libs/error.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -DNDEBUG -Df2cFortran -O -I../libsrc -MT error.lo -MD 
-MP -MF .deps/error.Tpo -c error.c -o error.o >/dev/null 2>&1
depbase=`echo var.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
        /bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. 
-I.. -I../fortran  -I../include -I../liblib -I../libsrc  -DNDEBUG -Df2cFortran  
-O -I../libsrc -MT var.lo -MD -MP -MF $depbase.Tpo -c -o var.lo var.c &&\
        mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -DNDEBUG -Df2cFortran -O -I../libsrc -MT var.lo -MD -MP 
-MF .deps/var.Tpo -c var.c  -fPIC -DPIC -o .libs/var.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -DNDEBUG -Df2cFortran -O -I../libsrc -MT var.lo -MD -MP 
-MF .deps/var.Tpo -c var.c -o var.o >/dev/null 2>&1
depbase=`echo dispatch.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
        /bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. 
-I.. -I../fortran  -I../include -I../liblib -I../libsrc  -DNDEBUG -Df2cFortran  
-O -I../libsrc -MT dispatch.lo -MD -MP -MF $depbase.Tpo -c -o dispatch.lo 
dispatch.c &&\
        mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -DNDEBUG -Df2cFortran -O -I../libsrc -MT dispatch.lo 
-MD -MP -MF .deps/dispatch.Tpo -c dispatch.c  -fPIC -DPIC -o .libs/dispatch.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -DNDEBUG -Df2cFortran -O -I../libsrc -MT dispatch.lo 
-MD -MP -MF .deps/dispatch.Tpo -c dispatch.c -o dispatch.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=link cc  -O -I../libsrc   -o 
libdispatch.la  parallel.lo copy.lo file.lo dim.lo att.lo error.lo var.lo 
dispatch.lo    
libtool: link: ar cru .libs/libdispatch.a .libs/parallel.o .libs/copy.o 
.libs/file.o .libs/dim.o .libs/att.o .libs/error.o .libs/var.o .libs/dispatch.o 
libtool: link: ranlib .libs/libdispatch.a
libtool: link: ( cd ".libs" && rm -f "libdispatch.la" && ln -s 
"../libdispatch.la" "libdispatch.la" )
depbase=`echo v2i.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
        /bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. 
-I.. -I../fortran  -I../include -I../liblib -I../libsrc  -DNDEBUG -Df2cFortran  
-O -I../libsrc -MT v2i.lo -MD -MP -MF $depbase.Tpo -c -o v2i.lo v2i.c &&\
        mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -DNDEBUG -Df2cFortran -O -I../libsrc -MT v2i.lo -MD -MP 
-MF .deps/v2i.Tpo -c v2i.c  -fPIC -DPIC -o .libs/v2i.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -DNDEBUG -Df2cFortran -O -I../libsrc -MT v2i.lo -MD -MP 
-MF .deps/v2i.Tpo -c v2i.c -o v2i.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=link cc  -O -I../libsrc   -o libnetcdf2.la 
 v2i.lo  
libtool: link: ar cru .libs/libnetcdf2.a .libs/v2i.o 
libtool: link: ranlib .libs/libnetcdf2.a
libtool: link: ( cd ".libs" && rm -f "libnetcdf2.la" && ln -s 
"../libnetcdf2.la" "libnetcdf2.la" )
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/libdispatch'
Making all in libsrc
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/libsrc'
depbase=`echo string.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
        /bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. 
-I.. -I../fortran  -I../include -I../liblib -I../libsrc -I../libdispatch 
-I../oc  -DNDEBUG -Df2cFortran  -O -I../libsrc -MT string.lo -MD -MP -MF 
$depbase.Tpo -c -o string.lo string.c &&\
        mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -I../libdispatch -I../oc -DNDEBUG -Df2cFortran -O 
-I../libsrc -MT string.lo -MD -MP -MF .deps/string.Tpo -c string.c  -fPIC -DPIC 
-o .libs/string.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -I../libdispatch -I../oc -DNDEBUG -Df2cFortran -O 
-I../libsrc -MT string.lo -MD -MP -MF .deps/string.Tpo -c string.c -o string.o 
>/dev/null 2>&1
depbase=`echo v1hpg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
        /bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. 
-I.. -I../fortran  -I../include -I../liblib -I../libsrc -I../libdispatch 
-I../oc  -DNDEBUG -Df2cFortran  -O -I../libsrc -MT v1hpg.lo -MD -MP -MF 
$depbase.Tpo -c -o v1hpg.lo v1hpg.c &&\
        mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -I../libdispatch -I../oc -DNDEBUG -Df2cFortran -O 
-I../libsrc -MT v1hpg.lo -MD -MP -MF .deps/v1hpg.Tpo -c v1hpg.c  -fPIC -DPIC -o 
.libs/v1hpg.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -I../libdispatch -I../oc -DNDEBUG -Df2cFortran -O 
-I../libsrc -MT v1hpg.lo -MD -MP -MF .deps/v1hpg.Tpo -c v1hpg.c -o v1hpg.o 
>/dev/null 2>&1
depbase=`echo utf8proc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
        /bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. 
-I.. -I../fortran  -I../include -I../liblib -I../libsrc -I../libdispatch 
-I../oc  -DNDEBUG -Df2cFortran  -O -I../libsrc -MT utf8proc.lo -MD -MP -MF 
$depbase.Tpo -c -o utf8proc.lo utf8proc.c &&\
        mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -I../libdispatch -I../oc -DNDEBUG -Df2cFortran -O 
-I../libsrc -MT utf8proc.lo -MD -MP -MF .deps/utf8proc.Tpo -c utf8proc.c  -fPIC 
-DPIC -o .libs/utf8proc.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -I../libdispatch -I../oc -DNDEBUG -Df2cFortran -O 
-I../libsrc -MT utf8proc.lo -MD -MP -MF .deps/utf8proc.Tpo -c utf8proc.c -o 
utf8proc.o >/dev/null 2>&1
depbase=`echo nclistmgr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
        /bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. 
-I.. -I../fortran  -I../include -I../liblib -I../libsrc -I../libdispatch 
-I../oc  -DNDEBUG -Df2cFortran  -O -I../libsrc -MT nclistmgr.lo -MD -MP -MF 
$depbase.Tpo -c -o nclistmgr.lo nclistmgr.c &&\
        mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -I../libdispatch -I../oc -DNDEBUG -Df2cFortran -O 
-I../libsrc -MT nclistmgr.lo -MD -MP -MF .deps/nclistmgr.Tpo -c nclistmgr.c  
-fPIC -DPIC -o .libs/nclistmgr.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -I../libdispatch -I../oc -DNDEBUG -Df2cFortran -O 
-I../libsrc -MT nclistmgr.lo -MD -MP -MF .deps/nclistmgr.Tpo -c nclistmgr.c -o 
nclistmgr.o >/dev/null 2>&1
depbase=`echo putget.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
        /bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. 
-I.. -I../fortran  -I../include -I../liblib -I../libsrc -I../libdispatch 
-I../oc  -DNDEBUG -Df2cFortran  -O -I../libsrc -MT putget.lo -MD -MP -MF 
$depbase.Tpo -c -o putget.lo putget.c &&\
        mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -I../libdispatch -I../oc -DNDEBUG -Df2cFortran -O 
-I../libsrc -MT putget.lo -MD -MP -MF .deps/putget.Tpo -c putget.c  -fPIC -DPIC 
-o .libs/putget.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -I../libdispatch -I../oc -DNDEBUG -Df2cFortran -O 
-I../libsrc -MT putget.lo -MD -MP -MF .deps/putget.Tpo -c putget.c -o putget.o 
>/dev/null 2>&1
depbase=`echo attr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
        /bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. 
-I.. -I../fortran  -I../include -I../liblib -I../libsrc -I../libdispatch 
-I../oc  -DNDEBUG -Df2cFortran  -O -I../libsrc -MT attr.lo -MD -MP -MF 
$depbase.Tpo -c -o attr.lo attr.c &&\
        mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -I../libdispatch -I../oc -DNDEBUG -Df2cFortran -O 
-I../libsrc -MT attr.lo -MD -MP -MF .deps/attr.Tpo -c attr.c  -fPIC -DPIC -o 
.libs/attr.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -I../libdispatch -I../oc -DNDEBUG -Df2cFortran -O 
-I../libsrc -MT attr.lo -MD -MP -MF .deps/attr.Tpo -c attr.c -o attr.o 
>/dev/null 2>&1
depbase=`echo nc3dispatch.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
        /bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. 
-I.. -I../fortran  -I../include -I../liblib -I../libsrc -I../libdispatch 
-I../oc  -DNDEBUG -Df2cFortran  -O -I../libsrc -MT nc3dispatch.lo -MD -MP -MF 
$depbase.Tpo -c -o nc3dispatch.lo nc3dispatch.c &&\
        mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -I../libdispatch -I../oc -DNDEBUG -Df2cFortran -O 
-I../libsrc -MT nc3dispatch.lo -MD -MP -MF .deps/nc3dispatch.Tpo -c 
nc3dispatch.c  -fPIC -DPIC -o .libs/nc3dispatch.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -I../libdispatch -I../oc -DNDEBUG -Df2cFortran -O 
-I../libsrc -MT nc3dispatch.lo -MD -MP -MF .deps/nc3dispatch.Tpo -c 
nc3dispatch.c -o nc3dispatch.o >/dev/null 2>&1
depbase=`echo nc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
        /bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. 
-I.. -I../fortran  -I../include -I../liblib -I../libsrc -I../libdispatch 
-I../oc  -DNDEBUG -Df2cFortran  -O -I../libsrc -MT nc.lo -MD -MP -MF 
$depbase.Tpo -c -o nc.lo nc.c &&\
        mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -I../libdispatch -I../oc -DNDEBUG -Df2cFortran -O 
-I../libsrc -MT nc.lo -MD -MP -MF .deps/nc.Tpo -c nc.c  -fPIC -DPIC -o 
.libs/nc.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -I../libdispatch -I../oc -DNDEBUG -Df2cFortran -O 
-I../libsrc -MT nc.lo -MD -MP -MF .deps/nc.Tpo -c nc.c -o nc.o >/dev/null 2>&1
depbase=`echo var.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
        /bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. 
-I.. -I../fortran  -I../include -I../liblib -I../libsrc -I../libdispatch 
-I../oc  -DNDEBUG -Df2cFortran  -O -I../libsrc -MT var.lo -MD -MP -MF 
$depbase.Tpo -c -o var.lo var.c &&\
        mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -I../libdispatch -I../oc -DNDEBUG -Df2cFortran -O 
-I../libsrc -MT var.lo -MD -MP -MF .deps/var.Tpo -c var.c  -fPIC -DPIC -o 
.libs/var.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -I../libdispatch -I../oc -DNDEBUG -Df2cFortran -O 
-I../libsrc -MT var.lo -MD -MP -MF .deps/var.Tpo -c var.c -o var.o >/dev/null 
2>&1
depbase=`echo dim.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
        /bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. 
-I.. -I../fortran  -I../include -I../liblib -I../libsrc -I../libdispatch 
-I../oc  -DNDEBUG -Df2cFortran  -O -I../libsrc -MT dim.lo -MD -MP -MF 
$depbase.Tpo -c -o dim.lo dim.c &&\
        mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -I../libdispatch -I../oc -DNDEBUG -Df2cFortran -O 
-I../libsrc -MT dim.lo -MD -MP -MF .deps/dim.Tpo -c dim.c  -fPIC -DPIC -o 
.libs/dim.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -I../libdispatch -I../oc -DNDEBUG -Df2cFortran -O 
-I../libsrc -MT dim.lo -MD -MP -MF .deps/dim.Tpo -c dim.c -o dim.o >/dev/null 
2>&1
depbase=`echo ncx.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
        /bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. 
-I.. -I../fortran  -I../include -I../liblib -I../libsrc -I../libdispatch 
-I../oc  -DNDEBUG -Df2cFortran  -O -I../libsrc -MT ncx.lo -MD -MP -MF 
$depbase.Tpo -c -o ncx.lo ncx.c &&\
        mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -I../libdispatch -I../oc -DNDEBUG -Df2cFortran -O 
-I../libsrc -MT ncx.lo -MD -MP -MF .deps/ncx.Tpo -c ncx.c  -fPIC -DPIC -o 
.libs/ncx.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -I../libdispatch -I../oc -DNDEBUG -Df2cFortran -O 
-I../libsrc -MT ncx.lo -MD -MP -MF .deps/ncx.Tpo -c ncx.c -o ncx.o >/dev/null 
2>&1
depbase=`echo lookup3.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
        /bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. 
-I.. -I../fortran  -I../include -I../liblib -I../libsrc -I../libdispatch 
-I../oc  -DNDEBUG -Df2cFortran  -O -I../libsrc -MT lookup3.lo -MD -MP -MF 
$depbase.Tpo -c -o lookup3.lo lookup3.c &&\
        mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -I../libdispatch -I../oc -DNDEBUG -Df2cFortran -O 
-I../libsrc -MT lookup3.lo -MD -MP -MF .deps/lookup3.Tpo -c lookup3.c  -fPIC 
-DPIC -o .libs/lookup3.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -I../libdispatch -I../oc -DNDEBUG -Df2cFortran -O 
-I../libsrc -MT lookup3.lo -MD -MP -MF .deps/lookup3.Tpo -c lookup3.c -o 
lookup3.o >/dev/null 2>&1
depbase=`echo posixio.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
        /bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. 
-I.. -I../fortran  -I../include -I../liblib -I../libsrc -I../libdispatch 
-I../oc  -DNDEBUG -Df2cFortran  -O -I../libsrc -MT posixio.lo -MD -MP -MF 
$depbase.Tpo -c -o posixio.lo posixio.c &&\
        mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -I../libdispatch -I../oc -DNDEBUG -Df2cFortran -O 
-I../libsrc -MT posixio.lo -MD -MP -MF .deps/posixio.Tpo -c posixio.c  -fPIC 
-DPIC -o .libs/posixio.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../liblib -I../libsrc -I../libdispatch -I../oc -DNDEBUG -Df2cFortran -O 
-I../libsrc -MT posixio.lo -MD -MP -MF .deps/posixio.Tpo -c posixio.c -o 
posixio.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=link cc  -O -I../libsrc   -o libnetcdf3.la 
 string.lo v1hpg.lo utf8proc.lo nclistmgr.lo putget.lo attr.lo nc3dispatch.lo 
nc.lo var.lo dim.lo ncx.lo lookup3.lo  posixio.lo  
libtool: link: ar cru .libs/libnetcdf3.a .libs/string.o .libs/v1hpg.o 
.libs/utf8proc.o .libs/nclistmgr.o .libs/putget.o .libs/attr.o 
.libs/nc3dispatch.o .libs/nc.o .libs/var.o .libs/dim.o .libs/ncx.o 
.libs/lookup3.o .libs/posixio.o 
libtool: link: ranlib .libs/libnetcdf3.a
libtool: link: ( cd ".libs" && rm -f "libnetcdf3.la" && ln -s 
"../libnetcdf3.la" "libnetcdf3.la" )
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/libsrc'
Making all in liblib
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/liblib'
depbase=`echo stub.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
        /bin/sh ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. 
-I.. -I../fortran  -I../include -I../libsrc -I../libdispatch   -DNDEBUG 
-Df2cFortran  -O -I../libsrc -MT stub.lo -MD -MP -MF $depbase.Tpo -c -o stub.lo 
stub.c &&\
        mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../libsrc -I../libdispatch -DNDEBUG -Df2cFortran -O -I../libsrc -MT stub.lo 
-MD -MP -MF .deps/stub.Tpo -c stub.c  -fPIC -DPIC -o .libs/stub.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../include 
-I../libsrc -I../libdispatch -DNDEBUG -Df2cFortran -O -I../libsrc -MT stub.lo 
-MD -MP -MF .deps/stub.Tpo -c stub.c -o stub.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=link cc  -O -I../libsrc   -o libnetcdf.la 
-rpath /home/gempak/GEMPAK6.7.0/os/linux64/lib stub.lo 
../libdispatch/libnetcdf2.la ../libdispatch/libdispatch.la 
../libsrc/libnetcdf3.la      
libtool: link: cc -shared  .libs/stub.o  -Wl,--whole-archive 
../libdispatch/.libs/libnetcdf2.a ../libdispatch/.libs/libdispatch.a 
../libsrc/.libs/libnetcdf3.a -Wl,--no-whole-archive     -Wl,-soname 
-Wl,libnetcdf.so.0 -o .libs/libnetcdf.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libnetcdf.so.0" && ln -s 
"libnetcdf.so.0.0.0" "libnetcdf.so.0")
libtool: link: (cd ".libs" && rm -f "libnetcdf.so" && ln -s 
"libnetcdf.so.0.0.0" "libnetcdf.so")
libtool: link: (cd .libs/libnetcdf.lax/libnetcdf2.a && ar x 
"/home/gempak/GEMPAK6.7.0/extlibs/netCDF/netcdf/liblib/../libdispatch/.libs/libnetcdf2.a")
libtool: link: (cd .libs/libnetcdf.lax/libdispatch.a && ar x 
"/home/gempak/GEMPAK6.7.0/extlibs/netCDF/netcdf/liblib/../libdispatch/.libs/libdispatch.a")
libtool: link: (cd .libs/libnetcdf.lax/libnetcdf3.a && ar x 
"/home/gempak/GEMPAK6.7.0/extlibs/netCDF/netcdf/liblib/../libsrc/.libs/libnetcdf3.a")
copying selected object files to avoid basename conflicts...
libtool: link: ln .libs/libnetcdf.lax/libnetcdf3.a/dim.o 
.libs/libnetcdf.lax/lt1-dim.o || cp .libs/libnetcdf.lax/libnetcdf3.a/dim.o 
.libs/libnetcdf.lax/lt1-dim.o
libtool: link: ln .libs/libnetcdf.lax/libnetcdf3.a/var.o 
.libs/libnetcdf.lax/lt2-var.o || cp .libs/libnetcdf.lax/libnetcdf3.a/var.o 
.libs/libnetcdf.lax/lt2-var.o
libtool: link: ar cru .libs/libnetcdf.a stub.o 
.libs/libnetcdf.lax/libnetcdf2.a/v2i.o .libs/libnetcdf.lax/libdispatch.a/att.o 
.libs/libnetcdf.lax/libdispatch.a/copy.o 
.libs/libnetcdf.lax/libdispatch.a/dim.o 
.libs/libnetcdf.lax/libdispatch.a/dispatch.o 
.libs/libnetcdf.lax/libdispatch.a/error.o 
.libs/libnetcdf.lax/libdispatch.a/file.o 
.libs/libnetcdf.lax/libdispatch.a/parallel.o 
.libs/libnetcdf.lax/libdispatch.a/var.o .libs/libnetcdf.lax/libnetcdf3.a/attr.o 
.libs/libnetcdf.lax/lt1-dim.o .libs/libnetcdf.lax/libnetcdf3.a/lookup3.o 
.libs/libnetcdf.lax/libnetcdf3.a/nc.o 
.libs/libnetcdf.lax/libnetcdf3.a/nc3dispatch.o 
.libs/libnetcdf.lax/libnetcdf3.a/nclistmgr.o 
.libs/libnetcdf.lax/libnetcdf3.a/ncx.o 
.libs/libnetcdf.lax/libnetcdf3.a/posixio.o 
.libs/libnetcdf.lax/libnetcdf3.a/putget.o 
.libs/libnetcdf.lax/libnetcdf3.a/string.o 
.libs/libnetcdf.lax/libnetcdf3.a/utf8proc.o 
.libs/libnetcdf.lax/libnetcdf3.a/v1hpg.o .libs/libnetcdf.lax/lt2-var.o
libtool: link: ranlib .libs/libnetcdf.a
libtool: link: rm -fr .libs/libnetcdf.lax .libs/libnetcdf.lax
libtool: link: ( cd ".libs" && rm -f "libnetcdf.la" && ln -s "../libnetcdf.la" 
"libnetcdf.la" )
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/liblib'
Making all in nctest
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/nctest'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/nctest'
Making all in ncgen3
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/ncgen3'
depbase=`echo main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../liblib -I.. 
 -DNDEBUG -Df2cFortran  -O -I../libsrc -MT main.o -MD -MP -MF $depbase.Tpo -c 
-o main.o main.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo load.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../liblib -I.. 
 -DNDEBUG -Df2cFortran  -O -I../libsrc -MT load.o -MD -MP -MF $depbase.Tpo -c 
-o load.o load.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo escapes.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../liblib -I.. 
 -DNDEBUG -Df2cFortran  -O -I../libsrc -MT escapes.o -MD -MP -MF $depbase.Tpo 
-c -o escapes.o escapes.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo getfill.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../liblib -I.. 
 -DNDEBUG -Df2cFortran  -O -I../libsrc -MT getfill.o -MD -MP -MF $depbase.Tpo 
-c -o getfill.o getfill.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo init.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../liblib -I.. 
 -DNDEBUG -Df2cFortran  -O -I../libsrc -MT init.o -MD -MP -MF $depbase.Tpo -c 
-o init.o init.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo genlib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../liblib -I.. 
 -DNDEBUG -Df2cFortran  -O -I../libsrc -MT genlib.o -MD -MP -MF $depbase.Tpo -c 
-o genlib.o genlib.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo ncgentab.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../liblib -I.. 
 -DNDEBUG -Df2cFortran  -O -I../libsrc -MT ncgentab.o -MD -MP -MF $depbase.Tpo 
-c -o ncgentab.o ncgentab.c &&\
        mv -f $depbase.Tpo $depbase.Po
/bin/sh ../libtool --tag=CC   --mode=link cc  -O -I../libsrc   -o ncgen3 main.o 
load.o escapes.o getfill.o init.o genlib.o ncgentab.o ../liblib/libnetcdf.la  
-lm 
libtool: link: cc -O -I../libsrc -o .libs/ncgen3 main.o load.o escapes.o 
getfill.o init.o genlib.o ncgentab.o  ../liblib/.libs/libnetcdf.so -lm 
-Wl,-rpath -Wl,/home/gempak/GEMPAK6.7.0/os/linux64/lib
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/ncgen3'
Making all in ncgen
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/ncgen'
depbase=`echo main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../liblib  
-DNDEBUG -Df2cFortran  -O -I../libsrc -MT main.o -MD -MP -MF $depbase.Tpo -c -o 
main.o main.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo cdata.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../liblib  
-DNDEBUG -Df2cFortran  -O -I../libsrc -MT cdata.o -MD -MP -MF $depbase.Tpo -c 
-o cdata.o cdata.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo bindata.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../liblib  
-DNDEBUG -Df2cFortran  -O -I../libsrc -MT bindata.o -MD -MP -MF $depbase.Tpo -c 
-o bindata.o bindata.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo genchar.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../liblib  
-DNDEBUG -Df2cFortran  -O -I../libsrc -MT genchar.o -MD -MP -MF $depbase.Tpo -c 
-o genchar.o genchar.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo cvt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../liblib  
-DNDEBUG -Df2cFortran  -O -I../libsrc -MT cvt.o -MD -MP -MF $depbase.Tpo -c -o 
cvt.o cvt.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo data.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../liblib  
-DNDEBUG -Df2cFortran  -O -I../libsrc -MT data.o -MD -MP -MF $depbase.Tpo -c -o 
data.o data.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo debug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../liblib  
-DNDEBUG -Df2cFortran  -O -I../libsrc -MT debug.o -MD -MP -MF $depbase.Tpo -c 
-o debug.o debug.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo escapes.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../liblib  
-DNDEBUG -Df2cFortran  -O -I../libsrc -MT escapes.o -MD -MP -MF $depbase.Tpo -c 
-o escapes.o escapes.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo genc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../liblib  
-DNDEBUG -Df2cFortran  -O -I../libsrc -MT genc.o -MD -MP -MF $depbase.Tpo -c -o 
genc.o genc.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo genbin.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../liblib  
-DNDEBUG -Df2cFortran  -O -I../libsrc -MT genbin.o -MD -MP -MF $depbase.Tpo -c 
-o genbin.o genbin.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo generr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../liblib  
-DNDEBUG -Df2cFortran  -O -I../libsrc -MT generr.o -MD -MP -MF $depbase.Tpo -c 
-o generr.o generr.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo genlib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../liblib  
-DNDEBUG -Df2cFortran  -O -I../libsrc -MT genlib.o -MD -MP -MF $depbase.Tpo -c 
-o genlib.o genlib.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo getfill.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../liblib  
-DNDEBUG -Df2cFortran  -O -I../libsrc -MT getfill.o -MD -MP -MF $depbase.Tpo -c 
-o getfill.o getfill.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo odom.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../liblib  
-DNDEBUG -Df2cFortran  -O -I../libsrc -MT odom.o -MD -MP -MF $depbase.Tpo -c -o 
odom.o odom.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo offsets.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../liblib  
-DNDEBUG -Df2cFortran  -O -I../libsrc -MT offsets.o -MD -MP -MF $depbase.Tpo -c 
-o offsets.o offsets.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo semantics.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../liblib  
-DNDEBUG -Df2cFortran  -O -I../libsrc -MT semantics.o -MD -MP -MF $depbase.Tpo 
-c -o semantics.o semantics.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo ncgentab.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../liblib  
-DNDEBUG -Df2cFortran  -O -I../libsrc -MT ncgentab.o -MD -MP -MF $depbase.Tpo 
-c -o ncgentab.o ncgentab.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo dump.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../liblib  
-DNDEBUG -Df2cFortran  -O -I../libsrc -MT dump.o -MD -MP -MF $depbase.Tpo -c -o 
dump.o dump.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo util.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../liblib  
-DNDEBUG -Df2cFortran  -O -I../libsrc -MT util.o -MD -MP -MF $depbase.Tpo -c -o 
util.o util.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo bytebuffer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../liblib  
-DNDEBUG -Df2cFortran  -O -I../libsrc -MT bytebuffer.o -MD -MP -MF $depbase.Tpo 
-c -o bytebuffer.o bytebuffer.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo list.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../liblib  
-DNDEBUG -Df2cFortran  -O -I../libsrc -MT list.o -MD -MP -MF $depbase.Tpo -c -o 
list.o list.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo genf77.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../liblib  
-DNDEBUG -Df2cFortran  -O -I../libsrc -MT genf77.o -MD -MP -MF $depbase.Tpo -c 
-o genf77.o genf77.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo f77data.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../liblib  
-DNDEBUG -Df2cFortran  -O -I../libsrc -MT f77data.o -MD -MP -MF $depbase.Tpo -c 
-o f77data.o f77data.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo genj.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../liblib  
-DNDEBUG -Df2cFortran  -O -I../libsrc -MT genj.o -MD -MP -MF $depbase.Tpo -c -o 
genj.o genj.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo jdata.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../liblib  
-DNDEBUG -Df2cFortran  -O -I../libsrc -MT jdata.o -MD -MP -MF $depbase.Tpo -c 
-o jdata.o jdata.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo nciter.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../liblib  
-DNDEBUG -Df2cFortran  -O -I../libsrc -MT nciter.o -MD -MP -MF $depbase.Tpo -c 
-o nciter.o nciter.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo ConvertUTF.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../liblib  
-DNDEBUG -Df2cFortran  -O -I../libsrc -MT ConvertUTF.o -MD -MP -MF $depbase.Tpo 
-c -o ConvertUTF.o ConvertUTF.c &&\
        mv -f $depbase.Tpo $depbase.Po
/bin/sh ../libtool --tag=CC   --mode=link cc  -O -I../libsrc   -o ncgen main.o 
cdata.o bindata.o genchar.o cvt.o data.o debug.o escapes.o genc.o genbin.o 
generr.o genlib.o getfill.o odom.o offsets.o semantics.o ncgentab.o dump.o 
util.o bytebuffer.o list.o genf77.o f77data.o genj.o jdata.o nciter.o 
ConvertUTF.o ../liblib/libnetcdf.la  -lm 
libtool: link: cc -O -I../libsrc -o .libs/ncgen main.o cdata.o bindata.o 
genchar.o cvt.o data.o debug.o escapes.o genc.o genbin.o generr.o genlib.o 
getfill.o odom.o offsets.o semantics.o ncgentab.o dump.o util.o bytebuffer.o 
list.o genf77.o f77data.o genj.o jdata.o nciter.o ConvertUTF.o  
../liblib/.libs/libnetcdf.so -lm -Wl,-rpath 
-Wl,/home/gempak/GEMPAK6.7.0/os/linux64/lib
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/ncgen'
Making all in ncdump
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/ncdump'
../ncgen/ncgen -c -o ctest0.nc ../ncgen/c0.cdl > ./ctest.c
../ncgen/ncgen -v2 -c -o ctest0_64.nc ../ncgen/c0.cdl > ./ctest64.c
make  all-recursive
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/ncdump'
Making all in cdl4
make[8]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/ncdump/cdl4'
make[8]: Nothing to be done for `all'.
make[8]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/ncdump/cdl4'
Making all in expected4
make[8]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/ncdump/expected4'
make[8]: Nothing to be done for `all'.
make[8]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/ncdump/expected4'
make[8]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/ncdump'
depbase=`echo ncdump.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../nc_test 
-I../liblib  -DNDEBUG -Df2cFortran  -O -I../libsrc -MT ncdump.o -MD -MP -MF 
$depbase.Tpo -c -o ncdump.o ncdump.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo vardata.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../nc_test 
-I../liblib  -DNDEBUG -Df2cFortran  -O -I../libsrc -MT vardata.o -MD -MP -MF 
$depbase.Tpo -c -o vardata.o vardata.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo dumplib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../nc_test 
-I../liblib  -DNDEBUG -Df2cFortran  -O -I../libsrc -MT dumplib.o -MD -MP -MF 
$depbase.Tpo -c -o dumplib.o dumplib.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo indent.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../nc_test 
-I../liblib  -DNDEBUG -Df2cFortran  -O -I../libsrc -MT indent.o -MD -MP -MF 
$depbase.Tpo -c -o indent.o indent.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo nctime.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../nc_test 
-I../liblib  -DNDEBUG -Df2cFortran  -O -I../libsrc -MT nctime.o -MD -MP -MF 
$depbase.Tpo -c -o nctime.o nctime.c &&\
        mv -f $depbase.Tpo $depbase.Po
/bin/sh ../libtool --tag=CC   --mode=link cc  -O -I../libsrc   -o ncdump 
ncdump.o vardata.o dumplib.o indent.o nctime.o -lm ../liblib/libnetcdf.la  
libtool: link: cc -O -I../libsrc -o .libs/ncdump ncdump.o vardata.o dumplib.o 
indent.o nctime.o  -lm ../liblib/.libs/libnetcdf.so -Wl,-rpath 
-Wl,/home/gempak/GEMPAK6.7.0/os/linux64/lib
depbase=`echo nccopy.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../nc_test 
-I../liblib  -DNDEBUG -Df2cFortran  -O -I../libsrc -MT nccopy.o -MD -MP -MF 
$depbase.Tpo -c -o nccopy.o nccopy.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo nciter.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        cc -DHAVE_CONFIG_H -I. -I.. -I../fortran  -I../include -I../nc_test 
-I../liblib  -DNDEBUG -Df2cFortran  -O -I../libsrc -MT nciter.o -MD -MP -MF 
$depbase.Tpo -c -o nciter.o nciter.c &&\
        mv -f $depbase.Tpo $depbase.Po
/bin/sh ../libtool --tag=CC   --mode=link cc  -O -I../libsrc   -o nccopy 
nccopy.o nciter.o -lm ../liblib/libnetcdf.la  
libtool: link: cc -O -I../libsrc -o .libs/nccopy nccopy.o nciter.o  -lm 
../liblib/.libs/libnetcdf.so -Wl,-rpath 
-Wl,/home/gempak/GEMPAK6.7.0/os/linux64/lib
make[8]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/ncdump'
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/ncdump'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/ncdump'
Making all in nc_test
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/nc_test'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/nc_test'
Making all in man4
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/man4'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/man4'
Making all in examples
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/examples'
Making all in C
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/examples/C'
make[7]: Nothing to be done for `all'.
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/examples/C'
Making all in CDL
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/examples/CDL'
make[7]: Nothing to be done for `all'.
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/examples/CDL'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/examples'
make[7]: Nothing to be done for `all-am'.
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/examples'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/examples'
make[6]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2'
make[6]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2'
make[5]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2'
Making install in include
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/include'
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/include'
make[6]: Nothing to be done for `install-exec-am'.
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/include" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/include"
 /usr/bin/install -c -m 644 netcdf.h 
'/home/gempak/GEMPAK6.7.0/os/linux64/include'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/include'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/include'
Making install in libdispatch
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/libdispatch'
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/libdispatch'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/libdispatch'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/libdispatch'
Making install in libsrc
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/libsrc'
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/libsrc'
make[6]: Nothing to be done for `install-exec-am'.
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man3" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man3"
 /usr/bin/install -c -m 644 netcdf.3 
'/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man3'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/libsrc'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/libsrc'
Making install in liblib
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/liblib'
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/liblib'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/lib" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/lib"
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libnetcdf.la 
'/home/gempak/GEMPAK6.7.0/os/linux64/lib'
libtool: install: /usr/bin/install -c .libs/libnetcdf.so.0.0.0 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/libnetcdf.so.0.0.0
libtool: install: (cd /home/gempak/GEMPAK6.7.0/os/linux64/lib && { ln -s -f 
libnetcdf.so.0.0.0 libnetcdf.so.0 || { rm -f libnetcdf.so.0 && ln -s 
libnetcdf.so.0.0.0 libnetcdf.so.0; }; })
libtool: install: (cd /home/gempak/GEMPAK6.7.0/os/linux64/lib && { ln -s -f 
libnetcdf.so.0.0.0 libnetcdf.so || { rm -f libnetcdf.so && ln -s 
libnetcdf.so.0.0.0 libnetcdf.so; }; })
libtool: install: /usr/bin/install -c .libs/libnetcdf.lai 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/libnetcdf.la
libtool: install: /usr/bin/install -c .libs/libnetcdf.a 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/libnetcdf.a
libtool: install: chmod 644 /home/gempak/GEMPAK6.7.0/os/linux64/lib/libnetcdf.a
libtool: install: ranlib /home/gempak/GEMPAK6.7.0/os/linux64/lib/libnetcdf.a
libtool: finish: 
PATH="/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/gempak/bin:/home/gempak/GEMPAK6.7.0/os/linux64/bin:/home/gempak/GEMPAK6.7.0/bin:/home/gempak/GEMPAK6.7.0/os/linux64/bin:/home/gempak/GEMPAK6.7.0/bin:/sbin"
 ldconfig -n /home/gempak/GEMPAK6.7.0/os/linux64/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/gempak/GEMPAK6.7.0/os/linux64/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/liblib'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/liblib'
Making install in nctest
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/nctest'
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/nctest'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/nctest'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/nctest'
Making install in ncgen3
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/ncgen3'
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/ncgen3'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/bin" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/bin"
  /bin/sh ../libtool   --mode=install /usr/bin/install -c ncgen3 
'/home/gempak/GEMPAK6.7.0/os/linux64/bin'
libtool: install: /usr/bin/install -c .libs/ncgen3 
/home/gempak/GEMPAK6.7.0/os/linux64/bin/ncgen3
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man1" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man1"
 /usr/bin/install -c -m 644 ncgen3.1 
'/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man1'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/ncgen3'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/ncgen3'
Making install in ncgen
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/ncgen'
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/ncgen'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/bin" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/bin"
  /bin/sh ../libtool   --mode=install /usr/bin/install -c ncgen 
'/home/gempak/GEMPAK6.7.0/os/linux64/bin'
libtool: install: /usr/bin/install -c .libs/ncgen 
/home/gempak/GEMPAK6.7.0/os/linux64/bin/ncgen
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man1" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man1"
 /usr/bin/install -c -m 644 ncgen.1 
'/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man1'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/ncgen'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/ncgen'
Making install in ncdump
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/ncdump'
make  install-recursive
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/ncdump'
Making install in cdl4
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/ncdump/cdl4'
make[8]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/ncdump/cdl4'
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/ncdump/cdl4'
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/ncdump/cdl4'
Making install in expected4
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/ncdump/expected4'
make[8]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/ncdump/expected4'
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/ncdump/expected4'
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/ncdump/expected4'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/ncdump'
make[8]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/ncdump'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/bin" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/bin"
  /bin/sh ../libtool   --mode=install /usr/bin/install -c ncdump nccopy 
'/home/gempak/GEMPAK6.7.0/os/linux64/bin'
libtool: install: /usr/bin/install -c .libs/ncdump 
/home/gempak/GEMPAK6.7.0/os/linux64/bin/ncdump
libtool: install: /usr/bin/install -c .libs/nccopy 
/home/gempak/GEMPAK6.7.0/os/linux64/bin/nccopy
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man1" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man1"
 /usr/bin/install -c -m 644 ncdump.1 nccopy.1 
'/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man1'
make[8]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/ncdump'
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/ncdump'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/ncdump'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/ncdump'
Making install in nc_test
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/nc_test'
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/nc_test'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/nc_test'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/nc_test'
Making install in man4
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/man4'
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/man4'
make[6]: Nothing to be done for `install-exec-am'.
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/share/info" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/share/info"
 /usr/bin/install -c -m 644 ./netcdf.info ./netcdf-install.info ./netcdf-c.info 
./netcdf-c.info-1 ./netcdf-c.info-2 ./netcdf-f77.info ./netcdf-f77.info-1 
./netcdf-f77.info-2 ./netcdf-f90.info ./netcdf-cxx.info ./netcdf-tutorial.info 
'/home/gempak/GEMPAK6.7.0/os/linux64/share/info'
 install-info --info-dir='/home/gempak/GEMPAK6.7.0/os/linux64/share/info' 
'/home/gempak/GEMPAK6.7.0/os/linux64/share/info/netcdf.info'
 install-info --info-dir='/home/gempak/GEMPAK6.7.0/os/linux64/share/info' 
'/home/gempak/GEMPAK6.7.0/os/linux64/share/info/netcdf-install.info'
 install-info --info-dir='/home/gempak/GEMPAK6.7.0/os/linux64/share/info' 
'/home/gempak/GEMPAK6.7.0/os/linux64/share/info/netcdf-c.info'
 install-info --info-dir='/home/gempak/GEMPAK6.7.0/os/linux64/share/info' 
'/home/gempak/GEMPAK6.7.0/os/linux64/share/info/netcdf-f77.info'
 install-info --info-dir='/home/gempak/GEMPAK6.7.0/os/linux64/share/info' 
'/home/gempak/GEMPAK6.7.0/os/linux64/share/info/netcdf-f90.info'
 install-info --info-dir='/home/gempak/GEMPAK6.7.0/os/linux64/share/info' 
'/home/gempak/GEMPAK6.7.0/os/linux64/share/info/netcdf-cxx.info'
 install-info --info-dir='/home/gempak/GEMPAK6.7.0/os/linux64/share/info' 
'/home/gempak/GEMPAK6.7.0/os/linux64/share/info/netcdf-tutorial.info'
make[6]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/man4'
make[5]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/man4'
Making install in examples
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/examples'
Making install in C
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/examples/C'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/examples/C'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/examples/C'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/examples/C'
Making install in CDL
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/examples/CDL'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/examples/CDL'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/examples/CDL'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/examples/CDL'
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/examples'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/examples'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/examples'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/examples'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2/examples'
make[5]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2'
make[6]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/bin" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/bin"
 /usr/bin/install -c nc-config '/home/gempak/GEMPAK6.7.0/os/linux64/bin'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/lib/pkgconfig" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/lib/pkgconfig"
 /usr/bin/install -c -m 644 netcdf.pc 
'/home/gempak/GEMPAK6.7.0/os/linux64/lib/pkgconfig'
make  install-data-hook
make[7]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2'

+-------------------------------------------------------------+
| Congratulations! You have successfully installed netCDF!    |
|                                                             |
| You can use script "nc-config" to find out the relevant     |
| compiler options to build your application. Enter           |
|                                                             |
|     nc-config --help                                        |
|                                                             |
| for additional information.                                 |
|                                                             |
| CAUTION:                                                    |
|                                                             |
| If you have not already run "make check", then we strongly  |
| recommend you do so. It does not take very long.            |
|                                                             |
| Before using netCDF to store important data, test your      |
| build with "make check".                                    |
|                                                             |
| NetCDF is tested nightly on many platforms at Unidata       |
| but your platform is probably different in some ways.       |
|                                                             |
| If any tests fail, please see the netCDF web site:          |
| http://www.unidata.ucar.edu/software/netcdf/                |
|                                                             |
| NetCDF is developed and maintained at the Unidata Program   |
| Center. Unidata provides a broad array of data and software |
| tools for use in geoscience education and research.         |
| http://www.unidata.ucar.edu                                 |
+-------------------------------------------------------------+

make[7]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2'
make[6]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2'
make[5]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2'
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/netCDF/v4.1.2'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/netCDF'
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/netCDF'
making in /home/gempak/GEMPAK6.7.0/extlibs/GPC
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/GPC'
( cd libgpc; echo "making all in `pwd`" ; \
                make -w all )
making all in /home/gempak/GEMPAK6.7.0/extlibs/GPC/libgpc
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/GPC/v2.32'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c gpc.c
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/libgpc.a *.o
a - gpc.o
rm -f *.o
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/GPC/v2.32'
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/GPC'
making in /home/gempak/GEMPAK6.7.0/extlibs/AODT
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/AODT'
/home/gempak/GEMPAK6.7.0/extlibs/AODT/v64/odtlib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/AODT/v64/odtlib'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtauto.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtdata.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtfft.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtfuncs.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odthistory.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtintensity.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtoutput.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtscene.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odttopo.c
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/libAODT_v64.a *.o
a - odtauto.o
a - odtdata.o
a - odtfft.o
a - odtfuncs.o
a - odthistory.o
a - odtintensity.o
a - odtoutput.o
a - odtscene.o
a - odttopo.o
rm -f *.o
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/AODT/v64/odtlib'
/home/gempak/GEMPAK6.7.0/extlibs/AODT/v64/odtapi
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/AODT/v64/odtapi'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtatcfoutputfile.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtautomode1.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtautomode2.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtbulletinoutput.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtdiagnostics.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odteyecloudtemp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtfreememory.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtgsIRimage.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtgsdomain.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtgsforecastfile.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtgshistory.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtgslocation.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtgsmiscopts.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtgsscenetypes.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtgssstvalue.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtgsstartstr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtgstopovalue.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtgsversion.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odthistorybullfmt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odthistorycomment.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odthistorydelete.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odthistoryinsertrec.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odthistorylistfmt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odthistorynextrec.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odthistorywrite.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtinitialize.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtintensityest.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtloadIRimage.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtmessages.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtreadtopofile.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtscenemap.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtscenetype.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtsetdatetime.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtwarmeyetemp.c
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/libAODT_v64.a *.o
a - odtatcfoutputfile.o
a - odtautomode1.o
a - odtautomode2.o
a - odtbulletinoutput.o
a - odtdiagnostics.o
a - odteyecloudtemp.o
a - odtfreememory.o
a - odtgsdomain.o
a - odtgsforecastfile.o
a - odtgshistory.o
a - odtgsIRimage.o
a - odtgslocation.o
a - odtgsmiscopts.o
a - odtgsscenetypes.o
a - odtgssstvalue.o
a - odtgsstartstr.o
a - odtgstopovalue.o
a - odtgsversion.o
a - odthistorybullfmt.o
a - odthistorycomment.o
a - odthistorydelete.o
a - odthistoryinsertrec.o
a - odthistorylistfmt.o
a - odthistorynextrec.o
a - odthistorywrite.o
a - odtinitialize.o
a - odtintensityest.o
a - odtloadIRimage.o
a - odtmessages.o
a - odtreadtopofile.o
a - odtscenemap.o
a - odtscenetype.o
a - odtsetdatetime.o
a - odtwarmeyetemp.o
rm -f *.o
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/AODT/v64/odtapi'
/home/gempak/GEMPAK6.7.0/extlibs/AODT/v64/inc
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/AODT/v64/inc'
updated /home/gempak/GEMPAK6.7.0/os/linux64/include/AODT/v64/odtapi.h
updated /home/gempak/GEMPAK6.7.0/os/linux64/include/AODT/v64/odtextern.h
updated /home/gempak/GEMPAK6.7.0/os/linux64/include/AODT/v64/odtlibdefs.h
updated /home/gempak/GEMPAK6.7.0/os/linux64/include/AODT/v64/odtlibdefs-x.h
updated /home/gempak/GEMPAK6.7.0/os/linux64/include/AODT/v64/odtlibfuncs.h
updated /home/gempak/GEMPAK6.7.0/os/linux64/include/AODT/v64/odtlib.h
updated /home/gempak/GEMPAK6.7.0/os/linux64/include/AODT/v64/odtmcidas.h
updated /home/gempak/GEMPAK6.7.0/os/linux64/include/AODT/v64/odtremap.h
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/AODT/v64/inc'
/home/gempak/GEMPAK6.7.0/extlibs/AODT/v72/odtlib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/AODT/v72/odtlib'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtauto.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtdata.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtfft.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtfuncs.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odthistory.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtintensity.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtoutput.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtscene.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odttopo.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtwinds.c
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/libAODT_v72.a *.o
a - odtauto.o
a - odtdata.o
a - odtfft.o
a - odtfuncs.o
a - odthistory.o
a - odtintensity.o
a - odtoutput.o
a - odtscene.o
a - odttopo.o
a - odtwinds.o
rm -f *.o
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/AODT/v72/odtlib'
/home/gempak/GEMPAK6.7.0/extlibs/AODT/v72/odtapi
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/AODT/v72/odtapi'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtatcfoutputfile.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtautomode1.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtautomode2.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtbulletinoutput.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtdiagnostics.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odteyecloudtemp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtfreememory.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtgetwindprofile.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtgsIRimage.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtgsdomain.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtgsforecastfile.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtgshistory.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtgslocation.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtgsmiscopts.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtgsscenetypes.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtgssstvalue.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtgsstartstr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtgstopovalue.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtgsversion.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odthistorybullfmt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odthistorycomment.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odthistorydelete.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odthistoryinsertrec.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odthistorylistfmt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odthistorynextrec.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odthistorywrite.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtinitialize.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtintensityest.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtloadIRimage.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtmessages.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtreadtopofile.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtscenemap.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtscenetype.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtsetdatetime.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c odtwarmeyetemp.c
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/libAODT_v72.a *.o
a - odtatcfoutputfile.o
a - odtautomode1.o
a - odtautomode2.o
a - odtbulletinoutput.o
a - odtdiagnostics.o
a - odteyecloudtemp.o
a - odtfreememory.o
a - odtgetwindprofile.o
a - odtgsdomain.o
a - odtgsforecastfile.o
a - odtgshistory.o
a - odtgsIRimage.o
a - odtgslocation.o
a - odtgsmiscopts.o
a - odtgsscenetypes.o
a - odtgssstvalue.o
a - odtgsstartstr.o
a - odtgstopovalue.o
a - odtgsversion.o
a - odthistorybullfmt.o
a - odthistorycomment.o
a - odthistorydelete.o
a - odthistoryinsertrec.o
a - odthistorylistfmt.o
a - odthistorynextrec.o
a - odthistorywrite.o
a - odtinitialize.o
a - odtintensityest.o
a - odtloadIRimage.o
a - odtmessages.o
a - odtreadtopofile.o
a - odtscenemap.o
a - odtscenetype.o
a - odtsetdatetime.o
a - odtwarmeyetemp.o
rm -f *.o
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/AODT/v72/odtapi'
/home/gempak/GEMPAK6.7.0/extlibs/AODT/v72/inc
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/AODT/v72/inc'
updated /home/gempak/GEMPAK6.7.0/os/linux64/include/AODT/v72/odtapi.h
updated /home/gempak/GEMPAK6.7.0/os/linux64/include/AODT/v72/odtextern.h
updated /home/gempak/GEMPAK6.7.0/os/linux64/include/AODT/v72/odtlibdefs.h
updated /home/gempak/GEMPAK6.7.0/os/linux64/include/AODT/v72/odtlibdefs-x.h
updated /home/gempak/GEMPAK6.7.0/os/linux64/include/AODT/v72/odtlibfuncs.h
updated /home/gempak/GEMPAK6.7.0/os/linux64/include/AODT/v72/odtlib.h
updated /home/gempak/GEMPAK6.7.0/os/linux64/include/AODT/v72/odtmcidas.h
updated /home/gempak/GEMPAK6.7.0/os/linux64/include/AODT/v72/odtremap.h
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/AODT/v72/inc'
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/AODT'
making in /home/gempak/GEMPAK6.7.0/extlibs/melBUFR
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/melBUFR'
making all in /home/gempak/GEMPAK6.7.0/extlibs/melBUFR/melbufr
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/melBUFR/v5.2'
/home/gempak/GEMPAK6.7.0/extlibs/melBUFR/melbufr/include
make[4]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/melBUFR/v5.2/include'
updated /home/gempak/GEMPAK6.7.0/os/linux64/include/mel_bufr_defaults.h
updated /home/gempak/GEMPAK6.7.0/os/linux64/include/mel_bufr_functions.h
updated /home/gempak/GEMPAK6.7.0/os/linux64/include/mel_bufr.h
updated /home/gempak/GEMPAK6.7.0/os/linux64/include/mel_bufr_tables.h
updated /home/gempak/GEMPAK6.7.0/os/linux64/include/mel_bufr_types.h
make[4]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/melBUFR/v5.2/include'
/home/gempak/GEMPAK6.7.0/extlibs/melBUFR/melbufr/src
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/melBUFR/v5.2/src'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c dump_print.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c AL_Clear.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c AL_Destroy.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c AL_First.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c AL_Init.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c AL_Last.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c AL_Print.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c AL_Put.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c AL_Remove.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c AL_Size.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c BS_Destroy.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c BS_Flush.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c BS_Get.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c BS_Increase.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c BS_Init.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c BS_Position.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c BS_Put.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c BS_Rewind.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Abort.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Add_AF.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_AtEOD.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_AtEOF.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_AtEOM.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_BitWidth.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Cancel_AF.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Change_DW.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Change_RV.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Change_S.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Close.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_DS_Empty.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_DS_Entry_Put.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_DS_Free.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_DS_Init.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Debug.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_DebugLevel.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Decode.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Def_Dataset.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Destroy.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Encode.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Err_Clear.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Err_Init.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Err_Log.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Err_Print.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Err_Set.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_FTP_GetFile.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_FindSeq.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Find_End.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Get_Array.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Get_Dataset.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Get_OptData.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Get_S3Data.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Get_S4Data.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Get_Value.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Globals.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Info_Init.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Info_Print.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Info_Verify.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Init.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Init_Sub.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_IsComment.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_IsError.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_MaxVal.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Mix_Print.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_NumDatasets.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Pos_Msg.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Print.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_ProcMethod.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_ProcType.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Put_Array.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Put_MixArray.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Put_OptData.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Put_S3Data.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Put_S4Data.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Put_String.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Put_Value.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Read_Msg.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Read_Tables.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Reset_DW.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Reset_RV.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Reset_S.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Set_Missing_Value.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c 
B_Set_Multiple_Msg_Flag.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_TO_Multiple_Msg_Flag.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Trace.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_TraceLevel.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_ValArray_Destroy.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Val_Array_free.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Val_Print.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Val_free.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_Write_Msg.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_perror.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c B_strdup.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c BytesInBits.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Check_Compress.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Compression.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Create_TableB.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Create_TableD.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c DL_Destroy.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c DL_Encode.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c DL_First.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c DL_Init.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c DL_Last.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c DL_NumFXYs.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c DL_Print.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c DL_Put.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c DL_Size.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c D_Compression.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c EV_Destroy.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c EV_Get.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c EV_Init.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c EV_IsBad.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c EV_Print.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c EV_RVSet.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c EV_Set.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c EncodeValue.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c FL_Destroy.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c FL_Expand.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c FL_First.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c FL_Get.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c FL_Init.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c FL_Insert.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c FL_Last.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c FL_Prev.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c FL_Print.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c FL_Put.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c FL_Remove.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c FL_Size.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c FXY_Expand.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c FXY_F_Value.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c FXY_Get_DW.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c FXY_Get_RV.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c FXY_Get_S.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c FXY_Get_Vals.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c FXY_IsLocal.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c FXY_IsRepl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c FXY_IsTableB.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c FXY_IsTableC.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c FXY_IsTableD.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c FXY_Pack.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c FXY_Pack_Dec.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c FXY_Print.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c FXY_PrintVals.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c FXY_PtrInc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c FXY_String.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c FXY_Units.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c FXY_UnitsType.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c FXY_Unpack.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c FXY_Unpack_Dec.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c FXY_X_Value.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c FXY_Y_Value.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c F_Print_R.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c FileExists.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Find_Data_Type.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Find_Status.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Flag_Print.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Get_BUFR_Edition.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Get_BUFR_Log_File.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Get_BUFR_Log_File_prt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c 
Get_BUFR_MasterTableNum.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Get_Century.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Get_DataCategory.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Get_DataSubCategory.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Get_Day.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Get_Hour.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Get_HourMinute.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Get_LocalTableVer.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Get_MasterTableVer.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Get_Minute.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Get_Month.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Get_ObservedDataFlag.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Get_OriginatingCenter.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c 
Get_OriginatingCenterID.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Get_SubCenter.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Get_UpdateSeqNum.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Get_Val_Double.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Get_Val_FXY.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Get_Val_Int.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Get_Val_Scale.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Get_Val_String.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Get_Val_Type.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Get_YMD.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Get_Year.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c HS_Destroy.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c HS_Get.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c HS_GetBit.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c HS_RVSet.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c HS_Set.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c HS_SetBit.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Int2ToInt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Int3ToInt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c IntToInt2.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c IntToInt3.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Is_Val_Missing.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Loop_T_Data_Type.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Miss_ValRep.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Num_Messages.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c PrintDivider.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Prn_Comprss.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Set_Center_Info.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Set_Compress.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Set_DataCategory.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Set_Date.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Set_Edition_MastTab.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Set_Flag.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Set_MasterTableVer.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Set_ObservedData.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Set_Status.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Set_Time.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c Set_UpdateSequence.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c T0_Destroy.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c T0_Init.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c T0_Print.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c T0_Read.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c T0_Value.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c TA_Destroy.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c TA_Init.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c TA_Print.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c TA_Read.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c TA_Value.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c TB_Destroy.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c TB_Get.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c TB_GetUnits.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c TB_Init.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c TB_Print.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c TB_Put.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c TB_Read.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c TC_Find.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c TDS_Destroy.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c TDS_Init.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c TDS_Put.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c TD_Destroy.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c TD_Expand.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c TD_Init.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c TD_Match.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c TD_Print.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c TD_Read.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c TenPow.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c TruncateValue.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c TwoPow.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c VS_Clear.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c VS_Destroy.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c VS_Get.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c VS_Init.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c VS_IsEmpty.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c VS_Pop.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c VS_Push.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c VoidInc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c VoidVal.c
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/libmel_bufr.a *.o
a - AL_Clear.o
a - AL_Destroy.o
a - AL_First.o
a - AL_Init.o
a - AL_Last.o
a - AL_Print.o
a - AL_Put.o
a - AL_Remove.o
a - AL_Size.o
a - B_Abort.o
a - B_Add_AF.o
a - B_AtEOD.o
a - B_AtEOF.o
a - B_AtEOM.o
a - B_BitWidth.o
a - B_Cancel_AF.o
a - B_Change_DW.o
a - B_Change_RV.o
a - B_Change_S.o
a - B_Close.o
a - B_DebugLevel.o
a - B_Debug.o
a - B_Decode.o
a - B_Def_Dataset.o
a - B_Destroy.o
a - B_DS_Empty.o
a - B_DS_Entry_Put.o
a - B_DS_Free.o
a - B_DS_Init.o
a - B_Encode.o
a - B_Err_Clear.o
a - B_Err_Init.o
a - B_Err_Log.o
a - B_Err_Print.o
a - B_Err_Set.o
a - B_Find_End.o
a - B_FindSeq.o
a - B_FTP_GetFile.o
a - B_Get_Array.o
a - B_Get_Dataset.o
a - B_Get_OptData.o
a - B_Get_S3Data.o
a - B_Get_S4Data.o
a - B_Get_Value.o
a - B_Globals.o
a - B_Info_Init.o
a - B_Info_Print.o
a - B_Info_Verify.o
a - B_Init.o
a - B_Init_Sub.o
a - B_IsComment.o
a - B_IsError.o
a - B_MaxVal.o
a - B_Mix_Print.o
a - B_NumDatasets.o
a - B_perror.o
a - B_Pos_Msg.o
a - B_Print.o
a - B_ProcMethod.o
a - B_ProcType.o
a - B_Put_Array.o
a - B_Put_MixArray.o
a - B_Put_OptData.o
a - B_Put_S3Data.o
a - B_Put_S4Data.o
a - B_Put_String.o
a - B_Put_Value.o
a - B_Read_Msg.o
a - B_Read_Tables.o
a - B_Reset_DW.o
a - B_Reset_RV.o
a - B_Reset_S.o
a - BS_Destroy.o
a - B_Set_Missing_Value.o
a - B_Set_Multiple_Msg_Flag.o
a - BS_Flush.o
a - BS_Get.o
a - BS_Increase.o
a - BS_Init.o
a - BS_Position.o
a - BS_Put.o
a - BS_Rewind.o
a - B_strdup.o
a - B_TO_Multiple_Msg_Flag.o
a - B_TraceLevel.o
a - B_Trace.o
a - B_ValArray_Destroy.o
a - B_Val_Array_free.o
a - B_Val_free.o
a - B_Val_Print.o
a - B_Write_Msg.o
a - BytesInBits.o
a - Check_Compress.o
a - Compression.o
a - Create_TableB.o
a - Create_TableD.o
a - D_Compression.o
a - DL_Destroy.o
a - DL_Encode.o
a - DL_First.o
a - DL_Init.o
a - DL_Last.o
a - DL_NumFXYs.o
a - DL_Print.o
a - DL_Put.o
a - DL_Size.o
a - dump_print.o
a - EncodeValue.o
a - EV_Destroy.o
a - EV_Get.o
a - EV_Init.o
a - EV_IsBad.o
a - EV_Print.o
a - EV_RVSet.o
a - EV_Set.o
a - FileExists.o
a - Find_Data_Type.o
a - Find_Status.o
a - Flag_Print.o
a - FL_Destroy.o
a - FL_Expand.o
a - FL_First.o
a - FL_Get.o
a - FL_Init.o
a - FL_Insert.o
a - FL_Last.o
a - FL_Prev.o
a - FL_Print.o
a - FL_Put.o
a - FL_Remove.o
a - FL_Size.o
a - F_Print_R.o
a - FXY_Expand.o
a - FXY_F_Value.o
a - FXY_Get_DW.o
a - FXY_Get_RV.o
a - FXY_Get_S.o
a - FXY_Get_Vals.o
a - FXY_IsLocal.o
a - FXY_IsRepl.o
a - FXY_IsTableB.o
a - FXY_IsTableC.o
a - FXY_IsTableD.o
a - FXY_Pack_Dec.o
a - FXY_Pack.o
a - FXY_Print.o
a - FXY_PrintVals.o
a - FXY_PtrInc.o
a - FXY_String.o
a - FXY_Units.o
a - FXY_UnitsType.o
a - FXY_Unpack_Dec.o
a - FXY_Unpack.o
a - FXY_X_Value.o
a - FXY_Y_Value.o
a - Get_BUFR_Edition.o
a - Get_BUFR_Log_File.o
a - Get_BUFR_Log_File_prt.o
a - Get_BUFR_MasterTableNum.o
a - Get_Century.o
a - Get_DataCategory.o
a - Get_DataSubCategory.o
a - Get_Day.o
a - Get_HourMinute.o
a - Get_Hour.o
a - Get_LocalTableVer.o
a - Get_MasterTableVer.o
a - Get_Minute.o
a - Get_Month.o
a - Get_ObservedDataFlag.o
a - Get_OriginatingCenterID.o
a - Get_OriginatingCenter.o
a - Get_SubCenter.o
a - Get_UpdateSeqNum.o
a - Get_Val_Double.o
a - Get_Val_FXY.o
a - Get_Val_Int.o
a - Get_Val_Scale.o
a - Get_Val_String.o
a - Get_Val_Type.o
a - Get_Year.o
a - Get_YMD.o
a - HS_Destroy.o
a - HS_GetBit.o
a - HS_Get.o
a - HS_RVSet.o
a - HS_SetBit.o
a - HS_Set.o
a - Int2ToInt.o
a - Int3ToInt.o
a - IntToInt2.o
a - IntToInt3.o
a - Is_Val_Missing.o
a - Loop_T_Data_Type.o
a - Miss_ValRep.o
a - Num_Messages.o
a - PrintDivider.o
a - Prn_Comprss.o
a - Set_Center_Info.o
a - Set_Compress.o
a - Set_DataCategory.o
a - Set_Date.o
a - Set_Edition_MastTab.o
a - Set_Flag.o
a - Set_MasterTableVer.o
a - Set_ObservedData.o
a - Set_Status.o
a - Set_Time.o
a - Set_UpdateSequence.o
a - T0_Destroy.o
a - T0_Init.o
a - T0_Print.o
a - T0_Read.o
a - T0_Value.o
a - TA_Destroy.o
a - TA_Init.o
a - TA_Print.o
a - TA_Read.o
a - TA_Value.o
a - TB_Destroy.o
a - TB_Get.o
a - TB_GetUnits.o
a - TB_Init.o
a - TB_Print.o
a - TB_Put.o
a - TB_Read.o
a - TC_Find.o
a - TD_Destroy.o
a - TD_Expand.o
a - TD_Init.o
a - TD_Match.o
a - TD_Print.o
a - TD_Read.o
a - TDS_Destroy.o
a - TDS_Init.o
a - TDS_Put.o
a - TenPow.o
a - TruncateValue.o
a - TwoPow.o
a - VoidInc.o
a - VoidVal.o
a - VS_Clear.o
a - VS_Destroy.o
a - VS_Get.o
a - VS_Init.o
a - VS_IsEmpty.o
a - VS_Pop.o
a - VS_Push.o
rm -f *.o
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c -o bufr_dump.o 
bufr_dump.c
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g    -o bufr_dump bufr_dump.o 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/libmel_bufr.a
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 
-DIGNORE_NESTING=1 -DMEMORY_DEBUG=0 -DTRACE_PRINT=0  -c -o dataset_dmp.o 
dataset_dmp.c
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g    -o dataset_dmp 
dataset_dmp.o /home/gempak/GEMPAK6.7.0/os/linux64/lib/libmel_bufr.a
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/melBUFR/v5.2/src'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/melBUFR/v5.2'
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/melBUFR'
making in /home/gempak/GEMPAK6.7.0/extlibs/ncepBUFR
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/ncepBUFR'
making all in /home/gempak/GEMPAK6.7.0/extlibs/ncepBUFR/libncepBUFR
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/ncepBUFR/20060414'
cpp -P  bufrlib.PRM.template bufrlib.prm
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c bort_exit.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c ccbfl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c cobfl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c crbmg.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c cwbmg.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c rbytes.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c restd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c wrdesc.c
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c addate.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c adn30.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c bfrini.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c bort.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c bort2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c cadn30.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c capit.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c chekstab.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c chrtrn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c chrtrna.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c cktaba.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c closbf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c closmg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c cmpmsg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c cmsgini.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c cnved4.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c conwin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c copybf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c copymg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c copysb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c cpbfdx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c cpymem.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c cpyupd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c datebf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c datelen.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c digit.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c drfini.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c drstpl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dumpbf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dxdump.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dxinit.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dxmini.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c elemdx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c getabdb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c getlens.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gets1loc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c getwin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c i4dy.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ichkstr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c icopysb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c idn30.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ifbget.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ifxy.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c igetdate.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c inctab.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c invcon.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c invmrg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c invtag.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c invwin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ipkm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ireadft.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ireadibm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ireadmg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ireadmm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ireadns.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ireadsb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c irev.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c istdesc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c iupb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c iupbs01.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c iupbs1.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c iupm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c iupvs01.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c iupvs1.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c jstchr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c jstnum.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ljust.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lmsg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lstjpb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lstrpc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lstrps.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c makestab.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c maxout.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mesgbc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mesgbf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c minimg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mova2i.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mrginv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c msgini.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c msgupd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c msgwrt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mvb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c nemock.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c nemtab.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c nemtba.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c nemtbax.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c nemtbb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c nemtbd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c nenuaa.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c nenubd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c nevn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c newwin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c nmbyt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c nmsub.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c nmwrd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c numbck.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c numtab.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c numtbd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c nvnwin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c nwords.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c nxtwin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c openbf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c openbt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c openmb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c openmg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ovrbs1.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pad.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c padmsg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c parseq.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c parusr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c parutg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pkb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pkbs1.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pkc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pkftbv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pktdd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pkvs01.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pkvs1.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c posapn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c posapx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rcstpl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rdbfdx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rdcmps.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rdmemm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rdmems.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rdmgsb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rdmsgb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rdmsgw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rdtree.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rdusdx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c readdx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c readerme.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c readft.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c readibm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c readlc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c readmg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c readmm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c readns.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c readsb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rewnbf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rjust.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rsvfvm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c seqsdx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c status.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stdmsg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stndrd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c strcln.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c string.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c strnum.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c strsuc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c subupd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c tabent.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c tabsub.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c trybump.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ufbcnt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ufbcpy.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ufbcup.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ufbdmp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ufbevn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ufbget.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ufbin3.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ufbint.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ufbinx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ufbmem.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ufbmms.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ufbmns.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ufbovr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ufbpos.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ufbqcd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ufbqcp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ufbrep.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ufbrms.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ufbrp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ufbrw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ufbseq.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ufbsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ufbstp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ufbtab.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ufbtam.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ufdump.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c upb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c upbb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c upc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c upds3.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c upftbv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c uptdd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c usrtpl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c valx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wrcmps.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wrdlen.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c writca.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c writcp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c writdx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c writlc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c writsa.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c writsb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wrtree.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wtstat.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/libncepBUFR.a *.o
a - addate.o
a - adn30.o
a - bfrini.o
a - bort2.o
a - bort_exit.o
a - bort.o
a - cadn30.o
a - capit.o
a - ccbfl.o
a - chekstab.o
a - chrtrna.o
a - chrtrn.o
a - cktaba.o
a - closbf.o
a - closmg.o
a - cmpmsg.o
a - cmsgini.o
a - cnved4.o
a - cobfl.o
a - conwin.o
a - copybf.o
a - copymg.o
a - copysb.o
a - cpbfdx.o
a - cpymem.o
a - cpyupd.o
a - crbmg.o
a - cwbmg.o
a - datebf.o
a - datelen.o
a - digit.o
a - drfini.o
a - drstpl.o
a - dumpbf.o
a - dxdump.o
a - dxinit.o
a - dxmini.o
a - elemdx.o
a - getabdb.o
a - getlens.o
a - gets1loc.o
a - getwin.o
a - i4dy.o
a - ichkstr.o
a - icopysb.o
a - idn30.o
a - ifbget.o
a - ifxy.o
a - igetdate.o
a - inctab.o
a - invcon.o
a - invmrg.o
a - invtag.o
a - invwin.o
a - ipkm.o
a - ireadft.o
a - ireadibm.o
a - ireadmg.o
a - ireadmm.o
a - ireadns.o
a - ireadsb.o
a - irev.o
a - istdesc.o
a - iupb.o
a - iupbs01.o
a - iupbs1.o
a - iupm.o
a - iupvs01.o
a - iupvs1.o
a - jstchr.o
a - jstnum.o
a - ljust.o
a - lmsg.o
a - lstjpb.o
a - lstrpc.o
a - lstrps.o
a - makestab.o
a - maxout.o
a - mesgbc.o
a - mesgbf.o
a - minimg.o
a - mova2i.o
a - mrginv.o
a - msgini.o
a - msgupd.o
a - msgwrt.o
a - mvb.o
a - nemock.o
a - nemtab.o
a - nemtba.o
a - nemtbax.o
a - nemtbb.o
a - nemtbd.o
a - nenuaa.o
a - nenubd.o
a - nevn.o
a - newwin.o
a - nmbyt.o
a - nmsub.o
a - nmwrd.o
a - numbck.o
a - numtab.o
a - numtbd.o
a - nvnwin.o
a - nwords.o
a - nxtwin.o
a - openbf.o
a - openbt.o
a - openmb.o
a - openmg.o
a - ovrbs1.o
a - padmsg.o
a - pad.o
a - parseq.o
a - parusr.o
a - parutg.o
a - pkb.o
a - pkbs1.o
a - pkc.o
a - pkftbv.o
a - pktdd.o
a - pkvs01.o
a - pkvs1.o
a - posapn.o
a - posapx.o
a - rbytes.o
a - rcstpl.o
a - rdbfdx.o
a - rdcmps.o
a - rdmemm.o
a - rdmems.o
a - rdmgsb.o
a - rdmsgb.o
a - rdmsgw.o
a - rdtree.o
a - rdusdx.o
a - readdx.o
a - readerme.o
a - readft.o
a - readibm.o
a - readlc.o
a - readmg.o
a - readmm.o
a - readns.o
a - readsb.o
a - restd.o
a - rewnbf.o
a - rjust.o
a - rsvfvm.o
a - seqsdx.o
a - status.o
a - stdmsg.o
a - stndrd.o
a - strcln.o
a - string.o
a - strnum.o
a - strsuc.o
a - subupd.o
a - tabent.o
a - tabsub.o
a - trybump.o
a - ufbcnt.o
a - ufbcpy.o
a - ufbcup.o
a - ufbdmp.o
a - ufbevn.o
a - ufbget.o
a - ufbin3.o
a - ufbint.o
a - ufbinx.o
a - ufbmem.o
a - ufbmms.o
a - ufbmns.o
a - ufbovr.o
a - ufbpos.o
a - ufbqcd.o
a - ufbqcp.o
a - ufbrep.o
a - ufbrms.o
a - ufbrp.o
a - ufbrw.o
a - ufbseq.o
a - ufbsp.o
a - ufbstp.o
a - ufbtab.o
a - ufbtam.o
a - ufdump.o
a - upbb.o
a - upb.o
a - upc.o
a - upds3.o
a - upftbv.o
a - uptdd.o
a - usrtpl.o
a - valx.o
a - wrcmps.o
a - wrdesc.o
a - wrdlen.o
a - writca.o
a - writcp.o
a - writdx.o
a - writlc.o
a - writsa.o
a - writsb.o
a - wrtree.o
a - wtstat.o
rm -f *.o bufrlib.prm
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/ncepBUFR/20060414'
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/ncepBUFR'
making in /home/gempak/GEMPAK6.7.0/extlibs/netCDF
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/netCDF'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/netCDF'
making in /home/gempak/GEMPAK6.7.0/extlibs/OHSHEF
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/OHSHEF'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sh2adj.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sh2beg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sh2bla.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c shcurd.c
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sh2dt2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sh2fnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sh2loc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sh2nu2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sh2num.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sh2nxd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sh2skp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sh2st1.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sh2st2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sh2tya.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sh2tyd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sh3ad7.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sh3add.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sh3adh.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sh3adk.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sh3adt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sh3ady.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sh3dec.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sh3dlm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sh3dt0.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sh3dt1.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sh3dt2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sh3dt3.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sh3dt4.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sh3dt5.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sh3dt6.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sh3dt7.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sh3dt8.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sh3tz0.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sh4dt0.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sh4dt2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shcdat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shctim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shdble.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shdcod.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shdeca.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shdecb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shdece.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shdotb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shdriv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shdura.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shedln.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sherr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sherrk.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sherrm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sherrs.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shexcd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shfact.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shfmt1.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shfmt2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shgcal.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shgetk.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shgjul.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shhrfx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shieom.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shihr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shijul.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shimn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shimo.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shise.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shiyr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shline.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shmaxe.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shout.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shoza1.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shoze1.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shoze2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shpabg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shpcod.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shpdec.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shpos.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shprob.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shqual.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shquot.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shsava.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shsavd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shsavi.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shsavj.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shsavk.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shsavl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shsavm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shsavn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shsavp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shsavq.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shsavs.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shsavu.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shsend.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shtscd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shtypa.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shtypd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shtype.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shvern.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shyear.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/libOHSHEF.a *.o
a - sh2adj.o
a - sh2beg.o
a - sh2bla.o
a - sh2dt2.o
a - sh2fnd.o
a - sh2loc.o
a - sh2nu2.o
a - sh2num.o
a - sh2nxd.o
a - sh2skp.o
a - sh2st1.o
a - sh2st2.o
a - sh2tya.o
a - sh2tyd.o
a - sh3ad7.o
a - sh3add.o
a - sh3adh.o
a - sh3adk.o
a - sh3adt.o
a - sh3ady.o
a - sh3dec.o
a - sh3dlm.o
a - sh3dt0.o
a - sh3dt1.o
a - sh3dt2.o
a - sh3dt3.o
a - sh3dt4.o
a - sh3dt5.o
a - sh3dt6.o
a - sh3dt7.o
a - sh3dt8.o
a - sh3tz0.o
a - sh4dt0.o
a - sh4dt2.o
a - shcdat.o
a - shctim.o
a - shcurd.o
a - shdble.o
a - shdcod.o
a - shdeca.o
a - shdecb.o
a - shdece.o
a - shdotb.o
a - shdriv.o
a - shdura.o
a - shedln.o
a - sherrk.o
a - sherrm.o
a - sherr.o
a - sherrs.o
a - shexcd.o
a - shfact.o
a - shfmt1.o
a - shfmt2.o
a - shgcal.o
a - shgetk.o
a - shgjul.o
a - shhrfx.o
a - shieom.o
a - shihr.o
a - shijul.o
a - shimn.o
a - shimo.o
a - shise.o
a - shiyr.o
a - shline.o
a - shmaxe.o
a - shout.o
a - shoza1.o
a - shoze1.o
a - shoze2.o
a - shpabg.o
a - shpcod.o
a - shpdec.o
a - shpos.o
a - shprob.o
a - shqual.o
a - shquot.o
a - shsava.o
a - shsavd.o
a - shsavi.o
a - shsavj.o
a - shsavk.o
a - shsavl.o
a - shsavm.o
a - shsavn.o
a - shsavp.o
a - shsavq.o
a - shsavs.o
a - shsavu.o
a - shsend.o
a - shtscd.o
a - shtypa.o
a - shtypd.o
a - shtype.o
a - shvern.o
a - shyear.o
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/OHSHEF'
making in /home/gempak/GEMPAK6.7.0/extlibs/xml2
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/xml2'
make -w _xml2
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/xml2'
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31'
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31'
 Creating /home/gempak/GEMPAK6.7.0/os/linux64
Making in /home/gempak/GEMPAK6.7.0/extlibs/xml2/libxml2
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for rm... /bin/rm
checking for mv... /bin/mv
checking for tar... /bin/tar
checking for perl... /usr/bin/perl
checking for wget... /usr/bin/wget
checking for xmllint... /usr/bin/xmllint
checking for xsltproc... /usr/bin/xsltproc
checking for function prototypes... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for string.h... (cached) yes
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking the maximum length of command line arguments... 1966080
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... no
checking if gfortran supports -c -o file.o... yes
checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports 
shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
Checking zlib
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for gzread in -lz... yes
Checking headers
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking ansidecl.h usability... no
checking ansidecl.h presence... no
checking for ansidecl.h... no
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking nan.h usability... no
checking nan.h presence... no
checking for nan.h... no
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking fp_class.h usability... no
checking fp_class.h presence... no
checking for fp_class.h... no
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for stdlib.h... (cached) yes
checking for sys/socket.h... yes
checking for netinet/in.h... yes
checking for arpa/inet.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for arpa/nameser.h... yes
checking for resolv.h... yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking for dlfcn.h... (cached) yes
Checking libraries
checking for strftime... yes
checking for strdup... yes
checking for strndup... yes
checking for strerror... yes
checking for finite... yes
checking for isnand... no
checking for fp_class... no
checking for class... no
checking for fpclass... no
checking for strftime... (cached) yes
checking for localtime... yes
checking for gettimeofday... yes
checking for ftime... yes
checking for stat... yes
checking for _stat... no
checking for signal... yes
checking for printf... yes
checking for sprintf... yes
checking for fprintf... yes
checking for snprintf... yes
checking for vfprintf... yes
checking for vsprintf... yes
checking for vsnprintf... yes
checking for sscanf... yes
checking for va_copy... yes
checking for library containing gethostent... none required
checking for library containing setsockopt... none required
checking for library containing connect... none required
checking for type of socket length (socklen_t)... socklen_t *
checking whether to enable IPv6... yes
checking struct sockaddr::ss_family... yes
checking for getaddrinfo... yes
checking for isnan... yes
checking for isinf... yes
checking for python... /usr/bin/python
Found Python version 2.6
could not find python2.6/Python.h
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
Checking configuration requirements
Enabling multithreaded support
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_join in -lpthread... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for iconv... yes
Enabled Schematron support
Enabled Schemas/Relax-NG support
Disabling DEBUG support
configure: creating ./config.status
config.status: creating libxml2.spec
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating include/libxml/Makefile
config.status: creating doc/Makefile
config.status: creating doc/examples/Makefile
config.status: creating doc/devhelp/Makefile
config.status: creating example/Makefile
config.status: creating python/Makefile
config.status: creating python/tests/Makefile
config.status: creating xstc/Makefile
config.status: creating include/libxml/xmlversion.h
config.status: creating xml2-config
config.status: creating libxml-2.0.pc
config.status: creating libxml-2.0-uninstalled.pc
config.status: creating python/setup.py
config.status: creating config.h
config.status: executing depfiles commands
Done configuring
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31'
Making install in include
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31/include'
Making install in libxml
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31/include/libxml'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31/include/libxml'
make  install-exec-hook
make[8]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31/include/libxml'
/bin/sh ../../mkinstalldirs 
/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml
mkdir -p -- /home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml
make[8]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31/include/libxml'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml" || 
/bin/mkdir -p "/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml"
 /usr/bin/install -c -m 644 'SAX.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/SAX.h'
 /usr/bin/install -c -m 644 'entities.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/entities.h'
 /usr/bin/install -c -m 644 'encoding.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/encoding.h'
 /usr/bin/install -c -m 644 'parser.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/parser.h'
 /usr/bin/install -c -m 644 'parserInternals.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/parserInternals.h'
 /usr/bin/install -c -m 644 'xmlerror.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/xmlerror.h'
 /usr/bin/install -c -m 644 'HTMLparser.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/HTMLparser.h'
 /usr/bin/install -c -m 644 'HTMLtree.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/HTMLtree.h'
 /usr/bin/install -c -m 644 'debugXML.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/debugXML.h'
 /usr/bin/install -c -m 644 'tree.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/tree.h'
 /usr/bin/install -c -m 644 'list.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/list.h'
 /usr/bin/install -c -m 644 'hash.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/hash.h'
 /usr/bin/install -c -m 644 'xpath.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/xpath.h'
 /usr/bin/install -c -m 644 'xpathInternals.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/xpathInternals.h'
 /usr/bin/install -c -m 644 'xpointer.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/xpointer.h'
 /usr/bin/install -c -m 644 'xinclude.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/xinclude.h'
 /usr/bin/install -c -m 644 'xmlIO.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/xmlIO.h'
 /usr/bin/install -c -m 644 'xmlmemory.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/xmlmemory.h'
 /usr/bin/install -c -m 644 'nanohttp.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/nanohttp.h'
 /usr/bin/install -c -m 644 'nanoftp.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/nanoftp.h'
 /usr/bin/install -c -m 644 'uri.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/uri.h'
 /usr/bin/install -c -m 644 'valid.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/valid.h'
 /usr/bin/install -c -m 644 'xlink.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/xlink.h'
 /usr/bin/install -c -m 644 'xmlversion.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/xmlversion.h'
 /usr/bin/install -c -m 644 'DOCBparser.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/DOCBparser.h'
 /usr/bin/install -c -m 644 'catalog.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/catalog.h'
 /usr/bin/install -c -m 644 'threads.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/threads.h'
 /usr/bin/install -c -m 644 'globals.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/globals.h'
 /usr/bin/install -c -m 644 'c14n.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/c14n.h'
 /usr/bin/install -c -m 644 'xmlautomata.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/xmlautomata.h'
 /usr/bin/install -c -m 644 'xmlregexp.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/xmlregexp.h'
 /usr/bin/install -c -m 644 'xmlmodule.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/xmlmodule.h'
 /usr/bin/install -c -m 644 'xmlschemas.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/xmlschemas.h'
 /usr/bin/install -c -m 644 'schemasInternals.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/schemasInternals.h'
 /usr/bin/install -c -m 644 'xmlschemastypes.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/xmlschemastypes.h'
 /usr/bin/install -c -m 644 'xmlstring.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/xmlstring.h'
 /usr/bin/install -c -m 644 'xmlunicode.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/xmlunicode.h'
 /usr/bin/install -c -m 644 'xmlreader.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/xmlreader.h'
 /usr/bin/install -c -m 644 'relaxng.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/relaxng.h'
 /usr/bin/install -c -m 644 'dict.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/dict.h'
 /usr/bin/install -c -m 644 'SAX2.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/SAX2.h'
 /usr/bin/install -c -m 644 'xmlexports.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/xmlexports.h'
 /usr/bin/install -c -m 644 'xmlwriter.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/xmlwriter.h'
 /usr/bin/install -c -m 644 'chvalid.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/chvalid.h'
 /usr/bin/install -c -m 644 'pattern.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/pattern.h'
 /usr/bin/install -c -m 644 'xmlsave.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/xmlsave.h'
 /usr/bin/install -c -m 644 'schematron.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2/libxml/schematron.h'
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31/include/libxml'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31/include/libxml'
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31/include'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31/include'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31/include'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31/include'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31/include'
Making install in .
make[5]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31'
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT SAX.lo -MD -MP -MF .deps/SAX.Tpo -c -o SAX.lo SAX.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT SAX.lo -MD 
-MP -MF .deps/SAX.Tpo -c SAX.c -o SAX.o
mv -f .deps/SAX.Tpo .deps/SAX.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT entities.lo -MD -MP -MF .deps/entities.Tpo -c -o 
entities.lo entities.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT 
entities.lo -MD -MP -MF .deps/entities.Tpo -c entities.c -o entities.o
mv -f .deps/entities.Tpo .deps/entities.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT encoding.lo -MD -MP -MF .deps/encoding.Tpo -c -o 
encoding.lo encoding.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT 
encoding.lo -MD -MP -MF .deps/encoding.Tpo -c encoding.c -o encoding.o
mv -f .deps/encoding.Tpo .deps/encoding.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT error.lo -MD -MP -MF .deps/error.Tpo -c -o error.lo 
error.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT error.lo 
-MD -MP -MF .deps/error.Tpo -c error.c -o error.o
mv -f .deps/error.Tpo .deps/error.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT parserInternals.lo -MD -MP -MF .deps/parserInternals.Tpo 
-c -o parserInternals.lo parserInternals.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT 
parserInternals.lo -MD -MP -MF .deps/parserInternals.Tpo -c parserInternals.c 
-o parserInternals.o
mv -f .deps/parserInternals.Tpo .deps/parserInternals.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c -o parser.lo 
parser.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT parser.lo 
-MD -MP -MF .deps/parser.Tpo -c parser.c -o parser.o
mv -f .deps/parser.Tpo .deps/parser.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT tree.lo -MD -MP -MF .deps/tree.Tpo -c -o tree.lo tree.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT tree.lo 
-MD -MP -MF .deps/tree.Tpo -c tree.c -o tree.o
mv -f .deps/tree.Tpo .deps/tree.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c -o hash.lo hash.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT hash.lo 
-MD -MP -MF .deps/hash.Tpo -c hash.c -o hash.o
mv -f .deps/hash.Tpo .deps/hash.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT list.lo -MD -MP -MF .deps/list.Tpo -c -o list.lo list.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT list.lo 
-MD -MP -MF .deps/list.Tpo -c list.c -o list.o
mv -f .deps/list.Tpo .deps/list.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT xmlIO.lo -MD -MP -MF .deps/xmlIO.Tpo -c -o xmlIO.lo 
xmlIO.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT xmlIO.lo 
-MD -MP -MF .deps/xmlIO.Tpo -c xmlIO.c -o xmlIO.o
mv -f .deps/xmlIO.Tpo .deps/xmlIO.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT xmlmemory.lo -MD -MP -MF .deps/xmlmemory.Tpo -c -o 
xmlmemory.lo xmlmemory.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT 
xmlmemory.lo -MD -MP -MF .deps/xmlmemory.Tpo -c xmlmemory.c -o xmlmemory.o
mv -f .deps/xmlmemory.Tpo .deps/xmlmemory.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT uri.lo -MD -MP -MF .deps/uri.Tpo -c -o uri.lo uri.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT uri.lo -MD 
-MP -MF .deps/uri.Tpo -c uri.c -o uri.o
mv -f .deps/uri.Tpo .deps/uri.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT valid.lo -MD -MP -MF .deps/valid.Tpo -c -o valid.lo 
valid.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT valid.lo 
-MD -MP -MF .deps/valid.Tpo -c valid.c -o valid.o
mv -f .deps/valid.Tpo .deps/valid.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT xlink.lo -MD -MP -MF .deps/xlink.Tpo -c -o xlink.lo 
xlink.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT xlink.lo 
-MD -MP -MF .deps/xlink.Tpo -c xlink.c -o xlink.o
mv -f .deps/xlink.Tpo .deps/xlink.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT HTMLparser.lo -MD -MP -MF .deps/HTMLparser.Tpo -c -o 
HTMLparser.lo HTMLparser.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT 
HTMLparser.lo -MD -MP -MF .deps/HTMLparser.Tpo -c HTMLparser.c -o HTMLparser.o
mv -f .deps/HTMLparser.Tpo .deps/HTMLparser.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT HTMLtree.lo -MD -MP -MF .deps/HTMLtree.Tpo -c -o 
HTMLtree.lo HTMLtree.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT 
HTMLtree.lo -MD -MP -MF .deps/HTMLtree.Tpo -c HTMLtree.c -o HTMLtree.o
mv -f .deps/HTMLtree.Tpo .deps/HTMLtree.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT debugXML.lo -MD -MP -MF .deps/debugXML.Tpo -c -o 
debugXML.lo debugXML.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT 
debugXML.lo -MD -MP -MF .deps/debugXML.Tpo -c debugXML.c -o debugXML.o
mv -f .deps/debugXML.Tpo .deps/debugXML.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT xpath.lo -MD -MP -MF .deps/xpath.Tpo -c -o xpath.lo 
xpath.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT xpath.lo 
-MD -MP -MF .deps/xpath.Tpo -c xpath.c -o xpath.o
mv -f .deps/xpath.Tpo .deps/xpath.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT xpointer.lo -MD -MP -MF .deps/xpointer.Tpo -c -o 
xpointer.lo xpointer.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT 
xpointer.lo -MD -MP -MF .deps/xpointer.Tpo -c xpointer.c -o xpointer.o
mv -f .deps/xpointer.Tpo .deps/xpointer.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT xinclude.lo -MD -MP -MF .deps/xinclude.Tpo -c -o 
xinclude.lo xinclude.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT 
xinclude.lo -MD -MP -MF .deps/xinclude.Tpo -c xinclude.c -o xinclude.o
mv -f .deps/xinclude.Tpo .deps/xinclude.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT nanohttp.lo -MD -MP -MF .deps/nanohttp.Tpo -c -o 
nanohttp.lo nanohttp.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT 
nanohttp.lo -MD -MP -MF .deps/nanohttp.Tpo -c nanohttp.c -o nanohttp.o
mv -f .deps/nanohttp.Tpo .deps/nanohttp.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT nanoftp.lo -MD -MP -MF .deps/nanoftp.Tpo -c -o nanoftp.lo 
nanoftp.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT nanoftp.lo 
-MD -MP -MF .deps/nanoftp.Tpo -c nanoftp.c -o nanoftp.o
mv -f .deps/nanoftp.Tpo .deps/nanoftp.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT DOCBparser.lo -MD -MP -MF .deps/DOCBparser.Tpo -c -o 
DOCBparser.lo DOCBparser.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT 
DOCBparser.lo -MD -MP -MF .deps/DOCBparser.Tpo -c DOCBparser.c -o DOCBparser.o
mv -f .deps/DOCBparser.Tpo .deps/DOCBparser.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT catalog.lo -MD -MP -MF .deps/catalog.Tpo -c -o catalog.lo 
catalog.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT catalog.lo 
-MD -MP -MF .deps/catalog.Tpo -c catalog.c -o catalog.o
mv -f .deps/catalog.Tpo .deps/catalog.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT globals.lo -MD -MP -MF .deps/globals.Tpo -c -o globals.lo 
globals.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT globals.lo 
-MD -MP -MF .deps/globals.Tpo -c globals.c -o globals.o
mv -f .deps/globals.Tpo .deps/globals.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT threads.lo -MD -MP -MF .deps/threads.Tpo -c -o threads.lo 
threads.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT threads.lo 
-MD -MP -MF .deps/threads.Tpo -c threads.c -o threads.o
mv -f .deps/threads.Tpo .deps/threads.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT c14n.lo -MD -MP -MF .deps/c14n.Tpo -c -o c14n.lo c14n.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT c14n.lo 
-MD -MP -MF .deps/c14n.Tpo -c c14n.c -o c14n.o
mv -f .deps/c14n.Tpo .deps/c14n.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT xmlstring.lo -MD -MP -MF .deps/xmlstring.Tpo -c -o 
xmlstring.lo xmlstring.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT 
xmlstring.lo -MD -MP -MF .deps/xmlstring.Tpo -c xmlstring.c -o xmlstring.o
mv -f .deps/xmlstring.Tpo .deps/xmlstring.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT xmlregexp.lo -MD -MP -MF .deps/xmlregexp.Tpo -c -o 
xmlregexp.lo xmlregexp.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT 
xmlregexp.lo -MD -MP -MF .deps/xmlregexp.Tpo -c xmlregexp.c -o xmlregexp.o
mv -f .deps/xmlregexp.Tpo .deps/xmlregexp.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT xmlschemas.lo -MD -MP -MF .deps/xmlschemas.Tpo -c -o 
xmlschemas.lo xmlschemas.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT 
xmlschemas.lo -MD -MP -MF .deps/xmlschemas.Tpo -c xmlschemas.c -o xmlschemas.o
mv -f .deps/xmlschemas.Tpo .deps/xmlschemas.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT xmlschemastypes.lo -MD -MP -MF .deps/xmlschemastypes.Tpo 
-c -o xmlschemastypes.lo xmlschemastypes.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT 
xmlschemastypes.lo -MD -MP -MF .deps/xmlschemastypes.Tpo -c xmlschemastypes.c 
-o xmlschemastypes.o
mv -f .deps/xmlschemastypes.Tpo .deps/xmlschemastypes.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT xmlunicode.lo -MD -MP -MF .deps/xmlunicode.Tpo -c -o 
xmlunicode.lo xmlunicode.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT 
xmlunicode.lo -MD -MP -MF .deps/xmlunicode.Tpo -c xmlunicode.c -o xmlunicode.o
mv -f .deps/xmlunicode.Tpo .deps/xmlunicode.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT xmlreader.lo -MD -MP -MF .deps/xmlreader.Tpo -c -o 
xmlreader.lo xmlreader.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT 
xmlreader.lo -MD -MP -MF .deps/xmlreader.Tpo -c xmlreader.c -o xmlreader.o
mv -f .deps/xmlreader.Tpo .deps/xmlreader.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT relaxng.lo -MD -MP -MF .deps/relaxng.Tpo -c -o relaxng.lo 
relaxng.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT relaxng.lo 
-MD -MP -MF .deps/relaxng.Tpo -c relaxng.c -o relaxng.o
mv -f .deps/relaxng.Tpo .deps/relaxng.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT dict.lo -MD -MP -MF .deps/dict.Tpo -c -o dict.lo dict.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT dict.lo 
-MD -MP -MF .deps/dict.Tpo -c dict.c -o dict.o
mv -f .deps/dict.Tpo .deps/dict.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT SAX2.lo -MD -MP -MF .deps/SAX2.Tpo -c -o SAX2.lo SAX2.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT SAX2.lo 
-MD -MP -MF .deps/SAX2.Tpo -c SAX2.c -o SAX2.o
mv -f .deps/SAX2.Tpo .deps/SAX2.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT xmlwriter.lo -MD -MP -MF .deps/xmlwriter.Tpo -c -o 
xmlwriter.lo xmlwriter.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT 
xmlwriter.lo -MD -MP -MF .deps/xmlwriter.Tpo -c xmlwriter.c -o xmlwriter.o
mv -f .deps/xmlwriter.Tpo .deps/xmlwriter.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT legacy.lo -MD -MP -MF .deps/legacy.Tpo -c -o legacy.lo 
legacy.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT legacy.lo 
-MD -MP -MF .deps/legacy.Tpo -c legacy.c -o legacy.o
mv -f .deps/legacy.Tpo .deps/legacy.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT chvalid.lo -MD -MP -MF .deps/chvalid.Tpo -c -o chvalid.lo 
chvalid.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT chvalid.lo 
-MD -MP -MF .deps/chvalid.Tpo -c chvalid.c -o chvalid.o
mv -f .deps/chvalid.Tpo .deps/chvalid.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT pattern.lo -MD -MP -MF .deps/pattern.Tpo -c -o pattern.lo 
pattern.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT pattern.lo 
-MD -MP -MF .deps/pattern.Tpo -c pattern.c -o pattern.o
mv -f .deps/pattern.Tpo .deps/pattern.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT xmlsave.lo -MD -MP -MF .deps/xmlsave.Tpo -c -o xmlsave.lo 
xmlsave.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT xmlsave.lo 
-MD -MP -MF .deps/xmlsave.Tpo -c xmlsave.c -o xmlsave.o
mv -f .deps/xmlsave.Tpo .deps/xmlsave.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT xmlmodule.lo -MD -MP -MF .deps/xmlmodule.Tpo -c -o 
xmlmodule.lo xmlmodule.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT 
xmlmodule.lo -MD -MP -MF .deps/xmlmodule.Tpo -c xmlmodule.c -o xmlmodule.o
mv -f .deps/xmlmodule.Tpo .deps/xmlmodule.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT schematron.lo -MD -MP -MF .deps/schematron.Tpo -c -o 
schematron.lo schematron.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT 
schematron.lo -MD -MP -MF .deps/schematron.Tpo -c schematron.c -o schematron.o
mv -f .deps/schematron.Tpo .deps/schematron.Plo
/bin/sh ./libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -version-info 
8:31:6 -ldl  -o libxml2.la -rpath /home/gempak/GEMPAK6.7.0/os/linux64/lib 
SAX.lo entities.lo encoding.lo error.lo parserInternals.lo parser.lo tree.lo 
hash.lo list.lo xmlIO.lo xmlmemory.lo uri.lo valid.lo xlink.lo HTMLparser.lo 
HTMLtree.lo debugXML.lo xpath.lo xpointer.lo xinclude.lo nanohttp.lo nanoftp.lo 
DOCBparser.lo catalog.lo globals.lo threads.lo c14n.lo xmlstring.lo 
xmlregexp.lo xmlschemas.lo xmlschemastypes.lo xmlunicode.lo xmlreader.lo 
relaxng.lo dict.lo SAX2.lo xmlwriter.lo legacy.lo chvalid.lo pattern.lo 
xmlsave.lo xmlmodule.lo schematron.lo -L/home/gempak/GEMPAK6.7.0/os/linux64/lib 
-lz  -lm  
mkdir .libs
ar cru .libs/libxml2.a  SAX.o entities.o encoding.o error.o parserInternals.o 
parser.o tree.o hash.o list.o xmlIO.o xmlmemory.o uri.o valid.o xlink.o 
HTMLparser.o HTMLtree.o debugXML.o xpath.o xpointer.o xinclude.o nanohttp.o 
nanoftp.o DOCBparser.o catalog.o globals.o threads.o c14n.o xmlstring.o 
xmlregexp.o xmlschemas.o xmlschemastypes.o xmlunicode.o xmlreader.o relaxng.o 
dict.o SAX2.o xmlwriter.o legacy.o chvalid.o pattern.o xmlsave.o xmlmodule.o 
schematron.o
ranlib .libs/libxml2.a
creating libxml2.la
(cd .libs && rm -f libxml2.la && ln -s ../libxml2.la libxml2.la)
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include 
-I./include  -D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g 
-O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment 
-Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT testdso.lo -MD -MP -MF .deps/testdso.Tpo -c -o testdso.lo 
testdso.c
 gcc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT testdso.lo 
-MD -MP -MF .deps/testdso.Tpo -c testdso.c -o testdso.o
mv -f .deps/testdso.Tpo .deps/testdso.Plo
/bin/sh ./libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -module -rpath 
/home/gempak/GEMPAK6.7.0/os/linux64/lib  -o testdso.la  testdso.lo  
ar cru .libs/testdso.a  testdso.o
ranlib .libs/testdso.a
creating testdso.la
(cd .libs && rm -f testdso.la && ln -s ../testdso.la testdso.la)
gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT xmllint.o 
-MD -MP -MF .deps/xmllint.Tpo -c -o xmllint.o xmllint.c
mv -f .deps/xmllint.Tpo .deps/xmllint.Po
/bin/sh ./libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o xmllint 
xmllint.o ./libxml2.la  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz  -lm  
gcc -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch 
-Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses 
-Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -o xmllint xmllint.o  ./.libs/libxml2.a -ldl 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm  
gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT 
xmlcatalog.o -MD -MP -MF .deps/xmlcatalog.Tpo -c -o xmlcatalog.o xmlcatalog.c
mv -f .deps/xmlcatalog.Tpo .deps/xmlcatalog.Po
/bin/sh ./libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o 
xmlcatalog xmlcatalog.o ./libxml2.la  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib 
-lz  -lm  
gcc -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch 
-Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses 
-Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -o xmlcatalog xmlcatalog.o  ./.libs/libxml2.a -ldl 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm  
gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT 
testSchemas.o -MD -MP -MF .deps/testSchemas.Tpo -c -o testSchemas.o 
testSchemas.c
mv -f .deps/testSchemas.Tpo .deps/testSchemas.Po
/bin/sh ./libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o 
testSchemas testSchemas.o ./libxml2.la  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz  -lm  
gcc -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch 
-Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses 
-Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -o testSchemas testSchemas.o  ./.libs/libxml2.a -ldl 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm  
gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT 
testRelax.o -MD -MP -MF .deps/testRelax.Tpo -c -o testRelax.o testRelax.c
mv -f .deps/testRelax.Tpo .deps/testRelax.Po
/bin/sh ./libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o testRelax 
testRelax.o ./libxml2.la  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz  -lm  
gcc -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch 
-Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses 
-Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -o testRelax testRelax.o  ./.libs/libxml2.a -ldl 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm  
gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT testSAX.o 
-MD -MP -MF .deps/testSAX.Tpo -c -o testSAX.o testSAX.c
mv -f .deps/testSAX.Tpo .deps/testSAX.Po
/bin/sh ./libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o testSAX 
testSAX.o ./libxml2.la  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz  -lm  
gcc -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch 
-Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses 
-Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -o testSAX testSAX.o  ./.libs/libxml2.a -ldl 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm  
gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT testHTML.o 
-MD -MP -MF .deps/testHTML.Tpo -c -o testHTML.o testHTML.c
mv -f .deps/testHTML.Tpo .deps/testHTML.Po
/bin/sh ./libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o testHTML 
testHTML.o ./libxml2.la  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz  -lm  
gcc -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch 
-Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses 
-Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -o testHTML testHTML.o  ./.libs/libxml2.a -ldl 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm  
gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT 
testXPath.o -MD -MP -MF .deps/testXPath.Tpo -c -o testXPath.o testXPath.c
mv -f .deps/testXPath.Tpo .deps/testXPath.Po
/bin/sh ./libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o testXPath 
testXPath.o ./libxml2.la  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz  -lm  
gcc -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch 
-Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses 
-Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -o testXPath testXPath.o  ./.libs/libxml2.a -ldl 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm  
gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT testURI.o 
-MD -MP -MF .deps/testURI.Tpo -c -o testURI.o testURI.c
mv -f .deps/testURI.Tpo .deps/testURI.Po
/bin/sh ./libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o testURI 
testURI.o ./libxml2.la  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz  -lm  
gcc -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch 
-Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses 
-Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -o testURI testURI.o  ./.libs/libxml2.a -ldl 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm  
gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT 
testThreads.o -MD -MP -MF .deps/testThreads.Tpo -c -o testThreads.o 
testThreads.c
mv -f .deps/testThreads.Tpo .deps/testThreads.Po
/bin/sh ./libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o 
testThreads testThreads.o -lpthread  ./libxml2.la  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz  -lm  
gcc -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch 
-Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses 
-Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -o testThreads testThreads.o  -lpthread ./.libs/libxml2.a 
-ldl -L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm  
gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT testC14N.o 
-MD -MP -MF .deps/testC14N.Tpo -c -o testC14N.o testC14N.c
mv -f .deps/testC14N.Tpo .deps/testC14N.Po
/bin/sh ./libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o testC14N 
testC14N.o ./libxml2.la  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz  -lm  
gcc -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch 
-Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses 
-Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -o testC14N testC14N.o  ./.libs/libxml2.a -ldl 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm  
gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT 
testAutomata.o -MD -MP -MF .deps/testAutomata.Tpo -c -o testAutomata.o 
testAutomata.c
mv -f .deps/testAutomata.Tpo .deps/testAutomata.Po
/bin/sh ./libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o 
testAutomata testAutomata.o ./libxml2.la  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz  -lm  
gcc -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch 
-Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses 
-Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -o testAutomata testAutomata.o  ./.libs/libxml2.a -ldl 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm  
gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT 
testRegexp.o -MD -MP -MF .deps/testRegexp.Tpo -c -o testRegexp.o testRegexp.c
mv -f .deps/testRegexp.Tpo .deps/testRegexp.Po
/bin/sh ./libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o 
testRegexp testRegexp.o ./libxml2.la  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib 
-lz  -lm  
gcc -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch 
-Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses 
-Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -o testRegexp testRegexp.o  ./.libs/libxml2.a -ldl 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm  
gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT 
testReader.o -MD -MP -MF .deps/testReader.Tpo -c -o testReader.o testReader.c
mv -f .deps/testReader.Tpo .deps/testReader.Po
/bin/sh ./libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o 
testReader testReader.o ./libxml2.la  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib 
-lz  -lm  
gcc -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch 
-Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses 
-Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -o testReader testReader.o  ./.libs/libxml2.a -ldl 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm  
gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT testapi.o 
-MD -MP -MF .deps/testapi.Tpo -c -o testapi.o testapi.c
mv -f .deps/testapi.Tpo .deps/testapi.Po
/bin/sh ./libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o testapi 
testapi.o ./libxml2.la  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz  -lm  
gcc -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch 
-Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses 
-Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -o testapi testapi.o  ./.libs/libxml2.a -ldl 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm  
gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT 
testModule.o -MD -MP -MF .deps/testModule.Tpo -c -o testModule.o testModule.c
mv -f .deps/testModule.Tpo .deps/testModule.Po
/bin/sh ./libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o 
testModule testModule.o ./libxml2.la  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib 
-lz  -lm  
gcc -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch 
-Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses 
-Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -o testModule testModule.o  ./.libs/libxml2.a -ldl 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm  
gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT runtest.o 
-MD -MP -MF .deps/runtest.Tpo -c -o runtest.o runtest.c
mv -f .deps/runtest.Tpo .deps/runtest.Po
/bin/sh ./libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o runtest 
runtest.o -lpthread  ./libxml2.la  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib 
-lz  -lm  
gcc -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch 
-Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses 
-Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -o runtest runtest.o  -lpthread ./.libs/libxml2.a -ldl 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm  
gcc -DHAVE_CONFIG_H -I. -I./include -I./include  -D_REENTRANT 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include     -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT runsuite.o 
-MD -MP -MF .deps/runsuite.Tpo -c -o runsuite.o runsuite.c
mv -f .deps/runsuite.Tpo .deps/runsuite.Po
/bin/sh ./libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o runsuite 
runsuite.o ./libxml2.la  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz  -lm  
gcc -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch 
-Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses 
-Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -o runsuite runsuite.o  ./.libs/libxml2.a -ldl 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm  
sed -e 's?\@XML_LIBDIR\@?-L/home/gempak/GEMPAK6.7.0/os/linux64/lib?g' \
            -e 
's?\@XML_INCLUDEDIR\@?-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2?g' \
            -e 's?\@VERSION\@?2.6.31?g' \
            -e 's?\@XML_LIBS\@?-lxml2 -L/home/gempak/GEMPAK6.7.0/os/linux64/lib 
-lz   -lm ?g' \
               < ./xml2Conf.sh.in > xml2Conf.tmp \
        && mv xml2Conf.tmp xml2Conf.sh
make[6]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/lib" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/lib"
 /bin/sh ./libtool --mode=install /usr/bin/install -c  'libxml2.la' 
'/home/gempak/GEMPAK6.7.0/os/linux64/lib/libxml2.la'
/usr/bin/install -c .libs/libxml2.lai 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/libxml2.la
/usr/bin/install -c .libs/libxml2.a 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/libxml2.a
chmod 644 /home/gempak/GEMPAK6.7.0/os/linux64/lib/libxml2.a
ranlib /home/gempak/GEMPAK6.7.0/os/linux64/lib/libxml2.a
PATH="$PATH:/sbin" ldconfig -n /home/gempak/GEMPAK6.7.0/os/linux64/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/gempak/GEMPAK6.7.0/os/linux64/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/bin" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/bin"
  /bin/sh ./libtool --mode=install /usr/bin/install -c 'xmllint' 
'/home/gempak/GEMPAK6.7.0/os/linux64/bin/xmllint'
/usr/bin/install -c xmllint /home/gempak/GEMPAK6.7.0/os/linux64/bin/xmllint
  /bin/sh ./libtool --mode=install /usr/bin/install -c 'xmlcatalog' 
'/home/gempak/GEMPAK6.7.0/os/linux64/bin/xmlcatalog'
/usr/bin/install -c xmlcatalog 
/home/gempak/GEMPAK6.7.0/os/linux64/bin/xmlcatalog
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/bin" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/bin"
 /usr/bin/install -c 'xml2-config' 
'/home/gempak/GEMPAK6.7.0/os/linux64/bin/xml2-config'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/lib" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/lib"
 /usr/bin/install -c -m 644 'xml2Conf.sh' 
'/home/gempak/GEMPAK6.7.0/os/linux64/lib/xml2Conf.sh'
/bin/sh ./mkinstalldirs 
/home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxml2-2.6.31
mkdir -p -- /home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxml2-2.6.31
/usr/bin/install -c -m 0644 ./Copyright 
/home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxml2-2.6.31
/bin/sh ./mkinstalldirs 
/home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxml2-2.6.31/examples
mkdir -p -- 
/home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxml2-2.6.31/examples
/usr/bin/install -c -m 0644 ./xmllint.c 
/home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxml2-2.6.31/examples
/usr/bin/install -c -m 0644 ./testSAX.c 
/home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxml2-2.6.31/examples
/usr/bin/install -c -m 0644 ./testHTML.c 
/home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxml2-2.6.31/examples
/usr/bin/install -c -m 0644 ./testXPath.c 
/home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxml2-2.6.31/examples
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/share/aclocal" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/share/aclocal"
 /usr/bin/install -c -m 644 'libxml.m4' 
'/home/gempak/GEMPAK6.7.0/os/linux64/share/aclocal/libxml.m4'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man1" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man1"
 /usr/bin/install -c -m 644 './xml2-config.1' 
'/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man1/xml2-config.1'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man3" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man3"
 /usr/bin/install -c -m 644 './libxml.3' 
'/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man3/libxml.3'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/lib/pkgconfig" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/lib/pkgconfig"
 /usr/bin/install -c -m 644 'libxml-2.0.pc' 
'/home/gempak/GEMPAK6.7.0/os/linux64/lib/pkgconfig/libxml-2.0.pc'
make[6]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31'
make[5]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31'
Making install in doc
make[5]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31/doc'
Making install in devhelp
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31/doc/devhelp'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31/doc/devhelp'
make[7]: Nothing to be done for `install-exec-am'.
/bin/sh ../../mkinstalldirs 
/home/gempak/GEMPAK6.7.0/os/linux64/share/gtk-doc/html/libxml2
mkdir -p -- /home/gempak/GEMPAK6.7.0/os/linux64/share/gtk-doc/html/libxml2
/usr/bin/install -c -m 0644 libxml2.devhelp 
/home/gempak/GEMPAK6.7.0/os/linux64/share/gtk-doc/html/libxml2
/usr/bin/install -c -m 0644 home.png left.png right.png up.png style.css 
/home/gempak/GEMPAK6.7.0/os/linux64/share/gtk-doc/html/libxml2
/usr/bin/install -c -m 0644 index.html general.html libxml2-c14n.html 
libxml2-catalog.html libxml2-chvalid.html libxml2-debugXML.html 
libxml2-dict.html libxml2-DOCBparser.html libxml2-encoding.html 
libxml2-entities.html libxml2-globals.html libxml2-hash.html 
libxml2-HTMLparser.html libxml2-HTMLtree.html libxml2-list.html 
libxml2-nanoftp.html libxml2-nanohttp.html libxml2-parser.html 
libxml2-parserInternals.html libxml2-pattern.html libxml2-relaxng.html 
libxml2-SAX2.html libxml2-SAX.html libxml2-schemasInternals.html 
libxml2-schematron.html libxml2-threads.html libxml2-tree.html libxml2-uri.html 
libxml2-valid.html libxml2-xinclude.html libxml2-xlink.html 
libxml2-xmlautomata.html libxml2-xmlerror.html libxml2-xmlexports.html 
libxml2-xmlIO.html libxml2-xmlmemory.html libxml2-xmlmodule.html 
libxml2-xmlreader.html libxml2-xmlregexp.html libxml2-xmlsave.html 
libxml2-xmlschemas.html libxml2-xmlschemastypes.html libxml2-xmlstring.html 
libxml2-xmlunicode.html libxml2-xmlversion.html libxml2-xmlwriter.html 
libxml2-xpath.html libxml2-xpathInternals.html libxml2-xpointer.html 
/home/gempak/GEMPAK6.7.0/os/linux64/share/gtk-doc/html/libxml2
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31/doc/devhelp'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31/doc/devhelp'
Making install in examples
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31/doc/examples'
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include  
-D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include    -g -O2 -pedantic 
-W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs 
-Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT io1.o -MD -MP -MF .deps/io1.Tpo -c -o io1.o io1.c
mv -f .deps/io1.Tpo .deps/io1.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o io1 io1.o 
../../libxml2.la  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz  -lm  
mkdir .libs
gcc -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch 
-Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses 
-Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -o io1 io1.o  ../../.libs/libxml2.a -ldl 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm  
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include  
-D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include    -g -O2 -pedantic 
-W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs 
-Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT io2.o -MD -MP -MF .deps/io2.Tpo -c -o io2.o io2.c
mv -f .deps/io2.Tpo .deps/io2.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o io2 io2.o 
../../libxml2.la  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz  -lm  
gcc -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch 
-Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses 
-Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -o io2 io2.o  ../../.libs/libxml2.a -ldl 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm  
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include  
-D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include    -g -O2 -pedantic 
-W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs 
-Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT parse1.o -MD -MP -MF .deps/parse1.Tpo -c -o parse1.o 
parse1.c
mv -f .deps/parse1.Tpo .deps/parse1.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o parse1 
parse1.o ../../libxml2.la  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz  -lm  
gcc -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch 
-Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses 
-Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -o parse1 parse1.o  ../../.libs/libxml2.a -ldl 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm  
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include  
-D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include    -g -O2 -pedantic 
-W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs 
-Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT parse2.o -MD -MP -MF .deps/parse2.Tpo -c -o parse2.o 
parse2.c
mv -f .deps/parse2.Tpo .deps/parse2.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o parse2 
parse2.o ../../libxml2.la  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz  -lm  
gcc -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch 
-Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses 
-Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -o parse2 parse2.o  ../../.libs/libxml2.a -ldl 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm  
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include  
-D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include    -g -O2 -pedantic 
-W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs 
-Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT parse3.o -MD -MP -MF .deps/parse3.Tpo -c -o parse3.o 
parse3.c
mv -f .deps/parse3.Tpo .deps/parse3.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o parse3 
parse3.o ../../libxml2.la  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz  -lm  
gcc -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch 
-Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses 
-Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -o parse3 parse3.o  ../../.libs/libxml2.a -ldl 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm  
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include  
-D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include    -g -O2 -pedantic 
-W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs 
-Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT parse4.o -MD -MP -MF .deps/parse4.Tpo -c -o parse4.o 
parse4.c
mv -f .deps/parse4.Tpo .deps/parse4.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o parse4 
parse4.o ../../libxml2.la  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz  -lm  
gcc -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch 
-Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses 
-Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -o parse4 parse4.o  ../../.libs/libxml2.a -ldl 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm  
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include  
-D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include    -g -O2 -pedantic 
-W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs 
-Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT reader1.o -MD -MP -MF .deps/reader1.Tpo -c -o reader1.o 
reader1.c
mv -f .deps/reader1.Tpo .deps/reader1.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o reader1 
reader1.o ../../libxml2.la  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz  -lm  
gcc -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch 
-Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses 
-Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -o reader1 reader1.o  ../../.libs/libxml2.a -ldl 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm  
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include  
-D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include    -g -O2 -pedantic 
-W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs 
-Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT reader2.o -MD -MP -MF .deps/reader2.Tpo -c -o reader2.o 
reader2.c
mv -f .deps/reader2.Tpo .deps/reader2.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o reader2 
reader2.o ../../libxml2.la  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz  -lm  
gcc -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch 
-Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses 
-Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -o reader2 reader2.o  ../../.libs/libxml2.a -ldl 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm  
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include  
-D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include    -g -O2 -pedantic 
-W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs 
-Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT reader3.o -MD -MP -MF .deps/reader3.Tpo -c -o reader3.o 
reader3.c
mv -f .deps/reader3.Tpo .deps/reader3.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o reader3 
reader3.o ../../libxml2.la  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz  -lm  
gcc -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch 
-Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses 
-Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -o reader3 reader3.o  ../../.libs/libxml2.a -ldl 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm  
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include  
-D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include    -g -O2 -pedantic 
-W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs 
-Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT reader4.o -MD -MP -MF .deps/reader4.Tpo -c -o reader4.o 
reader4.c
mv -f .deps/reader4.Tpo .deps/reader4.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o reader4 
reader4.o ../../libxml2.la  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz  -lm  
gcc -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch 
-Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses 
-Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -o reader4 reader4.o  ../../.libs/libxml2.a -ldl 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm  
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include  
-D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include    -g -O2 -pedantic 
-W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs 
-Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT testWriter.o -MD -MP -MF .deps/testWriter.Tpo -c -o 
testWriter.o testWriter.c
mv -f .deps/testWriter.Tpo .deps/testWriter.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o 
testWriter testWriter.o ../../libxml2.la  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz  -lm  
gcc -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch 
-Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses 
-Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -o testWriter testWriter.o  ../../.libs/libxml2.a -ldl 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm  
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include  
-D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include    -g -O2 -pedantic 
-W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs 
-Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT tree1.o -MD -MP -MF .deps/tree1.Tpo -c -o tree1.o tree1.c
mv -f .deps/tree1.Tpo .deps/tree1.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o tree1 
tree1.o ../../libxml2.la  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz  -lm  
gcc -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch 
-Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses 
-Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -o tree1 tree1.o  ../../.libs/libxml2.a -ldl 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm  
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include  
-D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include    -g -O2 -pedantic 
-W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs 
-Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT tree2.o -MD -MP -MF .deps/tree2.Tpo -c -o tree2.o tree2.c
mv -f .deps/tree2.Tpo .deps/tree2.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o tree2 
tree2.o ../../libxml2.la  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz  -lm  
gcc -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch 
-Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses 
-Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -o tree2 tree2.o  ../../.libs/libxml2.a -ldl 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm  
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include  
-D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include    -g -O2 -pedantic 
-W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs 
-Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT xpath1.o -MD -MP -MF .deps/xpath1.Tpo -c -o xpath1.o 
xpath1.c
mv -f .deps/xpath1.Tpo .deps/xpath1.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o xpath1 
xpath1.o ../../libxml2.la  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz  -lm  
gcc -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch 
-Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses 
-Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -o xpath1 xpath1.o  ../../.libs/libxml2.a -ldl 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm  
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include  
-D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include    -g -O2 -pedantic 
-W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs 
-Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT xpath2.o -MD -MP -MF .deps/xpath2.Tpo -c -o xpath2.o 
xpath2.c
mv -f .deps/xpath2.Tpo .deps/xpath2.Po
/bin/sh ../../libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o xpath2 
xpath2.o ../../libxml2.la  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz  -lm  
gcc -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch 
-Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses 
-Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -o xpath2 xpath2.o  ../../.libs/libxml2.a -ldl 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm  
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31/doc/examples'
make[7]: Nothing to be done for `install-exec-am'.
/bin/sh ../../mkinstalldirs 
/home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxml2-2.6.31/html
mkdir -p -- /home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxml2-2.6.31/html
/usr/bin/install -c -m 0644 ./*.html ./*.c ./*.xml ./*.xsl ./*.res 
/home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxml2-2.6.31/html
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31/doc/examples'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31/doc/examples'
make[6]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31/doc'
make[7]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31/doc'
make[7]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs 
/home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxml2-2.6.31/html
/usr/bin/install -c -m 0644 ./xml.html ./encoding.html ./FAQ.html 
./structure.gif ./DOM.gif ./smallfootonly.gif ./redhat.gif ./libxml.gif 
./w3c.png ./Libxml2-Logo-180x168.gif ./Libxml2-Logo-90x34.gif 
/home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxml2-2.6.31/html
/bin/sh ../mkinstalldirs 
/home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxml2-2.6.31/html/html
mkdir -p -- 
/home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxml2-2.6.31/html/html
/usr/bin/install -c -m 0644 ./html/*.html 
/home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxml2-2.6.31/html/html
/usr/bin/install -c -m 0644 ./html/*.png 
/home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxml2-2.6.31/html/html
/bin/sh ../mkinstalldirs 
/home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxml2-2.6.31/html/tutorial
mkdir -p -- 
/home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxml2-2.6.31/html/tutorial
/usr/bin/install -c -m 0644 ./tutorial/*.* \
                
/home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxml2-2.6.31/html/tutorial
/bin/sh ../mkinstalldirs 
/home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxml2-2.6.31/html/tutorial/images
mkdir -p -- 
/home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxml2-2.6.31/html/tutorial/images
/usr/bin/install -c -m 0644 ./tutorial/images/*.* \
                
/home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxml2-2.6.31/html/tutorial/images
/bin/sh ../mkinstalldirs 
/home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxml2-2.6.31/html/tutorial/images/callouts
mkdir -p -- 
/home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxml2-2.6.31/html/tutorial/images/callouts
/usr/bin/install -c -m 0644 ./tutorial/images/callouts/*.* \
                
/home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxml2-2.6.31/html/tutorial/images/callouts
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man1" || /bin/mkdir -p 
"/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man1"
 /usr/bin/install -c -m 644 './xmllint.1' 
'/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man1/xmllint.1'
 /usr/bin/install -c -m 644 './xmlcatalog.1' 
'/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man1/xmlcatalog.1'
make[7]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31/doc'
make[6]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31/doc'
make[5]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31/doc'
Making install in example
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31/example'
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I./include  
-D_REENTRANT -I/home/gempak/GEMPAK6.7.0/os/linux64/include    -g -O2 -pedantic 
-W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs 
-Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -MT gjobread.o -MD -MP -MF .deps/gjobread.Tpo -c -o 
gjobread.o gjobread.c
mv -f .deps/gjobread.Tpo .deps/gjobread.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o gjobread 
gjobread.o ../libxml2.la  -L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz  -lm  
mkdir .libs
gcc -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch 
-Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses 
-Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline 
-Wredundant-decls -o gjobread gjobread.o  ../.libs/libxml2.a -ldl 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm  
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31/example'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31/example'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31/example'
Making install in xstc
make[5]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31/xstc'
make[6]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31/xstc'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31/xstc'
make[5]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31/xstc'
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/xml2/v2.6.31'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/xml2'
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/xml2'
making in /home/gempak/GEMPAK6.7.0/extlibs/xslt
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/xslt'
make -w _xslt
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/xslt'
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20'
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20'
 Creating /home/gempak/GEMPAK6.7.0/os/linux64
Making in /home/gempak/GEMPAK6.7.0/extlibs/xslt/libxslt
checking build system type... x86_64-redhat-linux-gnu
checking host system type... x86_64-redhat-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for rm... /bin/rm
checking for mv... /bin/mv
checking for tar... /bin/tar
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran supports -c -o file.o... yes
checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports 
shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for sys/types.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking nan.h usability... no
checking nan.h presence... no
checking for nan.h... no
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking fp_class.h usability... no
checking fp_class.h presence... no
checking for fp_class.h... no
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking ansidecl.h usability... no
checking ansidecl.h presence... no
checking for ansidecl.h... no
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for sys/stat.h... (cached) yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for stat... yes
checking for _stat... no
checking for isnan... yes
checking for isinf... yes
checking for pow... no
checking for pow in -lm... yes
checking for floor... no
checking for floor in -lm... yes
checking for fabs... no
checking for fabs in -lm... yes
checking for gettimeofday... yes
checking for mktime... yes
checking for localtime... yes
checking for localtime_r... yes
checking for asctime... yes
checking for time... yes
checking for gmtime_r... yes
checking for ftime... yes
checking for printf... yes
checking for sprintf... yes
checking for fprintf... yes
checking for snprintf... yes
checking for vfprintf... yes
checking for vsprintf... yes
checking for vsnprintf... yes
checking for sscanf... yes
checking for perl... perl
checking for python... /usr/bin/python
PYTHON is pointing at /usr/bin/python
Found Python version 2.6
Found libxml2-python module
could not find python2.6/Python.h
checking for libgcrypt-config... no
Crypto extensions will not be available. Install libgcrypt and reconfigure to 
make available.
Disabling debug support
Disabling debugger
checking for libxml libraries >= 2.6.27... 2.6.31 found
checking whether shared libraries will be built (required for plugins)... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libxslt.pc
config.status: creating libexslt.pc
config.status: creating libxslt/Makefile
config.status: creating libxslt/xsltconfig.h
config.status: creating libxslt/xsltwin32config.h
config.status: creating libexslt/Makefile
config.status: creating libexslt/exsltconfig.h
config.status: creating xsltproc/Makefile
config.status: creating python/Makefile
config.status: creating python/tests/Makefile
config.status: creating tests/Makefile
config.status: creating tests/docs/Makefile
config.status: creating tests/REC1/Makefile
config.status: creating tests/REC2/Makefile
config.status: creating tests/REC/Makefile
config.status: creating tests/general/Makefile
config.status: creating tests/reports/Makefile
config.status: creating tests/extensions/Makefile
config.status: creating tests/namespaces/Makefile
config.status: creating tests/keys/Makefile
config.status: creating tests/numbers/Makefile
config.status: creating tests/documents/Makefile
config.status: creating tests/xmlspec/Makefile
config.status: creating tests/multiple/Makefile
config.status: creating tests/xinclude/Makefile
config.status: creating tests/XSLTMark/Makefile
config.status: creating tests/docbook/Makefile
config.status: creating tests/exslt/Makefile
config.status: creating tests/exslt/common/Makefile
config.status: creating tests/exslt/functions/Makefile
config.status: creating tests/exslt/math/Makefile
config.status: creating tests/exslt/sets/Makefile
config.status: creating tests/exslt/strings/Makefile
config.status: creating tests/exslt/date/Makefile
config.status: creating tests/exslt/dynamic/Makefile
config.status: creating tests/plugins/Makefile
config.status: creating doc/Makefile
config.status: creating xslt-config
config.status: creating libxslt.spec
config.status: creating config.h
config.status: executing depfiles commands
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20'
Making install in libxslt
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/libxslt'
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-I.. -I../libxslt -I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2    -g 
-O2 -Wall -MT attrvt.lo -MD -MP -MF ".deps/attrvt.Tpo" -c -o attrvt.lo 
attrvt.c; \
        then mv -f ".deps/attrvt.Tpo" ".deps/attrvt.Plo"; else rm -f 
".deps/attrvt.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../libxslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall -MT 
attrvt.lo -MD -MP -MF .deps/attrvt.Tpo -c attrvt.c -o attrvt.o
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-I.. -I../libxslt -I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2    -g 
-O2 -Wall -MT xslt.lo -MD -MP -MF ".deps/xslt.Tpo" -c -o xslt.lo xslt.c; \
        then mv -f ".deps/xslt.Tpo" ".deps/xslt.Plo"; else rm -f 
".deps/xslt.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../libxslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall -MT xslt.lo 
-MD -MP -MF .deps/xslt.Tpo -c xslt.c -o xslt.o
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-I.. -I../libxslt -I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2    -g 
-O2 -Wall -MT xsltutils.lo -MD -MP -MF ".deps/xsltutils.Tpo" -c -o xsltutils.lo 
xsltutils.c; \
        then mv -f ".deps/xsltutils.Tpo" ".deps/xsltutils.Plo"; else rm -f 
".deps/xsltutils.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../libxslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall -MT 
xsltutils.lo -MD -MP -MF .deps/xsltutils.Tpo -c xsltutils.c -o xsltutils.o
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-I.. -I../libxslt -I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2    -g 
-O2 -Wall -MT pattern.lo -MD -MP -MF ".deps/pattern.Tpo" -c -o pattern.lo 
pattern.c; \
        then mv -f ".deps/pattern.Tpo" ".deps/pattern.Plo"; else rm -f 
".deps/pattern.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../libxslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall -MT 
pattern.lo -MD -MP -MF .deps/pattern.Tpo -c pattern.c -o pattern.o
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-I.. -I../libxslt -I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2    -g 
-O2 -Wall -MT templates.lo -MD -MP -MF ".deps/templates.Tpo" -c -o templates.lo 
templates.c; \
        then mv -f ".deps/templates.Tpo" ".deps/templates.Plo"; else rm -f 
".deps/templates.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../libxslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall -MT 
templates.lo -MD -MP -MF .deps/templates.Tpo -c templates.c -o templates.o
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-I.. -I../libxslt -I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2    -g 
-O2 -Wall -MT variables.lo -MD -MP -MF ".deps/variables.Tpo" -c -o variables.lo 
variables.c; \
        then mv -f ".deps/variables.Tpo" ".deps/variables.Plo"; else rm -f 
".deps/variables.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../libxslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall -MT 
variables.lo -MD -MP -MF .deps/variables.Tpo -c variables.c -o variables.o
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-I.. -I../libxslt -I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2    -g 
-O2 -Wall -MT keys.lo -MD -MP -MF ".deps/keys.Tpo" -c -o keys.lo keys.c; \
        then mv -f ".deps/keys.Tpo" ".deps/keys.Plo"; else rm -f 
".deps/keys.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../libxslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall -MT keys.lo 
-MD -MP -MF .deps/keys.Tpo -c keys.c -o keys.o
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-I.. -I../libxslt -I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2    -g 
-O2 -Wall -MT numbers.lo -MD -MP -MF ".deps/numbers.Tpo" -c -o numbers.lo 
numbers.c; \
        then mv -f ".deps/numbers.Tpo" ".deps/numbers.Plo"; else rm -f 
".deps/numbers.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../libxslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall -MT 
numbers.lo -MD -MP -MF .deps/numbers.Tpo -c numbers.c -o numbers.o
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-I.. -I../libxslt -I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2    -g 
-O2 -Wall -MT extensions.lo -MD -MP -MF ".deps/extensions.Tpo" -c -o 
extensions.lo extensions.c; \
        then mv -f ".deps/extensions.Tpo" ".deps/extensions.Plo"; else rm -f 
".deps/extensions.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../libxslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall -MT 
extensions.lo -MD -MP -MF .deps/extensions.Tpo -c extensions.c -o extensions.o
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-I.. -I../libxslt -I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2    -g 
-O2 -Wall -MT extra.lo -MD -MP -MF ".deps/extra.Tpo" -c -o extra.lo extra.c; \
        then mv -f ".deps/extra.Tpo" ".deps/extra.Plo"; else rm -f 
".deps/extra.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../libxslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall -MT extra.lo 
-MD -MP -MF .deps/extra.Tpo -c extra.c -o extra.o
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-I.. -I../libxslt -I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2    -g 
-O2 -Wall -MT functions.lo -MD -MP -MF ".deps/functions.Tpo" -c -o functions.lo 
functions.c; \
        then mv -f ".deps/functions.Tpo" ".deps/functions.Plo"; else rm -f 
".deps/functions.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../libxslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall -MT 
functions.lo -MD -MP -MF .deps/functions.Tpo -c functions.c -o functions.o
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-I.. -I../libxslt -I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2    -g 
-O2 -Wall -MT namespaces.lo -MD -MP -MF ".deps/namespaces.Tpo" -c -o 
namespaces.lo namespaces.c; \
        then mv -f ".deps/namespaces.Tpo" ".deps/namespaces.Plo"; else rm -f 
".deps/namespaces.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../libxslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall -MT 
namespaces.lo -MD -MP -MF .deps/namespaces.Tpo -c namespaces.c -o namespaces.o
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-I.. -I../libxslt -I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2    -g 
-O2 -Wall -MT imports.lo -MD -MP -MF ".deps/imports.Tpo" -c -o imports.lo 
imports.c; \
        then mv -f ".deps/imports.Tpo" ".deps/imports.Plo"; else rm -f 
".deps/imports.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../libxslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall -MT 
imports.lo -MD -MP -MF .deps/imports.Tpo -c imports.c -o imports.o
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-I.. -I../libxslt -I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2    -g 
-O2 -Wall -MT attributes.lo -MD -MP -MF ".deps/attributes.Tpo" -c -o 
attributes.lo attributes.c; \
        then mv -f ".deps/attributes.Tpo" ".deps/attributes.Plo"; else rm -f 
".deps/attributes.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../libxslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall -MT 
attributes.lo -MD -MP -MF .deps/attributes.Tpo -c attributes.c -o attributes.o
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-I.. -I../libxslt -I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2    -g 
-O2 -Wall -MT documents.lo -MD -MP -MF ".deps/documents.Tpo" -c -o documents.lo 
documents.c; \
        then mv -f ".deps/documents.Tpo" ".deps/documents.Plo"; else rm -f 
".deps/documents.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../libxslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall -MT 
documents.lo -MD -MP -MF .deps/documents.Tpo -c documents.c -o documents.o
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-I.. -I../libxslt -I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2    -g 
-O2 -Wall -MT preproc.lo -MD -MP -MF ".deps/preproc.Tpo" -c -o preproc.lo 
preproc.c; \
        then mv -f ".deps/preproc.Tpo" ".deps/preproc.Plo"; else rm -f 
".deps/preproc.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../libxslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall -MT 
preproc.lo -MD -MP -MF .deps/preproc.Tpo -c preproc.c -o preproc.o
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-I.. -I../libxslt -I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2    -g 
-O2 -Wall -MT transform.lo -MD -MP -MF ".deps/transform.Tpo" -c -o transform.lo 
transform.c; \
        then mv -f ".deps/transform.Tpo" ".deps/transform.Plo"; else rm -f 
".deps/transform.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../libxslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall -MT 
transform.lo -MD -MP -MF .deps/transform.Tpo -c transform.c -o transform.o
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-I.. -I../libxslt -I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2    -g 
-O2 -Wall -MT security.lo -MD -MP -MF ".deps/security.Tpo" -c -o security.lo 
security.c; \
        then mv -f ".deps/security.Tpo" ".deps/security.Plo"; else rm -f 
".deps/security.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../libxslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall -MT 
security.lo -MD -MP -MF .deps/security.Tpo -c security.c -o security.o
/bin/sh ../libtool --mode=link --tag=CC gcc  -g -O2 -Wall   -o libxslt.la 
-rpath /home/gempak/GEMPAK6.7.0/os/linux64/lib -version-info 2:20:1 attrvt.lo 
xslt.lo xsltutils.lo pattern.lo templates.lo variables.lo keys.lo numbers.lo 
extensions.lo extra.lo functions.lo namespaces.lo imports.lo attributes.lo 
documents.lo preproc.lo transform.lo security.lo 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lxml2 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm -lm 
mkdir .libs
ar cru .libs/libxslt.a  attrvt.o xslt.o xsltutils.o pattern.o templates.o 
variables.o keys.o numbers.o extensions.o extra.o functions.o namespaces.o 
imports.o attributes.o documents.o preproc.o transform.o security.o
ranlib .libs/libxslt.a
creating libxslt.la
(cd .libs && rm -f libxslt.la && ln -s ../libxslt.la libxslt.la)
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/libxslt'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/lib" || mkdir -p -- 
"/home/gempak/GEMPAK6.7.0/os/linux64/lib"
 /bin/sh ../libtool --mode=install /usr/bin/install -c  'libxslt.la' 
'/home/gempak/GEMPAK6.7.0/os/linux64/lib/libxslt.la'
/usr/bin/install -c .libs/libxslt.lai 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/libxslt.la
/usr/bin/install -c .libs/libxslt.a 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/libxslt.a
ranlib /home/gempak/GEMPAK6.7.0/os/linux64/lib/libxslt.a
chmod 644 /home/gempak/GEMPAK6.7.0/os/linux64/lib/libxslt.a
PATH="$PATH:/sbin" ldconfig -n /home/gempak/GEMPAK6.7.0/os/linux64/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/gempak/GEMPAK6.7.0/os/linux64/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make  install-exec-hook
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/libxslt'
/home/gempak/GEMPAK6.7.0/extlibs/xslt/libxslt/install-sh -d 
"/home/gempak/GEMPAK6.7.0/os/linux64/lib/libxslt-plugins"
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/libxslt'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man3" || mkdir -p -- 
"/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man3"
 /usr/bin/install -c -m 644 './libxslt.3' 
'/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man3/libxslt.3'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/include/libxslt" || mkdir -p -- 
"/home/gempak/GEMPAK6.7.0/os/linux64/include/libxslt"
 /usr/bin/install -c -m 644 'xslt.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxslt/xslt.h'
 /usr/bin/install -c -m 644 'xsltutils.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxslt/xsltutils.h'
 /usr/bin/install -c -m 644 'pattern.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxslt/pattern.h'
 /usr/bin/install -c -m 644 'templates.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxslt/templates.h'
 /usr/bin/install -c -m 644 'variables.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxslt/variables.h'
 /usr/bin/install -c -m 644 'keys.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxslt/keys.h'
 /usr/bin/install -c -m 644 'numbersInternals.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxslt/numbersInternals.h'
 /usr/bin/install -c -m 644 'extensions.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxslt/extensions.h'
 /usr/bin/install -c -m 644 'extra.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxslt/extra.h'
 /usr/bin/install -c -m 644 'functions.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxslt/functions.h'
 /usr/bin/install -c -m 644 'namespaces.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxslt/namespaces.h'
 /usr/bin/install -c -m 644 'imports.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxslt/imports.h'
 /usr/bin/install -c -m 644 'attributes.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxslt/attributes.h'
 /usr/bin/install -c -m 644 'documents.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxslt/documents.h'
 /usr/bin/install -c -m 644 'preproc.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxslt/preproc.h'
 /usr/bin/install -c -m 644 'transform.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxslt/transform.h'
 /usr/bin/install -c -m 644 'security.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxslt/security.h'
 /usr/bin/install -c -m 644 'xsltInternals.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxslt/xsltInternals.h'
 /usr/bin/install -c -m 644 'xsltconfig.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxslt/xsltconfig.h'
 /usr/bin/install -c -m 644 'xsltexports.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libxslt/xsltexports.h'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/libxslt'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/libxslt'
Making install in libexslt
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/libexslt'
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall    -g -O2 
-Wall -MT exslt.lo -MD -MP -MF ".deps/exslt.Tpo" -c -o exslt.lo exslt.c; \
        then mv -f ".deps/exslt.Tpo" ".deps/exslt.Plo"; else rm -f 
".deps/exslt.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../libxslt -I../libexslt -I.. 
-I../libxslt -I../libexslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall -g -O2 -Wall 
-MT exslt.lo -MD -MP -MF .deps/exslt.Tpo -c exslt.c -o exslt.o
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall    -g -O2 
-Wall -MT common.lo -MD -MP -MF ".deps/common.Tpo" -c -o common.lo common.c; \
        then mv -f ".deps/common.Tpo" ".deps/common.Plo"; else rm -f 
".deps/common.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../libxslt -I../libexslt -I.. 
-I../libxslt -I../libexslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall -g -O2 -Wall 
-MT common.lo -MD -MP -MF .deps/common.Tpo -c common.c -o common.o
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall    -g -O2 
-Wall -MT crypto.lo -MD -MP -MF ".deps/crypto.Tpo" -c -o crypto.lo crypto.c; \
        then mv -f ".deps/crypto.Tpo" ".deps/crypto.Plo"; else rm -f 
".deps/crypto.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../libxslt -I../libexslt -I.. 
-I../libxslt -I../libexslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall -g -O2 -Wall 
-MT crypto.lo -MD -MP -MF .deps/crypto.Tpo -c crypto.c -o crypto.o
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall    -g -O2 
-Wall -MT math.lo -MD -MP -MF ".deps/math.Tpo" -c -o math.lo math.c; \
        then mv -f ".deps/math.Tpo" ".deps/math.Plo"; else rm -f 
".deps/math.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../libxslt -I../libexslt -I.. 
-I../libxslt -I../libexslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall -g -O2 -Wall 
-MT math.lo -MD -MP -MF .deps/math.Tpo -c math.c -o math.o
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall    -g -O2 
-Wall -MT sets.lo -MD -MP -MF ".deps/sets.Tpo" -c -o sets.lo sets.c; \
        then mv -f ".deps/sets.Tpo" ".deps/sets.Plo"; else rm -f 
".deps/sets.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../libxslt -I../libexslt -I.. 
-I../libxslt -I../libexslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall -g -O2 -Wall 
-MT sets.lo -MD -MP -MF .deps/sets.Tpo -c sets.c -o sets.o
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall    -g -O2 
-Wall -MT functions.lo -MD -MP -MF ".deps/functions.Tpo" -c -o functions.lo 
functions.c; \
        then mv -f ".deps/functions.Tpo" ".deps/functions.Plo"; else rm -f 
".deps/functions.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../libxslt -I../libexslt -I.. 
-I../libxslt -I../libexslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall -g -O2 -Wall 
-MT functions.lo -MD -MP -MF .deps/functions.Tpo -c functions.c -o functions.o
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall    -g -O2 
-Wall -MT strings.lo -MD -MP -MF ".deps/strings.Tpo" -c -o strings.lo 
strings.c; \
        then mv -f ".deps/strings.Tpo" ".deps/strings.Plo"; else rm -f 
".deps/strings.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../libxslt -I../libexslt -I.. 
-I../libxslt -I../libexslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall -g -O2 -Wall 
-MT strings.lo -MD -MP -MF .deps/strings.Tpo -c strings.c -o strings.o
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall    -g -O2 
-Wall -MT date.lo -MD -MP -MF ".deps/date.Tpo" -c -o date.lo date.c; \
        then mv -f ".deps/date.Tpo" ".deps/date.Plo"; else rm -f 
".deps/date.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../libxslt -I../libexslt -I.. 
-I../libxslt -I../libexslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall -g -O2 -Wall 
-MT date.lo -MD -MP -MF .deps/date.Tpo -c date.c -o date.o
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall    -g -O2 
-Wall -MT saxon.lo -MD -MP -MF ".deps/saxon.Tpo" -c -o saxon.lo saxon.c; \
        then mv -f ".deps/saxon.Tpo" ".deps/saxon.Plo"; else rm -f 
".deps/saxon.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../libxslt -I../libexslt -I.. 
-I../libxslt -I../libexslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall -g -O2 -Wall 
-MT saxon.lo -MD -MP -MF .deps/saxon.Tpo -c saxon.c -o saxon.o
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall    -g -O2 
-Wall -MT dynamic.lo -MD -MP -MF ".deps/dynamic.Tpo" -c -o dynamic.lo 
dynamic.c; \
        then mv -f ".deps/dynamic.Tpo" ".deps/dynamic.Plo"; else rm -f 
".deps/dynamic.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../libxslt -I../libexslt -I.. 
-I../libxslt -I../libexslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall -g -O2 -Wall 
-MT dynamic.lo -MD -MP -MF .deps/dynamic.Tpo -c dynamic.c -o dynamic.o
/bin/sh ../libtool --mode=link --tag=CC gcc  -g -O2 -Wall   -o libexslt.la 
-rpath /home/gempak/GEMPAK6.7.0/os/linux64/lib -version-info 8:13:8  exslt.lo 
common.lo crypto.lo math.lo sets.lo functions.lo strings.lo date.lo saxon.lo 
dynamic.lo ../libxslt/libxslt.la -L/home/gempak/GEMPAK6.7.0/os/linux64/lib 
-lxml2 -L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm -lm 
mkdir .libs
ar cru .libs/libexslt.a  exslt.o common.o crypto.o math.o sets.o functions.o 
strings.o date.o saxon.o dynamic.o
ranlib .libs/libexslt.a
creating libexslt.la
(cd .libs && rm -f libexslt.la && ln -s ../libexslt.la libexslt.la)
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/libexslt'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/lib" || mkdir -p -- 
"/home/gempak/GEMPAK6.7.0/os/linux64/lib"
 /bin/sh ../libtool --mode=install /usr/bin/install -c  'libexslt.la' 
'/home/gempak/GEMPAK6.7.0/os/linux64/lib/libexslt.la'
/usr/bin/install -c .libs/libexslt.lai 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/libexslt.la
/usr/bin/install -c .libs/libexslt.a 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/libexslt.a
ranlib /home/gempak/GEMPAK6.7.0/os/linux64/lib/libexslt.a
chmod 644 /home/gempak/GEMPAK6.7.0/os/linux64/lib/libexslt.a
PATH="$PATH:/sbin" ldconfig -n /home/gempak/GEMPAK6.7.0/os/linux64/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/gempak/GEMPAK6.7.0/os/linux64/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/include/libexslt" || mkdir -p -- 
"/home/gempak/GEMPAK6.7.0/os/linux64/include/libexslt"
 /usr/bin/install -c -m 644 'exslt.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libexslt/exslt.h'
 /usr/bin/install -c -m 644 'exsltconfig.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libexslt/exsltconfig.h'
 /usr/bin/install -c -m 644 'exslt.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libexslt/exslt.h'
 /usr/bin/install -c -m 644 'exsltconfig.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libexslt/exsltconfig.h'
 /usr/bin/install -c -m 644 'exsltexports.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/libexslt/exsltexports.h'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man3" || mkdir -p -- 
"/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man3"
 /usr/bin/install -c -m 644 './libexslt.3' 
'/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man3/libexslt.3'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/libexslt'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/libexslt'
Making install in xsltproc
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/xsltproc'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../libxslt -I../libexslt -I.. 
-I../libxslt -I../libexslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -g -O2 -Wall    -g -O2 
-Wall -MT xsltproc.o -MD -MP -MF ".deps/xsltproc.Tpo" -c -o xsltproc.o 
xsltproc.c; \
        then mv -f ".deps/xsltproc.Tpo" ".deps/xsltproc.Po"; else rm -f 
".deps/xsltproc.Tpo"; exit 1; fi
/bin/sh ../libtool --mode=link --tag=CC gcc  -g -O2 -Wall   -o xsltproc  
xsltproc.o  ../libxslt/libxslt.la ../libexslt/libexslt.la 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lxml2 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lxml2 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm -lm  
mkdir .libs
gcc -g -O2 -Wall -o xsltproc xsltproc.o  ../libxslt/.libs/libxslt.a 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib ../libexslt/.libs/libexslt.a 
/home/gempak/GEMPAK6.7.0/extlibs/xslt/libxslt/libxslt/.libs/libxslt.a 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/libxml2.a -ldl -lz -lm  
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/xsltproc'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/bin" || mkdir -p -- 
"/home/gempak/GEMPAK6.7.0/os/linux64/bin"
  /bin/sh ../libtool --mode=install /usr/bin/install -c 'xsltproc' 
'/home/gempak/GEMPAK6.7.0/os/linux64/bin/xsltproc'
/usr/bin/install -c xsltproc /home/gempak/GEMPAK6.7.0/os/linux64/bin/xsltproc
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/xsltproc'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/xsltproc'
Making install in doc
make[5]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/doc'
make[6]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/doc'
make[6]: Nothing to be done for `install-exec-am'.
/home/gempak/GEMPAK6.7.0/extlibs/xslt/libxslt/install-sh -d 
/home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxslt-1.1.20/html
/usr/bin/install -c -m 0644 ./*.html 
/home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxslt-1.1.20/html
/usr/bin/install -c -m 0644 ./*.gif 
/home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxslt-1.1.20/html
/home/gempak/GEMPAK6.7.0/extlibs/xslt/libxslt/install-sh -d 
/home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxslt-1.1.20/html/html
/usr/bin/install -c -m 0644 ./html/*.html 
/home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxslt-1.1.20/html/html
/usr/bin/install -c -m 0644 ./html/*.png 
/home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxslt-1.1.20/html/html
/usr/bin/install -c -m 0644 ./html/index.sgml 
/home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxslt-1.1.20/html/html
/home/gempak/GEMPAK6.7.0/extlibs/xslt/libxslt/install-sh -d 
/home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxslt-1.1.20/html/EXSLT
/usr/bin/install -c -m 0644 ./EXSLT/*.html 
/home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxslt-1.1.20/html/EXSLT
/home/gempak/GEMPAK6.7.0/extlibs/xslt/libxslt/install-sh -d 
/home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxslt-1.1.20/html/tutorial
/usr/bin/install -c -m 0644 ./tutorial/* 
/home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxslt-1.1.20/html/tutorial
/home/gempak/GEMPAK6.7.0/extlibs/xslt/libxslt/install-sh -d 
/home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxslt-1.1.20/html/tutorial2
/usr/bin/install -c -m 0644 ./tutorial2/* 
/home/gempak/GEMPAK6.7.0/os/linux64/share/doc/libxslt-1.1.20/html/tutorial2
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man1" || mkdir -p -- 
"/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man1"
 /usr/bin/install -c -m 644 './xsltproc.1' 
'/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man1/xsltproc.1'
make[6]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/doc'
make[5]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/doc'
Making install in tests
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests'
Making install in docs
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/docs'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/docs'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/docs'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/docs'
Making install in REC1
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/REC1'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/REC1'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/REC1'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/REC1'
Making install in REC2
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/REC2'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/REC2'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/REC2'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/REC2'
Making install in REC
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/REC'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/REC'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/REC'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/REC'
Making install in general
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/general'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/general'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/general'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/general'
Making install in namespaces
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/namespaces'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/namespaces'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/namespaces'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/namespaces'
Making install in keys
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/keys'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/keys'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/keys'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/keys'
Making install in numbers
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/numbers'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/numbers'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/numbers'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/numbers'
Making install in documents
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/documents'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/documents'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/documents'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/documents'
Making install in extensions
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/extensions'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/extensions'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/extensions'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/extensions'
Making install in reports
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/reports'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/reports'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/reports'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/reports'
Making install in xmlspec
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/xmlspec'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/xmlspec'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/xmlspec'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/xmlspec'
Making install in multiple
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/multiple'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/multiple'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/multiple'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/multiple'
Making install in xinclude
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/xinclude'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/xinclude'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/xinclude'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/xinclude'
Making install in XSLTMark
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/XSLTMark'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/XSLTMark'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/XSLTMark'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/XSLTMark'
Making install in docbook
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/docbook'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/docbook'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/docbook'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/docbook'
Making install in exslt
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/exslt'
Making install in common
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/exslt/common'
make[8]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/exslt/common'
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/exslt/common'
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/exslt/common'
Making install in functions
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/exslt/functions'
make[8]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/exslt/functions'
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/exslt/functions'
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/exslt/functions'
Making install in math
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/exslt/math'
make[8]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/exslt/math'
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/exslt/math'
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/exslt/math'
Making install in sets
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/exslt/sets'
make[8]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/exslt/sets'
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/exslt/sets'
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/exslt/sets'
Making install in strings
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/exslt/strings'
make[8]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/exslt/strings'
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/exslt/strings'
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/exslt/strings'
Making install in dynamic
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/exslt/dynamic'
make[8]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/exslt/dynamic'
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/exslt/dynamic'
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/exslt/dynamic'
Making install in date
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/exslt/date'
make[8]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/exslt/date'
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/exslt/date'
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/exslt/date'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/exslt'
make[8]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/exslt'
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/exslt'
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/exslt'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/exslt'
Making install in plugins
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/plugins'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/plugins'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/plugins'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests/plugins'
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests'
make[6]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests'
make[5]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20/tests'
make[5]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20'
sed -e 's?\@XSLT_LIBDIR\@?-L/home/gempak/GEMPAK6.7.0/os/linux64/lib?g' \
            -e 
's?\@XSLT_INCLUDEDIR\@?-I/home/gempak/GEMPAK6.7.0/os/linux64/include?g' \
            -e 's?\@VERSION\@?1.1.20?g' \
            -e 's?\@XSLT_LIBS\@?-lxslt  
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lxml2 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lz -lm -lm?g' \
               < ./xsltConf.sh.in > xsltConf.tmp \
        && mv xsltConf.tmp xsltConf.sh
make[6]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/bin" || mkdir -p -- 
"/home/gempak/GEMPAK6.7.0/os/linux64/bin"
 /usr/bin/install -c 'xslt-config' 
'/home/gempak/GEMPAK6.7.0/os/linux64/bin/xslt-config'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/lib" || mkdir -p -- 
"/home/gempak/GEMPAK6.7.0/os/linux64/lib"
 /usr/bin/install -c -m 644 'xsltConf.sh' 
'/home/gempak/GEMPAK6.7.0/os/linux64/lib/xsltConf.sh'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/share/aclocal" || mkdir -p -- 
"/home/gempak/GEMPAK6.7.0/os/linux64/share/aclocal"
 /usr/bin/install -c -m 644 'libxslt.m4' 
'/home/gempak/GEMPAK6.7.0/os/linux64/share/aclocal/libxslt.m4'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/lib/pkgconfig" || mkdir -p -- 
"/home/gempak/GEMPAK6.7.0/os/linux64/lib/pkgconfig"
 /usr/bin/install -c -m 644 'libxslt.pc' 
'/home/gempak/GEMPAK6.7.0/os/linux64/lib/pkgconfig/libxslt.pc'
 /usr/bin/install -c -m 644 'libexslt.pc' 
'/home/gempak/GEMPAK6.7.0/os/linux64/lib/pkgconfig/libexslt.pc'
make[6]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20'
make[5]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20'
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/xslt/v1.1.20'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/xslt'
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/xslt'
making in /home/gempak/GEMPAK6.7.0/extlibs/JasPer
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/JasPer'
make _jasper
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/JasPer'
/home/gempak/GEMPAK6.7.0/extlibs/JasPer/jasper
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1'
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1'
checking build system type... x86_64-redhat-linux-gnu
checking host system type... x86_64-redhat-linux-gnu
checking target system type... x86_64-redhat-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... (cached) ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... no
checking if gfortran supports -c -o file.o... yes
checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports 
shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for X... libraries , headers 
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking whether variable-length arrays are supported... yes
checking for glutInit in -lglut... no
checking GL/glut.h usability... no
checking GL/glut.h presence... no
checking for GL/glut.h... no
checking whether OpenGL libraries and headers were detected... no
checking for main in -lm... yes
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
checking for stdint.h... (cached) yes
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking for sys/types.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for stdlib.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking for uchar... no
checking for ushort... yes
checking for uint... yes
checking for ulong... yes
checking for longlong... no
checking for ulonglong... no
checking for ssize_t... yes
checking for gettimeofday... yes
checking for getrusage... yes
checking for vprintf... yes
checking for _doprnt... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/appl/Makefile
config.status: creating src/libjasper/Makefile
config.status: creating src/libjasper/base/Makefile
config.status: creating src/libjasper/bmp/Makefile
config.status: creating src/libjasper/include/Makefile
config.status: creating src/libjasper/include/jasper/Makefile
config.status: creating src/libjasper/jp2/Makefile
config.status: creating src/libjasper/jpc/Makefile
config.status: creating src/libjasper/jpg/Makefile
config.status: creating src/libjasper/mif/Makefile
config.status: creating src/libjasper/pgx/Makefile
config.status: creating src/libjasper/pnm/Makefile
config.status: creating src/libjasper/ras/Makefile
config.status: creating src/msvc/Makefile
config.status: creating jasper.spec
config.status: creating src/libjasper/include/jasper/jas_config.h
config.status: executing depfiles commands
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1'
Making all in src
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src'
Making all in libjasper
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper'
Making all in include
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/include'
Making all in jasper
make[8]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/include/jasper'
make  all-am
make[9]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/include/jasper'
make[9]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/include/jasper'
make[8]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/include/jasper'
make[8]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/include'
make[8]: Nothing to be done for `all-am'.
make[8]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/include'
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/include'
Making all in base
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/base'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT jas_cm.lo -MD -MP -MF ".deps/jas_cm.Tpo" -c -o jas_cm.lo jas_cm.c; \
        then mv -f ".deps/jas_cm.Tpo" ".deps/jas_cm.Plo"; else rm -f 
".deps/jas_cm.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT jas_cm.lo -MD -MP -MF .deps/jas_cm.Tpo 
-c jas_cm.c -o jas_cm.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT jas_debug.lo -MD -MP -MF ".deps/jas_debug.Tpo" -c -o jas_debug.lo 
jas_debug.c; \
        then mv -f ".deps/jas_debug.Tpo" ".deps/jas_debug.Plo"; else rm -f 
".deps/jas_debug.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT jas_debug.lo -MD -MP -MF 
.deps/jas_debug.Tpo -c jas_debug.c -o jas_debug.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT jas_getopt.lo -MD -MP -MF ".deps/jas_getopt.Tpo" -c -o jas_getopt.lo 
jas_getopt.c; \
        then mv -f ".deps/jas_getopt.Tpo" ".deps/jas_getopt.Plo"; else rm -f 
".deps/jas_getopt.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT jas_getopt.lo -MD -MP -MF 
.deps/jas_getopt.Tpo -c jas_getopt.c -o jas_getopt.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT jas_image.lo -MD -MP -MF ".deps/jas_image.Tpo" -c -o jas_image.lo 
jas_image.c; \
        then mv -f ".deps/jas_image.Tpo" ".deps/jas_image.Plo"; else rm -f 
".deps/jas_image.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT jas_image.lo -MD -MP -MF 
.deps/jas_image.Tpo -c jas_image.c -o jas_image.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT jas_icc.lo -MD -MP -MF ".deps/jas_icc.Tpo" -c -o jas_icc.lo jas_icc.c; \
        then mv -f ".deps/jas_icc.Tpo" ".deps/jas_icc.Plo"; else rm -f 
".deps/jas_icc.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT jas_icc.lo -MD -MP -MF 
.deps/jas_icc.Tpo -c jas_icc.c -o jas_icc.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT jas_iccdata.lo -MD -MP -MF ".deps/jas_iccdata.Tpo" -c -o jas_iccdata.lo 
jas_iccdata.c; \
        then mv -f ".deps/jas_iccdata.Tpo" ".deps/jas_iccdata.Plo"; else rm -f 
".deps/jas_iccdata.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT jas_iccdata.lo -MD -MP -MF 
.deps/jas_iccdata.Tpo -c jas_iccdata.c -o jas_iccdata.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT jas_init.lo -MD -MP -MF ".deps/jas_init.Tpo" -c -o jas_init.lo jas_init.c; \
        then mv -f ".deps/jas_init.Tpo" ".deps/jas_init.Plo"; else rm -f 
".deps/jas_init.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT jas_init.lo -MD -MP -MF 
.deps/jas_init.Tpo -c jas_init.c -o jas_init.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT jas_malloc.lo -MD -MP -MF ".deps/jas_malloc.Tpo" -c -o jas_malloc.lo 
jas_malloc.c; \
        then mv -f ".deps/jas_malloc.Tpo" ".deps/jas_malloc.Plo"; else rm -f 
".deps/jas_malloc.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT jas_malloc.lo -MD -MP -MF 
.deps/jas_malloc.Tpo -c jas_malloc.c -o jas_malloc.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT jas_seq.lo -MD -MP -MF ".deps/jas_seq.Tpo" -c -o jas_seq.lo jas_seq.c; \
        then mv -f ".deps/jas_seq.Tpo" ".deps/jas_seq.Plo"; else rm -f 
".deps/jas_seq.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT jas_seq.lo -MD -MP -MF 
.deps/jas_seq.Tpo -c jas_seq.c -o jas_seq.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT jas_stream.lo -MD -MP -MF ".deps/jas_stream.Tpo" -c -o jas_stream.lo 
jas_stream.c; \
        then mv -f ".deps/jas_stream.Tpo" ".deps/jas_stream.Plo"; else rm -f 
".deps/jas_stream.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT jas_stream.lo -MD -MP -MF 
.deps/jas_stream.Tpo -c jas_stream.c -o jas_stream.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT jas_string.lo -MD -MP -MF ".deps/jas_string.Tpo" -c -o jas_string.lo 
jas_string.c; \
        then mv -f ".deps/jas_string.Tpo" ".deps/jas_string.Plo"; else rm -f 
".deps/jas_string.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT jas_string.lo -MD -MP -MF 
.deps/jas_string.Tpo -c jas_string.c -o jas_string.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT jas_tmr.lo -MD -MP -MF ".deps/jas_tmr.Tpo" -c -o jas_tmr.lo jas_tmr.c; \
        then mv -f ".deps/jas_tmr.Tpo" ".deps/jas_tmr.Plo"; else rm -f 
".deps/jas_tmr.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT jas_tmr.lo -MD -MP -MF 
.deps/jas_tmr.Tpo -c jas_tmr.c -o jas_tmr.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT jas_tvp.lo -MD -MP -MF ".deps/jas_tvp.Tpo" -c -o jas_tvp.lo jas_tvp.c; \
        then mv -f ".deps/jas_tvp.Tpo" ".deps/jas_tvp.Plo"; else rm -f 
".deps/jas_tvp.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT jas_tvp.lo -MD -MP -MF 
.deps/jas_tvp.Tpo -c jas_tvp.c -o jas_tvp.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT jas_version.lo -MD -MP -MF ".deps/jas_version.Tpo" -c -o jas_version.lo 
jas_version.c; \
        then mv -f ".deps/jas_version.Tpo" ".deps/jas_version.Plo"; else rm -f 
".deps/jas_version.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT jas_version.lo -MD -MP -MF 
.deps/jas_version.Tpo -c jas_version.c -o jas_version.o
/bin/sh ../../../libtool --tag=CC --mode=link gcc  -O   -o libbase.la   
jas_cm.lo jas_debug.lo jas_getopt.lo jas_image.lo jas_icc.lo jas_iccdata.lo 
jas_init.lo jas_malloc.lo jas_seq.lo jas_stream.lo jas_string.lo jas_tmr.lo 
jas_tvp.lo jas_version.lo  -lm 
mkdir .libs
ar cru .libs/libbase.a  jas_cm.o jas_debug.o jas_getopt.o jas_image.o jas_icc.o 
jas_iccdata.o jas_init.o jas_malloc.o jas_seq.o jas_stream.o jas_string.o 
jas_tmr.o jas_tvp.o jas_version.o
ranlib .libs/libbase.a
creating libbase.la
(cd .libs && rm -f libbase.la && ln -s ../libbase.la libbase.la)
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/base'
Making all in bmp
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/bmp'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT bmp_cod.lo -MD -MP -MF ".deps/bmp_cod.Tpo" -c -o bmp_cod.lo bmp_cod.c; \
        then mv -f ".deps/bmp_cod.Tpo" ".deps/bmp_cod.Plo"; else rm -f 
".deps/bmp_cod.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT bmp_cod.lo -MD -MP -MF 
.deps/bmp_cod.Tpo -c bmp_cod.c -o bmp_cod.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT bmp_dec.lo -MD -MP -MF ".deps/bmp_dec.Tpo" -c -o bmp_dec.lo bmp_dec.c; \
        then mv -f ".deps/bmp_dec.Tpo" ".deps/bmp_dec.Plo"; else rm -f 
".deps/bmp_dec.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT bmp_dec.lo -MD -MP -MF 
.deps/bmp_dec.Tpo -c bmp_dec.c -o bmp_dec.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT bmp_enc.lo -MD -MP -MF ".deps/bmp_enc.Tpo" -c -o bmp_enc.lo bmp_enc.c; \
        then mv -f ".deps/bmp_enc.Tpo" ".deps/bmp_enc.Plo"; else rm -f 
".deps/bmp_enc.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT bmp_enc.lo -MD -MP -MF 
.deps/bmp_enc.Tpo -c bmp_enc.c -o bmp_enc.o
/bin/sh ../../../libtool --tag=CC --mode=link gcc  -O   -o libbmp.la   
bmp_cod.lo bmp_dec.lo bmp_enc.lo  -lm 
mkdir .libs
ar cru .libs/libbmp.a  bmp_cod.o bmp_dec.o bmp_enc.o
ranlib .libs/libbmp.a
creating libbmp.la
(cd .libs && rm -f libbmp.la && ln -s ../libbmp.la libbmp.la)
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/bmp'
Making all in jp2
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/jp2'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT jp2_cod.lo -MD -MP -MF ".deps/jp2_cod.Tpo" -c -o jp2_cod.lo jp2_cod.c; \
        then mv -f ".deps/jp2_cod.Tpo" ".deps/jp2_cod.Plo"; else rm -f 
".deps/jp2_cod.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT jp2_cod.lo -MD -MP -MF 
.deps/jp2_cod.Tpo -c jp2_cod.c -o jp2_cod.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT jp2_dec.lo -MD -MP -MF ".deps/jp2_dec.Tpo" -c -o jp2_dec.lo jp2_dec.c; \
        then mv -f ".deps/jp2_dec.Tpo" ".deps/jp2_dec.Plo"; else rm -f 
".deps/jp2_dec.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT jp2_dec.lo -MD -MP -MF 
.deps/jp2_dec.Tpo -c jp2_dec.c -o jp2_dec.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT jp2_enc.lo -MD -MP -MF ".deps/jp2_enc.Tpo" -c -o jp2_enc.lo jp2_enc.c; \
        then mv -f ".deps/jp2_enc.Tpo" ".deps/jp2_enc.Plo"; else rm -f 
".deps/jp2_enc.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT jp2_enc.lo -MD -MP -MF 
.deps/jp2_enc.Tpo -c jp2_enc.c -o jp2_enc.o
/bin/sh ../../../libtool --tag=CC --mode=link gcc  -O   -o libjp2.la   
jp2_cod.lo jp2_dec.lo jp2_enc.lo  -lm 
mkdir .libs
ar cru .libs/libjp2.a  jp2_cod.o jp2_dec.o jp2_enc.o
ranlib .libs/libjp2.a
creating libjp2.la
(cd .libs && rm -f libjp2.la && ln -s ../libjp2.la libjp2.la)
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/jp2'
Making all in jpc
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/jpc'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT jpc_bs.lo -MD -MP -MF ".deps/jpc_bs.Tpo" -c -o jpc_bs.lo jpc_bs.c; \
        then mv -f ".deps/jpc_bs.Tpo" ".deps/jpc_bs.Plo"; else rm -f 
".deps/jpc_bs.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT jpc_bs.lo -MD -MP -MF .deps/jpc_bs.Tpo 
-c jpc_bs.c -o jpc_bs.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT jpc_cs.lo -MD -MP -MF ".deps/jpc_cs.Tpo" -c -o jpc_cs.lo jpc_cs.c; \
        then mv -f ".deps/jpc_cs.Tpo" ".deps/jpc_cs.Plo"; else rm -f 
".deps/jpc_cs.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT jpc_cs.lo -MD -MP -MF .deps/jpc_cs.Tpo 
-c jpc_cs.c -o jpc_cs.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT jpc_dec.lo -MD -MP -MF ".deps/jpc_dec.Tpo" -c -o jpc_dec.lo jpc_dec.c; \
        then mv -f ".deps/jpc_dec.Tpo" ".deps/jpc_dec.Plo"; else rm -f 
".deps/jpc_dec.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT jpc_dec.lo -MD -MP -MF 
.deps/jpc_dec.Tpo -c jpc_dec.c -o jpc_dec.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT jpc_enc.lo -MD -MP -MF ".deps/jpc_enc.Tpo" -c -o jpc_enc.lo jpc_enc.c; \
        then mv -f ".deps/jpc_enc.Tpo" ".deps/jpc_enc.Plo"; else rm -f 
".deps/jpc_enc.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT jpc_enc.lo -MD -MP -MF 
.deps/jpc_enc.Tpo -c jpc_enc.c -o jpc_enc.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT jpc_math.lo -MD -MP -MF ".deps/jpc_math.Tpo" -c -o jpc_math.lo jpc_math.c; \
        then mv -f ".deps/jpc_math.Tpo" ".deps/jpc_math.Plo"; else rm -f 
".deps/jpc_math.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT jpc_math.lo -MD -MP -MF 
.deps/jpc_math.Tpo -c jpc_math.c -o jpc_math.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT jpc_mct.lo -MD -MP -MF ".deps/jpc_mct.Tpo" -c -o jpc_mct.lo jpc_mct.c; \
        then mv -f ".deps/jpc_mct.Tpo" ".deps/jpc_mct.Plo"; else rm -f 
".deps/jpc_mct.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT jpc_mct.lo -MD -MP -MF 
.deps/jpc_mct.Tpo -c jpc_mct.c -o jpc_mct.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT jpc_mqcod.lo -MD -MP -MF ".deps/jpc_mqcod.Tpo" -c -o jpc_mqcod.lo 
jpc_mqcod.c; \
        then mv -f ".deps/jpc_mqcod.Tpo" ".deps/jpc_mqcod.Plo"; else rm -f 
".deps/jpc_mqcod.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT jpc_mqcod.lo -MD -MP -MF 
.deps/jpc_mqcod.Tpo -c jpc_mqcod.c -o jpc_mqcod.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT jpc_mqdec.lo -MD -MP -MF ".deps/jpc_mqdec.Tpo" -c -o jpc_mqdec.lo 
jpc_mqdec.c; \
        then mv -f ".deps/jpc_mqdec.Tpo" ".deps/jpc_mqdec.Plo"; else rm -f 
".deps/jpc_mqdec.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT jpc_mqdec.lo -MD -MP -MF 
.deps/jpc_mqdec.Tpo -c jpc_mqdec.c -o jpc_mqdec.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT jpc_mqenc.lo -MD -MP -MF ".deps/jpc_mqenc.Tpo" -c -o jpc_mqenc.lo 
jpc_mqenc.c; \
        then mv -f ".deps/jpc_mqenc.Tpo" ".deps/jpc_mqenc.Plo"; else rm -f 
".deps/jpc_mqenc.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT jpc_mqenc.lo -MD -MP -MF 
.deps/jpc_mqenc.Tpo -c jpc_mqenc.c -o jpc_mqenc.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT jpc_qmfb.lo -MD -MP -MF ".deps/jpc_qmfb.Tpo" -c -o jpc_qmfb.lo jpc_qmfb.c; \
        then mv -f ".deps/jpc_qmfb.Tpo" ".deps/jpc_qmfb.Plo"; else rm -f 
".deps/jpc_qmfb.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT jpc_qmfb.lo -MD -MP -MF 
.deps/jpc_qmfb.Tpo -c jpc_qmfb.c -o jpc_qmfb.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT jpc_tagtree.lo -MD -MP -MF ".deps/jpc_tagtree.Tpo" -c -o jpc_tagtree.lo 
jpc_tagtree.c; \
        then mv -f ".deps/jpc_tagtree.Tpo" ".deps/jpc_tagtree.Plo"; else rm -f 
".deps/jpc_tagtree.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT jpc_tagtree.lo -MD -MP -MF 
.deps/jpc_tagtree.Tpo -c jpc_tagtree.c -o jpc_tagtree.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT jpc_t1cod.lo -MD -MP -MF ".deps/jpc_t1cod.Tpo" -c -o jpc_t1cod.lo 
jpc_t1cod.c; \
        then mv -f ".deps/jpc_t1cod.Tpo" ".deps/jpc_t1cod.Plo"; else rm -f 
".deps/jpc_t1cod.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT jpc_t1cod.lo -MD -MP -MF 
.deps/jpc_t1cod.Tpo -c jpc_t1cod.c -o jpc_t1cod.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT jpc_t1dec.lo -MD -MP -MF ".deps/jpc_t1dec.Tpo" -c -o jpc_t1dec.lo 
jpc_t1dec.c; \
        then mv -f ".deps/jpc_t1dec.Tpo" ".deps/jpc_t1dec.Plo"; else rm -f 
".deps/jpc_t1dec.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT jpc_t1dec.lo -MD -MP -MF 
.deps/jpc_t1dec.Tpo -c jpc_t1dec.c -o jpc_t1dec.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT jpc_t1enc.lo -MD -MP -MF ".deps/jpc_t1enc.Tpo" -c -o jpc_t1enc.lo 
jpc_t1enc.c; \
        then mv -f ".deps/jpc_t1enc.Tpo" ".deps/jpc_t1enc.Plo"; else rm -f 
".deps/jpc_t1enc.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT jpc_t1enc.lo -MD -MP -MF 
.deps/jpc_t1enc.Tpo -c jpc_t1enc.c -o jpc_t1enc.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT jpc_tsfb.lo -MD -MP -MF ".deps/jpc_tsfb.Tpo" -c -o jpc_tsfb.lo jpc_tsfb.c; \
        then mv -f ".deps/jpc_tsfb.Tpo" ".deps/jpc_tsfb.Plo"; else rm -f 
".deps/jpc_tsfb.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT jpc_tsfb.lo -MD -MP -MF 
.deps/jpc_tsfb.Tpo -c jpc_tsfb.c -o jpc_tsfb.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT jpc_t2cod.lo -MD -MP -MF ".deps/jpc_t2cod.Tpo" -c -o jpc_t2cod.lo 
jpc_t2cod.c; \
        then mv -f ".deps/jpc_t2cod.Tpo" ".deps/jpc_t2cod.Plo"; else rm -f 
".deps/jpc_t2cod.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT jpc_t2cod.lo -MD -MP -MF 
.deps/jpc_t2cod.Tpo -c jpc_t2cod.c -o jpc_t2cod.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT jpc_t2dec.lo -MD -MP -MF ".deps/jpc_t2dec.Tpo" -c -o jpc_t2dec.lo 
jpc_t2dec.c; \
        then mv -f ".deps/jpc_t2dec.Tpo" ".deps/jpc_t2dec.Plo"; else rm -f 
".deps/jpc_t2dec.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT jpc_t2dec.lo -MD -MP -MF 
.deps/jpc_t2dec.Tpo -c jpc_t2dec.c -o jpc_t2dec.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT jpc_t2enc.lo -MD -MP -MF ".deps/jpc_t2enc.Tpo" -c -o jpc_t2enc.lo 
jpc_t2enc.c; \
        then mv -f ".deps/jpc_t2enc.Tpo" ".deps/jpc_t2enc.Plo"; else rm -f 
".deps/jpc_t2enc.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT jpc_t2enc.lo -MD -MP -MF 
.deps/jpc_t2enc.Tpo -c jpc_t2enc.c -o jpc_t2enc.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT jpc_util.lo -MD -MP -MF ".deps/jpc_util.Tpo" -c -o jpc_util.lo jpc_util.c; \
        then mv -f ".deps/jpc_util.Tpo" ".deps/jpc_util.Plo"; else rm -f 
".deps/jpc_util.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT jpc_util.lo -MD -MP -MF 
.deps/jpc_util.Tpo -c jpc_util.c -o jpc_util.o
/bin/sh ../../../libtool --tag=CC --mode=link gcc  -O   -o libjpc.la   
jpc_bs.lo jpc_cs.lo jpc_dec.lo jpc_enc.lo jpc_math.lo jpc_mct.lo jpc_mqcod.lo 
jpc_mqdec.lo jpc_mqenc.lo jpc_qmfb.lo jpc_tagtree.lo jpc_t1cod.lo jpc_t1dec.lo 
jpc_t1enc.lo jpc_tsfb.lo jpc_t2cod.lo jpc_t2dec.lo jpc_t2enc.lo jpc_util.lo  
-lm 
mkdir .libs
ar cru .libs/libjpc.a  jpc_bs.o jpc_cs.o jpc_dec.o jpc_enc.o jpc_math.o 
jpc_mct.o jpc_mqcod.o jpc_mqdec.o jpc_mqenc.o jpc_qmfb.o jpc_tagtree.o 
jpc_t1cod.o jpc_t1dec.o jpc_t1enc.o jpc_tsfb.o jpc_t2cod.o jpc_t2dec.o 
jpc_t2enc.o jpc_util.o
ranlib .libs/libjpc.a
creating libjpc.la
(cd .libs && rm -f libjpc.la && ln -s ../libjpc.la libjpc.la)
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/jpc'
Making all in jpg
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/jpg'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT jpg_dummy.lo -MD -MP -MF ".deps/jpg_dummy.Tpo" -c -o jpg_dummy.lo 
jpg_dummy.c; \
        then mv -f ".deps/jpg_dummy.Tpo" ".deps/jpg_dummy.Plo"; else rm -f 
".deps/jpg_dummy.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT jpg_dummy.lo -MD -MP -MF 
.deps/jpg_dummy.Tpo -c jpg_dummy.c -o jpg_dummy.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT jpg_val.lo -MD -MP -MF ".deps/jpg_val.Tpo" -c -o jpg_val.lo jpg_val.c; \
        then mv -f ".deps/jpg_val.Tpo" ".deps/jpg_val.Plo"; else rm -f 
".deps/jpg_val.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT jpg_val.lo -MD -MP -MF 
.deps/jpg_val.Tpo -c jpg_val.c -o jpg_val.o
/bin/sh ../../../libtool --tag=CC --mode=link gcc  -O   -o libjpg.la   
jpg_dummy.lo jpg_val.lo  -lm 
mkdir .libs
ar cru .libs/libjpg.a  jpg_dummy.o jpg_val.o
ranlib .libs/libjpg.a
creating libjpg.la
(cd .libs && rm -f libjpg.la && ln -s ../libjpg.la libjpg.la)
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/jpg'
Making all in mif
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/mif'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT mif_cod.lo -MD -MP -MF ".deps/mif_cod.Tpo" -c -o mif_cod.lo mif_cod.c; \
        then mv -f ".deps/mif_cod.Tpo" ".deps/mif_cod.Plo"; else rm -f 
".deps/mif_cod.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT mif_cod.lo -MD -MP -MF 
.deps/mif_cod.Tpo -c mif_cod.c -o mif_cod.o
/bin/sh ../../../libtool --tag=CC --mode=link gcc  -O   -o libmif.la   
mif_cod.lo  -lm 
mkdir .libs
ar cru .libs/libmif.a  mif_cod.o
ranlib .libs/libmif.a
creating libmif.la
(cd .libs && rm -f libmif.la && ln -s ../libmif.la libmif.la)
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/mif'
Making all in pgx
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/pgx'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT pgx_cod.lo -MD -MP -MF ".deps/pgx_cod.Tpo" -c -o pgx_cod.lo pgx_cod.c; \
        then mv -f ".deps/pgx_cod.Tpo" ".deps/pgx_cod.Plo"; else rm -f 
".deps/pgx_cod.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT pgx_cod.lo -MD -MP -MF 
.deps/pgx_cod.Tpo -c pgx_cod.c -o pgx_cod.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT pgx_dec.lo -MD -MP -MF ".deps/pgx_dec.Tpo" -c -o pgx_dec.lo pgx_dec.c; \
        then mv -f ".deps/pgx_dec.Tpo" ".deps/pgx_dec.Plo"; else rm -f 
".deps/pgx_dec.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT pgx_dec.lo -MD -MP -MF 
.deps/pgx_dec.Tpo -c pgx_dec.c -o pgx_dec.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT pgx_enc.lo -MD -MP -MF ".deps/pgx_enc.Tpo" -c -o pgx_enc.lo pgx_enc.c; \
        then mv -f ".deps/pgx_enc.Tpo" ".deps/pgx_enc.Plo"; else rm -f 
".deps/pgx_enc.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT pgx_enc.lo -MD -MP -MF 
.deps/pgx_enc.Tpo -c pgx_enc.c -o pgx_enc.o
/bin/sh ../../../libtool --tag=CC --mode=link gcc  -O   -o libpgx.la   
pgx_cod.lo pgx_dec.lo pgx_enc.lo  -lm 
mkdir .libs
ar cru .libs/libpgx.a  pgx_cod.o pgx_dec.o pgx_enc.o
ranlib .libs/libpgx.a
creating libpgx.la
(cd .libs && rm -f libpgx.la && ln -s ../libpgx.la libpgx.la)
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/pgx'
Making all in pnm
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/pnm'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT pnm_cod.lo -MD -MP -MF ".deps/pnm_cod.Tpo" -c -o pnm_cod.lo pnm_cod.c; \
        then mv -f ".deps/pnm_cod.Tpo" ".deps/pnm_cod.Plo"; else rm -f 
".deps/pnm_cod.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT pnm_cod.lo -MD -MP -MF 
.deps/pnm_cod.Tpo -c pnm_cod.c -o pnm_cod.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT pnm_dec.lo -MD -MP -MF ".deps/pnm_dec.Tpo" -c -o pnm_dec.lo pnm_dec.c; \
        then mv -f ".deps/pnm_dec.Tpo" ".deps/pnm_dec.Plo"; else rm -f 
".deps/pnm_dec.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT pnm_dec.lo -MD -MP -MF 
.deps/pnm_dec.Tpo -c pnm_dec.c -o pnm_dec.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT pnm_enc.lo -MD -MP -MF ".deps/pnm_enc.Tpo" -c -o pnm_enc.lo pnm_enc.c; \
        then mv -f ".deps/pnm_enc.Tpo" ".deps/pnm_enc.Plo"; else rm -f 
".deps/pnm_enc.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT pnm_enc.lo -MD -MP -MF 
.deps/pnm_enc.Tpo -c pnm_enc.c -o pnm_enc.o
/bin/sh ../../../libtool --tag=CC --mode=link gcc  -O   -o libpnm.la   
pnm_cod.lo pnm_dec.lo pnm_enc.lo  -lm 
mkdir .libs
ar cru .libs/libpnm.a  pnm_cod.o pnm_dec.o pnm_enc.o
ranlib .libs/libpnm.a
creating libpnm.la
(cd .libs && rm -f libpnm.la && ln -s ../libpnm.la libpnm.la)
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/pnm'
Making all in ras
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/ras'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT ras_cod.lo -MD -MP -MF ".deps/ras_cod.Tpo" -c -o ras_cod.lo ras_cod.c; \
        then mv -f ".deps/ras_cod.Tpo" ".deps/ras_cod.Plo"; else rm -f 
".deps/ras_cod.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT ras_cod.lo -MD -MP -MF 
.deps/ras_cod.Tpo -c ras_cod.c -o ras_cod.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT ras_dec.lo -MD -MP -MF ".deps/ras_dec.Tpo" -c -o ras_dec.lo ras_dec.c; \
        then mv -f ".deps/ras_dec.Tpo" ".deps/ras_dec.Plo"; else rm -f 
".deps/ras_dec.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT ras_dec.lo -MD -MP -MF 
.deps/ras_dec.Tpo -c ras_dec.c -o ras_dec.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include    -O 
-MT ras_enc.lo -MD -MP -MF ".deps/ras_enc.Tpo" -c -o ras_enc.lo ras_enc.c; \
        then mv -f ".deps/ras_enc.Tpo" ".deps/ras_enc.Plo"; else rm -f 
".deps/ras_enc.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper 
-I../../../src/libjasper/include -O -MT ras_enc.lo -MD -MP -MF 
.deps/ras_enc.Tpo -c ras_enc.c -o ras_enc.o
/bin/sh ../../../libtool --tag=CC --mode=link gcc  -O   -o libras.la   
ras_cod.lo ras_dec.lo ras_enc.lo  -lm 
mkdir .libs
ar cru .libs/libras.a  ras_cod.o ras_dec.o ras_enc.o
ranlib .libs/libras.a
creating libras.la
(cd .libs && rm -f libras.la && ln -s ../libras.la libras.la)
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/ras'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper'
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../src/libjasper/include/jasper     -O -MT dummy.lo -MD -MP -MF 
".deps/dummy.Tpo" -c -o dummy.lo dummy.c; \
        then mv -f ".deps/dummy.Tpo" ".deps/dummy.Plo"; else rm -f 
".deps/dummy.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../src/libjasper/include/jasper -O -MT 
dummy.lo -MD -MP -MF .deps/dummy.Tpo -c dummy.c -o dummy.o
/bin/sh ../../libtool --tag=CC --mode=link gcc  -O   -o libjasper.la -rpath 
/home/gempak/GEMPAK6.7.0/os/linux64/lib -version-info 1:0:0 dummy.lo 
base/libbase.la bmp/libbmp.la jp2/libjp2.la jpc/libjpc.la jpg/libjpg.la 
mif/libmif.la pgx/libpgx.la pnm/libpnm.la ras/libras.la -lm 
mkdir .libs
rm -fr .libs/libjasper.lax
mkdir .libs/libjasper.lax
rm -fr .libs/libjasper.lax/libbase.a
mkdir .libs/libjasper.lax/libbase.a
(cd .libs/libjasper.lax/libbase.a && ar x 
/home/gempak/GEMPAK6.7.0/extlibs/JasPer/jasper/src/libjasper/base/.libs/libbase.a)
rm -fr .libs/libjasper.lax/libbmp.a
mkdir .libs/libjasper.lax/libbmp.a
(cd .libs/libjasper.lax/libbmp.a && ar x 
/home/gempak/GEMPAK6.7.0/extlibs/JasPer/jasper/src/libjasper/bmp/.libs/libbmp.a)
rm -fr .libs/libjasper.lax/libjp2.a
mkdir .libs/libjasper.lax/libjp2.a
(cd .libs/libjasper.lax/libjp2.a && ar x 
/home/gempak/GEMPAK6.7.0/extlibs/JasPer/jasper/src/libjasper/jp2/.libs/libjp2.a)
rm -fr .libs/libjasper.lax/libjpc.a
mkdir .libs/libjasper.lax/libjpc.a
(cd .libs/libjasper.lax/libjpc.a && ar x 
/home/gempak/GEMPAK6.7.0/extlibs/JasPer/jasper/src/libjasper/jpc/.libs/libjpc.a)
rm -fr .libs/libjasper.lax/libjpg.a
mkdir .libs/libjasper.lax/libjpg.a
(cd .libs/libjasper.lax/libjpg.a && ar x 
/home/gempak/GEMPAK6.7.0/extlibs/JasPer/jasper/src/libjasper/jpg/.libs/libjpg.a)
rm -fr .libs/libjasper.lax/libmif.a
mkdir .libs/libjasper.lax/libmif.a
(cd .libs/libjasper.lax/libmif.a && ar x 
/home/gempak/GEMPAK6.7.0/extlibs/JasPer/jasper/src/libjasper/mif/.libs/libmif.a)
rm -fr .libs/libjasper.lax/libpgx.a
mkdir .libs/libjasper.lax/libpgx.a
(cd .libs/libjasper.lax/libpgx.a && ar x 
/home/gempak/GEMPAK6.7.0/extlibs/JasPer/jasper/src/libjasper/pgx/.libs/libpgx.a)
rm -fr .libs/libjasper.lax/libpnm.a
mkdir .libs/libjasper.lax/libpnm.a
(cd .libs/libjasper.lax/libpnm.a && ar x 
/home/gempak/GEMPAK6.7.0/extlibs/JasPer/jasper/src/libjasper/pnm/.libs/libpnm.a)
rm -fr .libs/libjasper.lax/libras.a
mkdir .libs/libjasper.lax/libras.a
(cd .libs/libjasper.lax/libras.a && ar x 
/home/gempak/GEMPAK6.7.0/extlibs/JasPer/jasper/src/libjasper/ras/.libs/libras.a)
ar cru .libs/libjasper.a  dummy.o  .libs/libjasper.lax/libbase.a/jas_icc.o 
.libs/libjasper.lax/libbase.a/jas_version.o 
.libs/libjasper.lax/libbase.a/jas_tmr.o 
.libs/libjasper.lax/libbase.a/jas_init.o 
.libs/libjasper.lax/libbase.a/jas_image.o 
.libs/libjasper.lax/libbase.a/jas_iccdata.o 
.libs/libjasper.lax/libbase.a/jas_debug.o 
.libs/libjasper.lax/libbase.a/jas_getopt.o 
.libs/libjasper.lax/libbase.a/jas_seq.o 
.libs/libjasper.lax/libbase.a/jas_string.o 
.libs/libjasper.lax/libbase.a/jas_cm.o 
.libs/libjasper.lax/libbase.a/jas_malloc.o 
.libs/libjasper.lax/libbase.a/jas_tvp.o 
.libs/libjasper.lax/libbase.a/jas_stream.o  
.libs/libjasper.lax/libbmp.a/bmp_enc.o .libs/libjasper.lax/libbmp.a/bmp_cod.o 
.libs/libjasper.lax/libbmp.a/bmp_dec.o  .libs/libjasper.lax/libjp2.a/jp2_dec.o 
.libs/libjasper.lax/libjp2.a/jp2_enc.o .libs/libjasper.lax/libjp2.a/jp2_cod.o  
.libs/libjasper.lax/libjpc.a/jpc_tagtree.o 
.libs/libjasper.lax/libjpc.a/jpc_t2dec.o 
.libs/libjasper.lax/libjpc.a/jpc_mqcod.o 
.libs/libjasper.lax/libjpc.a/jpc_tsfb.o .libs/libjasper.lax/libjpc.a/jpc_qmfb.o 
.libs/libjasper.lax/libjpc.a/jpc_mqenc.o 
.libs/libjasper.lax/libjpc.a/jpc_math.o .libs/libjasper.lax/libjpc.a/jpc_cs.o 
.libs/libjasper.lax/libjpc.a/jpc_t2cod.o .libs/libjasper.lax/libjpc.a/jpc_mct.o 
.libs/libjasper.lax/libjpc.a/jpc_t2enc.o .libs/libjasper.lax/libjpc.a/jpc_bs.o 
.libs/libjasper.lax/libjpc.a/jpc_t1dec.o .libs/libjasper.lax/libjpc.a/jpc_dec.o 
.libs/libjasper.lax/libjpc.a/jpc_mqdec.o 
.libs/libjasper.lax/libjpc.a/jpc_t1enc.o 
.libs/libjasper.lax/libjpc.a/jpc_t1cod.o .libs/libjasper.lax/libjpc.a/jpc_enc.o 
.libs/libjasper.lax/libjpc.a/jpc_util.o  .libs/libjasper.lax/libjpg.a/jpg_val.o 
.libs/libjasper.lax/libjpg.a/jpg_dummy.o  
.libs/libjasper.lax/libmif.a/mif_cod.o  .libs/libjasper.lax/libpgx.a/pgx_cod.o 
.libs/libjasper.lax/libpgx.a/pgx_dec.o .libs/libjasper.lax/libpgx.a/pgx_enc.o  
.libs/libjasper.lax/libpnm.a/pnm_cod.o .libs/libjasper.lax/libpnm.a/pnm_dec.o 
.libs/libjasper.lax/libpnm.a/pnm_enc.o  .libs/libjasper.lax/libras.a/ras_dec.o 
.libs/libjasper.lax/libras.a/ras_cod.o .libs/libjasper.lax/libras.a/ras_enc.o 
ranlib .libs/libjasper.a
rm -fr .libs/libjasper.lax
creating libjasper.la
(cd .libs && rm -f libjasper.la && ln -s ../libjasper.la libjasper.la)
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper'
Making all in appl
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/appl'
if gcc -DHAVE_CONFIG_H -I. -I. -I../../src/libjasper/include/jasper 
-I../../src/libjasper/include    -O -MT jasper.o -MD -MP -MF ".deps/jasper.Tpo" 
-c -o jasper.o jasper.c; \
        then mv -f ".deps/jasper.Tpo" ".deps/jasper.Po"; else rm -f 
".deps/jasper.Tpo"; exit 1; fi
/bin/sh ../../libtool --tag=CC --mode=link gcc  -O   -o jasper  jasper.o 
../libjasper/libjasper.la -lm 
mkdir .libs
gcc -O -o jasper jasper.o  ../libjasper/.libs/libjasper.a -lm  
if gcc -DHAVE_CONFIG_H -I. -I. -I../../src/libjasper/include/jasper 
-I../../src/libjasper/include    -O -MT imgcmp.o -MD -MP -MF ".deps/imgcmp.Tpo" 
-c -o imgcmp.o imgcmp.c; \
        then mv -f ".deps/imgcmp.Tpo" ".deps/imgcmp.Po"; else rm -f 
".deps/imgcmp.Tpo"; exit 1; fi
/bin/sh ../../libtool --tag=CC --mode=link gcc  -O   -o imgcmp  imgcmp.o 
../libjasper/libjasper.la -lm 
gcc -O -o imgcmp imgcmp.o  ../libjasper/.libs/libjasper.a -lm  
if gcc -DHAVE_CONFIG_H -I. -I. -I../../src/libjasper/include/jasper 
-I../../src/libjasper/include    -O -MT imginfo.o -MD -MP -MF 
".deps/imginfo.Tpo" -c -o imginfo.o imginfo.c; \
        then mv -f ".deps/imginfo.Tpo" ".deps/imginfo.Po"; else rm -f 
".deps/imginfo.Tpo"; exit 1; fi
/bin/sh ../../libtool --tag=CC --mode=link gcc  -O   -o imginfo  imginfo.o 
../libjasper/libjasper.la -lm 
gcc -O -o imginfo imginfo.o  ../libjasper/.libs/libjasper.a -lm  
if gcc -DHAVE_CONFIG_H -I. -I. -I../../src/libjasper/include/jasper 
-I../../src/libjasper/include    -O -MT tmrdemo.o -MD -MP -MF 
".deps/tmrdemo.Tpo" -c -o tmrdemo.o tmrdemo.c; \
        then mv -f ".deps/tmrdemo.Tpo" ".deps/tmrdemo.Po"; else rm -f 
".deps/tmrdemo.Tpo"; exit 1; fi
/bin/sh ../../libtool --tag=CC --mode=link gcc  -O   -o tmrdemo  tmrdemo.o 
../libjasper/libjasper.la -lm 
gcc -O -o tmrdemo tmrdemo.o  ../libjasper/.libs/libjasper.a -lm  
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/appl'
Making all in msvc
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/msvc'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/msvc'
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src'
make[5]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1'
Making install in src
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src'
Making install in libjasper
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper'
Making install in include
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/include'
Making install in jasper
make[8]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/include/jasper'
make[9]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/include/jasper'
make[9]: Nothing to be done for `install-exec-am'.
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/include/jasper" || mkdir -p -- 
"/home/gempak/GEMPAK6.7.0/os/linux64/include/jasper"
 /usr/bin/install -c -m 644 'jasper.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/jasper/jasper.h'
 /usr/bin/install -c -m 644 'jas_config.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/jasper/jas_config.h'
 /usr/bin/install -c -m 644 'jas_config2.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/jasper/jas_config2.h'
 /usr/bin/install -c -m 644 'jas_cm.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/jasper/jas_cm.h'
 /usr/bin/install -c -m 644 'jas_fix.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/jasper/jas_fix.h'
 /usr/bin/install -c -m 644 'jas_debug.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/jasper/jas_debug.h'
 /usr/bin/install -c -m 644 'jas_getopt.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/jasper/jas_getopt.h'
 /usr/bin/install -c -m 644 'jas_icc.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/jasper/jas_icc.h'
 /usr/bin/install -c -m 644 'jas_image.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/jasper/jas_image.h'
 /usr/bin/install -c -m 644 'jas_init.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/jasper/jas_init.h'
 /usr/bin/install -c -m 644 'jas_malloc.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/jasper/jas_malloc.h'
 /usr/bin/install -c -m 644 'jas_math.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/jasper/jas_math.h'
 /usr/bin/install -c -m 644 'jas_seq.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/jasper/jas_seq.h'
 /usr/bin/install -c -m 644 'jas_stream.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/jasper/jas_stream.h'
 /usr/bin/install -c -m 644 'jas_string.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/jasper/jas_string.h'
 /usr/bin/install -c -m 644 'jas_tmr.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/jasper/jas_tmr.h'
 /usr/bin/install -c -m 644 'jas_tvp.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/jasper/jas_tvp.h'
 /usr/bin/install -c -m 644 'jas_types.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/jasper/jas_types.h'
 /usr/bin/install -c -m 644 'jas_version.h' 
'/home/gempak/GEMPAK6.7.0/os/linux64/include/jasper/jas_version.h'
make[9]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/include/jasper'
make[8]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/include/jasper'
make[8]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/include'
make[9]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/include'
make[9]: Nothing to be done for `install-exec-am'.
make[9]: Nothing to be done for `install-data-am'.
make[9]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/include'
make[8]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/include'
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/include'
Making install in base
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/base'
make[8]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/base'
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/base'
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/base'
Making install in bmp
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/bmp'
make[8]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/bmp'
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/bmp'
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/bmp'
Making install in jp2
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/jp2'
make[8]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/jp2'
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/jp2'
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/jp2'
Making install in jpc
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/jpc'
make[8]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/jpc'
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/jpc'
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/jpc'
Making install in jpg
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/jpg'
make[8]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/jpg'
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/jpg'
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/jpg'
Making install in mif
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/mif'
make[8]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/mif'
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/mif'
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/mif'
Making install in pgx
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/pgx'
make[8]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/pgx'
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/pgx'
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/pgx'
Making install in pnm
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/pnm'
make[8]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/pnm'
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/pnm'
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/pnm'
Making install in ras
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/ras'
make[8]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/ras'
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/ras'
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper/ras'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper'
make[8]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/lib" || mkdir -p -- 
"/home/gempak/GEMPAK6.7.0/os/linux64/lib"
 /bin/sh ../../libtool --mode=install /usr/bin/install -c  'libjasper.la' 
'/home/gempak/GEMPAK6.7.0/os/linux64/lib/libjasper.la'
/usr/bin/install -c .libs/libjasper.lai 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/libjasper.la
/usr/bin/install -c .libs/libjasper.a 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/libjasper.a
chmod 644 /home/gempak/GEMPAK6.7.0/os/linux64/lib/libjasper.a
ranlib /home/gempak/GEMPAK6.7.0/os/linux64/lib/libjasper.a
PATH="$PATH:/sbin" ldconfig -n /home/gempak/GEMPAK6.7.0/os/linux64/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/gempak/GEMPAK6.7.0/os/linux64/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper'
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/libjasper'
Making install in appl
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/appl'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/appl'
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/bin" || mkdir -p -- 
"/home/gempak/GEMPAK6.7.0/os/linux64/bin"
  /bin/sh ../../libtool --mode=install /usr/bin/install -c 'jasper' 
'/home/gempak/GEMPAK6.7.0/os/linux64/bin/jasper'
/usr/bin/install -c jasper /home/gempak/GEMPAK6.7.0/os/linux64/bin/jasper
  /bin/sh ../../libtool --mode=install /usr/bin/install -c 'imgcmp' 
'/home/gempak/GEMPAK6.7.0/os/linux64/bin/imgcmp'
/usr/bin/install -c imgcmp /home/gempak/GEMPAK6.7.0/os/linux64/bin/imgcmp
  /bin/sh ../../libtool --mode=install /usr/bin/install -c 'imginfo' 
'/home/gempak/GEMPAK6.7.0/os/linux64/bin/imginfo'
/usr/bin/install -c imginfo /home/gempak/GEMPAK6.7.0/os/linux64/bin/imginfo
  /bin/sh ../../libtool --mode=install /usr/bin/install -c 'tmrdemo' 
'/home/gempak/GEMPAK6.7.0/os/linux64/bin/tmrdemo'
/usr/bin/install -c tmrdemo /home/gempak/GEMPAK6.7.0/os/linux64/bin/tmrdemo
test -z "/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man1" || mkdir -p -- 
"/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man1"
 /usr/bin/install -c -m 644 './imgcmp.1' 
'/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man1/imgcmp.1'
 /usr/bin/install -c -m 644 './imginfo.1' 
'/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man1/imginfo.1'
 /usr/bin/install -c -m 644 './jasper.1' 
'/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man1/jasper.1'
 /usr/bin/install -c -m 644 './jiv.1' 
'/home/gempak/GEMPAK6.7.0/os/linux64/share/man/man1/jiv.1'
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/appl'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/appl'
Making install in msvc
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/msvc'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/msvc'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/msvc'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src/msvc'
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src'
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1/src'
make[5]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1'
make[6]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1'
make[5]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1'
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/JasPer/v1.900.1'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/JasPer'
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/JasPer'
making in /home/gempak/GEMPAK6.7.0/extlibs/NDFD
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/NDFD'
making all in /home/gempak/GEMPAK6.7.0/extlibs/NDFD/mdlg2dec 
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/NDFD/mdlg2dec'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c boundary.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c endomess.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ierx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c locpos.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rdieee.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c timpr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unboustro.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unearth.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unpk_azimuth.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unpk_cmplx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unpk_cylinder.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unpk_endian.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unpk_equator.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unpk_grib2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unpk_lambert.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unpk_mercator.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unpk_orthographic.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unpk_polster.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unpk_refer.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unpk_sect0.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unpk_sect1.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unpk_sect2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unpk_sect3.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unpk_sect4.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unpk_sect5.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unpk_sect6.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unpk_sect7.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unpk_smple.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unpk_temp40.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unpk_temp41.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unpk_temp42.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unpk_temp420.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unpk_temp430.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unpk_temp48.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unpk_temp49.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unpk_trace.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unpkbg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unpkbmap.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unpkcmbm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unpklx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unpklxbm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unpkoo.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unpkpo.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unpkps.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c unpksecdif.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c unpk_swap.c
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/mdlg2dec.a *.o
a - boundary.o
a - endomess.o
a - ierx.o
a - locpos.o
a - rdieee.o
a - timpr.o
a - unboustro.o
a - unearth.o
a - unpk_azimuth.o
a - unpkbg.o
a - unpkbmap.o
a - unpkcmbm.o
a - unpk_cmplx.o
a - unpk_cylinder.o
a - unpk_endian.o
a - unpk_equator.o
a - unpk_grib2.o
a - unpk_lambert.o
a - unpklxbm.o
a - unpklx.o
a - unpk_mercator.o
a - unpkoo.o
a - unpk_orthographic.o
a - unpk_polster.o
a - unpkpo.o
a - unpkps.o
a - unpk_refer.o
a - unpksecdif.o
a - unpk_sect0.o
a - unpk_sect1.o
a - unpk_sect2.o
a - unpk_sect3.o
a - unpk_sect4.o
a - unpk_sect5.o
a - unpk_sect6.o
a - unpk_sect7.o
a - unpk_smple.o
a - unpk_swap.o
a - unpk_temp40.o
a - unpk_temp41.o
a - unpk_temp420.o
a - unpk_temp42.o
a - unpk_temp430.o
a - unpk_temp48.o
a - unpk_temp49.o
a - unpk_trace.o
rm -f *.o
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/NDFD/mdlg2dec'
making all in /home/gempak/GEMPAK6.7.0/extlibs/NDFD/mdlg2enc 
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/NDFD/mdlg2enc'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c boustro_flt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c boustro_int.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c check_flt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c check_int.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c earth.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c flr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c flt_map.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c fmkieee.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c int_map.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c length.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pack_gp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pack_opt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pk_azimuth.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pk_bmap.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pk_c7.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pk_cmplx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pk_cylinder.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pk_endian.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pk_equator.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pk_grib2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pk_lambert.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pk_mercator.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pk_missp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pk_nomiss.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pk_orthographic.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pk_polster.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pk_s7.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pk_sect0.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pk_sect1.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pk_sect2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pk_sect3.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pk_sect4.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pk_sect5.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pk_sect6.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pk_sect7.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pk_sect8.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pk_smple.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pk_temp40.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pk_temp41.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pk_temp42.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pk_temp420.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pk_temp430.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pk_temp48.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pk_temp49.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pk_trace.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pkbg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prep_flt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prep_int.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prep_noval.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prep_sect2_int.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prep_sect2_real.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prepr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c reduce.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c timpr.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c pk_swap.c
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/mdlg2enc.a *.o
a - boustro_flt.o
a - boustro_int.o
a - check_flt.o
a - check_int.o
a - earth.o
a - flr.o
a - flt_map.o
a - fmkieee.o
a - int_map.o
a - length.o
a - pack_gp.o
a - pack_opt.o
a - pk_azimuth.o
a - pkbg.o
a - pk_bmap.o
a - pk_c7.o
a - pk_cmplx.o
a - pk_cylinder.o
a - pk_endian.o
a - pk_equator.o
a - pk_grib2.o
a - pk_lambert.o
a - pk_mercator.o
a - pk_missp.o
a - pk_nomiss.o
a - pk_orthographic.o
a - pk_polster.o
a - pk_s7.o
a - pk_sect0.o
a - pk_sect1.o
a - pk_sect2.o
a - pk_sect3.o
a - pk_sect4.o
a - pk_sect5.o
a - pk_sect6.o
a - pk_sect7.o
a - pk_sect8.o
a - pk_smple.o
a - pk_swap.o
a - pk_temp40.o
a - pk_temp41.o
a - pk_temp420.o
a - pk_temp42.o
a - pk_temp430.o
a - pk_temp48.o
a - pk_temp49.o
a - pk_trace.o
a - prep_flt.o
a - prep_int.o
a - prep_noval.o
a - prepr.o
a - prep_sect2_int.o
a - prep_sect2_real.o
a - reduce.o
a - timpr.o
rm -f *.o
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/NDFD/mdlg2enc'
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/NDFD'
making in /home/gempak/GEMPAK6.7.0/extlibs/SHAPE
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/SHAPE'
making all in /home/gempak/GEMPAK6.7.0/extlibs/SHAPE/libshp
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/SHAPE/v1.2'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c dbfopen.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c shpopen.c
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/libshp.a *.o
a - dbfopen.o
a - shpopen.o
rm -f *.o
updated /home/gempak/GEMPAK6.7.0/os/linux64/include/shapefil.h
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/SHAPE/v1.2'
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/SHAPE'
making in /home/gempak/GEMPAK6.7.0/extlibs/GAMET
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/GAMET'
making all in /home/gempak/GEMPAK6.7.0/extlibs/GAMET/gametlib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/GAMET/v1.6'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c gamet.c
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/libGAMET.a *.o
a - gamet.o
rm -f *.o
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/GAMET/v1.6'
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/GAMET'
making in /home/gempak/GEMPAK6.7.0/extlibs/rsl
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/rsl'
/home/gempak/GEMPAK6.7.0/extlibs/rsl/src
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/rsl/src'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I../include -c cappi.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I../include -c carpi.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I../include -c cube.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I../include -c endian.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I../include -c gzip.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I../include -c image_gen.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I../include -c interp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I../include -c prune.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I../include -c radar.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I../include -c range.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I../include -c ray_indexes.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I../include -c sort_rays.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I../include -c uf_to_radar.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I../include -c volume.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I../include -c wsr88d.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I../include -c wsr88d_get_site.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I../include -c wsr88d_to_radar.c
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/rsl.a *.o
a - cappi.o
a - carpi.o
a - cube.o
a - endian.o
a - gzip.o
a - image_gen.o
a - interp.o
a - prune.o
a - radar.o
a - range.o
a - ray_indexes.o
a - sort_rays.o
a - uf_to_radar.o
a - volume.o
a - wsr88d_get_site.o
a - wsr88d.o
a - wsr88d_to_radar.o
rm -f *.o
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/rsl/src'
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/rsl'
make[1]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs'
Making all in /home/gempak/GEMPAK6.7.0/gempak
make[1]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak'
making in /home/gempak/GEMPAK6.7.0/gempak/source
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/nxmlib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/nxmlib'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/usr/X11R6/include -I/usr/X11R6/include -c spfclnup.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/nxmlib'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/appl
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/appl'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/appl/access
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/appl/access'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gendp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ginitp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqmode.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsmode.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/appl.a *.o
a - gendp.o
a - ginitp.o
a - gqmode.o
a - gsmode.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/appl/access'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/appl/attribute
make[4]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/appl/attribute'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqarrw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqbarb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqcmbo.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqctyp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqcvsc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqdarr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqdash.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqdatt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqfill.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqfrnt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqhash.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqicng.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqline.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqlpat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqmrkr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqptnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqpwth.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqrduc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqsizd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqsky.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqsmth.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqspcl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqspln.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqsysz.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqtext.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqturb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqwthr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsarrw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsbarb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gscmbo.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gscntr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsctyp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsdarr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsdash.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsfill.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsfrnt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gshash.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsicng.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsline.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gslpat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsmrkr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsptnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gspwth.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsrduc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gssky.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gssmth.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsspcl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsspln.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gstext.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gstick.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsturb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gswthr.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/appl.a *.o
a - gqarrw.o
a - gqbarb.o
a - gqcmbo.o
a - gqctyp.o
a - gqcvsc.o
a - gqdarr.o
a - gqdash.o
a - gqdatt.o
a - gqfill.o
a - gqfrnt.o
a - gqhash.o
a - gqicng.o
a - gqline.o
a - gqlpat.o
a - gqmrkr.o
a - gqptnd.o
a - gqpwth.o
a - gqrduc.o
a - gqsizd.o
a - gqsky.o
a - gqsmth.o
a - gqspcl.o
a - gqspln.o
a - gqsysz.o
a - gqtext.o
a - gqturb.o
a - gqwthr.o
a - gsarrw.o
a - gsbarb.o
a - gscmbo.o
a - gscntr.o
a - gsctyp.o
a - gsdarr.o
a - gsdash.o
a - gsfill.o
a - gsfrnt.o
a - gshash.o
a - gsicng.o
a - gsline.o
a - gslpat.o
a - gsmrkr.o
a - gsptnd.o
a - gspwth.o
a - gsrduc.o
a - gssky.o
a - gssmth.o
a - gsspcl.o
a - gsspln.o
a - gstext.o
a - gstick.o
a - gsturb.o
a - gswthr.o
rm -f *.o
make[4]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/appl/attribute'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/appl/bounds
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/appl/bounds'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqbnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqview.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsview.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/appl.a *.o
a - gqbnd.o
a - gqview.o
a - gsview.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/appl/bounds'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/appl/color
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/appl/color'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqclr2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqclrs.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqcolr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqcomp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqncol.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsbrgb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gscint.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsclr2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gscnam.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gscolb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gscolr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gscrgb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsctbl.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/appl.a *.o
a - gqclr2.o
a - gqclrs.o
a - gqcolr.o
a - gqcomp.o
a - gqncol.o
a - gsbrgb.o
a - gscint.o
a - gsclr2.o
a - gscnam.o
a - gscolb.o
a - gscolr.o
a - gscrgb.o
a - gsctbl.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/appl/color'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/appl/control
make[4]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/appl/control'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gclear.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gclosp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gclpnl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gegrp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c genanm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c geplot.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ggsave.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ggtpnt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gloopc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gmesg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqdev.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c groam.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsdeva.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsgrp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsgtgn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gslwin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsplot.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsroam.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gstanm.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/appl.a *.o
a - gclear.o
a - gclosp.o
a - gclpnl.o
a - gegrp.o
a - genanm.o
a - geplot.o
a - ggsave.o
a - ggtpnt.o
a - gloopc.o
a - gmesg.o
a - gqdev.o
a - groam.o
a - gsdeva.o
a - gsgrp.o
a - gsgtgn.o
a - gslwin.o
a - gsplot.o
a - gsroam.o
a - gstanm.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/appl/control'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/appl/curve
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/appl/curve'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gcurve.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gcyevl.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/appl.a *.o
a - gcurve.o
a - gcyevl.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/appl/curve'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/appl/graph
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/appl/graph'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gaaxis.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdaxis.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqgmgn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqgraf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsgmgn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsgraf.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/appl.a *.o
a - gaaxis.o
a - gdaxis.o
a - gqgmgn.o
a - gqgraf.o
a - gsgmgn.o
a - gsgraf.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/appl/graph'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/appl/grid
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/appl/grid'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqggrf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqgmap.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqgprj.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsggrf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsgmap.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsgprj.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/appl.a *.o
a - gqggrf.o
a - gqgmap.o
a - gqgprj.o
a - gsggrf.o
a - gsgmap.o
a - gsgprj.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/appl/grid'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/appl/map
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/appl/map'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqmmap.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqmmgn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqmprj.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsmmap.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsmmgn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsmprj.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/appl.a *.o
a - gqmmap.o
a - gqmmgn.o
a - gqmprj.o
a - gsmmap.o
a - gsmmgn.o
a - gsmprj.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/appl/map'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/appl/plot
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/appl/plot'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c garrw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c garc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gbarb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gcircl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gcmbo.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gctyp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdarr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gfill.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gfrnt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghash.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gicng.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gline.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c glogo.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gmark.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gptnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpwth.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsky.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gspcl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gspln.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gtext.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gtextc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gturb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gtxsy.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gwthr.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/appl.a *.o
a - garc.o
a - garrw.o
a - gbarb.o
a - gcircl.o
a - gcmbo.o
a - gctyp.o
a - gdarr.o
a - gfill.o
a - gfrnt.o
a - ghash.o
a - gicng.o
a - gline.o
a - glogo.o
a - gmark.o
a - gptnd.o
a - gpwth.o
a - gsky.o
a - gspcl.o
a - gspln.o
a - gtextc.o
a - gtext.o
a - gturb.o
a - gtxsy.o
a - gwthr.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/appl/plot'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/appl/satellite
make[4]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/appl/satellite'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqsatn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsatim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsatmg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsatpx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsicmn.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/appl.a *.o
a - gqsatn.o
a - gsatim.o
a - gsatmg.o
a - gsatpx.o
a - gsicmn.o
rm -f *.o
make[4]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/appl/satellite'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/appl/transform
make[4]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/appl/transform'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gptvis.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gtrans.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/appl.a *.o
a - gptvis.o
a - gtrans.o
rm -f *.o
make[4]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/appl/transform'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/appl/utility
make[4]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/appl/utility'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdrgrd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdrmap.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c getmap.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gplbnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqmfil.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsmfil.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/appl.a *.o
a - gdrgrd.o
a - gdrmap.o
a - getmap.o
a - gplbnd.o
a - gqmfil.o
a - gsmfil.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/appl/utility'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/appl'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/ncepUT
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/ncepUT'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c dbn_bufr.c
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ut85dy.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c utbfci.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c utbfms.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c utbfpa.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c utbfpm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c utbfpw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c utbfri.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c utbkgp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c utbmri.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c utc2r8.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c utcbs3.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c utcibf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c utcurr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c utemsg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c utiwbf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c utmdqi.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c utmdri.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c utqibf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c utr82c.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c utribf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c utribm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c utsec3.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c utwbfr.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/libncepUT.a *.o
a - dbn_bufr.o
a - ut85dy.o
a - utbfci.o
a - utbfms.o
a - utbfpa.o
a - utbfpm.o
a - utbfpw.o
a - utbfri.o
a - utbkgp.o
a - utbmri.o
a - utc2r8.o
a - utcbs3.o
a - utcibf.o
a - utcurr.o
a - utemsg.o
a - utiwbf.o
a - utmdqi.o
a - utmdri.o
a - utqibf.o
a - utr82c.o
a - utribf.o
a - utribm.o
a - utsec3.o
a - utwbfr.o
rm -f *.o
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/ncepUT'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/syslib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/syslib'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gget.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ggetb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ggetc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ggetnw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ggetr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c giproc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gput.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gputb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gputc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gputr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grecv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsend.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsfree.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsgrab.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsproc.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c ccheck.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/syslib'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/device
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/device'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/device/access
make[4]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/device/access'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dendd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c devent.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dinit.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dinita.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dinitp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dqdchr.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/device.a *.o
a - dendd.o
a - devent.o
a - dinita.o
a - dinit.o
a - dinitp.o
a - dqdchr.o
rm -f *.o
make[4]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/device/access'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/device/attribute
make[4]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/device/attribute'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dqdatt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dqlpat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsarrw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsbarb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dscmbo.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsctyp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsdarr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsdash.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsdatt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsfill.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsfrnt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dshash.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsicng.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsline.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dslpat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsmrkr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsptnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dspwth.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsrduc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dssky.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dssmth.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsspcl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsspln.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dstext.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsturb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dswthr.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/device.a *.o
a - dqdatt.o
a - dqlpat.o
a - dsarrw.o
a - dsbarb.o
a - dscmbo.o
a - dsctyp.o
a - dsdarr.o
a - dsdash.o
a - dsdatt.o
a - dsfill.o
a - dsfrnt.o
a - dshash.o
a - dsicng.o
a - dsline.o
a - dslpat.o
a - dsmrkr.o
a - dsptnd.o
a - dspwth.o
a - dsrduc.o
a - dssky.o
a - dssmth.o
a - dsspcl.o
a - dsspln.o
a - dstext.o
a - dsturb.o
a - dswthr.o
rm -f *.o
make[4]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/device/attribute'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/device/color
make[4]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/device/color'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dqclrs.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dqcomp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsbrgb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dscint.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsclr2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dscnam.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dscolb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dscolr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dscrgb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsctbl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ictabl.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/device.a *.o
a - dqclrs.o
a - dqcomp.o
a - dsbrgb.o
a - dscint.o
a - dsclr2.o
a - dscnam.o
a - dscolb.o
a - dscolr.o
a - dscrgb.o
a - dsctbl.o
a - ictabl.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/device/color'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/device/control
make[4]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/device/control'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dclear.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dclosp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dclpnl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c degrp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c denanm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c deplot.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dgsave.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dgtpnt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dloopc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmesg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dqdev.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c droam.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsgrp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsgtgn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dslwin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsplot.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsroam.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dstanm.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/device.a *.o
a - dclear.o
a - dclosp.o
a - dclpnl.o
a - degrp.o
a - denanm.o
a - deplot.o
a - dgsave.o
a - dgtpnt.o
a - dloopc.o
a - dmesg.o
a - dqdev.o
a - droam.o
a - dsgrp.o
a - dsgtgn.o
a - dslwin.o
a - dsplot.o
a - dsroam.o
a - dstanm.o
rm -f *.o
make[4]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/device/control'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/device/curve
make[4]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/device/curve'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dcgaus.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c despln.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dgauss.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmatrx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsplin.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/device.a *.o
a - dcgaus.o
a - despln.o
a - dgauss.o
a - dmatrx.o
a - dsplin.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/device/curve'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/device/draw
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/device/draw'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c iarc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c iarrw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ibarb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c icirc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c iclip.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ictyp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c idash.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c idraw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ifill.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c iicng.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ikink.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c iline.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c imark.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c inoaa.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c inws.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ipatln.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c iptnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ipwth.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c iquad.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c isky.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ispcl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ispln.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c isymb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c itext1.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c itext2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c itext3.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c iticmk.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c itrif.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c iturb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c itxccf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c itxbox.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c itxgfa.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c itxmlv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c itxsy.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c iwthr.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/device.a *.o
a - iarc.o
a - iarrw.o
a - ibarb.o
a - icirc.o
a - iclip.o
a - ictyp.o
a - idash.o
a - idraw.o
a - ifill.o
a - iicng.o
a - ikink.o
a - iline.o
a - imark.o
a - inoaa.o
a - inws.o
a - ipatln.o
a - iptnd.o
a - ipwth.o
a - iquad.o
a - isky.o
a - ispcl.o
a - ispln.o
a - isymb.o
a - itext1.o
a - itext2.o
a - itext3.o
a - iticmk.o
a - itrif.o
a - iturb.o
a - itxbox.o
a - itxccf.o
a - itxgfa.o
a - itxmlv.o
a - itxsy.o
a - iwthr.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/device/draw'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/device/plot
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/device/plot'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c darc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c darrw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dbarb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dcircl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dcmbo.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dcrvtxt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dctyp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ddarr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dfill.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dfrnt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dhash.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dicng.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dline.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dlogo.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmark.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dptnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dpwth.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsky.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dspcl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dspln.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dtext.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dtextc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dticmk.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dturb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dtxsy.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dwthr.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/device.a *.o
a - darc.o
a - darrw.o
a - dbarb.o
a - dcircl.o
a - dcmbo.o
a - dcrvtxt.o
a - dctyp.o
a - ddarr.o
a - dfill.o
a - dfrnt.o
a - dhash.o
a - dicng.o
a - dline.o
a - dlogo.o
a - dmark.o
a - dptnd.o
a - dpwth.o
a - dsky.o
a - dspcl.o
a - dspln.o
a - dtextc.o
a - dtext.o
a - dticmk.o
a - dturb.o
a - dtxsy.o
a - dwthr.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/device/plot'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/device/satellite
make[4]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/device/satellite'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsatim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsatpx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsicmn.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/device.a *.o
a - dsatim.o
a - dsatpx.o
a - dsicmn.o
rm -f *.o
make[4]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/device/satellite'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/device/window
make[4]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/device/window'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsclip.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dswndw.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/device.a *.o
a - dsclip.o
a - dswndw.o
rm -f *.o
make[4]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/device/window'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/device'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/textlib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/textlib'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/textlib/airmet 
make[4]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/textlib/airmet'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c afapplyattr.c
make[4]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/textlib/airmet'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/textlib/bfr 
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/textlib/bfr'
gcc -O -DNO_MSG_IPC -ansi -DUNDERSCORE -DLinux 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -c bfrcld.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/textlib/bfr'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/textlib/cas 
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/textlib/cas'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c casclos.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/textlib/cas'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/textlib/uka 
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/textlib/uka'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c ukagrpchk.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/textlib/uka'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/textlib/utl 
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/textlib/utl'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c utlampm.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/textlib/utl'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/textlib/wbc 
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/textlib/wbc'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c wbcarea.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/textlib/wbc'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/textlib/xml 
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/textlib/xml'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxslt 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2  -c xmlcount.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/textlib/xml'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/textlib'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/gemlib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/gemlib/cmm
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/cmm'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c cmmfree1d.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/cmm'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/gemlib/css
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/css'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c cssdate.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/css'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/gemlib/cst
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/cst'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c cstabbr.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/cst'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/gemlib/cfl
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/cfl'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c cflaopn.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/cfl'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/gemlib/ctb
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/ctb'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c ctbafos.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/ctb'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/gemlib/cv
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/cv'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c cvprmt.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c cvmdfy.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/cv'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/gemlib/db
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/db'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -c dbgetquerytext.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/db'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/gemlib/dm
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/dm'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmafre.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmaspc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmbegs.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmchkf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmchng.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmclop.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmclos.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmcnst.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmcond.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmcret.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmcsrc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmdall.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmdclh.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmdcsr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmddat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmdelt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmdpsr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmdrwh.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmefre.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmespc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmfkey.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmfspc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmfwrt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmgetf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmgetgnav.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmggpm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmgspc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmgtim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmkeys.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmlssf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmlstn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmltim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmnext.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmnxtc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmopen.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmpack.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmpart.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmpkgd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmpnam.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmpsrc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmqdat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmrch4.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmrclh.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmrdmg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmrdtc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmrdti.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmrdtr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmrfhc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmrfhi.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmrfhr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmrfil.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmrflt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmrhda.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmrint.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmrkey.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmrlbl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmrpkg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmrprt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmrrec.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmrrwh.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmrstr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmsgpk.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmsrch.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmunpk.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmwch4.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmwclh.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmwdmg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmwdtc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmwdti.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmwdtr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmwfhc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmwfhi.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmwfhr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmwfil.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmwflt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmwgb2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmwhda.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmwint.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmwkey.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmwlbl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmword.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmwpkg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmwprt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmwrwh.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmwspc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmwstr.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c dmrpkgc.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/dm'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/gemlib/dp
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/dp'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dpendp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dpfile.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dppack.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dppdec.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dppdif.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dppgrb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dpsetp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dpterm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dpudif.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dpugrb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dpugb2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dpunmc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dpunpk.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gemlib.a *.o
a - dpendp.o
a - dpfile.o
a - dppack.o
a - dppdec.o
a - dppdif.o
a - dppgrb.o
a - dpsetp.o
a - dpterm.o
a - dpudif.o
a - dpugb2.o
a - dpugrb.o
a - dpunmc.o
a - dpunpk.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/dp'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/gemlib/er
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/er'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c erlmsg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ermmsg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c erstat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c erwmsg.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c ergerrmsg.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/er'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/gemlib/fl
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/fl'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c flapnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c flbksp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c flcdel.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c flclal.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c flclos.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c fldcre.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c fldopn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c fldsop.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c flflun.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c flfpth.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c flglun.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c flgnam.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c flinqr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c flmdat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c flmfil.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c flmfls.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c flmnam.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c flpath.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c flread.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c flrewd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c flrshr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c flscnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c flsopn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c flsunk.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c flswop.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c fltbop.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c fltdat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c fltinq.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c fltrew.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c flwrit.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gemlib.a *.o
a - flapnd.o
a - flbksp.o
a - flcdel.o
a - flclal.o
a - flclos.o
a - fldcre.o
a - fldopn.o
a - fldsop.o
a - flflun.o
a - flfpth.o
a - flglun.o
a - flgnam.o
a - flinqr.o
a - flmdat.o
a - flmfil.o
a - flmfls.o
a - flmnam.o
a - flpath.o
a - flread.o
a - flrewd.o
a - flrshr.o
a - flscnd.o
a - flsopn.o
a - flsunk.o
a - flswop.o
a - fltbop.o
a - fltdat.o
a - fltinq.o
a - fltrew.o
a - flwrit.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/fl'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/gemlib/fortran_wrappers
make[4]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/fortran_wrappers'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c clvccrd.c
make[4]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/fortran_wrappers'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/gemlib/gg
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/gg'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ggairm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ggalis.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ggarc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ggasaw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ggasct.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ggasdi.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ggasdip.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ggasdiqc.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -c ggasrd.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/gg'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/gemlib/gp
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/gp'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpazdr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpdraz.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gemlib.a *.o
a - gpazdr.o
a - gpdraz.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/gp'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/gemlib/im
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/im'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c imar2gm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c imbtot.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c imcalib.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c imcalbar.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c imcbar.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c imchtb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c imdrop.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c imgtmp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c imgi2gm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c imgihd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c imgm2gi.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c imgpix.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c imisub.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c imlabl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c imlutf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c imnex2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c imnidh.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c imhrnidh.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c imdpnidh.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c imnihd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c imnohd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c imqimg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c imqlut.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c imqchn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c imqsiz.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c imqtim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c imncdf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c imnzhd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c imrad2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c imsimg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c imsmgd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c imttob.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c imunhd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prnlnr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prnlon.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-I/home/gempak/GEMPAK6.7.0/extlibs/rsl/include -c imbzsec.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/im'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/gemlib/in
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/in'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c inaxis.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c inbdta.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c incbar.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c incclr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c inccol.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c incint.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c incldt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c incolr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c incont.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c inctyp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c inedge.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c infile.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c infill.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c infilt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ingskp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c inhilo.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c inhlsy.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c inicng.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c inintc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c inline.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c inmark.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c inmscl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c inmrgd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c inmrkr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c innumb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c inoutt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c inparm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c inprmc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c inprmf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c inptnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c inptyp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c inpwnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c inpwth.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c inrvec.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c inscal.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c inside.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c inskip.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c inskyc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c instyp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c intaxs.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c intext.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c intitl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c inturb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c intxtn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c intype.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c inwind.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c inwsym.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c incatmap.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/in'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/gemlib/ip
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/ip'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ipcwin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ipdflt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ipdynm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ipexit.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ipfvar.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ipgsav.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ipgtpt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c iphelp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ipidnt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ipinit.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c iplctl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c iplist.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c iplog.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c iplutf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ipmfil.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ipputv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ipresp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c iprest.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c iprqst.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ipsave.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ipsavf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ipstr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ipstrp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ipsvar.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ipswin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ipvers.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gemlib.a *.o
a - ipcwin.o
a - ipdflt.o
a - ipdynm.o
a - ipexit.o
a - ipfvar.o
a - ipgsav.o
a - ipgtpt.o
a - iphelp.o
a - ipidnt.o
a - ipinit.o
a - iplctl.o
a - iplist.o
a - iplog.o
a - iplutf.o
a - ipmfil.o
a - ipputv.o
a - ipresp.o
a - iprest.o
a - iprqst.o
a - ipsave.o
a - ipsavf.o
a - ipstr.o
a - ipstrp.o
a - ipsvar.o
a - ipswin.o
a - ipvers.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/ip'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/gemlib/lc
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/lc'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lcabnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lcarea.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lccoun.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lcdist.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lcfloc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lcfstn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lcgare.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lcinbn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lcsare.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lcsbnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lcuare.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gemlib.a *.o
a - lcabnd.o
a - lcarea.o
a - lccoun.o
a - lcdist.o
a - lcfloc.o
a - lcfstn.o
a - lcgare.o
a - lcinbn.o
a - lcsare.o
a - lcsbnd.o
a - lcuare.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/lc'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/gemlib/lv
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/lv'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lvccrd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lvcord.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lvdecd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lvdupl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lvgrng.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lvinpt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lvmanl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lvsort.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lvvasl.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gemlib.a *.o
a - lvccrd.o
a - lvcord.o
a - lvdecd.o
a - lvdupl.o
a - lvgrng.o
a - lvinpt.o
a - lvmanl.o
a - lvsort.o
a - lvvasl.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/lv'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/gemlib/lw
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/lw'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lwinpt.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gemlib.a *.o
a - lwinpt.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/lw'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/gemlib/mr
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/mr'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mrchkw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mrcond.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mrintp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mrintz.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mrmand.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mrmanw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mrmhgt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mrmiss.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mrordr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mrpwnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mrscmz.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mrsigt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mrsigw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mrsrfc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mrtrop.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mruadt.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gemlib.a *.o
a - mrchkw.o
a - mrcond.o
a - mrintp.o
a - mrintz.o
a - mrmand.o
a - mrmanw.o
a - mrmhgt.o
a - mrmiss.o
a - mrordr.o
a - mrpwnd.o
a - mrscmz.o
a - mrsigt.o
a - mrsigw.o
a - mrsrfc.o
a - mrtrop.o
a - mruadt.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/mr'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/gemlib/mv
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/mv'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mvei32.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mvie32.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mviv32.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mvsw42.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mvswp2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mvswp4.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mvvi32.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c mvbtoi.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/mv'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/gemlib/ss
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/ss'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sscurs.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ssenvr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ssexit.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ssgsym.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ssnwait.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sspage.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ssvers.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sswait.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c csleep.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/ss'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/gemlib/st
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/st'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stabbr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stalnm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c statoe.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stc2c.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stc2i.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stc2r.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stcls2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stclsl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stclst.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stcrnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stcrnm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stctoi.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stetoa.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stfind.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stflst.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stftlt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stfwrd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stgtst.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stilsr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stilst.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stinch.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stinln.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stintg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stistp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stitoc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stitos.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stlcuc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stldsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stlstc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stlstf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stlsti.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stlstr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stnarg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stnocc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stnull.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stnumb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stnxts.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stopcl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stpelt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c strang.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c strlch.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c strlst.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c strmbl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c strmnm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c strmst.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c strnan.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c strnul.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c strpsl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c strpst.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c strxbl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stsort.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ststoi.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stuclc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stunp1.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stunpr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stutab.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c stword.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gemlib.a *.o
a - stabbr.o
a - stalnm.o
a - statoe.o
a - stc2c.o
a - stc2i.o
a - stc2r.o
a - stcls2.o
a - stclsl.o
a - stclst.o
a - stcrnd.o
a - stcrnm.o
a - stctoi.o
a - stetoa.o
a - stfind.o
a - stflst.o
a - stftlt.o
a - stfwrd.o
a - stgtst.o
a - stilsr.o
a - stilst.o
a - stinch.o
a - stinln.o
a - stintg.o
a - stistp.o
a - stitoc.o
a - stitos.o
a - stlcuc.o
a - stldsp.o
a - stlstc.o
a - stlstf.o
a - stlsti.o
a - stlstr.o
a - stnarg.o
a - stnocc.o
a - stnull.o
a - stnumb.o
a - stnxts.o
a - stopcl.o
a - stpelt.o
a - strang.o
a - strlch.o
a - strlst.o
a - strmbl.o
a - strmnm.o
a - strmst.o
a - strnan.o
a - strnul.o
a - strpsl.o
a - strpst.o
a - strxbl.o
a - stsort.o
a - ststoi.o
a - stuclc.o
a - stunp1.o
a - stunpr.o
a - stutab.o
a - stword.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/st'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/gemlib/tb
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/tb'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c tbastn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c tbfgeo.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c tbfont.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c tbgrnv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c tbidst.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c tbnids.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/tb'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/gemlib/tg
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/tg'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c ctgcftm.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/tg'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/gemlib/ti
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/ti'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c ctimtch.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/ti'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/gemlib/tm
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/tm'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c tmaccp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c tmchar.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c tmint.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c tmprom.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c tmrchr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c tmreal.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c tmstr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c tmwcr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c tmwlin.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gemlib.a *.o
a - tmaccp.o
a - tmchar.o
a - tmint.o
a - tmprom.o
a - tmrchr.o
a - tmreal.o
a - tmstr.o
a - tmwcr.o
a - tmwlin.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/tm'
Linux - making all in /home/gempak/GEMPAK6.7.0/gempak/source/gemlib/mv 
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/mv'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mvei32.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mvie32.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mviv32.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mvsw42.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mvswp2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mvswp4.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mvvi32.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c mvbtoi.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/mv'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/awlib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/awlib'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c aw2clg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c aw2cst.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c awachr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c awadbt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c awalph.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c awaplt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c awgabv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c awgcuv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c awgdef.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c awglsv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c awgrph.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c awpend.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c awpidb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c awpinf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c awplin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c awpmap.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c awpplt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c awprod.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c awread.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c awscom.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c awsdef.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c awsver.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c awsyst.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c awwxsm.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c awrfil.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/awlib'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/diaglib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/diaglib'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/diaglib/de
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/diaglib/de'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c decprb.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/diaglib/de'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/diaglib/df
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/diaglib/df'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c dfabs.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/diaglib/df'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/diaglib/dg
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/diaglib/dg'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c dgadcl.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/diaglib/dg'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/diaglib/dl
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/diaglib/dl'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c dldriv.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/diaglib/dl'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/diaglib/dv
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/diaglib/dv'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c dvadv.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/diaglib/dv'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/diaglib/grc
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/diaglib/grc'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c grcacol.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/diaglib/grc'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/diaglib/pd
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/diaglib/pd'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pdcape.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pdsuml.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c pdctot.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/diaglib/pd'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/diaglib/cgd
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/diaglib/cgd'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c cgdglev.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/diaglib/cgd'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/diaglib'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/gridlib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gridlib'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/gridlib/gd
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gridlib/gd'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdaddt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdcpf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdclos.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdcref.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gddelt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gddgrd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdfchk.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdfltm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdganl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdgeni.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdgcyc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdggrd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdgidn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdginf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdglev.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdglevw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdgnav.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdgnum.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdgnumw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdgtim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdgtimw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdgtmf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdhtoi.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdinit.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gditoh.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdngrd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdofil.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdopen.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdopnf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdopnr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdrdat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdrdatw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdsrtl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdsrtt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdswrt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdwdat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdwpgd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdwpgdw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdwpg2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdwppg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdwppgw.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gemlib.a *.o
a - gdaddt.o
a - gdclos.o
a - gdcpf.o
a - gdcref.o
a - gddelt.o
a - gddgrd.o
a - gdfchk.o
a - gdfltm.o
a - gdganl.o
a - gdgcyc.o
a - gdgeni.o
a - gdggrd.o
a - gdgidn.o
a - gdginf.o
a - gdglev.o
a - gdglevw.o
a - gdgnav.o
a - gdgnum.o
a - gdgnumw.o
a - gdgtim.o
a - gdgtimw.o
a - gdgtmf.o
a - gdhtoi.o
a - gdinit.o
a - gditoh.o
a - gdngrd.o
a - gdofil.o
a - gdopen.o
a - gdopnf.o
a - gdopnr.o
a - gdrdat.o
a - gdrdatw.o
a - gdsrtl.o
a - gdsrtt.o
a - gdswrt.o
a - gdwdat.o
a - gdwpg2.o
a - gdwpgd.o
a - gdwpgdw.o
a - gdwppg.o
a - gdwppgw.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gridlib/gd'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/gridlib/gdu
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gridlib/gdu'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gduglev.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdumtch.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gemlib.a *.o
a - gduglev.o
a - gdumtch.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gridlib/gdu'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/gridlib/gr
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gridlib/gr'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gracol.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gralgn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c graxlv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grclvl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grcmpv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grcnav.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grcval.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grdorg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grfixa.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grftim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grgalm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grgtim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grintp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grlabl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grlevl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grlist.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grltln.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grmban.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grmbn2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grmnav.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grmttl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grndcp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grnlev.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gropen.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grpack.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grplin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grploc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grrarg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grrban.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grrnav.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grscal.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grsetr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grshrt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grsnav.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grsscl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grstat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grsub2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grsuba.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grsubx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grtitl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grtlst.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grtmfl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grvnav.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grvscl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grwgb2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grwnmc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grwtrm.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gemlib.a *.o
a - gracol.o
a - gralgn.o
a - graxlv.o
a - grclvl.o
a - grcmpv.o
a - grcnav.o
a - grcval.o
a - grdorg.o
a - grfixa.o
a - grftim.o
a - grgalm.o
a - grgtim.o
a - grintp.o
a - grlabl.o
a - grlevl.o
a - grlist.o
a - grltln.o
a - grmban.o
a - grmbn2.o
a - grmnav.o
a - grmttl.o
a - grndcp.o
a - grnlev.o
a - gropen.o
a - grpack.o
a - grplin.o
a - grploc.o
a - grrarg.o
a - grrban.o
a - grrnav.o
a - grscal.o
a - grsetr.o
a - grshrt.o
a - grsnav.o
a - grsscl.o
a - grstat.o
a - grsub2.o
a - grsuba.o
a - grsubx.o
a - grtitl.o
a - grtlst.o
a - grtmfl.o
a - grvnav.o
a - grvscl.o
a - grwgb2.o
a - grwnmc.o
a - grwtrm.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gridlib/gr'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/gridlib/gu
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gridlib/gu'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c cadjst.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ccboxt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ccchck.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c cccrss.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ccdraw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ccgtsb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c cclip.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ccoeff.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ccplot.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ccstrt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c clbbox.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c cldriv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c csmthn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ctrang.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ffdriv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ffplot.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c fgtbox.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c fgtcor.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c fgtsub.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c filbox.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gcboxxf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gcfillf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gclgrnf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqcntr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gscntr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gstrmlf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c strmln.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c gcboxx.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gridlib/gu'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gridlib'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/griblib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/griblib'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/griblib/g2
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/griblib/g2'
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -DUSE_JPEG2000 -DUSE_PNG -I/home/gempak/GEMPAK6.7.0/jasper/linux64/include 
-I/home/gempak/GEMPAK6.7.0/gempak/source/libpng  cmplxpack.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -DUSE_JPEG2000 -DUSE_PNG -I/home/gempak/GEMPAK6.7.0/jasper/linux64/include 
-I/home/gempak/GEMPAK6.7.0/gempak/source/libpng  drstemplates.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -DUSE_JPEG2000 -DUSE_PNG -I/home/gempak/GEMPAK6.7.0/jasper/linux64/include 
-I/home/gempak/GEMPAK6.7.0/gempak/source/libpng  gbits.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -DUSE_JPEG2000 -DUSE_PNG -I/home/gempak/GEMPAK6.7.0/jasper/linux64/include 
-I/home/gempak/GEMPAK6.7.0/gempak/source/libpng  gridtemplates.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -DUSE_JPEG2000 -DUSE_PNG -I/home/gempak/GEMPAK6.7.0/jasper/linux64/include 
-I/home/gempak/GEMPAK6.7.0/gempak/source/libpng  misspack.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/griblib/g2'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/griblib/gb
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/griblib/gb'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c gb22gem.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/griblib/gb'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/griblib/na
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/griblib/na'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c naganl.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/griblib/na'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/griblib'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/jwblib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/jwblib'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c jbclos.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c jbnext.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c jbopen.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c jbread.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c jbwerr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c jtbinit.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c jtbldsq.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c jtbpdmp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c jtbqprm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c jtbsplt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c jtbtbla.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c jtbtblb.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gemlib.a *.o
a - jbclos.o
a - jbnext.o
a - jbopen.o
a - jbread.o
a - jbwerr.o
a - jtbinit.o
a - jtbldsq.o
a - jtbpdmp.o
a - jtbqprm.o
a - jtbsplt.o
a - jtbtbla.o
a - jtbtblb.o
rm -f *.o
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/jwblib'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/oalib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/oalib'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oabarn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oaboxc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oagfil.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oagint.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oagues.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oaigrd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oaltln.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oanavg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oasint.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oawfsr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oawgrd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oawrms.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c oabnd.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/oalib'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/prmcnvlib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/prmcnvlib'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/prmcnvlib/pc
make[4]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/prmcnvlib/pc'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pccing.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pcckpm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pcclcd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pcclyr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pccmdt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pccmlv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pccmst.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pccmvr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pccmvs.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pccomp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pccscd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pccstb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pcdfls.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pcdflv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pcdfst.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pcdhgt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pcdpth.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pcflvl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pcfndl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pcftop.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pcfunc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pcgcnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pcglev.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pcinid.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pcinit.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pcinth.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pcintp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pcintt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pclyrd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pcmand.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pcmeth.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pcmhgt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pcmvrt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pcphgt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pcpsym.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pcpval.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pcpwtr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pcsfcz.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pcsing.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pcsint.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pcslcd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pcslyr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pcsscd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pcsstn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pcstim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pcsvrt.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gemlib.a *.o
a - pccing.o
a - pcckpm.o
a - pcclcd.o
a - pcclyr.o
a - pccmdt.o
a - pccmlv.o
a - pccmst.o
a - pccmvr.o
a - pccmvs.o
a - pccomp.o
a - pccscd.o
a - pccstb.o
a - pcdfls.o
a - pcdflv.o
a - pcdfst.o
a - pcdhgt.o
a - pcdpth.o
a - pcflvl.o
a - pcfndl.o
a - pcftop.o
a - pcfunc.o
a - pcgcnd.o
a - pcglev.o
a - pcinid.o
a - pcinit.o
a - pcinth.o
a - pcintp.o
a - pcintt.o
a - pclyrd.o
a - pcmand.o
a - pcmeth.o
a - pcmhgt.o
a - pcmvrt.o
a - pcphgt.o
a - pcpsym.o
a - pcpval.o
a - pcpwtr.o
a - pcsfcz.o
a - pcsing.o
a - pcsint.o
a - pcslcd.o
a - pcslyr.o
a - pcsscd.o
a - pcsstn.o
a - pcstim.o
a - pcsvrt.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/prmcnvlib/pc'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/prmcnvlib/pr
make[4]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/prmcnvlib/pr'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pralti.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c praltm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c praltp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pramsl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prawnm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prcfct.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prclct.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prclcx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prcldb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prclhx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prcloa.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prcmbc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prcmsl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prcomh.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prcoml.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prcomm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prcomt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prcomx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prcsyh.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prcsyl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prcsym.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prcsyt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prctcc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prctcf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prd100.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prdden.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prddep.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prdmax.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prdmin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prdrct.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prdwdp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prdwpt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prfosb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prhcdm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prheat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prhgfm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prhgfs.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prhgkm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prhgmd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prhgmf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prhgmk.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prhgnm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prhgsf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prhmtr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prigro.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prinmm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prknmh.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prknms.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prlati.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prlhvp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prloni.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prltmp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prm100.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prmhgt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prmhkn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prmixr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prmmin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prmobs.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prmskn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prnsym.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prp03c.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prp03d.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prpalt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prpany.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prpkdd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prpkss.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prplcl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prpmsl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prpmst.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prpr24.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prpr6x.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prpres.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prpspd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prptsy.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prpwao.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prquot.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prrelh.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prreli.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prrhdp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prrzll.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prsali.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prsalt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prsclh.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prskyx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prsped.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prstdz.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prthta.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prthte.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prthwc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prtlcl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prtmcf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prtmck.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prtmfc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prtmfk.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prtmkc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prtmkf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prtmpk.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prtmst.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prtmwb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prtpfr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prtpwn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prtvrk.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pruwnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prvapi.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prvapr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prvskn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prvwnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prwccv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prwceq.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prwcfr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prwcht.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prwcmp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prwcms.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prwind.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prwmao.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prwnml.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prwphf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prwphm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prwtnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prwvdd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prwvis.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prwvph.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prwvsw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prwxvf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c prxvfr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c przalt.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gemlib.a *.o
a - pralti.o
a - praltm.o
a - praltp.o
a - pramsl.o
a - prawnm.o
a - prcfct.o
a - prclct.o
a - prclcx.o
a - prcldb.o
a - prclhx.o
a - prcloa.o
a - prcmbc.o
a - prcmsl.o
a - prcomh.o
a - prcoml.o
a - prcomm.o
a - prcomt.o
a - prcomx.o
a - prcsyh.o
a - prcsyl.o
a - prcsym.o
a - prcsyt.o
a - prctcc.o
a - prctcf.o
a - prd100.o
a - prdden.o
a - prddep.o
a - prdmax.o
a - prdmin.o
a - prdrct.o
a - prdwdp.o
a - prdwpt.o
a - prfosb.o
a - prhcdm.o
a - prheat.o
a - prhgfm.o
a - prhgfs.o
a - prhgkm.o
a - prhgmd.o
a - prhgmf.o
a - prhgmk.o
a - prhgnm.o
a - prhgsf.o
a - prhmtr.o
a - prigro.o
a - prinmm.o
a - prknmh.o
a - prknms.o
a - prlati.o
a - prlhvp.o
a - prloni.o
a - prltmp.o
a - prm100.o
a - prmhgt.o
a - prmhkn.o
a - prmixr.o
a - prmmin.o
a - prmobs.o
a - prmskn.o
a - prnsym.o
a - prp03c.o
a - prp03d.o
a - prpalt.o
a - prpany.o
a - prpkdd.o
a - prpkss.o
a - prplcl.o
a - prpmsl.o
a - prpmst.o
a - prpr24.o
a - prpr6x.o
a - prpres.o
a - prpspd.o
a - prptsy.o
a - prpwao.o
a - prquot.o
a - prrelh.o
a - prreli.o
a - prrhdp.o
a - prrzll.o
a - prsali.o
a - prsalt.o
a - prsclh.o
a - prskyx.o
a - prsped.o
a - prstdz.o
a - prthta.o
a - prthte.o
a - prthwc.o
a - prtlcl.o
a - prtmcf.o
a - prtmck.o
a - prtmfc.o
a - prtmfk.o
a - prtmkc.o
a - prtmkf.o
a - prtmpk.o
a - prtmst.o
a - prtmwb.o
a - prtpfr.o
a - prtpwn.o
a - prtvrk.o
a - pruwnd.o
a - prvapi.o
a - prvapr.o
a - prvskn.o
a - prvwnd.o
a - prwccv.o
a - prwceq.o
a - prwcfr.o
a - prwcht.o
a - prwcmp.o
a - prwcms.o
a - prwind.o
a - prwmao.o
a - prwnml.o
a - prwphf.o
a - prwphm.o
a - prwtnd.o
a - prwvdd.o
a - prwvis.o
a - prwvph.o
a - prwvsw.o
a - prwxvf.o
a - prxvfr.o
a - przalt.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/prmcnvlib/pr'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/prmcnvlib/ps
make[4]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/prmcnvlib/ps'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c psbrch.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c psbvfq.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c psbvpd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c psbvsq.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pscape.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pscins.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c psctot.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pseqlv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pshans.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pskinx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pslaps.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pslcll.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pslfcv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pslift.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c psmlmr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c psmlth.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c psprcl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c psrich.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pssepa.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c psshow.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c psshrd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c psshrm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c psstab.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c psstap.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c psswet.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pstotl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c psustb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c psvtot.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gemlib.a *.o
a - psbrch.o
a - psbvfq.o
a - psbvpd.o
a - psbvsq.o
a - pscape.o
a - pscins.o
a - psctot.o
a - pseqlv.o
a - pshans.o
a - pskinx.o
a - pslaps.o
a - pslcll.o
a - pslfcv.o
a - pslift.o
a - psmlmr.o
a - psmlth.o
a - psprcl.o
a - psrich.o
a - pssepa.o
a - psshow.o
a - psshrd.o
a - psshrm.o
a - psstab.o
a - psstap.o
a - psswet.o
a - pstotl.o
a - psustb.o
a - psvtot.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/prmcnvlib/ps'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/prmcnvlib/pt
make[4]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/prmcnvlib/pt'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ptactp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ptccnm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ptcldn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ptclds.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ptcmcl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ptcnvr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ptdigr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ptdpdx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ptdprc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ptfqot.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ptfunc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ptpatn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ptpwth.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ptsalt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ptswel.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pttice.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c pttpfc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ptturb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ptvsbc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ptvsbf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ptwcod.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ptwnmt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ptwnum.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ptwsym.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ptwtmo.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gemlib.a *.o
a - ptactp.o
a - ptccnm.o
a - ptcldn.o
a - ptclds.o
a - ptcmcl.o
a - ptcnvr.o
a - ptdigr.o
a - ptdpdx.o
a - ptdprc.o
a - ptfqot.o
a - ptfunc.o
a - ptpatn.o
a - ptpwth.o
a - ptsalt.o
a - ptswel.o
a - pttice.o
a - pttpfc.o
a - ptturb.o
a - ptvsbc.o
a - ptvsbf.o
a - ptwcod.o
a - ptwnmt.o
a - ptwnum.o
a - ptwsym.o
a - ptwtmo.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/prmcnvlib/pt'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/prmcnvlib'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/sflib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/sflib'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfacny.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfastn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfatim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfbegs.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfcacny.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfcclf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfcclp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfcgtim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfchkf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfclos.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfcopnf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfcrcn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfcref.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfcrfp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfcsdf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfcsdp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfcstn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfctim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfddat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfdstn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfdtim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sffstn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfftim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfftyp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfgtim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfofil.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfopnf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfopnr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfqdat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfqspc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfqstn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfqtxt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfrbox.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfrdat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfrspc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfrstr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfsnxt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfsstn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfstat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfstid.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfstim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfstst.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sftlst.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sftnxt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sftstn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfttim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfuare.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfustn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfwbox.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfwdat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfwsdd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfwspc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfwstr.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gemlib.a *.o
a - sfacny.o
a - sfastn.o
a - sfatim.o
a - sfbegs.o
a - sfcacny.o
a - sfcclf.o
a - sfcclp.o
a - sfcgtim.o
a - sfchkf.o
a - sfclos.o
a - sfcopnf.o
a - sfcrcn.o
a - sfcref.o
a - sfcrfp.o
a - sfcsdf.o
a - sfcsdp.o
a - sfcstn.o
a - sfctim.o
a - sfddat.o
a - sfdstn.o
a - sfdtim.o
a - sffstn.o
a - sfftim.o
a - sfftyp.o
a - sfgtim.o
a - sfofil.o
a - sfopnf.o
a - sfopnr.o
a - sfqdat.o
a - sfqspc.o
a - sfqstn.o
a - sfqtxt.o
a - sfrbox.o
a - sfrdat.o
a - sfrspc.o
a - sfrstr.o
a - sfsnxt.o
a - sfsstn.o
a - sfstat.o
a - sfstid.o
a - sfstim.o
a - sfstst.o
a - sftlst.o
a - sftnxt.o
a - sftstn.o
a - sfttim.o
a - sfuare.o
a - sfustn.o
a - sfwbox.o
a - sfwdat.o
a - sfwsdd.o
a - sfwspc.o
a - sfwstr.o
rm -f *.o
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/sflib'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/snlib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/snlib'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snastn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snatim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snbegs.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snchkf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snckua.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snclos.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sncref.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sncrfp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sncrua.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sncstn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snctim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snddat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndstn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndtim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snfstn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snftim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sngclm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snghgt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sngtim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snintc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snmand.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snmerg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snmght.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snmman.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snmspm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snmtyp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snofil.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snopnf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snopnr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snopnt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snqdat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snqstn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snrdat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snrprt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snrstr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snrtyp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snrtbl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snsnxt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snsstn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snstid.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snstim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sntnxt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sntstn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snttim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snustn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snwdat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snwprt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snwstr.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gemlib.a *.o
a - snastn.o
a - snatim.o
a - snbegs.o
a - snchkf.o
a - snckua.o
a - snclos.o
a - sncref.o
a - sncrfp.o
a - sncrua.o
a - sncstn.o
a - snctim.o
a - snddat.o
a - sndstn.o
a - sndtim.o
a - snfstn.o
a - snftim.o
a - sngclm.o
a - snghgt.o
a - sngtim.o
a - snintc.o
a - snmand.o
a - snmerg.o
a - snmght.o
a - snmman.o
a - snmspm.o
a - snmtyp.o
a - snofil.o
a - snopnf.o
a - snopnr.o
a - snopnt.o
a - snqdat.o
a - snqstn.o
a - snrdat.o
a - snrprt.o
a - snrstr.o
a - snrtbl.o
a - snrtyp.o
a - snsnxt.o
a - snsstn.o
a - snstid.o
a - snstim.o
a - sntnxt.o
a - sntstn.o
a - snttim.o
a - snustn.o
a - snwdat.o
a - snwprt.o
a - snwstr.o
rm -f *.o
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/snlib'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/vflib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/vflib'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c vfampm.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/vflib'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/cgemlib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/cgemlib'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/upc
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/upc'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c mkdirs_open.c
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/cgemlib.a *.o
a - mkdirs_open.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/upc'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/cap
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/cap'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c capplclear.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/cap'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/clz
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/clz'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c clzread.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/clz'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/cgr
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/cgr'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c cgrbisectpt.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/cgr'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/cds
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/cds'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c cdsash.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/cds'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/cvq
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/cvq'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c cvqgetginf.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/cvq'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/ces
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/ces'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c cesget.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/ces'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/crg
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/crg'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c crgbuild.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/crg'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/clo
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/clo'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c clobgall.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/clo'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/cvg
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/cvg'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c cvgallocgfablock.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/cvg'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/gh
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/gh'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gh0bkp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghbkat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghbkcal.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghbkgb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghbkloc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghbkme.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghbkpl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghbkpo.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghbkpp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghbkpt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghbksq.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghbktb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghcolr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghgbkl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghkgar.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghkgat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghkgfl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghkgip.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghkgix.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghkglb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghkglc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghkglp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghkgmp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghkgov.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghkgst.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghkgtb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghnopb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghprpt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghpuhd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghpsum.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghpsum09.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghrdad.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghrdbd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghrdds.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghrdfv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghrdhd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghrdpb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghrdqd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghrdsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghrdtx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghrest.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghrhst.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghrprb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghrscl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghsave.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghsplb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghsprb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghsprl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghsvcl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghswdf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghswlb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghswln.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghswth.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghtc2vg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghtclb.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c ghtctx.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/gh'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/cmd
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/cmd'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c cmdobclear.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/cmd'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/cgemlib'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/gpltdev
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gpltdev'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/gpltdev/access
make[4]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/gpltdev/access'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dendd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dinita.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dinitp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dqdchr.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gpltdev.a *.o
a - dendd.o
a - dinita.o
a - dinitp.o
a - dqdchr.o
rm -f *.o
make[4]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/gpltdev/access'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/gpltdev/attribute
make[4]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/gpltdev/attribute'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dqdatt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dqlpat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsarrw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsbarb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dscmbo.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsctyp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsdarr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsdash.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsdatt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsfill.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsfrnt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dshash.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsicng.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsline.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dslpat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsmrkr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsptnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dspwth.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsrduc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dssky.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dssmth.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsspcl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsspln.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dstext.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsturb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dswthr.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gpltdev.a *.o
a - dqdatt.o
a - dqlpat.o
a - dsarrw.o
a - dsbarb.o
a - dscmbo.o
a - dsctyp.o
a - dsdarr.o
a - dsdash.o
a - dsdatt.o
a - dsfill.o
a - dsfrnt.o
a - dshash.o
a - dsicng.o
a - dsline.o
a - dslpat.o
a - dsmrkr.o
a - dsptnd.o
a - dspwth.o
a - dsrduc.o
a - dssky.o
a - dssmth.o
a - dsspcl.o
a - dsspln.o
a - dstext.o
a - dsturb.o
a - dswthr.o
rm -f *.o
make[4]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/gpltdev/attribute'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/gpltdev/color
make[4]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/gpltdev/color'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dqclrs.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dqcolr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dqcomp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsbrgb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dscint.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsclr2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dscnam.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dscolb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dscolr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dscrgb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsctbl.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gpltdev.a *.o
a - dqclrs.o
a - dqcolr.o
a - dqcomp.o
a - dsbrgb.o
a - dscint.o
a - dsclr2.o
a - dscnam.o
a - dscolb.o
a - dscolr.o
a - dscrgb.o
a - dsctbl.o
rm -f *.o
make[4]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/gpltdev/color'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/gpltdev/control
make[4]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/gpltdev/control'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dclear.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dclosp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dclpnl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c degrp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c denanm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c deplot.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dgsave.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dgtpnt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dloopc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmesg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dqdev.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c droam.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsgrp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsgtgn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dslwin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsplot.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsroam.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dstanm.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gpltdev.a *.o
a - dclear.o
a - dclosp.o
a - dclpnl.o
a - degrp.o
a - denanm.o
a - deplot.o
a - dgsave.o
a - dgtpnt.o
a - dloopc.o
a - dmesg.o
a - dqdev.o
a - droam.o
a - dsgrp.o
a - dsgtgn.o
a - dslwin.o
a - dsplot.o
a - dsroam.o
a - dstanm.o
rm -f *.o
make[4]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/gpltdev/control'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/gpltdev/plot
make[4]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/gpltdev/plot'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c darc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c darrw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dbarb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dcircl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dcmbo.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dctyp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ddarr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dfill.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dfrnt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dhash.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dicng.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dline.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dlogo.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dmark.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dptnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dpwth.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsky.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dspcl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dspln.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dtext.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dtextc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dticmk.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dturb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dtxsy.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dwthr.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gpltdev.a *.o
a - darc.o
a - darrw.o
a - dbarb.o
a - dcircl.o
a - dcmbo.o
a - dctyp.o
a - ddarr.o
a - dfill.o
a - dfrnt.o
a - dhash.o
a - dicng.o
a - dline.o
a - dlogo.o
a - dmark.o
a - dptnd.o
a - dpwth.o
a - dsky.o
a - dspcl.o
a - dspln.o
a - dtextc.o
a - dtext.o
a - dticmk.o
a - dturb.o
a - dtxsy.o
a - dwthr.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gpltdev/plot'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/gpltdev/satellite
make[4]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/gpltdev/satellite'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsatim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsatpx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dsicmn.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gpltdev.a *.o
a - dsatim.o
a - dsatpx.o
a - dsicmn.o
rm -f *.o
make[4]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/gpltdev/satellite'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/gpltdev/window
make[4]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/gpltdev/window'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dswndw.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gpltdev.a *.o
a - dswndw.o
rm -f *.o
make[4]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/gpltdev/window'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gpltdev'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/gplt
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gplt'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/gplt/access
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gplt/access'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gendp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ginit.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ginitp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqmode.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsmode.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gplt.a *.o
a - gendp.o
a - ginit.o
a - ginitp.o
a - gqmode.o
a - gsmode.o
rm -f *.o
making alt library in /home/gempak/GEMPAK6.7.0/gempak/source/gplt/access/alt
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/gplt/access/alt'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gendp_alt.f
cp gendp_alt.o /home/gempak/GEMPAK6.7.0/os/linux64/lib/gendp_alt.o
rm -f *.o
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ginitp_alt.f
cp ginitp_alt.o /home/gempak/GEMPAK6.7.0/os/linux64/lib/ginitp_alt.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/gplt/access/alt'
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gplt/access'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/gplt/attribute
make[4]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/gplt/attribute'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqarrw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqbarb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqcmbo.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqctyp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqcvsc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqdarr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqdash.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqdatt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqfill.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqfrnt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqhash.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqicng.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqline.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqlpat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqmrkr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqptnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqpwth.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqrduc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqsizd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqsky.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqsmth.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqspcl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqspln.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqsysz.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqtext.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqturb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqwthr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsarrw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsattr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsbarb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gscmbo.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gscntr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsctyp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsdarr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsdash.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsfill.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsfrnt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gshash.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsicng.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsline.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gslpat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsmrkr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsptnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gspwth.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsrduc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gssky.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gssmth.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsspcl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsspln.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gstext.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gstick.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsturb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gswthr.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gplt.a *.o
a - gqarrw.o
a - gqbarb.o
a - gqcmbo.o
a - gqctyp.o
a - gqcvsc.o
a - gqdarr.o
a - gqdash.o
a - gqdatt.o
a - gqfill.o
a - gqfrnt.o
a - gqhash.o
a - gqicng.o
a - gqline.o
a - gqlpat.o
a - gqmrkr.o
a - gqptnd.o
a - gqpwth.o
a - gqrduc.o
a - gqsizd.o
a - gqsky.o
a - gqsmth.o
a - gqspcl.o
a - gqspln.o
a - gqsysz.o
a - gqtext.o
a - gqturb.o
a - gqwthr.o
a - gsarrw.o
a - gsattr.o
a - gsbarb.o
a - gscmbo.o
a - gscntr.o
a - gsctyp.o
a - gsdarr.o
a - gsdash.o
a - gsfill.o
a - gsfrnt.o
a - gshash.o
a - gsicng.o
a - gsline.o
a - gslpat.o
a - gsmrkr.o
a - gsptnd.o
a - gspwth.o
a - gsrduc.o
a - gssky.o
a - gssmth.o
a - gsspcl.o
a - gsspln.o
a - gstext.o
a - gstick.o
a - gsturb.o
a - gswthr.o
rm -f *.o
make[4]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/gplt/attribute'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/gplt/bounds
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gplt/bounds'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqbnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqview.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsview.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gplt.a *.o
a - gqbnd.o
a - gqview.o
a - gsview.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gplt/bounds'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/gplt/color
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gplt/color'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqclr2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqclrs.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqcolr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqcomp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqncol.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsbrgb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gscint.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsclr2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gscnam.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gscolb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gscolr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gscrgb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsctbl.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gplt.a *.o
a - gqclr2.o
a - gqclrs.o
a - gqcolr.o
a - gqcomp.o
a - gqncol.o
a - gsbrgb.o
a - gscint.o
a - gsclr2.o
a - gscnam.o
a - gscolb.o
a - gscolr.o
a - gscrgb.o
a - gsctbl.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gplt/color'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/gplt/control
make[4]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/gplt/control'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gclear.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gclosp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gclpnl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gegrp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c genanm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c geplot.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ggsave.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ggtpnt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gloopc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gmesg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqdev.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c groam.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsdeva.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsgrp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsgtgn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gslwin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsplot.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsroam.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gstanm.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gplt.a *.o
a - gclear.o
a - gclosp.o
a - gclpnl.o
a - gegrp.o
a - genanm.o
a - geplot.o
a - ggsave.o
a - ggtpnt.o
a - gloopc.o
a - gmesg.o
a - gqdev.o
a - groam.o
a - gsdeva.o
a - gsgrp.o
a - gsgtgn.o
a - gslwin.o
a - gsplot.o
a - gsroam.o
a - gstanm.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gplt/control'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/gplt/coord
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gplt/coord'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ud2cyl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c udmbnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c updazm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c updcon.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c updcyl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c upddxy.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c updgdg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c updgdi.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c updgdm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c updgrf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c updgxy.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c updmap.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c updmer.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c updnxy.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c updpxy.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c updsxy.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c updvxy.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c upwndw.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gplt.a *.o
a - ud2cyl.o
a - udmbnd.o
a - updazm.o
a - updcon.o
a - updcyl.o
a - upddxy.o
a - updgdg.o
a - updgdi.o
a - updgdm.o
a - updgrf.o
a - updgxy.o
a - updmap.o
a - updmer.o
a - updnxy.o
a - updpxy.o
a - updsxy.o
a - updvxy.o
a - upwndw.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gplt/coord'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/gplt/curve
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gplt/curve'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gcelin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gcespl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gcflin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gcfpar.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gcfspl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gctype.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gcurve.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gcyevl.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gplt.a *.o
a - gcelin.o
a - gcespl.o
a - gcflin.o
a - gcfpar.o
a - gcfspl.o
a - gctype.o
a - gcurve.o
a - gcyevl.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gplt/curve'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/gplt/graph
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gplt/graph'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gaaxis.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdaxis.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdaxlb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpaxs.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqgmgn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqgraf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsgmgn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsgraf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gtick.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gplt.a *.o
a - gaaxis.o
a - gdaxis.o
a - gdaxlb.o
a - gdpaxs.o
a - gqgmgn.o
a - gqgraf.o
a - gsgmgn.o
a - gsgraf.o
a - gtick.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gplt/graph'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/gplt/grid
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gplt/grid'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqggrf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqgmap.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqgprj.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsggrf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsgmap.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsgprj.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gplt.a *.o
a - gqggrf.o
a - gqgmap.o
a - gqgprj.o
a - gsggrf.o
a - gsgmap.o
a - gsgprj.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gplt/grid'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/gplt/map
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gplt/map'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqmmap.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqmmgn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqmprj.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsmmap.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsmmgn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsmprj.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gplt.a *.o
a - gqmmap.o
a - gqmmgn.o
a - gqmprj.o
a - gsmmap.o
a - gsmmgn.o
a - gsmprj.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gplt/map'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/gplt/plot
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gplt/plot'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c garc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c garrw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gbarb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gcircl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gcmbo.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gctyp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdarr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gfill.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gfpro.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gfrnt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ghash.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gicng.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gline.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c glogo.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gmark.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gptnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpwth.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsky.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gspcl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gspln.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gtext.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gtextc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gturb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gtxsy.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gwthr.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gplt.a *.o
a - garc.o
a - garrw.o
a - gbarb.o
a - gcircl.o
a - gcmbo.o
a - gctyp.o
a - gdarr.o
a - gfill.o
a - gfpro.o
a - gfrnt.o
a - ghash.o
a - gicng.o
a - gline.o
a - glogo.o
a - gmark.o
a - gptnd.o
a - gpwth.o
a - gsky.o
a - gspcl.o
a - gspln.o
a - gtextc.o
a - gtext.o
a - gturb.o
a - gtxsy.o
a - gwthr.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gplt/plot'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/gplt/satellite
make[4]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/gplt/satellite'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqsatn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsatim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsatmg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsatpx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsicmn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c nvxini.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gplt.a *.o
a - gqsatn.o
a - gsatim.o
a - gsatmg.o
a - gsatpx.o
a - gsicmn.o
a - nvxini.o
rm -f *.o
make[4]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/gplt/satellite'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/gplt/transform
make[4]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/gplt/transform'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gazdrm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gazmlm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gazmml.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gconlm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gconml.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gcyllm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gcylml.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdrazm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ggrflm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ggrfml.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ggtoi.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gitog.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gitoq.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gltou.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gmerlm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gmerml.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gmtoq.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gmtow.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gmtowq.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c goeslm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c goesml.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gptvis.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqtoi.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqtom.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c grottl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gtrans.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gutol.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gutow.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gwtom.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gwtou.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c intdlm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rttoxy.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c xytort.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gplt.a *.o
a - gazdrm.o
a - gazmlm.o
a - gazmml.o
a - gconlm.o
a - gconml.o
a - gcyllm.o
a - gcylml.o
a - gdrazm.o
a - ggrflm.o
a - ggrfml.o
a - ggtoi.o
a - gitog.o
a - gitoq.o
a - gltou.o
a - gmerlm.o
a - gmerml.o
a - gmtoq.o
a - gmtow.o
a - gmtowq.o
a - goeslm.o
a - goesml.o
a - gptvis.o
a - gqtoi.o
a - gqtom.o
a - grottl.o
a - gtrans.o
a - gutol.o
a - gutow.o
a - gwtom.o
a - gwtou.o
a - intdlm.o
a - rttoxy.o
a - xytort.o
rm -f *.o
making in /home/gempak/GEMPAK6.7.0/gempak/source/gplt/transform/mcidas
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/gplt/transform/mcidas'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c asspl2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gms5_nav.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mcnav.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c nvxeas.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c nvxgmsx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c nvxgoes.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c nvxgvar.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c nvxmoll.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c nvxmsat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c nvxmsg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c nvxradr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c nvxsae.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gplt.a *.o
a - asspl2.o
a - gms5_nav.o
a - mcnav.o
a - nvxeas.o
a - nvxgmsx.o
a - nvxgoes.o
a - nvxgvar.o
a - nvxmoll.o
a - nvxmsat.o
a - nvxmsg.o
a - nvxradr.o
a - nvxsae.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/gplt/transform/mcidas'
make[4]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/gplt/transform'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/gplt/utility
make[4]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/gplt/utility'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdrgrd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdrmap.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c getmap.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gplbnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gqmfil.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gsmfil.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gplt.a *.o
a - gdrgrd.o
a - gdrmap.o
a - getmap.o
a - gplbnd.o
a - gqmfil.o
a - gsmfil.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gplt/utility'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/gplt/gplt
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gplt/gplt'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g   gplt.f 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/gplt.a 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/gpltdev.a 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/syslib.a 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/cgemlib.a 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/gemlib.a 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/cgemlib.a 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/gemlib.a -o gplt
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gplt/gplt'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gplt'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/bridge
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/bridge/af 
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/af'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afaflv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afalat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afalon.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afarfg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afatbx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afatim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afatmp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afator.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afatrb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afawnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afawpt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afbkgp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afbltp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afcpas.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afdadr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afdarp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afdcod.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afdprp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afdrco.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afdupe.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c affarp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afflvl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afgfld.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afgmpk.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afgrpt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afhhfm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afhhmm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c aficid.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afifiv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afifpt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afifsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afintf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afobdh.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afpatp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afpflv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afphaz.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afpicg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afpilr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afploc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afplyr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afpnbd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afprmk.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afprsi.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afpsky.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afpsl1.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afpslr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afptim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afptlr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afptmp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afptop.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afptor.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afptrb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afpwnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afpwxv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afrcld.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c africg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afrpht.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afrswd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afrtim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afslat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afslon.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c aftbid.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c aftmpc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afwind.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c afxbif.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/bridge.a *.o
a - afaflv.o
a - afalat.o
a - afalon.o
a - afarfg.o
a - afatbx.o
a - afatim.o
a - afatmp.o
a - afator.o
a - afatrb.o
a - afawnd.o
a - afawpt.o
a - afbkgp.o
a - afbltp.o
a - afcpas.o
a - afdadr.o
a - afdarp.o
a - afdcod.o
a - afdprp.o
a - afdrco.o
a - afdupe.o
a - affarp.o
a - afflvl.o
a - afgfld.o
a - afgmpk.o
a - afgrpt.o
a - afhhfm.o
a - afhhmm.o
a - aficid.o
a - afifiv.o
a - afifpt.o
a - afifsp.o
a - afintf.o
a - afobdh.o
a - afpatp.o
a - afpflv.o
a - afphaz.o
a - afpicg.o
a - afpilr.o
a - afploc.o
a - afplyr.o
a - afpnbd.o
a - afprmk.o
a - afprsi.o
a - afpsky.o
a - afpsl1.o
a - afpslr.o
a - afptim.o
a - afptlr.o
a - afptmp.o
a - afptop.o
a - afptor.o
a - afptrb.o
a - afpwnd.o
a - afpwxv.o
a - afrcld.o
a - africg.o
a - afrpht.o
a - afrswd.o
a - afrtim.o
a - afslat.o
a - afslon.o
a - aftbid.o
a - aftmpc.o
a - afwind.o
a - afxbif.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/af'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/bridge/am 
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/am'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ambnds.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c amdcod.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c amdecd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c amflvl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c amhdr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c amout.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/bridge.a *.o
a - ambnds.o
a - amdcod.o
a - amdecd.o
a - amflvl.o
a - amhdr.o
a - amout.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/am'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/bridge/br 
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/br'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c brbnds.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c brcmtn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c brcnty.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c brdttm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c brgmsk.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c brsky6.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c brvald.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c brvisb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c brvtec.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c brwind.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/bridge.a *.o
a - brbnds.o
a - brcmtn.o
a - brcnty.o
a - brdttm.o
a - brgmsk.o
a - brsky6.o
a - brvald.o
a - brvisb.o
a - brvtec.o
a - brwind.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/br'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/bridge/cs 
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/cs'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c cscbnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c csconv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c csctim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c csdcod.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c csdecd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c csflvl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c cshdr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c csobnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c csotlk.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c csout.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/bridge.a *.o
a - cscbnd.o
a - csconv.o
a - csctim.o
a - csdcod.o
a - csdecd.o
a - csflvl.o
a - cshdr.o
a - csobnd.o
a - csotlk.o
a - csout.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/cs'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/bridge/dc 
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/dc'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dcbsrc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dcbsrh.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dccrid.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dcfcls.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dcfcyl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dcfint.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dcghdr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dcgpil.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dcgtim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dciffp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dcifmp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dcifpc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dcifpr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dcitim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dcosfc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dcosfr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dcoshp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dcosnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dcosnm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dcrtim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dcrtmh.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dcstns.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dctest.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dctmck.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dctmst.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dcwlog.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c dcwthr.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c dcb.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/dc'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/bridge/fa 
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/fa'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c facnty.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c fadcod.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c fadecd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c faout.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c favtcn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c favtec.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/bridge.a *.o
a - facnty.o
a - fadcod.o
a - fadecd.o
a - faout.o
a - favtcn.o
a - favtec.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/fa'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/bridge/ff 
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/ff'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ffdecd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ffglin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ffgtim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ffrtim.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/bridge.a *.o
a - ffdecd.o
a - ffglin.o
a - ffgtim.o
a - ffrtim.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/ff'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/bridge/hc 
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/hc'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hcctim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hcdcod.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hcdecd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hcfvld.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hcghdr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hcout.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hcquad.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hcspqd.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/bridge.a *.o
a - hcctim.o
a - hcdcod.o
a - hcdecd.o
a - hcfvld.o
a - hcghdr.o
a - hcout.o
a - hcquad.o
a - hcspqd.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/hc'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/bridge/is 
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/is'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c isarea.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c isbdln.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c iscbnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c iscent.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ischng.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c iscnar.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c iscnda.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c iscnph.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c iscnpr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c iscnrg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c iscntm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c isdcod.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c isdecd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c iseg2d.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c isegao.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c isegar.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c isegca.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c isegfd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c iseggy.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c isegmv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c isegpr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c isegtm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c isegts.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c isesol.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c isflvl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c isintx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c islorl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c isltln.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ismov.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c isobfc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c isosol.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c isothr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c isotpr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c isout.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c isphen.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c isprmb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c istchu.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c istime.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ists.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c isturb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c isva.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c isvloc.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/bridge.a *.o
a - isarea.o
a - isbdln.o
a - iscbnd.o
a - iscent.o
a - ischng.o
a - iscnar.o
a - iscnda.o
a - iscnph.o
a - iscnpr.o
a - iscnrg.o
a - iscntm.o
a - isdcod.o
a - isdecd.o
a - iseg2d.o
a - isegao.o
a - isegar.o
a - isegca.o
a - isegfd.o
a - iseggy.o
a - isegmv.o
a - isegpr.o
a - isegtm.o
a - isegts.o
a - isesol.o
a - isflvl.o
a - isintx.o
a - islorl.o
a - isltln.o
a - ismov.o
a - isobfc.o
a - isosol.o
a - isothr.o
a - isotpr.o
a - isout.o
a - isphen.o
a - isprmb.o
a - istchu.o
a - istime.o
a - ists.o
a - isturb.o
a - isva.o
a - isvloc.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/is'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/bridge/ls 
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/ls'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lsaaxx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lsast0.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lsbtyp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lsckrp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lscld1.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lscld4.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lsclds.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lscmmt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lsctmp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lsdcd1.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lsdcod.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lserrs.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lsfsnw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lsgemp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lsgeop.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lsgrpt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lsicea.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lsifpt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lsifsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lsiihv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lsinit.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lsintf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lslscb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lsmawx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lsnddf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lsobst.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lspr24.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lsprec.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lspres.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lsprs3.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lsqctl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lsrelh.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lssec1.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lssec2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lssec3.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lssec4.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lssec5.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lssgrd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lsswld.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lstdur.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lstemp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lstsnw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lswgem.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lswspd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lswvh1.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c lswvph.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/bridge.a *.o
a - lsaaxx.o
a - lsast0.o
a - lsbtyp.o
a - lsckrp.o
a - lscld1.o
a - lscld4.o
a - lsclds.o
a - lscmmt.o
a - lsctmp.o
a - lsdcd1.o
a - lsdcod.o
a - lserrs.o
a - lsfsnw.o
a - lsgemp.o
a - lsgeop.o
a - lsgrpt.o
a - lsicea.o
a - lsifpt.o
a - lsifsp.o
a - lsiihv.o
a - lsinit.o
a - lsintf.o
a - lslscb.o
a - lsmawx.o
a - lsnddf.o
a - lsobst.o
a - lspr24.o
a - lsprec.o
a - lspres.o
a - lsprs3.o
a - lsqctl.o
a - lsrelh.o
a - lssec1.o
a - lssec2.o
a - lssec3.o
a - lssec4.o
a - lssec5.o
a - lssgrd.o
a - lsswld.o
a - lstdur.o
a - lstemp.o
a - lstsnw.o
a - lswgem.o
a - lswspd.o
a - lswvh1.o
a - lswvph.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/ls'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/bridge/ma 
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/ma'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c maadjt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mabst0.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mabtyp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c macgar.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c macgbg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c macgck.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c macgcl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c macgdc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c macgdt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c macggr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c macgid.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c macgin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c macgmm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c macgpr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c macgpt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c macgrm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c macgsc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c macgsl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c macgst.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c macgvs.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c macgwa.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c macgwd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c macgwn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c macgws.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c macgwv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c macgwx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mackrp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c macld1.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c maclds.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c macst0.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c macwnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mad0qc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c madcd1.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c madcd2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c madcod.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c maddff.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mads4q.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mads4r.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c madst0.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c madsvs.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c madwph.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c maelev.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c maerrs.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mafind.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c magemp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c magrpt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c maicea.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c maifpt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c maifsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c maiihv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mainit.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c maintf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c malscb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c malscd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mamawx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c manddf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c maobst.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mapkwd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mapr24.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c maprec.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mapres.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c maprs3.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c marelh.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mas4dg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mas4eg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mas4ll.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mas4tp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c masc1b.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c masc1d.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c masc2d.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c masc3d.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c masc4d.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c masec2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c masec3.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c masec5.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c maship.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mastbl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c maswld.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c matdur.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c matemp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c matesa.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mawgem.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mawspd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mawvh1.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mawvph.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/bridge.a *.o
a - maadjt.o
a - mabst0.o
a - mabtyp.o
a - macgar.o
a - macgbg.o
a - macgck.o
a - macgcl.o
a - macgdc.o
a - macgdt.o
a - macggr.o
a - macgid.o
a - macgin.o
a - macgmm.o
a - macgpr.o
a - macgpt.o
a - macgrm.o
a - macgsc.o
a - macgsl.o
a - macgst.o
a - macgvs.o
a - macgwa.o
a - macgwd.o
a - macgwn.o
a - macgws.o
a - macgwv.o
a - macgwx.o
a - mackrp.o
a - macld1.o
a - maclds.o
a - macst0.o
a - macwnd.o
a - mad0qc.o
a - madcd1.o
a - madcd2.o
a - madcod.o
a - maddff.o
a - mads4q.o
a - mads4r.o
a - madst0.o
a - madsvs.o
a - madwph.o
a - maelev.o
a - maerrs.o
a - mafind.o
a - magemp.o
a - magrpt.o
a - maicea.o
a - maifpt.o
a - maifsp.o
a - maiihv.o
a - mainit.o
a - maintf.o
a - malscb.o
a - malscd.o
a - mamawx.o
a - manddf.o
a - maobst.o
a - mapkwd.o
a - mapr24.o
a - maprec.o
a - mapres.o
a - maprs3.o
a - marelh.o
a - mas4dg.o
a - mas4eg.o
a - mas4ll.o
a - mas4tp.o
a - masc1b.o
a - masc1d.o
a - masc2d.o
a - masc3d.o
a - masc4d.o
a - masec2.o
a - masec3.o
a - masec5.o
a - maship.o
a - mastbl.o
a - maswld.o
a - matdur.o
a - matemp.o
a - matesa.o
a - mawgem.o
a - mawspd.o
a - mawvh1.o
a - mawvph.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/ma'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/bridge/mn 
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/mn'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mn3chc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mn3chr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mndecd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mnfctm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mnglin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mngrpt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mnntdy.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mnsls.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mntitl.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/bridge.a *.o
a - mn3chc.o
a - mn3chr.o
a - mndecd.o
a - mnfctm.o
a - mnglin.o
a - mngrpt.o
a - mnntdy.o
a - mnsls.o
a - mntitl.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/mn'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/bridge/ms 
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/ms'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mscdat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c msclim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c msdate.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c msdcda.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c msdcdm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c msfctm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c msglin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c msgrpt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c msidat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c msidt2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c msmiss.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c msmxmn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c msopnc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c msptyp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c msstid.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/bridge.a *.o
a - mscdat.o
a - msclim.o
a - msdate.o
a - msdcda.o
a - msdcdm.o
a - msfctm.o
a - msglin.o
a - msgrpt.o
a - msidat.o
a - msidt2.o
a - msmiss.o
a - msmxmn.o
a - msopnc.o
a - msptyp.o
a - msstid.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/ms'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/bridge/mt 
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/mt'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mtaltm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mtauto.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mtceil.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mtcltp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mtcncltp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mtdate.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mtdcod.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mtdecd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mtdrop.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mtdsao.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mtelog.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mtfind.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mtgemp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mtgrpt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mtifpt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mtifsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mtinit.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mtintf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mtmmt6.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mtnext.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mtpkwd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mtpos2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mtpost.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mtprrm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mtpten.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mtrmks.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mtrmmx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mtrvr4.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mtshdr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mtsky6.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mtslp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mtsnow.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mtsspl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mttdpt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mttprm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mtvisb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mtvwnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mtwea3.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mtwind.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mtwshf.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/bridge.a *.o
a - mtaltm.o
a - mtauto.o
a - mtceil.o
a - mtcltp.o
a - mtcncltp.o
a - mtdate.o
a - mtdcod.o
a - mtdecd.o
a - mtdrop.o
a - mtdsao.o
a - mtelog.o
a - mtfind.o
a - mtgemp.o
a - mtgrpt.o
a - mtifpt.o
a - mtifsp.o
a - mtinit.o
a - mtintf.o
a - mtmmt6.o
a - mtnext.o
a - mtpkwd.o
a - mtpos2.o
a - mtpost.o
a - mtprrm.o
a - mtpten.o
a - mtrmks.o
a - mtrmmx.o
a - mtrvr4.o
a - mtshdr.o
a - mtsky6.o
a - mtslp.o
a - mtsnow.o
a - mtsspl.o
a - mttdpt.o
a - mttprm.o
a - mtvisb.o
a - mtvwnd.o
a - mtwea3.o
a - mtwind.o
a - mtwshf.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/mt'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/bridge/nc 
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/nc'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ncbnds.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ncdcod.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ncdecd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c nchdr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ncout.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ncphen.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/bridge.a *.o
a - ncbnds.o
a - ncdcod.o
a - ncdecd.o
a - nchdr.o
a - ncout.o
a - ncphen.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/nc'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/bridge/ra 
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/ra'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rachck.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c raclds.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c raclev.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c racsyb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c radecd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ragfld.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ragrpt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rap24i.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c raptda.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c raptnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rarhdr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rarmks.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rartim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rasnow.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ratmpx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ratmst.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ravsby.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rawind.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rawthr.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/bridge.a *.o
a - rachck.o
a - raclds.o
a - raclev.o
a - racsyb.o
a - radecd.o
a - ragfld.o
a - ragrpt.o
a - rap24i.o
a - raptda.o
a - raptnd.o
a - rarhdr.o
a - rarmks.o
a - rartim.o
a - rasnow.o
a - ratmpx.o
a - ratmst.o
a - ravsby.o
a - rawind.o
a - rawthr.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/ra'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/bridge/rd 
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/rd'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rdcdat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rddcod.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rddcpm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rdfctm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rdgdte.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rdgitm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rdglin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rdgsgt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rdgzon.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rdidat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rdmv12.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rdrngd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rdsynt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rdtrce.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rdxfhr.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/bridge.a *.o
a - rdcdat.o
a - rddcod.o
a - rddcpm.o
a - rdfctm.o
a - rdgdte.o
a - rdgitm.o
a - rdglin.o
a - rdgsgt.o
a - rdgzon.o
a - rdidat.o
a - rdmv12.o
a - rdrngd.o
a - rdsynt.o
a - rdtrce.o
a - rdxfhr.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/rd'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/bridge/rs 
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/rs'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rsdeco.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rsdhdr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rsdln2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rsgchr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rsggrp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rsgrpt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rshhde.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rsnmer.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rsnumd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rsreal.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rsrrrd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rsrtim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rsvvde.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rswsdd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfstnf.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/bridge.a *.o
a - rsdeco.o
a - rsdhdr.o
a - rsdln2.o
a - rsgchr.o
a - rsggrp.o
a - rsgrpt.o
a - rshhde.o
a - rsnmer.o
a - rsnumd.o
a - rsreal.o
a - rsrrrd.o
a - rsrtim.o
a - rsvvde.o
a - rswsdd.o
a - sfstnf.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/rs'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/bridge/ru 
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/ru'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ruadjt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rudecd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rudrop.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rudrp1.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rudrp2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rudupe.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rugbul.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rugfld.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rugrpt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ruhght.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rumand.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rumlvl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rummxw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rumsfc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rumtrp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ruplvl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ruppaa.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ruppbb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ruppcc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ruppdd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ruppmw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rupwnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rurtim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rushdr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rusigw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rustmp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rutemp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c rutmst.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ruttaa.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ruttbb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ruttcc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ruttdd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ruwhgt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ruwind.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/bridge.a *.o
a - ruadjt.o
a - rudecd.o
a - rudrop.o
a - rudrp1.o
a - rudrp2.o
a - rudupe.o
a - rugbul.o
a - rugfld.o
a - rugrpt.o
a - ruhght.o
a - rumand.o
a - rumlvl.o
a - rummxw.o
a - rumsfc.o
a - rumtrp.o
a - ruplvl.o
a - ruppaa.o
a - ruppbb.o
a - ruppcc.o
a - ruppdd.o
a - ruppmw.o
a - rupwnd.o
a - rurtim.o
a - rushdr.o
a - rusigw.o
a - rustmp.o
a - rutemp.o
a - rutmst.o
a - ruttaa.o
a - ruttbb.o
a - ruttcc.o
a - ruttdd.o
a - ruwhgt.o
a - ruwind.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/ru'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/bridge/sc 
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/sc'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sccltp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c scdcod.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c scdecd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c scgemp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c scgrpt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c scifpt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c scifsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c scinit.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c scintf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c scprrm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c scrptm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sctprm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c scwea3.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/bridge.a *.o
a - sccltp.o
a - scdcod.o
a - scdecd.o
a - scgemp.o
a - scgrpt.o
a - scifpt.o
a - scifsp.o
a - scinit.o
a - scintf.o
a - scprrm.o
a - scrptm.o
a - sctprm.o
a - scwea3.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/sc'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/bridge/sh 
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/sh'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shn5004.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shnbfsq.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shnbufr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shndcod.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shngemp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shnglin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shnifiv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shnifpt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shnintf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shnstor.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c shntdim.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c shnclin.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/sh'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/bridge/si 
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/si'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sidcod.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sidecd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sigemp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sighdr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sigrpt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sigtim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sitmst.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/bridge.a *.o
a - sidcod.o
a - sidecd.o
a - sigemp.o
a - sighdr.o
a - sigrpt.o
a - sigtim.o
a - sitmst.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/si'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/bridge/sv 
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/sv'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c svalnm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c svcntt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c svdcod.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c svghdr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c svout.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/bridge.a *.o
a - svalnm.o
a - svcntt.o
a - svdcod.o
a - svghdr.o
a - svout.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/sv'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/bridge/tf 
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/tf'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c tfctim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c tfdcod.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c tfdecd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c tffcin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c tfgftm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c tfgitm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c tfgrpt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c tfgvtm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c tfvnum.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c tfmobv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c tfshdr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c tfsy24.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c tfvalt.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/bridge.a *.o
a - tfctim.o
a - tfdcod.o
a - tfdecd.o
a - tffcin.o
a - tfgftm.o
a - tfgitm.o
a - tfgrpt.o
a - tfgvtm.o
a - tfmobv.o
a - tfshdr.o
a - tfsy24.o
a - tfvalt.o
a - tfvnum.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/tf'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/bridge/wc 
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/wc'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wccnty.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wcdcod.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wcdecd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wcghdr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wcout.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wcvtec.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/bridge.a *.o
a - wccnty.o
a - wcdcod.o
a - wcdecd.o
a - wcghdr.o
a - wcout.o
a - wcvtec.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/wc'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/bridge/wn 
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/wn'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wndcod.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wnghdr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wnout.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wnstfs.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/bridge.a *.o
a - wndcod.o
a - wnghdr.o
a - wnout.o
a - wnstfs.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/wn'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/bridge/wo 
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/wo'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wocnty.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wodcod.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wodecd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wohdln.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c woout.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wosgmt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wowfo.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/bridge.a *.o
a - wocnty.o
a - wodcod.o
a - wodecd.o
a - wohdln.o
a - woout.o
a - wosgmt.o
a - wowfo.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/wo'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/bridge/wp 
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/wp'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wpdcod.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wpdecd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wpltln.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wpnowt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wpout.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/bridge.a *.o
a - wpdcod.o
a - wpdecd.o
a - wpltln.o
a - wpnowt.o
a - wpout.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/wp'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/bridge/ws 
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/ws'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wsdcod.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wsdecd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wshdln.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wsout.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wssgmt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wszone.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/bridge.a *.o
a - wsdcod.o
a - wsdecd.o
a - wshdln.o
a - wsout.o
a - wssgmt.o
a - wszone.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/ws'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/bridge/ww 
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/ww'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wwaxpt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wwctim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wwdcod.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wwdecd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wwout.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wwus40.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wwus8.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c wwwnum.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c wwcrnr.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge/ww'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/driver
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/driver'
 making in /home/gempak/GEMPAK6.7.0/gempak/source/driver/active
make[4]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active'
 making in /home/gempak/GEMPAK6.7.0/gempak/source/driver/active/gn
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/gn'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/usr/X11R6/include -I/usr/X11R6/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-I/home/gempak/GEMPAK6.7.0/extlibs/rsl/include -g -c cctabl.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/gn'
 making in /home/gempak/GEMPAK6.7.0/gempak/source/driver/active/nc
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/nc'
ln -s /home/gempak/GEMPAK6.7.0/gempak/source/device/main/device.f .
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hclear.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hclosp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hendd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hfill.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hinit.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hinita.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hline.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hmesg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hopen.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hqcomp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hqdatt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hscolr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsdatt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsfill.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hslwid.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hstext.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c htext.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c htextc.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/usr/X11R6/include -I/usr/X11R6/include -c mclear.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/nc'
 making in /home/gempak/GEMPAK6.7.0/gempak/source/driver/active/ps
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/ps'
ln -s /home/gempak/GEMPAK6.7.0/gempak/source/device/main/device.f .
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hcirc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hclear.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hclosp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hdots.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hendd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hfill.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hinit.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hinita.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hline.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hopen.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hqclrs.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hqcomp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hqdatt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsatim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsbrgb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hscint.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hscnam.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hscolb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hscolr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hscrgb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsdatt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsfill.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsicmn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsltyp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hslwid.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hstext.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c htext.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c htextc.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/usr/X11R6/include -I/usr/X11R6/include -c pcirc.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/ps'
 making in /home/gempak/GEMPAK6.7.0/gempak/source/driver/active/xw
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/xw'
ln -s /home/gempak/GEMPAK6.7.0/gempak/source/device/main/device.f .
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hcirc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hclear.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hclosp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hclpnl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c henanm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hendd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c heplot.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hevent.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hfill.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hgsave.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hgtpnt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hinit.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hinita.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hline.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hloopc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hqclrs.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hqcomp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hqdatt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hroam.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsatim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsatpx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsbrgb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hscint.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hscnam.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hscolb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hscolr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hscrgb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsctbl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsdatt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsfill.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsicmn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hslwid.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hslwin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsplot.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsroam.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hstanm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hstext.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c htext.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c htextc.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/usr/X11R6/include -I/usr/X11R6/include -c xaiclr.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/xw'
 making in /home/gempak/GEMPAK6.7.0/gempak/source/driver/active/gf
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/gf'
copying xw.a to gf.a
removing xwobjs
compiling c source
adding objects to gf.a
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/gf'
 making in /home/gempak/GEMPAK6.7.0/gempak/source/driver/active/gif
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/gif'
ln -s /home/gempak/GEMPAK6.7.0/gempak/source/device/main/device.f .
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hclear.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hclosp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hendd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hfill.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hinit.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hinita.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hline.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hopen.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hqclrs.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsatim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsbrgb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hscint.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hscolb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hscolr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hscrgb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsctbl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsdatt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsfill.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsicmn.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/usr/X11R6/include -c gd.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/gif'
 making in /home/gempak/GEMPAK6.7.0/gempak/source/driver/active/xwp
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/xwp'
ln -s /home/gempak/GEMPAK6.7.0/gempak/source/device/main/device.f .
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hcirc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hclear.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hclosp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hclpnl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c henanm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hendd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c heplot.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hevent.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hfill.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hgtpnt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hinita.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hinitps.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hinitxw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hline.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hloopc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hqclrs.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hqcomp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hqdatt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hroam.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsatim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsbrgb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hscint.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hscnam.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hscolb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hscolr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hscrgb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsctbl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsdatt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsfill.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsicmn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hslwid.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hslwin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsplot.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsroam.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hstanm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hstext.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c htext.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c htextc.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/usr/X11R6/include -I/usr/X11R6/include -c pinita.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/xwp'
 making in /home/gempak/GEMPAK6.7.0/gempak/source/driver/active/fax
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/fax'
ln -s /home/gempak/GEMPAK6.7.0/gempak/source/device/main/device.f .
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hclear.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hclosp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hdots.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hendd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hfill.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hinit.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hinita.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hline.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hopen.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hscolr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsdatt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsfill.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/usr/X11R6/include -I/usr/X11R6/include -c ras26bit.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/fax'
 making in /home/gempak/GEMPAK6.7.0/gempak/source/driver/active/utf
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/utf'
ln -s /home/gempak/GEMPAK6.7.0/gempak/source/device/main/device.f .
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hclear.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hclosp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hegrp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hendd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hfill.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hinit.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hinita.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hline.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hopen.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hqdatt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hscolr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsdatt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsgrp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hstext.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsymb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c htext.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c htextc.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/usr/X11R6/include -I/usr/X11R6/include -c uclear.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/utf'
 making in /home/gempak/GEMPAK6.7.0/gempak/source/driver/active/vg
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/vg'
ln -s /home/gempak/GEMPAK6.7.0/gempak/source/device/main/device.f .
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hcirc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hclosp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hegrp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hendd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hfrnt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hhash.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hinit.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hinita.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hmark.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hopen.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hrfill.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hrline.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hrspln.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsclr2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hscolr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsdash.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsdatt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsfill.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsfrnt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsgrp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hshash.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsline.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsmark.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hssmth.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsspln.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hssymb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hstext.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsgtgn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hswind.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsymb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c htext.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c htextc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c htxsy.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hwind.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/usr/X11R6/include -I/usr/X11R6/include -c vcirc.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/vg'
 making in /home/gempak/GEMPAK6.7.0/gempak/source/driver/active/rbk
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/rbk'
ln -s /home/gempak/GEMPAK6.7.0/gempak/source/device/main/device.f .
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/usr/X11R6/include -I/usr/X11R6/include -c aclear.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/rbk'
 making in /home/gempak/GEMPAK6.7.0/gempak/source/driver/active/tiff
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/tiff'
ln -s /home/gempak/GEMPAK6.7.0/gempak/source/device/main/device.f .
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hclear.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hclosp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hdots.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hendd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hfill.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hinit.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hinita.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hline.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hopen.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsatim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hscolr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsdatt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsfill.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c hsicmn.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/usr/X11R6/include -I/usr/X11R6/include -c tbrescirc.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/tiff'
 making in /home/gempak/GEMPAK6.7.0/gempak/source/driver/active/png
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/png'
a - xpng.o
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/usr/X11R6/include -I/usr/X11R6/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -c xclosp.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/png'
make[4]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/driver'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/nmaplib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/nmaplib'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/nmaplib/ngd
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/nmaplib/ngd'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ngddspl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ngdnlst.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ngdrsfl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ngdtlst.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/usr/X11R6/include -I/usr/X11R6/include  -c ngdgnms.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/nmaplib/ngd'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/nmaplib/nim
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/nmaplib/nim'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/usr/X11R6/include -I/usr/X11R6/include  -c nimflnm.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/nmaplib/nim'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/nmaplib/nmp
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/nmaplib/nmp'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c nmpdspl.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/usr/X11R6/include -I/usr/X11R6/include  -c nmpgltln.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/nmaplib/nmp'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/nmaplib/nms
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/nmaplib/nms'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c nmsdspl.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/usr/X11R6/include -I/usr/X11R6/include  -c nmsinit.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/nmaplib/nms'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/nmaplib/nsf
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/nmaplib/nsf'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c nsfdspl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c nsftlst.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/usr/X11R6/include -I/usr/X11R6/include  -c nsfgtim.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/nmaplib/nsf'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/nmaplib/nsn
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/nmaplib/nsn'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c nsndspl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c nsntlst.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/usr/X11R6/include -I/usr/X11R6/include  -c nsngtim.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/nmaplib/nsn'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/nmaplib'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/programs
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/programs'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcacft
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcacft'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcacft'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcairm
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcairm'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o dcairm.o dcairm.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcairm'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dccsig
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dccsig'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o dccsig.o dccsig.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dccsig'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcffa
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcffa'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o dcffa.o dcffa.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcffa'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcffg
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcffg'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcffg'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcgmos
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcgmos'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcgmos'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dchrcn
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dchrcn'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o dchrcn.o dchrcn.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dchrcn'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcidft
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcidft'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcidft'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcigdr
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcigdr'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o dcigdr.o dcigdr.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcigdr'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcisig
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcisig'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o dcisig.o dcisig.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcisig'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dclsfc
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dclsfc'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dclsfc'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcmetr
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcmetr'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcmetr'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcmsfc
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcmsfc'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o dcmsfc.o dcmsfc.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcmsfc'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcncon
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcncon'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o dcncon.o dcncon.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcncon'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcnmos
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcnmos'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcnmos'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcrdf
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcrdf'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcrdf'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcscd
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcscd'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcscd'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcshef
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcshef'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcshef'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcsvrl
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcsvrl'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o dcsvrl.o dcsvrl.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcsvrl'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dctaf
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dctaf'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dctaf'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcxmos
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcxmos'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcxmos'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcuair
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcuair'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcuair'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcwarn
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcwarn'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o dcwarn.o dcwarn.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcwarn'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcwcn
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcwcn'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o dcwcn.o dcwcn.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcwcn'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcwcp
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcwcp'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o dcwcp.o dcwcp.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcwcp'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcwou
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcwou'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o dcwou.o dcwou.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcwou'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcwstm
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcwstm'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o dcwstm.o dcwstm.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcwstm'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcwtch
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcwtch'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o dcwtch.o dcwtch.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcwtch'
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gp
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpbox
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpbox'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpbinp.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gpbox.a *.o
a - gpbinp.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpbox'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpclear
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpclear'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpclear'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpclose
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpclose'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpoinp.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gpclose.a *.o
a - gpoinp.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpclose'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpcolor
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpcolor'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpcinp.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gpcolor.a *.o
a - gpcinp.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpcolor'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpend
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpend'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpend'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpfax
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpfax'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpfinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpfopt.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gpfax.a *.o
a - gpfinp.o
a - gpfopt.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpfax'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpmap
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpmap'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpmafs.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpmaws.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpminp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpmopt.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c utfclos.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpmap'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gptcww
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gptcww'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpwinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpwopt.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gptcww.a *.o
a - gpwinp.o
a - gpwopt.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gptcww'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gptext
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gptext'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gptinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gptopt.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gptext.a *.o
a - gptinp.o
a - gptopt.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gptext'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gptpc
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gptpc'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gppinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gppopt.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gptpc.a *.o
a - gppinp.o
a - gppopt.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gptpc'
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/na
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/programs/na'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/na/nagrib
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/na/nagrib'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c nagcut.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/na/nagrib'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/na/nagrib2
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/na/nagrib2'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c nadiag.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/na/nagrib2'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/na/ndfdg2
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/na/ndfdg2'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ndganl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ndgcog.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ndggds.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ndginp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ndgnav.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ndgssg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ndgtbl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ndparm.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c ndftim.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/na/ndfdg2'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/na/gd2ndfd
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/na/gd2ndfd'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdgrib
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdgrib'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdcfil
make[7]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdcfil'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdcanl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdcdsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdcinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdcnav.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdctbl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdgcfl.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gdcfil.a *.o
a - gdcanl.o
a - gdcdsp.o
a - gdcinp.o
a - gdcnav.o
a - gdctbl.o
a - gdgcfl.o
rm -f *.o
make[7]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdcfil'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdgrib'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/na/gd2ndfd'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/na/namsnd
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/na/namsnd'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c namcdt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c namcfc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c naminp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c naminv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c namjen.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c namlsd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c namopn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c namprp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c namrbf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c namrdd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c namsst.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/namsnd.a *.o
a - namcdt.o
a - namcfc.o
a - naminp.o
a - naminv.o
a - namjen.o
a - namlsd.o
a - namopn.o
a - namprp.o
a - namrbf.o
a - namrdd.o
a - namsst.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/na/namsnd'
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/programs/na'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/oa
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/programs/oa'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/oa/oabox
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/oa/oabox'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oabinp.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/oabox.a *.o
a - oabinp.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/oa/oabox'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/oa/oabsfc
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/oa/oabsfc'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oabsdr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oabstm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oacdsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oacdta.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oacinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oacopn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oacprm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oacrms.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oacstn.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/oabsfc.a *.o
a - oabsdr.o
a - oabstm.o
a - oacdsp.o
a - oacdta.o
a - oacinp.o
a - oacopn.o
a - oacprm.o
a - oacrms.o
a - oacstn.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/oa/oabsfc'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/oa/oabsnd
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/oa/oabsnd'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oandsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oandta.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oaninp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oanopn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oanprm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oanrms.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oanstn.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/oabsnd.a *.o
a - oandsp.o
a - oandta.o
a - oaninp.o
a - oanopn.o
a - oanprm.o
a - oanrms.o
a - oanstn.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/oa/oabsnd'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/oa/oagrid
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/oa/oagrid'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oagagn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oagare.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oagcmp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oagdsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oaggrd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oaginp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oagopn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oagspc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oagstn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oagwcm.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/oagrid.a *.o
a - oagagn.o
a - oagare.o
a - oagcmp.o
a - oagdsp.o
a - oaggrd.o
a - oaginp.o
a - oagopn.o
a - oagspc.o
a - oagstn.o
a - oagwcm.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/oa/oagrid'
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/programs/oa'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sf
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfcfil
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfcfil'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sffinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sffopt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sffsfl.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/sfcfil.a *.o
a - sffinp.o
a - sffopt.o
a - sffsfl.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfcfil'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfchck
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfchck'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g   -c sfkdat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g   -c sfkhdr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g   -c sfkinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g   -c sfkosf.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/sfchck.a *.o
a - sfkdat.o
a - sfkhdr.o
a - sfkinp.o
a - sfkosf.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfchck'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfcntr
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfcntr'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oagagn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c oagspc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfmclr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfmcof.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfmdat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfmfil.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfminp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfmopt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfmovr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfmplt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfmprm.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/sfcntr.a *.o
a - oagagn.o
a - oagspc.o
a - sfmclr.o
a - sfmcof.o
a - sfmdat.o
a - sfmfil.o
a - sfminp.o
a - sfmopt.o
a - sfmovr.o
a - sfmplt.o
a - sfmprm.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfcntr'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfdelt
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfdelt'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfdfil.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfdinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfdopt.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/sfdelt.a *.o
a - sfdfil.o
a - sfdinp.o
a - sfdopt.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfdelt'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfdsl604
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfdsl604'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfl6fl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfl6hd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfl6in.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfl6li.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfl6pm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfl6pr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfl6tm.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/sfdsl604.a *.o
a - sfl6fl.o
a - sfl6hd.o
a - sfl6in.o
a - sfl6li.o
a - sfl6pm.o
a - sfl6pr.o
a - sfl6tm.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfdsl604'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfedit
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfedit'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfedta.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfeinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfeopt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfeprm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfeshp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfestn.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/sfedit.a *.o
a - sfedta.o
a - sfeinp.o
a - sfeopt.o
a - sfeprm.o
a - sfeshp.o
a - sfestn.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfedit'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfgram
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfgram'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfxchr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfxcnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfxdat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfxdsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfxdta.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfxfil.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfxgrf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfxgst.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfxinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfxloc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfxplt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfxpnl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfxprm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfxrel.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfxrng.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfxsky.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfxsym.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfxttl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfxwnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfxxax.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/sfgram.a *.o
a - sfxchr.o
a - sfxcnd.o
a - sfxdat.o
a - sfxdsp.o
a - sfxdta.o
a - sfxfil.o
a - sfxgrf.o
a - sfxgst.o
a - sfxinp.o
a - sfxloc.o
a - sfxplt.o
a - sfxpnl.o
a - sfxprm.o
a - sfxrel.o
a - sfxrng.o
a - sfxsky.o
a - sfxsym.o
a - sfxttl.o
a - sfxwnd.o
a - sfxxax.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfgram'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfl604
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfl604'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfl6fl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfl6hd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfl6in.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfl6li.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfl6pm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfl6pr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfl6tm.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/sfl604.a *.o
a - sfl6fl.o
a - sfl6hd.o
a - sfl6in.o
a - sfl6li.o
a - sfl6pm.o
a - sfl6pr.o
a - sfl6tm.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfl604'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sflist
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sflist'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfldat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfldta.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sflfil.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sflhdr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sflinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfllis.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sflprc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sflprm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sflprt.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/sflist.a *.o
a - sfldat.o
a - sfldta.o
a - sflfil.o
a - sflhdr.o
a - sflinp.o
a - sfllis.o
a - sflprc.o
a - sflprm.o
a - sflprt.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sflist'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfmap
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfmap'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfedge.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfmclr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfmcof.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfmdat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfmfil.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfminp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfmopt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfmovr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfmplt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfmprm.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/sfmap.a *.o
a - sfedge.o
a - sfmclr.o
a - sfmcof.o
a - sfmdat.o
a - sfmfil.o
a - sfminp.o
a - sfmopt.o
a - sfmovr.o
a - sfmplt.o
a - sfmprm.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfmap'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfmod
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfmod'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfcinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfcnfl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfcofl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfcopt.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/sfmod.a *.o
a - sfcinp.o
a - sfcnfl.o
a - sfcofl.o
a - sfcopt.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfmod'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfstns
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfstns'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfsinp.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/sfstns.a *.o
a - sfsinp.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfstns'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfvgsf
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfvgsf'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfvdta.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c sfvget.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfvgsf'
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sn
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/sncfil
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/sncfil'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snfinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snfopt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snfsfl.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/sncfil.a *.o
a - snfinp.o
a - snfopt.o
a - snfsfl.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/sncfil'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/sncross
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/sncross'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snsbor.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snsckd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snsdat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snsdsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snsfil.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snsgrd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snsgth.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snsinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snsins.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snsisn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snslev.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snsprm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snspts.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snsrec.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snsrge.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snssst.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snsstm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snssur.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snstan.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snstha.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snsttl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snsunt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snswnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snswwe.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snsxax.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snsyax.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/sncross.a *.o
a - snsbor.o
a - snsckd.o
a - snsdat.o
a - snsdsp.o
a - snsfil.o
a - snsgrd.o
a - snsgth.o
a - snsinp.o
a - snsins.o
a - snsisn.o
a - snslev.o
a - snsprm.o
a - snspts.o
a - snsrec.o
a - snsrge.o
a - snssst.o
a - snsstm.o
a - snssur.o
a - snstan.o
a - snstha.o
a - snsttl.o
a - snsunt.o
a - snswnd.o
a - snswwe.o
a - snsxax.o
a - snsyax.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/sncross'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/sncross2
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/sncross2'
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/sncross2.a *.o
a - snsbor.o
a - snsckd.o
a - snsdat.o
a - snsdsp.o
a - snsfil.o
a - snsgrd.o
a - snsgth.o
a - snsinp.o
a - snsins.o
a - snsisn.o
a - snslev.o
a - snsprm.o
a - snspts.o
a - snsrec.o
a - snsrge.o
a - snssst.o
a - snsstm.o
a - snssur.o
a - snstan.o
a - snstha.o
a - snsttl.o
a - snsunt.o
a - snswwe.o
a - snsxax.o
a - snsyax.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/sncross2'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/sndelt
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/sndelt'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndfil.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndopt.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/sndelt.a *.o
a - sndfil.o
a - sndinp.o
a - sndopt.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/sndelt'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/sndslist
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/sndslist'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snldat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snldta.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snlfil.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snlinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snllev.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snllvd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snlpdt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snlprm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snlprt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snlwlp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snlwmn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snlwsg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snlwsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snlwst.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snlwtm.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/sndslist.a *.o
a - snldat.o
a - snldta.o
a - snlfil.o
a - snlinp.o
a - snllev.o
a - snllvd.o
a - snlpdt.o
a - snlprm.o
a - snlprt.o
a - snlwlp.o
a - snlwmn.o
a - snlwsg.o
a - snlwsp.o
a - snlwst.o
a - snlwtm.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/sndslist'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snedit
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snedit'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snecpr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snecpt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snedsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snedta.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snedtu.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sneinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sneopn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sneopu.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sneoue.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snep2s.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sneprm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sneset.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snestn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snewrt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snewru.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/snedit.a *.o
a - snecpr.o
a - snecpt.o
a - snedsp.o
a - snedta.o
a - snedtu.o
a - sneinp.o
a - sneopn.o
a - sneopu.o
a - sneoue.o
a - snep2s.o
a - sneprm.o
a - sneset.o
a - snestn.o
a - snewrt.o
a - snewru.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snedit'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snhodo
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snhodo'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snhbck.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snhdat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snhdta.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snhfil.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snhgrf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snhinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snhlev.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snhplt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snhprm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snhxy.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/snhodo.a *.o
a - snhbck.o
a - snhdat.o
a - snhdta.o
a - snhfil.o
a - snhgrf.o
a - snhinp.o
a - snhlev.o
a - snhplt.o
a - snhprm.o
a - snhxy.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snhodo'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snlist
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snlist'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snldat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snldta.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snlfil.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snlinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snllev.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snllvd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snlpdt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snlprm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snlprt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snlwlp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snlwmn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snlwpm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snlwsg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snlwsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snlwst.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snlwtm.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/snlist.a *.o
a - snldat.o
a - snldta.o
a - snlfil.o
a - snlinp.o
a - snllev.o
a - snllvd.o
a - snlpdt.o
a - snlprm.o
a - snlprt.o
a - snlwlp.o
a - snlwmn.o
a - snlwpm.o
a - snlwsg.o
a - snlwsp.o
a - snlwst.o
a - snlwtm.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snlist'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snmap
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snmap'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snmclr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snmcof.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snmdat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snmfil.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snminp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snmlev.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snmopt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snmovr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snmplt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snmprm.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/snmap.a *.o
a - snmclr.o
a - snmcof.o
a - snmdat.o
a - snmfil.o
a - snminp.o
a - snmlev.o
a - snmopt.o
a - snmovr.o
a - snmplt.o
a - snmprm.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snmap'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snmod
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snmod'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snocmp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snodat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snoinf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snoinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snolev.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snoopt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snoprm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snotim.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/snmod.a *.o
a - snocmp.o
a - snodat.o
a - snoinf.o
a - snoinp.o
a - snolev.o
a - snoopt.o
a - snoprm.o
a - snotim.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snmod'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snprof
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snprof'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snpbck.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snpdat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snpdtw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snpfil.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snpgrf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snpinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snplin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snppln.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snpplt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snpprm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snppst.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snpstb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snpxax.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snpyax.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/snprof.a *.o
a - snpbck.o
a - snpdat.o
a - snpdtw.o
a - snpfil.o
a - snpgrf.o
a - snpinp.o
a - snplin.o
a - snppln.o
a - snpplt.o
a - snpprm.o
a - snppst.o
a - snpstb.o
a - snpxax.o
a - snpyax.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snprof'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snstns
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snstns'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snninp.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/snstns.a *.o
a - snninp.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snstns'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/sntser
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/sntser'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sntdat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sntdsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sntdta.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sntfil.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sntgrf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sntinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sntlev.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sntplt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sntprm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sntttl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sntyax.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/sntser.a *.o
a - sntdat.o
a - sntdsp.o
a - sntdta.o
a - sntfil.o
a - sntgrf.o
a - sntinp.o
a - sntlev.o
a - sntplt.o
a - sntprm.o
a - sntttl.o
a - sntyax.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/sntser'
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdcfil
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdcfil'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdcfil'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdcntr
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdcntr'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdndsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdnhlo.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdninp.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gdcntr.a *.o
a - gdndsp.o
a - gdnhlo.o
a - gdninp.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdcntr'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdcross
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdcross'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxcla.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxdsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxdtaf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxdtv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxdvvf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxdxy.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxgrd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxgtsf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxlen.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxlev.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxplt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxpuw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxscv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxsdl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxsfm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxsug.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxyax.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c gdxdta.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdcross'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gddelt
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gddelt'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdddel.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gddinp.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gddelt.a *.o
a - gdddel.o
a - gddinp.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gddelt'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gddiag
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gddiag'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c gdginp.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gddiag'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdedit
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdedit'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdedatf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdedsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdegdt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdeghd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdeidn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdeinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdescl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdesiz.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c gdedat.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdedit'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdfrzl
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdfrzl'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdninpfz.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c vg2frzl.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdfrzl'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/goftxt
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/goftxt'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_a.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_a2raeb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_a2raec.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_a2rbeb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_a2rbec.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_a2rceb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_a2rcec.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_abc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_appex.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_apptxt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_awstxt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_bnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_case8.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_center.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_check.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_clos.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_compass.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_dayw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_driv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_dsdt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_dwdt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_except.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_fill.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_gap.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_get.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_gszone.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_gtext.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_headln.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_hist.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_init.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_miss.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_mwdir.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_mode.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_open.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_opnf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_outlook.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_output.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_raeb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_range.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_rangx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_rdparm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_rdzone.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_rules.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_savw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_sort.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_squad.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_stat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_synop.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_trim.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_trim2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_wdir.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_wdir1.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_wdir2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_wrn1.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_wrn2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_wrnx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c g2t_wspread.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/goftxt.a *.o
a - g2t_a2raeb.o
a - g2t_a2raec.o
a - g2t_a2rbeb.o
a - g2t_a2rbec.o
a - g2t_a2rceb.o
a - g2t_a2rcec.o
a - g2t_abc.o
a - g2t_a.o
a - g2t_appex.o
a - g2t_apptxt.o
a - g2t_awstxt.o
a - g2t_bnd.o
a - g2t_case8.o
a - g2t_center.o
a - g2t_check.o
a - g2t_clos.o
a - g2t_compass.o
a - g2t_dayw.o
a - g2t_driv.o
a - g2t_dsdt.o
a - g2t_dwdt.o
a - g2t_except.o
a - g2t_fill.o
a - g2t_gap.o
a - g2t_get.o
a - g2t_gszone.o
a - g2t_gtext.o
a - g2t_headln.o
a - g2t_hist.o
a - g2t_init.o
a - g2t_miss.o
a - g2t_mode.o
a - g2t_mwdir.o
a - g2t_open.o
a - g2t_opnf.o
a - g2t_outlook.o
a - g2t_output.o
a - g2t_raeb.o
a - g2t_range.o
a - g2t_rangx.o
a - g2t_rdparm.o
a - g2t_rdzone.o
a - g2t_rules.o
a - g2t_savw.o
a - g2t_sort.o
a - g2t_squad.o
a - g2t_stat.o
a - g2t_synop.o
a - g2t_trim2.o
a - g2t_trim.o
a - g2t_wdir1.o
a - g2t_wdir2.o
a - g2t_wdir.o
a - g2t_wrn1.o
a - g2t_wrn2.o
a - g2t_wrnx.o
a - g2t_wspread.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/goftxt'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdgrib
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdgrib'
making all in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdcfil
make[6]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdcfil'
make[6]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdcfil'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdgrib'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdgrib2
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdgrib2'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c gdg2in.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdgrib2'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdgsfc
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdgsfc'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdzdatf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdzdsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdzinp.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c gdzdat.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdgsfc'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdinfo
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdinfo'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdigen.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdiinp.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gdinfo.a *.o
a - gdigen.o
a - gdiinp.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdinfo'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdlist
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdlist'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c gdldsp.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdlist'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdmap
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdmap'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdmdsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdminp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdmlbl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdmmrk.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdmplt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdmpnt.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gdmap.a *.o
a - gdmdsp.o
a - gdminp.o
a - gdmlbl.o
a - gdmmrk.o
a - gdmplt.o
a - gdmpnt.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdmap'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdmod
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdmod'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdoadd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdoinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdoopn.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gdmod.a *.o
a - gdoadd.o
a - gdoinp.o
a - gdoopn.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdmod'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdomeg
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdomeg'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdagen.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdainp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdasfc.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gdomeg.a *.o
a - gdagen.o
a - gdainp.o
a - gdasfc.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdomeg'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdplot
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdplot'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdbdsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdbhlo.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdbinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdblev.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdbpnt.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gdplot.a *.o
a - gdbdsp.o
a - gdbhlo.o
a - gdbinp.o
a - gdblev.o
a - gdbpnt.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdplot'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdprof
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdprof'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpcla.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpdsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpdtaf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpdtv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpduvf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpgrf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdplin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpout.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdppln.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpplt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpuvp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpxax.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpyax.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c dgconav.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdprof'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdptpdf
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdptpdf'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdptdat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdptdsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdptdtm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdptgrf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdptinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdptout.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdptplt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdptxax.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdptyax.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdptymx.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gdptpdf.a *.o
a - gdptdat.o
a - gdptdsp.o
a - gdptdtm.o
a - gdptgrf.o
a - gdptinp.o
a - gdptout.o
a - gdptplt.o
a - gdptxax.o
a - gdptyax.o
a - gdptymx.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdptpdf'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdpvsf
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdpvsf'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpvcl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpvdt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpvin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpvlv.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gdpvsf.a *.o
a - gdpvcl.o
a - gdpvdt.o
a - gdpvin.o
a - gdpvlv.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdpvsf'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdstat
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdstat'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdstaaf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdyinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdywrt.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c gdstaa.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdstat'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdstream
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdstream'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdsdsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdsinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdstin.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gdstream.a *.o
a - gdsdsp.o
a - gdsinp.o
a - gdstin.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdstream'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdthgt
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdthgt'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxda.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxev.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxgd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxgl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxla.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxlv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxpl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxpv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxra.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxrdf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxri.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxrn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxrvf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxta.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxti.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxtm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxvv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxyy.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c gdtxrd.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdthgt'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdtser
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdtser'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtdsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtdtaf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtgrf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtplt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtyax.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c gdtdta.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdtser'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdtspdf
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdtspdf'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtsdat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtsinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtspdf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtspl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtssp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtsyax.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gdtspdf.a *.o
a - gdtsdat.o
a - gdtsinp.o
a - gdtspdf.o
a - gdtspl.o
a - gdtssp.o
a - gdtsyax.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdtspdf'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdvint
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdvint'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vcbldz.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vcetac.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vclnin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vcmsht.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vcnbts.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vcpfet.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vcpfsg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vcpfth.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vcpont.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vcponz.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vcquad.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vcsgma.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vcthta.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vcvapr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vgexit.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vgierr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vgigen.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vglvpr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vgopen.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vgread.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vgstrt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vgusin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vgwrit.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vgwsfc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vibddn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vicovc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vidriv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vigetp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vigetq.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vigetz.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vigtsf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c viinit.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vilnpo.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vimxmn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vipool.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c virdin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c virdtk.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vivcrd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vivint.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c vidrivc.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdvint'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdwind
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdwind'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdwdsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdwinp.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gdwind.a *.o
a - gdwdsp.o
a - gdwinp.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdwind'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/grphgd
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/grphgd'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gbound.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gciijj.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdline.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdlwei.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ggapsm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ggbndconds.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c ggcrinfo.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/grphgd'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdplot2
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdplot2'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdbhlo.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdbinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdblev.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdinst.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpban.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpltb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpltcf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpprt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpskp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpstp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpstt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdptmc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdptms.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpwnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdfill.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c gdpltc.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdplot2'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdplot3
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdplot3'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdanot.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdbhlo.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdbinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdblev.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdinst.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdnarc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdnarw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdnbrb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdncrv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdnfnt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdnlin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdnply.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdnreg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdnsym.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdntxt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpban.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpltb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpltcf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpprt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpskp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpstp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpstt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdptmc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdptms.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdptxt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpwnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdfill.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c gdpltc.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdplot3'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gpolyg
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gpolyg'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c poly_apad.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c poly_cap.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c poly_ccwa.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c poly_driv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c poly_exist.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c poly_group.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c poly_init.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c poly_ltln.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c poly_margin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c poly_opnf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c poly_pad.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c poly_rdparm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c poly_rmflg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c poly_szone.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c poly_warn.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c poly_clipw.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gpolyg'
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util
make[4]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/aodt
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/aodt'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/extlibs/AODT -c -o aodt.o aodt.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/aodt'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/arinfo
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/arinfo'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/arinfo'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/bnd2shp
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/bnd2shp'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/bnd2shp'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/bufrenc
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/bufrenc'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c bfeinp.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/bufrenc.a *.o
a - bfeinp.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/bufrenc'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/clipvgf
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/clipvgf'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/clipvgf'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/createccfp
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/createccfp'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/createccfp'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/createbinfo
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/createbinfo'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c createbinfo.c 
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/createbinfo'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/dat2pts
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/dat2pts'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c d2pday.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c d2pfil.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c d2phdr.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/dat2pts.a *.o
a - d2pday.o
a - d2pfil.o
a - d2phdr.o
rm -f *.o
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g    dat2pts.f 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/dat2pts.a 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/gemlib.a 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/cgemlib.a  -o dat2pts
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/dat2pts'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/datetime
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/datetime'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c datetime.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/datetime'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/dumpvgf
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/dumpvgf'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/dumpvgf'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/fop
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/fop'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c fop.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/fop'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/rfop
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/rfop'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c rfop.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/rfop'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/freeColors
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/freeColors'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/usr/X11R6/include -c freeColors.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/freeColors'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/joinvgf
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/joinvgf'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c joinvgf.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/joinvgf'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/mapsshp
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/mapsshp'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c shpbhdr.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/mapsshp'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/maps
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/maps'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c -o map_ssfgsf.o 
map_ssfgsf.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c ssfgsf.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/maps'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/mdp
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/mdp'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/mdp'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/mdpspc
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/mdpspc'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/mdpspc'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/mkelev
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/mkelev'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ccplot.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/mkelev.a *.o
a - ccplot.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/mkelev'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/nesdis
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/nesdis'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/nesdis'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/nodt
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/nodt'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/include -c -o nodt.o nodt.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/nodt'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/prob2cat
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/prob2cat'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c prob2cat.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/prob2cat'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/rebun
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/rebun'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c rebun.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/rebun'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/sector
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/sector'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c secimg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c secinp.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/sector.a *.o
a - secimg.o
a - secinp.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/sector'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/sigavgf
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/sigavgf'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c sigacld.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/sigavgf'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/sigbufr
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/sigbufr'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -c sigbcld.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/sigbufr'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/sfcsplt
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/sfcsplt'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/sfcsplt'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/spenes
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/spenes'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/spenes'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/spctxt
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/spctxt'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/spctxt'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/tag2vgf
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/tag2vgf'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c tag2vgf.c 
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/tag2vgf'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/tcacancel
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/tcacancel'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c tcacancel.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/tcacancel'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/tpc2shp
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/tpc2shp'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c tpc2shp.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/tpc2shp'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/tran2fos
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/tran2fos'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c *.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/tran2fos'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/vgf2tag
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/vgf2tag'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c tag2vgf.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/vgf2tag'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/vgftoascii
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/vgftoascii'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/include -c vgftoascii.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/vgftoascii'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/vgftobnd
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/vgftobnd'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/vgftobnd'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/wmostrip
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/wmostrip'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c wmostrip.c 
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/wmostrip'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/woupdt
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/woupdt'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/woupdt'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/atest
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/atest'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/atest'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/plotsyms
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/plotsyms'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/plotsyms'
make[4]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gui
make[4]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/nalarm
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/nalarm'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/nalarm'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/naltxt
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/naltxt'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/naltxt'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/ncolor
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/ncolor'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/usr/X11R6/include -I/usr/X11R6/include -c -o ncolor.o ncolor.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/ncolor'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/nfax
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/nfax'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/usr/X11R6/include -I/usr/X11R6/include -c -o vfiledisp.o vfiledisp.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/nfax'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/nmap2
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/nmap2'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/usr/X11R6/include -I/usr/X11R6/include 
-I/home/gempak/GEMPAK6.7.0/extlibs/AODT -c ncwcreate.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/nmap2'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/nsharp
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/nsharp'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I. -c acars_selection.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/nsharp'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/ntl
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/ntl'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/usr/X11R6/include -I/usr/X11R6/include -c -o ntl.o ntl.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/ntl'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/ntrans
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/ntrans'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/usr/X11R6/include -I/usr/X11R6/include -c autogroup.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/ntrans'
making in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/nwx
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/nwx'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/usr/X11R6/include -I/usr/X11R6/include -c nwxg_auto.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/nwx'
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/programs'
Making all in /home/gempak/GEMPAK6.7.0/gempak/source/contrib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/contrib'
making in /home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc'
making in /home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/airmet_bufrvgf
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/airmet_bufrvgf'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -DDEBUG_PRINT=1 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1 
-DMEMORY_DEBUG=0 -DTRACE_PRINT=1 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -c -o afbufr_common.o 
afbufr_common.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -DDEBUG_PRINT=1 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1 
-DMEMORY_DEBUG=0 -DTRACE_PRINT=1 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -c -o afcreatevgf.o 
afcreatevgf.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/airmet_bufrvgf'
making in /home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/airmet_vgfbufr
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/airmet_vgfbufr'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -DDEBUG_PRINT=1 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1 
-DMEMORY_DEBUG=0 -DTRACE_PRINT=1 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -c -o afbufr_common.o 
afbufr_common.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -DDEBUG_PRINT=1 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1 
-DMEMORY_DEBUG=0 -DTRACE_PRINT=1 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -c -o afcreatebufr.o 
afcreatebufr.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/airmet_vgfbufr'
making in /home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/gdmlev
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/gdmlev'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdmaxs.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdmglv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdminp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdmplt2.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gdmlev.a *.o
a - gdmaxs.o
a - gdmglv.o
a - gdminp.o
a - gdmplt2.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/gdmlev'
making in /home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/gpmxplt
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/gpmxplt'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpmopt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpmxin.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gpmxplt.a *.o
a - gpmopt.o
a - gpmxin.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/gpmxplt'
making in /home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/gprcm
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/gprcm'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpmopt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdctbl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c text_output.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c box_fill.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/gprcm'
making in /home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/gpanot
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/gpanot'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpnarc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpnarw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpnbrb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpncrv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpnfnt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpninp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpnlin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpnopt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpnply.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpnreg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpnsym.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpntxt.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gpanot.a *.o
a - gpnarc.o
a - gpnarw.o
a - gpnbrb.o
a - gpncrv.o
a - gpnfnt.o
a - gpninp.o
a - gpnlin.o
a - gpnopt.o
a - gpnply.o
a - gpnreg.o
a - gpnsym.o
a - gpntxt.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/gpanot'
making in /home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/gpltln
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/gpltln'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gplrot.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gptinp.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gpltln.a *.o
a - gplrot.o
a - gptinp.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/gpltln'
making in /home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/vgappend
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/vgappend'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/vgappend'
making in /home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/vggrep
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/vggrep'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/vggrep'
making in /home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/vgmod
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/vgmod'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/vgmod'
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc'
making in /home/gempak/GEMPAK6.7.0/gempak/source/contrib/cpc
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/contrib/cpc'
making in /home/gempak/GEMPAK6.7.0/gempak/source/contrib/cpc/cpcgstn
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/cpc/cpcgstn'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g   -c cpcginp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g   -c cpcgout.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c cpcgnewpoly.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/cpc/cpcgstn'
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/contrib/cpc'
making in /home/gempak/GEMPAK6.7.0/gempak/source/contrib/tdl
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/contrib/tdl'
making in /home/gempak/GEMPAK6.7.0/gempak/source/contrib/tdl/radmap
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/tdl/radmap'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g   -c dinita2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g   -c ggmap2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g   -c ggsplt2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g   -c imdrop2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g   -c imlutf2.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g   -c imrtbl2.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/radmap.a *.o
a - dinita2.o
a - ggmap2.o
a - ggsplt2.o
a - imdrop2.o
a - imlutf2.o
a - imrtbl2.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/tdl/radmap'
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/contrib/tdl'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/contrib'
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source'
making in /home/gempak/GEMPAK6.7.0/gempak/maps/programs
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/maps/programs'
gfortran -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c map_gsfssf.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gsfssf.a *.o
a - map_gsfssf.o
rm -f *.o
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c gsfssf.c
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/maps/programs'
making in /home/gempak/GEMPAK6.7.0/gempak/utilities
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/utilities'
making all in /home/gempak/GEMPAK6.7.0/gempak/utilities/bounds
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/utilities/bounds'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/clo -c createbinfo.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/utilities/bounds'
making all in /home/gempak/GEMPAK6.7.0/gempak/utilities/hlpbld
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/utilities/hlpbld'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g   -o hlpbld hlpbld.f 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/gemlib.a 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/cgemlib.a 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/gemlib.a
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/utilities/hlpbld'
making all in /home/gempak/GEMPAK6.7.0/gempak/utilities/pdfbld
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/utilities/pdfbld'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g   -o pdfbld pdfbld.f 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/gemlib.a 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/cgemlib.a 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/gemlib.a
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/utilities/pdfbld'
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/utilities'
make[1]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak'
Making all in /home/gempak/GEMPAK6.7.0/unidata
make[1]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata'
making in /home/gempak/GEMPAK6.7.0/unidata/ldmlog
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/ldmlog'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c ulog.c
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/ldmlog.a *.o
a - ulog.o
rm -f *.o
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/ldmlog'
making in /home/gempak/GEMPAK6.7.0/unidata/ldmbridge
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge'
making in /home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcgrib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcgrib'
ln -s ../gribtonc_src/centers.h centers.h
ln -s ../gribtonc_src/emalloc.c emalloc.c
ln -s ../gribtonc_src/emalloc.h emalloc.h
ln -s ../gribtonc_src/gbds.h gbds.h
ln -s ../gribtonc_src/gbds.c gbds.c
ln -s ../gribtonc_src/gbytem.c gbytem.c
ln -s ../gribtonc_src/gbytem.h gbytem.h
ln -s ../gribtonc_src/gdes.h gdes.h
ln -s ../gribtonc_src/gdes.c gdes.c
ln -s ../gribtonc_src/gds.h gds.h
ln -s ../gribtonc_src/get_prod.c get_prod.c
ln -s ../gribtonc_src/get_prod.h get_prod.h
ln -s ../gribtonc_src/grib1.c grib1.c
ln -s ../gribtonc_src/grib1.h grib1.h
ln -s ../gribtonc_src/gribtypes.c gribtypes.c
ln -s ../gribtonc_src/gribtypes.h gribtypes.h
ln -s ../gribtonc_src/params.c params.c
ln -s ../gribtonc_src/params.h params.h
ln -s ../gribtonc_src/product_data.c product_data.c
ln -s ../gribtonc_src/product_data.h product_data.h
ln -s ../gribtonc_src/quasi.c quasi.c
ln -s ../gribtonc_src/quasi.h quasi.h
ln -s /home/gempak/GEMPAK6.7.0/gempak/source/griblib/na/nacmn.cmn .
ln -s /home/gempak/GEMPAK6.7.0/gempak/source/griblib/gb/gbcmn.h .
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -DGEMPAK -I/home/gempak/GEMPAK6.7.0/unidata/ldmlog -c -o dcgrib.o dcgrib.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcgrib'
making in /home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcacars
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcacars'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -DGEMPAK -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-I/home/gempak/GEMPAK6.7.0/unidata/ldmlog -c -o dcacars.o dcacars.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -DGEMPAK -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-I/home/gempak/GEMPAK6.7.0/unidata/ldmlog -c -o decode_acars.o decode_acars.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -DGEMPAK -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-I/home/gempak/GEMPAK6.7.0/unidata/ldmlog -c -o decode_ncacars.o 
decode_ncacars.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -DGEMPAK -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-I/home/gempak/GEMPAK6.7.0/unidata/ldmlog -c -o vapor_pres.o vapor_pres.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -DGEMPAK -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-I/home/gempak/GEMPAK6.7.0/unidata/ldmlog -c -o write_gempak.o write_gempak.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcacars'
making in /home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcnldn
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcnldn'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/gempak/source/bridge/dc -c -o dcnldn.o dcnldn.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcnldn'
making in /home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcncprof
make[3]: Entering directory 
`/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcncprof'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -DGEMPAK -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-I/home/gempak/GEMPAK6.7.0/unidata/ldmlog -c -o dcncprof.o dcncprof.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -DGEMPAK -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-I/home/gempak/GEMPAK6.7.0/unidata/ldmlog -c -o decode_ncprof.o decode_ncprof.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -DGEMPAK -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-I/home/gempak/GEMPAK6.7.0/unidata/ldmlog -c -o decode_rass.o decode_rass.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -DGEMPAK -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-I/home/gempak/GEMPAK6.7.0/unidata/ldmlog -c -o decode_fsl2.o decode_fsl2.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -DGEMPAK -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-I/home/gempak/GEMPAK6.7.0/unidata/ldmlog -c -o decode_fsl1.o decode_fsl1.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -DGEMPAK -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-I/home/gempak/GEMPAK6.7.0/unidata/ldmlog -c -o vapor_pres.o vapor_pres.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -DGEMPAK -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-I/home/gempak/GEMPAK6.7.0/unidata/ldmlog -c -o write_gempak.o write_gempak.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcncprof'
making in /home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcwatch
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcwatch'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/unidata/ldmlog -c -o dcwatch.o dcwatch.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcwatch'
making in /home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dctrop
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dctrop'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/unidata/ldmlog -c -o dctrop.o dctrop.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dctrop'
making in /home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcstorm
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcstorm'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o dcstorm.o dcstorm.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcstorm'
making in /home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcgrib2
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcgrib2'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/gempak/source/griblib/gb 
-I/home/gempak/GEMPAK6.7.0/gempak/source/bridge/dc 
-I/home/gempak/GEMPAK6.7.0/gempak/source/griblib/na -c -o dcchecksub.o 
dcchecksub.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/gempak/source/griblib/gb 
-I/home/gempak/GEMPAK6.7.0/gempak/source/bridge/dc 
-I/home/gempak/GEMPAK6.7.0/gempak/source/griblib/na -c -o dcfillgrid.o 
dcfillgrid.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcgrib2'
making in /home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcsuomi
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcsuomi'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -DGEMPAK -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-I/home/gempak/GEMPAK6.7.0/unidata/ldmlog -c -o dcsuomi.o dcsuomi.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -DGEMPAK -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-I/home/gempak/GEMPAK6.7.0/unidata/ldmlog -c -o decode_suomi.o decode_suomi.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -DGEMPAK -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-I/home/gempak/GEMPAK6.7.0/unidata/ldmlog -c -o decode_ncsuomi.o 
decode_ncsuomi.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -DGEMPAK -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-I/home/gempak/GEMPAK6.7.0/unidata/ldmlog -c -o write_gempak.o write_gempak.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcsuomi'
making in /home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcprof
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcprof'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/gempak/source/bridge/dc 
-I/home/gempak/GEMPAK6.7.0/unidata/ldmlog -c -o dcprof.o dcprof.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcprof'
making in /home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcnexr2
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcnexr2'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/gempak/source/bzip2 
-I/home/gempak/GEMPAK6.7.0/gempak/source/bridge/dc -c -o dcnexr2.o dcnexr2.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcnexr2'
making in /home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcuspln
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcuspln'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/gempak/source/bridge/dc -c -o dcuspln.o dcuspln.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcuspln'
making in /home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dccosmic
make[3]: Entering directory 
`/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dccosmic'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -DGEMPAK -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-I/home/gempak/GEMPAK6.7.0/unidata/ldmlog -c -o dccosmic.o dccosmic.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -DGEMPAK -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-I/home/gempak/GEMPAK6.7.0/unidata/ldmlog -c -o decode_cosmic.o decode_cosmic.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -DGEMPAK -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-I/home/gempak/GEMPAK6.7.0/unidata/ldmlog -c -o decode_nccosmic.o 
decode_nccosmic.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -DGEMPAK -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-I/home/gempak/GEMPAK6.7.0/unidata/ldmlog -c -o vapor_pres.o vapor_pres.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -DGEMPAK -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-I/home/gempak/GEMPAK6.7.0/unidata/ldmlog -c -o write_gempak.o write_gempak.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dccosmic'
making in /home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcreanal
make[3]: Entering directory 
`/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcreanal'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/unidata/ldmlog 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -c -o dcreanal.o dcreanal.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcreanal'
making in /home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcreanal2
make[3]: Entering directory 
`/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcreanal2'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-I/home/gempak/GEMPAK6.7.0/gempak/source/griblib/na -c -o dcreanal.o dcreanal.c
make[3]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcreanal2'
making in /home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcredbook
make[3]: Entering directory 
`/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcredbook'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  
-I/home/gempak/GEMPAK6.7.0/gempak/source/bridge/dc 
-I/home/gempak/GEMPAK6.7.0/gempak/source/gemlib/ip -c -o ipredbook.o ipredbook.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/gempak/source/bridge/dc -c -o redbook_header.o 
redbook_header.c
make[3]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcredbook'
making in /home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcwmostrip
make[3]: Entering directory 
`/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcwmostrip'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c dcwmostrip.c 
make[3]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcwmostrip'
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge'
making in /home/gempak/GEMPAK6.7.0/unidata/programs
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs'
making in /home/gempak/GEMPAK6.7.0/unidata/programs/gpfront
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gpfront'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpmopt.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c read_front.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gpfront'
making in /home/gempak/GEMPAK6.7.0/unidata/programs/fips
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/fips'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -c fips.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/fips'
making in /home/gempak/GEMPAK6.7.0/unidata/programs/areainfo
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/areainfo'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o filename.o filename.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o mc_tables.o mc_tables.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o mc_rarea.o mc_rarea.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o efopen.o efopen.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o main.o main.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
   filename.o mc_tables.o mc_rarea.o efopen.o main.o -o areaInfo
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/areainfo'
making in /home/gempak/GEMPAK6.7.0/unidata/programs/gpwarn
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gpwarn'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ggsls.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ggwsls.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpmopt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c text_output.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-I/home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/clo -c read_bull.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gpwarn'
making in /home/gempak/GEMPAK6.7.0/unidata/programs/sfctime
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/sfctime'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c sfctime.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/sfctime'
making in /home/gempak/GEMPAK6.7.0/unidata/programs/gdbiint
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gdbiint'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdinterp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdlinp.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gdbiint.a *.o
a - gdinterp.o
a - gdlinp.o
rm -f *.o
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gdbiint'
making in /home/gempak/GEMPAK6.7.0/unidata/programs/acprof
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/acprof'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c mknam.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snpbck.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snpdat.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snpdtw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c acpfil.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snpgrf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snpinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snplin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snppln.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snpplt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snpprm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snppst.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snpstb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snpxax.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snpyax.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/acprof.a *.o
a - acpfil.o
a - mknam.o
a - snpbck.o
a - snpdat.o
a - snpdtw.o
a - snpgrf.o
a - snpinp.o
a - snplin.o
a - snppln.o
a - snpplt.o
a - snpprm.o
a - snppst.o
a - snpstb.o
a - snpxax.o
a - snpyax.o
rm -f *.o
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/acprof'
making in /home/gempak/GEMPAK6.7.0/unidata/programs/trajectory
make[3]: Entering directory 
`/home/gempak/GEMPAK6.7.0/unidata/programs/trajectory'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ggtraj.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpmopt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdctbl.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gptraj.a *.o
a - gdctbl.o
a - ggtraj.o
a - gpinp.o
a - gpmopt.o
rm -f *.o
make[3]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/unidata/programs/trajectory'
making in /home/gempak/GEMPAK6.7.0/unidata/programs/gdradr
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gdradr'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdcanl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdcnav.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdctbl.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c radar_grid.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gdradr'
making in /home/gempak/GEMPAK6.7.0/unidata/programs/gdradrc
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gdradrc'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdcanl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdcnav.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdctbl.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c radar_grid.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gdradrc'
making in /home/gempak/GEMPAK6.7.0/unidata/programs/nex2gini
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/nex2gini'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdcanl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdcnav.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdctbl.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/os/linux64/include -c radar_grid.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/nex2gini'
making in /home/gempak/GEMPAK6.7.0/unidata/programs/nex2img
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/nex2img'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdcanl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdcnav.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdctbl.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/gif -c radar_grid.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/nex2img'
making in /home/gempak/GEMPAK6.7.0/unidata/programs/gdobscnt
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gdobscnt'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sflfil.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/gdobscnt.a *.o
a - gpinp.o
a - sflfil.o
rm -f *.o
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gdobscnt'
making in /home/gempak/GEMPAK6.7.0/unidata/programs/gpnexr2
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gpnexr2'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpminp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpmopt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gtmfls.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/extlibs/rsl/include -c cmpfil.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gpnexr2'
making in /home/gempak/GEMPAK6.7.0/unidata/programs/nexr2rhi
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/nexr2rhi'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxdsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxlev.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxplt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxsug.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxyax.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gtmfls.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c setgproj.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/extlibs/rsl/include -c cmpfil.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/nexr2rhi'
making in /home/gempak/GEMPAK6.7.0/unidata/programs/gpvad
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gpvad'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpvinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gtmfls.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c cmpfil.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gpvad'
making in /home/gempak/GEMPAK6.7.0/unidata/programs/gpnids
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gpnids'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gplutf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpvinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gtmfls.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c text_output.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -DDEBUG -c cmpfil.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gpnids'
making in /home/gempak/GEMPAK6.7.0/unidata/programs/gdtopo
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gdtopo'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtdsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtfil.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtwdt.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c read_dem.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gdtopo'
making in /home/gempak/GEMPAK6.7.0/unidata/programs/nmap_kiosk
make[3]: Entering directory 
`/home/gempak/GEMPAK6.7.0/unidata/programs/nmap_kiosk'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c nmap_kiosk.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
   -o nmap_kiosk *.o -L/usr/X11R6/lib64 -lXtst -lX11 -lXext
rm -f *.o
make[3]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/unidata/programs/nmap_kiosk'
making in /home/gempak/GEMPAK6.7.0/unidata/programs/gdcsv
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gdcsv'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gdcsv'
making in /home/gempak/GEMPAK6.7.0/unidata/programs/sndiag
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/sndiag'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndarr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndbvs.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndcmp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snddta.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c snddtm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndeml.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndesp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndest.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndfil.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndflt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndflx.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndfsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndhlc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndhtr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndiag.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndint.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndlev.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndlid.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndlsi.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndlyr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndmix.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndopn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndprm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndrch.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndrhb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndrhf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndrrc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndscr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndshd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndshm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndshr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndspl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndthw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndtrp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndtwb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndupd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndwnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sndwob.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/sndiag.a *.o
a - sndarr.o
a - sndbvs.o
a - sndcmp.o
a - snddta.o
a - snddtm.o
a - sndeml.o
a - sndesp.o
a - sndest.o
a - sndfil.o
a - sndflt.o
a - sndflx.o
a - sndfsp.o
a - sndhlc.o
a - sndhtr.o
a - sndiag.o
a - sndinp.o
a - sndint.o
a - sndlev.o
a - sndlid.o
a - sndlsi.o
a - sndlyr.o
a - sndmix.o
a - sndopn.o
a - sndprm.o
a - sndrch.o
a - sndrhb.o
a - sndrhf.o
a - sndrrc.o
a - sndscr.o
a - sndshd.o
a - sndshm.o
a - sndshr.o
a - sndspl.o
a - sndthw.o
a - sndtrp.o
a - sndtwb.o
a - sndupd.o
a - sndwnd.o
a - sndwob.o
rm -f *.o
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/sndiag'
making in /home/gempak/GEMPAK6.7.0/unidata/programs/cwordsh
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/cwordsh'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g   -o cwordsh cwordsh.f 
-L/home/gempak/GEMPAK6.7.0/os/linux64/lib -lncepBUFR
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/cwordsh'
making in /home/gempak/GEMPAK6.7.0/unidata/programs/gd2img
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gd2img'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gd2img'
making in /home/gempak/GEMPAK6.7.0/unidata/programs/img2gd
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/img2gd'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdcanl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdcnav.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdctbl.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c radar_grid.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/img2gd'
making in /home/gempak/GEMPAK6.7.0/unidata/programs/etamap
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/etamap'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c etainp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c etaopt.f
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/etamap.a *.o
a - etainp.o
a - etaopt.o
rm -f *.o
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/etamap'
making in /home/gempak/GEMPAK6.7.0/unidata/programs/gdpoint
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gdpoint'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gdpoint'
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs'
make[1]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata'
if [ ! -f /home/gempak/GEMPAK6.7.0/os/linux64/include/MCHPRM.PRM ] ; then \
           ln -s /home/gempak/GEMPAK6.7.0/gempak/include/MCHPRM.Linux_gfortran 
/home/gempak/GEMPAK6.7.0/os/linux64/include/MCHPRM.PRM ; \
        fi
...
Making install in /home/gempak/GEMPAK6.7.0/extlibs
make[1]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs'
installing in /home/gempak/GEMPAK6.7.0/extlibs/zlib
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/zlib'
make[2]: Nothing to be done for `install'.
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/zlib'
installing in /home/gempak/GEMPAK6.7.0/extlibs/PNG
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/PNG'
make[2]: Nothing to be done for `install'.
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/PNG'
installing in /home/gempak/GEMPAK6.7.0/extlibs/BZIP2
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/BZIP2'
make[2]: Nothing to be done for `install'.
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/BZIP2'
installing in /home/gempak/GEMPAK6.7.0/extlibs/HDF5
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5'
make[2]: Nothing to be done for `install'.
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/HDF5'
installing in /home/gempak/GEMPAK6.7.0/extlibs/netCDF
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/netCDF'
make[2]: Nothing to be done for `install'.
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/netCDF'
installing in /home/gempak/GEMPAK6.7.0/extlibs/GPC
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/GPC'
( cd libgpc; echo "making all in `pwd`" ; \
                make -w all )
making all in /home/gempak/GEMPAK6.7.0/extlibs/GPC/libgpc
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/GPC/v2.32'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/GPC/v2.32'
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/GPC'
installing in /home/gempak/GEMPAK6.7.0/extlibs/AODT
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/AODT'
/home/gempak/GEMPAK6.7.0/extlibs/AODT/v64/odtlib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/AODT/v64/odtlib'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/AODT/v64/odtlib'
/home/gempak/GEMPAK6.7.0/extlibs/AODT/v64/odtapi
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/AODT/v64/odtapi'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/AODT/v64/odtapi'
/home/gempak/GEMPAK6.7.0/extlibs/AODT/v64/inc
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/AODT/v64/inc'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/AODT/v64/inc'
/home/gempak/GEMPAK6.7.0/extlibs/AODT/v72/odtlib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/AODT/v72/odtlib'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/AODT/v72/odtlib'
/home/gempak/GEMPAK6.7.0/extlibs/AODT/v72/odtapi
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/AODT/v72/odtapi'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/AODT/v72/odtapi'
/home/gempak/GEMPAK6.7.0/extlibs/AODT/v72/inc
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/AODT/v72/inc'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/AODT/v72/inc'
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/AODT'
installing in /home/gempak/GEMPAK6.7.0/extlibs/melBUFR
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/melBUFR'
making all in /home/gempak/GEMPAK6.7.0/extlibs/melBUFR/melbufr
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/melBUFR/v5.2'
/home/gempak/GEMPAK6.7.0/extlibs/melBUFR/melbufr/include
make[4]: Entering directory 
`/home/gempak/GEMPAK6.7.0/extlibs/melBUFR/v5.2/include'
make[4]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/extlibs/melBUFR/v5.2/include'
/home/gempak/GEMPAK6.7.0/extlibs/melBUFR/melbufr/src
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/melBUFR/v5.2/src'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/melBUFR/v5.2/src'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/melBUFR/v5.2'
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/melBUFR'
installing in /home/gempak/GEMPAK6.7.0/extlibs/ncepBUFR
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/ncepBUFR'
making all in /home/gempak/GEMPAK6.7.0/extlibs/ncepBUFR/libncepBUFR
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/ncepBUFR/20060414'
cpp -P  bufrlib.PRM.template bufrlib.prm
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/ncepBUFR/20060414'
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/ncepBUFR'
installing in /home/gempak/GEMPAK6.7.0/extlibs/netCDF
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/netCDF'
make[2]: Nothing to be done for `install'.
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/netCDF'
installing in /home/gempak/GEMPAK6.7.0/extlibs/OHSHEF
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/OHSHEF'
make[2]: Nothing to be done for `install'.
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/OHSHEF'
installing in /home/gempak/GEMPAK6.7.0/extlibs/xml2
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/xml2'
make[2]: Nothing to be done for `install'.
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/xml2'
installing in /home/gempak/GEMPAK6.7.0/extlibs/xslt
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/xslt'
make[2]: Nothing to be done for `install'.
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/xslt'
installing in /home/gempak/GEMPAK6.7.0/extlibs/JasPer
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/JasPer'
make[2]: Nothing to be done for `install'.
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/JasPer'
installing in /home/gempak/GEMPAK6.7.0/extlibs/NDFD
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/NDFD'
make[2]: Nothing to be done for `install'.
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/NDFD'
installing in /home/gempak/GEMPAK6.7.0/extlibs/SHAPE
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/SHAPE'
making all in /home/gempak/GEMPAK6.7.0/extlibs/SHAPE/libshp
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/SHAPE/v1.2'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/SHAPE/v1.2'
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/SHAPE'
installing in /home/gempak/GEMPAK6.7.0/extlibs/GAMET
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/GAMET'
making all in /home/gempak/GEMPAK6.7.0/extlibs/GAMET/gametlib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/GAMET/v1.6'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/GAMET/v1.6'
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/GAMET'
installing in /home/gempak/GEMPAK6.7.0/extlibs/rsl
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/extlibs/rsl'
make[2]: Nothing to be done for `install'.
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs/rsl'
make[1]: Leaving directory `/home/gempak/GEMPAK6.7.0/extlibs'
Making install in /home/gempak/GEMPAK6.7.0/gempak
make[1]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak'
installing in /home/gempak/GEMPAK6.7.0/gempak/source
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/appl
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/appl'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/appl'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/ncepUT
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/ncepUT'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/ncepUT'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/syslib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/syslib'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/syslib'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/device
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/device'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/device'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/textlib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/textlib'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/textlib'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/gemlib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gemlib'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/awlib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/awlib'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/awlib'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/diaglib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/diaglib'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/diaglib'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/gridlib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gridlib'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gridlib'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/griblib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/griblib'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/griblib'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/jwblib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/jwblib'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/jwblib'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/oalib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/oalib'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/oalib'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/prmcnvlib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/prmcnvlib'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/prmcnvlib'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/sflib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/sflib'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/sflib'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/snlib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/snlib'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/snlib'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/vflib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/vflib'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/vflib'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/cgemlib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/cgemlib'
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/cvg'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c cvgallocgfablock.c
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/cvg'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/cgemlib'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/gpltdev
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gpltdev'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gpltdev'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/gplt
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gplt'
cd gplt; echo "installing in gplt " ; make -w install
installing in gplt 
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/gplt/gplt'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g   gplt.f 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/gplt.a 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/gpltdev.a 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/syslib.a 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/cgemlib.a 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/gemlib.a 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/cgemlib.a 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/gemlib.a -o gplt
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gplt/gplt'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/gplt'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/bridge
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/bridge'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/driver
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/driver'
 installing in /home/gempak/GEMPAK6.7.0/gempak/source/driver/active
make[4]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active'
 installing in /home/gempak/GEMPAK6.7.0/gempak/source/driver/active/gn
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/gn'
install gn /home/gempak/GEMPAK6.7.0/os/linux64/bin
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/gn'
 installing in /home/gempak/GEMPAK6.7.0/gempak/source/driver/active/nc
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/nc'
install nc /home/gempak/GEMPAK6.7.0/os/linux64/bin
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/nc'
 installing in /home/gempak/GEMPAK6.7.0/gempak/source/driver/active/ps
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/ps'
install ps /home/gempak/GEMPAK6.7.0/os/linux64/bin
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/ps'
 installing in /home/gempak/GEMPAK6.7.0/gempak/source/driver/active/xw
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/xw'
install xw /home/gempak/GEMPAK6.7.0/os/linux64/bin
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/xw'
 installing in /home/gempak/GEMPAK6.7.0/gempak/source/driver/active/gf
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/gf'
install gf /home/gempak/GEMPAK6.7.0/os/linux64/bin
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/gf'
 installing in /home/gempak/GEMPAK6.7.0/gempak/source/driver/active/gif
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/gif'
install gif /home/gempak/GEMPAK6.7.0/os/linux64/bin
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/gif'
 installing in /home/gempak/GEMPAK6.7.0/gempak/source/driver/active/xwp
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/xwp'
install xwp /home/gempak/GEMPAK6.7.0/os/linux64/bin
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/xwp'
 installing in /home/gempak/GEMPAK6.7.0/gempak/source/driver/active/fax
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/fax'
install fax /home/gempak/GEMPAK6.7.0/os/linux64/bin
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/fax'
 installing in /home/gempak/GEMPAK6.7.0/gempak/source/driver/active/utf
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/utf'
install utf /home/gempak/GEMPAK6.7.0/os/linux64/bin
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/utf'
 installing in /home/gempak/GEMPAK6.7.0/gempak/source/driver/active/vg
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/vg'
install vg /home/gempak/GEMPAK6.7.0/os/linux64/bin
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/vg'
 installing in /home/gempak/GEMPAK6.7.0/gempak/source/driver/active/rbk
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/rbk'
install rbk /home/gempak/GEMPAK6.7.0/os/linux64/bin
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/rbk'
 installing in /home/gempak/GEMPAK6.7.0/gempak/source/driver/active/tiff
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/tiff'
install tiff /home/gempak/GEMPAK6.7.0/os/linux64/bin
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/tiff'
 installing in /home/gempak/GEMPAK6.7.0/gempak/source/driver/active/png
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/png'
install png /home/gempak/GEMPAK6.7.0/os/linux64/bin
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/png'
make[4]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/driver/active'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/driver'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/nmaplib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/nmaplib'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/nmaplib'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/programs'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcacft
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcacft'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcacft'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcairm
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcairm'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o dcairm.o dcairm.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcairm'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dccsig
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dccsig'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o dccsig.o dccsig.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dccsig'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcffa
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcffa'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o dcffa.o dcffa.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcffa'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcffg
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcffg'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcffg'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcgmos
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcgmos'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcgmos'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dchrcn
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dchrcn'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o dchrcn.o dchrcn.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dchrcn'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcidft
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcidft'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcidft'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcigdr
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcigdr'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o dcigdr.o dcigdr.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcigdr'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcisig
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcisig'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o dcisig.o dcisig.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcisig'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dclsfc
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dclsfc'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dclsfc'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcmetr
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcmetr'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcmetr'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcmsfc
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcmsfc'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o dcmsfc.o dcmsfc.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcmsfc'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcncon
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcncon'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o dcncon.o dcncon.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcncon'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcnmos
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcnmos'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcnmos'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcrdf
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcrdf'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcrdf'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcscd
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcscd'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcscd'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcshef
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcshef'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcshef'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcsvrl
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcsvrl'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o dcsvrl.o dcsvrl.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcsvrl'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dctaf
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dctaf'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dctaf'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcxmos
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcxmos'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcxmos'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcuair
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcuair'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcuair'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcwarn
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcwarn'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o dcwarn.o dcwarn.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcwarn'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcwcn
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcwcn'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o dcwcn.o dcwcn.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcwcn'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcwcp
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcwcp'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o dcwcp.o dcwcp.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcwcp'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcwou
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcwou'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o dcwou.o dcwou.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcwou'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcwstm
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcwstm'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o dcwstm.o dcwstm.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcwstm'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcwtch
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcwtch'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o dcwtch.o dcwtch.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc/dcwtch'
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/programs/dc'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gp
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpbox
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpbox'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpbox'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpclear
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpclear'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpclear'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpclose
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpclose'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpclose'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpcolor
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpcolor'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpcolor'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpend
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpend'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpend'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpfax
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpfax'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpfax'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpmap
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpmap'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpmafs.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpmaws.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpminp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpmopt.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c utfclos.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gpmap'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gptcww
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gptcww'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gptcww'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gptext
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gptext'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gptext'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gptpc
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gptpc'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp/gptpc'
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/programs/gp'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/na
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/programs/na'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/na/nagrib
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/na/nagrib'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c nagcut.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/na/nagrib'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/na/nagrib2
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/na/nagrib2'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c nadiag.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/na/nagrib2'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/na/ndfdg2
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/na/ndfdg2'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/na/ndfdg2'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/na/gd2ndfd
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/na/gd2ndfd'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/na/gd2ndfd'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/na/namsnd
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/na/namsnd'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/na/namsnd'
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/programs/na'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/oa
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/programs/oa'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/oa/oabox
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/oa/oabox'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/oa/oabox'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/oa/oabsfc
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/oa/oabsfc'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/oa/oabsfc'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/oa/oabsnd
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/oa/oabsnd'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/oa/oabsnd'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/oa/oagrid
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/oa/oagrid'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/oa/oagrid'
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/programs/oa'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sf
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfcfil
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfcfil'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfcfil'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfchck
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfchck'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfchck'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfcntr
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfcntr'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfcntr'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfdelt
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfdelt'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfdelt'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfdsl604
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfdsl604'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfdsl604'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfedit
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfedit'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfedit'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfgram
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfgram'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfgram'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfl604
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfl604'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfl604'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sflist
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sflist'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sflist'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfmap
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfmap'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfmap'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfmod
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfmod'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfmod'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfstns
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfstns'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfstns'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfvgsf
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfvgsf'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c sfvdta.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c sfvget.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf/sfvgsf'
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/programs/sf'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sn
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/sncfil
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/sncfil'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/sncfil'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/sncross
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/sncross'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/sncross'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/sncross2
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/sncross2'
ar rv /home/gempak/GEMPAK6.7.0/os/linux64/lib/sncross2.a *.o
r - snsbor.o
r - snsckd.o
r - snsdat.o
r - snsdsp.o
r - snsfil.o
r - snsgrd.o
r - snsgth.o
r - snsinp.o
r - snsins.o
r - snsisn.o
r - snslev.o
r - snsprm.o
r - snspts.o
r - snsrec.o
r - snsrge.o
r - snssst.o
r - snsstm.o
r - snssur.o
r - snstan.o
r - snstha.o
r - snsttl.o
r - snsunt.o
r - snswwe.o
r - snsxax.o
r - snsyax.o
rm -f *.o
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/sncross2'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/sndelt
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/sndelt'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/sndelt'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/sndslist
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/sndslist'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/sndslist'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snedit
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snedit'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snedit'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snhodo
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snhodo'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snhodo'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snlist
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snlist'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snlist'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snmap
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snmap'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snmap'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snmod
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snmod'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snmod'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snprof
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snprof'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snprof'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snstns
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snstns'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/snstns'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/sntser
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/sntser'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn/sntser'
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/programs/sn'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdcfil
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdcfil'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdcfil'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdcntr
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdcntr'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdcntr'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdcross
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdcross'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxcla.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxdsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxdtaf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxdtv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxdvvf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxdxy.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxgrd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxgtsf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxlen.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxlev.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxplt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxpuw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxscv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxsdl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxsfm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxsug.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxyax.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c gdxdta.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdcross'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gddelt
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gddelt'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gddelt'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gddiag
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gddiag'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c gdginp.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gddiag'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdedit
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdedit'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdedatf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdedsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdegdt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdeghd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdeidn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdeinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdescl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdesiz.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c gdedat.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdedit'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdfrzl
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdfrzl'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdninpfz.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c vg2frzl.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdfrzl'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/goftxt
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/goftxt'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/goftxt'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdgrib
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdgrib'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c bdsibm.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdgrib'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdgrib2
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdgrib2'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c gdg2in.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdgrib2'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdgsfc
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdgsfc'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdzdatf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdzdsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdzinp.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c gdzdat.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdgsfc'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdinfo
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdinfo'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdinfo'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdlist
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdlist'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c gdldsp.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdlist'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdmap
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdmap'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdmap'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdmod
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdmod'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdmod'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdomeg
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdomeg'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdomeg'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdplot
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdplot'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdplot'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdprof
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdprof'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpcla.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpdsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpdtaf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpdtv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpduvf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpgrf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdplin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpout.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdppln.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpplt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpuvp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpxax.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpyax.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c dgconav.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdprof'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdptpdf
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdptpdf'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdptpdf'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdpvsf
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdpvsf'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdpvsf'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdstat
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdstat'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdstaaf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdyinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdywrt.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c gdstaa.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdstat'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdstream
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdstream'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdstream'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdthgt
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdthgt'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxda.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxev.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxgd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxgl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxla.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxlv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxpl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxpv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxra.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxrdf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxri.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxrn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxrvf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxta.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxti.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxtm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxvv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtxyy.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c gdtxrd.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdthgt'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdtser
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdtser'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtdsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtdtaf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtgrf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtplt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtyax.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c gdtdta.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdtser'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdtspdf
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdtspdf'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdtspdf'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdvint
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdvint'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vcbldz.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vcetac.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vclnin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vcmsht.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vcnbts.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vcpfet.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vcpfsg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vcpfth.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vcpont.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vcponz.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vcquad.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vcsgma.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vcthta.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vcvapr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vgexit.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vgierr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vgigen.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vglvpr.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vgopen.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vgread.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vgstrt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vgusin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vgwrit.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vgwsfc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vibddn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vicovc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vidriv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vigetp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vigetq.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vigetz.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vigtsf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c viinit.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vilnpo.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vimxmn.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vipool.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c virdin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c virdtk.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vivcrd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c vivint.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c vidrivc.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdvint'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdwind
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdwind'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdwind'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/grphgd
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/grphgd'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gbound.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gciijj.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdline.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdlwei.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ggapsm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c ggbndconds.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c ggcrinfo.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/grphgd'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdplot2
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdplot2'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdbhlo.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdbinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdblev.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdinst.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpban.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpltb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpltcf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpprt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpskp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpstp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpstt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdptmc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdptms.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpwnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdfill.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c gdpltc.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdplot2'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdplot3
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdplot3'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdanot.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdbhlo.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdbinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdblev.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdinst.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdnarc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdnarw.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdnbrb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdncrv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdnfnt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdnlin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdnply.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdnreg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdnsym.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdntxt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpban.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpltb.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpltcf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpprt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpskp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpstp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpstt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdptmc.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdptms.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdptxt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdpwnd.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdfill.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c gdpltc.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gdplot3'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gpolyg
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gpolyg'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c poly_apad.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c poly_cap.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c poly_ccwa.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c poly_driv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c poly_exist.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c poly_group.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c poly_init.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c poly_ltln.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c poly_margin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c poly_opnf.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c poly_pad.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c poly_rdparm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c poly_rmflg.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c poly_szone.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c poly_warn.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c poly_clipw.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd/gpolyg'
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/programs/gd'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util
make[4]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/aodt
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/aodt'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/extlibs/AODT -c -o aodt.o aodt.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/aodt'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/arinfo
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/arinfo'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/arinfo'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/bnd2shp
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/bnd2shp'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/bnd2shp'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/bufrenc
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/bufrenc'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/bufrenc'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/clipvgf
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/clipvgf'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/clipvgf'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/createccfp
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/createccfp'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/createccfp'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/createbinfo
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/createbinfo'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c createbinfo.c 
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/createbinfo'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/dat2pts
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/dat2pts'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g    dat2pts.f 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/dat2pts.a 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/gemlib.a 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/cgemlib.a  -o dat2pts
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/dat2pts'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/datetime
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/datetime'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c datetime.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/datetime'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/dumpvgf
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/dumpvgf'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/dumpvgf'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/fop
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/fop'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c fop.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/fop'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/rfop
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/rfop'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c rfop.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/rfop'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/freeColors
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/freeColors'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/usr/X11R6/include -c freeColors.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/freeColors'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/joinvgf
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/joinvgf'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c joinvgf.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/joinvgf'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/mapsshp
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/mapsshp'
make[5]: Nothing to be done for `install'.
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/mapsshp'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/maps
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/maps'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c ssfgsf.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/maps'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/mdp
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/mdp'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/mdp'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/mdpspc
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/mdpspc'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/mdpspc'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/mkelev
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/mkelev'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/mkelev'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/nesdis
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/nesdis'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/nesdis'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/nodt
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/nodt'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/include -c -o nodt.o nodt.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/nodt'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/prob2cat
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/prob2cat'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c prob2cat.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/prob2cat'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/rebun
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/rebun'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c rebun.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/rebun'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/sector
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/sector'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/sector'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/sigavgf
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/sigavgf'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/sigavgf'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/sigbufr
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/sigbufr'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -c sigbcld.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/sigbufr'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/sfcsplt
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/sfcsplt'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/sfcsplt'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/spenes
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/spenes'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/spenes'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/spctxt
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/spctxt'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/spctxt'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/tag2vgf
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/tag2vgf'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c tag2vgf.c 
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/tag2vgf'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/tcacancel
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/tcacancel'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c tcacancel.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/tcacancel'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/tpc2shp
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/tpc2shp'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c tpc2shp.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/tpc2shp'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/tran2fos
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/tran2fos'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c *.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/tran2fos'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/vgf2tag
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/vgf2tag'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c tag2vgf.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/vgf2tag'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/vgftoascii
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/vgftoascii'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/include -c vgftoascii.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/vgftoascii'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/vgftobnd
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/vgftobnd'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/vgftobnd'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/wmostrip
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/wmostrip'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c wmostrip.c 
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/wmostrip'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/woupdt
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/woupdt'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/woupdt'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/atest
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/atest'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/atest'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/util/plotsyms
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/plotsyms'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util/plotsyms'
make[4]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/util'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gui
make[4]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/nalarm
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/nalarm'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/nalarm'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/naltxt
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/naltxt'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/naltxt'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/ncolor
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/ncolor'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/usr/X11R6/include -I/usr/X11R6/include -c -o ncolor.o ncolor.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/ncolor'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/nfax
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/nfax'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/usr/X11R6/include -I/usr/X11R6/include -c -o vfiledisp.o vfiledisp.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/nfax'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/nmap2
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/nmap2'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/usr/X11R6/include -I/usr/X11R6/include 
-I/home/gempak/GEMPAK6.7.0/extlibs/AODT -c ncwcreate.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/nmap2'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/nsharp
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/nsharp'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I. -c acars_selection.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/nsharp'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/ntl
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/ntl'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/usr/X11R6/include -I/usr/X11R6/include -c -o ntl.o ntl.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/ntl'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/ntrans
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/ntrans'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/ntrans'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/nwx
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/nwx'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/usr/X11R6/include -I/usr/X11R6/include -c nwxg_auto.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui/nwx'
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/programs/gui'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/programs'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/contrib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/contrib'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/airmet_bufrvgf
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/airmet_bufrvgf'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -DDEBUG_PRINT=1 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1 
-DMEMORY_DEBUG=0 -DTRACE_PRINT=1 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -c -o afcreatevgf.o 
afcreatevgf.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/airmet_bufrvgf'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/airmet_vgfbufr
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/airmet_vgfbufr'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -O -DNO_MSG_IPC -ansi -DDEBUG_PRINT=1 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1 
-DMEMORY_DEBUG=0 -DTRACE_PRINT=1 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include/libxml2 -c -o afcreatebufr.o 
afcreatebufr.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/airmet_vgfbufr'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/gdmlev
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/gdmlev'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/gdmlev'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/gpmxplt
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/gpmxplt'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/gpmxplt'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/gprcm
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/gprcm'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpmopt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdctbl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c text_output.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c box_fill.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/gprcm'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/gpanot
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/gpanot'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/gpanot'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/gpltln
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/gpltln'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/gpltln'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/vgappend
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/vgappend'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/vgappend'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/vggrep
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/vggrep'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/vggrep'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/vgmod
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/vgmod'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc/vgmod'
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/contrib/awc'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/contrib/cpc
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/contrib/cpc'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/contrib/cpc/cpcgstn
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/cpc/cpcgstn'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g   -c cpcginp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g   -c cpcgout.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c cpcgnewpoly.c
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/cpc/cpcgstn'
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/contrib/cpc'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/contrib/tdl
make[4]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/source/contrib/tdl'
installing in /home/gempak/GEMPAK6.7.0/gempak/source/contrib/tdl/radmap
make[5]: Entering directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/tdl/radmap'
make[5]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/gempak/source/contrib/tdl/radmap'
make[4]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/contrib/tdl'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source/contrib'
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/source'
installing in /home/gempak/GEMPAK6.7.0/gempak/maps/programs
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/maps/programs'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c gsfssf.c
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/maps/programs'
installing in /home/gempak/GEMPAK6.7.0/gempak/utilities
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/utilities'
making install in /home/gempak/GEMPAK6.7.0/gempak/utilities/bounds
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/utilities/bounds'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/gempak/source/cgemlib/clo -c createbinfo.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/utilities/bounds'
making install in /home/gempak/GEMPAK6.7.0/gempak/utilities/hlpbld
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/utilities/hlpbld'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g   -o hlpbld hlpbld.f 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/gemlib.a 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/cgemlib.a 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/gemlib.a
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/utilities/hlpbld'
making install in /home/gempak/GEMPAK6.7.0/gempak/utilities/pdfbld
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/gempak/utilities/pdfbld'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g   -o pdfbld pdfbld.f 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/gemlib.a 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/cgemlib.a 
/home/gempak/GEMPAK6.7.0/os/linux64/lib/gemlib.a
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/utilities/pdfbld'
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak/utilities'
make[1]: Leaving directory `/home/gempak/GEMPAK6.7.0/gempak'
Making install in /home/gempak/GEMPAK6.7.0/unidata
make[1]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata'
installing in /home/gempak/GEMPAK6.7.0/unidata/ldmlog
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/ldmlog'
make[2]: Nothing to be done for `install'.
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/ldmlog'
installing in /home/gempak/GEMPAK6.7.0/unidata/ldmbridge
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge'
installing in /home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcgrib
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcgrib'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -DGEMPAK -I/home/gempak/GEMPAK6.7.0/unidata/ldmlog -c -o dcgrib.o dcgrib.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcgrib'
installing in /home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcacars
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcacars'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -DGEMPAK -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-I/home/gempak/GEMPAK6.7.0/unidata/ldmlog -c -o write_gempak.o write_gempak.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcacars'
installing in /home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcnldn
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcnldn'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/gempak/source/bridge/dc -c -o dcnldn.o dcnldn.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcnldn'
installing in /home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcncprof
make[3]: Entering directory 
`/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcncprof'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -DGEMPAK -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-I/home/gempak/GEMPAK6.7.0/unidata/ldmlog -c -o write_gempak.o write_gempak.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcncprof'
installing in /home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcwatch
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcwatch'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/unidata/ldmlog -c -o dcwatch.o dcwatch.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcwatch'
installing in /home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dctrop
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dctrop'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/unidata/ldmlog -c -o dctrop.o dctrop.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dctrop'
installing in /home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcstorm
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcstorm'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o dcstorm.o dcstorm.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcstorm'
installing in /home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcgrib2
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcgrib2'
install dcgrib2 /home/gempak/GEMPAK6.7.0/os/linux64/bin
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcgrib2'
installing in /home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcsuomi
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcsuomi'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -DGEMPAK -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-I/home/gempak/GEMPAK6.7.0/unidata/ldmlog -c -o write_gempak.o write_gempak.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcsuomi'
installing in /home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcprof
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcprof'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/gempak/source/bridge/dc 
-I/home/gempak/GEMPAK6.7.0/unidata/ldmlog -c -o dcprof.o dcprof.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcprof'
installing in /home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcnexr2
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcnexr2'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/gempak/source/bzip2 
-I/home/gempak/GEMPAK6.7.0/gempak/source/bridge/dc -c -o dcnexr2.o dcnexr2.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcnexr2'
installing in /home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcuspln
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcuspln'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/gempak/source/bridge/dc -c -o dcuspln.o dcuspln.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcuspln'
installing in /home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dccosmic
make[3]: Entering directory 
`/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dccosmic'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -DGEMPAK -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-I/home/gempak/GEMPAK6.7.0/unidata/ldmlog -c -o write_gempak.o write_gempak.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dccosmic'
installing in /home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcreanal
make[3]: Entering directory 
`/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcreanal'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/unidata/ldmlog 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -c -o dcreanal.o dcreanal.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcreanal'
installing in /home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcreanal2
make[3]: Entering directory 
`/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcreanal2'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/os/linux64/include 
-I/home/gempak/GEMPAK6.7.0/gempak/source/griblib/na -c -o dcreanal.o dcreanal.c
make[3]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcreanal2'
installing in /home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcredbook
make[3]: Entering directory 
`/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcredbook'
install dcredbook /home/gempak/GEMPAK6.7.0/os/linux64/bin
make[3]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcredbook'
installing in /home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcwmostrip
make[3]: Entering directory 
`/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcwmostrip'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c dcwmostrip.c 
make[3]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/unidata/ldmbridge/dcwmostrip'
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/ldmbridge'
installing in /home/gempak/GEMPAK6.7.0/unidata/programs
make[2]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs'
installing in /home/gempak/GEMPAK6.7.0/unidata/programs/gpfront
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gpfront'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gpfront'
installing in /home/gempak/GEMPAK6.7.0/unidata/programs/fips
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/fips'
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -c fips.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/fips'
installing in /home/gempak/GEMPAK6.7.0/unidata/programs/areainfo
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/areainfo'
install areaInfo /home/gempak/GEMPAK6.7.0/os/linux64/bin/areaInfo
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/areainfo'
installing in /home/gempak/GEMPAK6.7.0/unidata/programs/gpwarn
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gpwarn'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gpwarn'
installing in /home/gempak/GEMPAK6.7.0/unidata/programs/sfctime
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/sfctime'
cp sfctime /home/gempak/GEMPAK6.7.0/os/linux64/bin
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/sfctime'
installing in /home/gempak/GEMPAK6.7.0/unidata/programs/gdbiint
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gdbiint'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gdbiint'
installing in /home/gempak/GEMPAK6.7.0/unidata/programs/acprof
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/acprof'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/acprof'
installing in /home/gempak/GEMPAK6.7.0/unidata/programs/trajectory
make[3]: Entering directory 
`/home/gempak/GEMPAK6.7.0/unidata/programs/trajectory'
make[3]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/unidata/programs/trajectory'
installing in /home/gempak/GEMPAK6.7.0/unidata/programs/gdradr
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gdradr'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdcanl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdcnav.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdctbl.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c radar_grid.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gdradr'
installing in /home/gempak/GEMPAK6.7.0/unidata/programs/gdradrc
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gdradrc'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdcanl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdcnav.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdctbl.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c radar_grid.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gdradrc'
installing in /home/gempak/GEMPAK6.7.0/unidata/programs/nex2gini
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/nex2gini'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/nex2gini'
installing in /home/gempak/GEMPAK6.7.0/unidata/programs/nex2img
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/nex2img'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdcanl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdcnav.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdctbl.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/gempak/source/driver/active/gif -c radar_grid.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/nex2img'
installing in /home/gempak/GEMPAK6.7.0/unidata/programs/gdobscnt
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gdobscnt'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gdobscnt'
installing in /home/gempak/GEMPAK6.7.0/unidata/programs/gpnexr2
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gpnexr2'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpminp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpmopt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gtmfls.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/extlibs/rsl/include -c cmpfil.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gpnexr2'
installing in /home/gempak/GEMPAK6.7.0/unidata/programs/nexr2rhi
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/nexr2rhi'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxdsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxlev.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxplt.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxsug.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdxyax.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gtmfls.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c setgproj.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
 -I/home/gempak/GEMPAK6.7.0/extlibs/rsl/include -c cmpfil.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/nexr2rhi'
installing in /home/gempak/GEMPAK6.7.0/unidata/programs/gpvad
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gpvad'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gpvad'
installing in /home/gempak/GEMPAK6.7.0/unidata/programs/gpnids
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gpnids'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gpnids'
installing in /home/gempak/GEMPAK6.7.0/unidata/programs/gdtopo
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gdtopo'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtdsp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtfil.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdtwdt.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c read_dem.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gdtopo'
installing in /home/gempak/GEMPAK6.7.0/unidata/programs/nmap_kiosk
make[3]: Entering directory 
`/home/gempak/GEMPAK6.7.0/unidata/programs/nmap_kiosk'
install nmap_kiosk /home/gempak/GEMPAK6.7.0/os/linux64/bin
install run_kiosk.csh /home/gempak/GEMPAK6.7.0/bin
make[3]: Leaving directory 
`/home/gempak/GEMPAK6.7.0/unidata/programs/nmap_kiosk'
installing in /home/gempak/GEMPAK6.7.0/unidata/programs/gdcsv
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gdcsv'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c -o gdptin.o gdptin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c -o gdpttm.o gdpttm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c -o gdcsv.o gdcsv.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c -o gdpout.o gdpout.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o dgconav.o dgconav.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gdcsv'
installing in /home/gempak/GEMPAK6.7.0/unidata/programs/sndiag
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/sndiag'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/sndiag'
installing in /home/gempak/GEMPAK6.7.0/unidata/programs/cwordsh
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/cwordsh'
install cwordsh /home/gempak/GEMPAK6.7.0/os/linux64/bin
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/cwordsh'
installing in /home/gempak/GEMPAK6.7.0/unidata/programs/gd2img
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gd2img'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c -o gdptin.o gdptin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c -o gdpttm.o gdpttm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c -o gdptup.o gdptup.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c -o gd2img.o gd2img.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o dgconav.o dgconav.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gd2img'
installing in /home/gempak/GEMPAK6.7.0/unidata/programs/img2gd
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/img2gd'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gpinp.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdcanl.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdcnav.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c gdctbl.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c radar_grid.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/img2gd'
installing in /home/gempak/GEMPAK6.7.0/unidata/programs/etamap
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/etamap'
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/etamap'
installing in /home/gempak/GEMPAK6.7.0/unidata/programs/gdpoint
make[3]: Entering directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gdpoint'
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c -o gdptin.o gdptin.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c -o gdpttm.o gdpttm.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c -o gdptup.o gdptup.f
gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments 
-I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -g  -c -o gdpoint.o gdpoint.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.7.0/gempak/include 
-I/home/gempak/GEMPAK6.7.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT -g 
  -c -o dgconav.o dgconav.c
make[3]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs/gdpoint'
make[2]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata/programs'
make[1]: Leaving directory `/home/gempak/GEMPAK6.7.0/unidata'
  • 2013 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the gembud archives: