NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.
To learn about what's going on, see About the Archive Site.
Has anyone moved or try to build on a CentOS6 host yet? I'm having trouble compiling and getting a little cross-eyedlooking at it. The issue is in the gempak code, and I recall I've run into it before (with Gempak itself) but have no recollection how I fixed it. Just wondering if anyonehas hit this already or not. It's failing here: In file included from cfltinq.c:4: /home/ldm/include/ldm.h:250: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'feedtypet' In file included from cfltinq.c:4: /home/ldm/include/ldm.h:275: error: expected specifier-qualifier-list before 'u_long' Which I know means it can't find typedefs properly. Any other help would be greatly appreciated. Thanks! -- Eric M. Hudish ZedX, Incorporated 369 Rolling Ridge Road Bellefonte, PA 16823 Phone: +1.814.357.8490 +225 Cell: +1.724.977.3314 <http://www.zedxinc.com/>
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 c89... c89 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 c89 accepts -g... yes checking for c89 option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of c89... gcc3 checking how to run the C preprocessor... c89 -E 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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether c89 and cc understand -c and -o together... yes checking the C compiler... works 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 ld used by c89... /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... g77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether g77 accepts -g... yes checking the maximum length of command line arguments... 1966080 checking command to parse /usr/bin/nm -B output from c89 object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if c89 supports -fno-rtti -fno-exceptions... no checking for c89 option to produce PIC... -fPIC checking if c89 PIC flag -fPIC works... yes checking if c89 static flag -static works... no checking if c89 supports -c -o file.o... yes checking whether the c89 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 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 (cached) (cached) 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... yes checking whether to build static libraries... yes checking for g77 option to produce PIC... -fPIC checking if g77 PIC flag -fPIC works... yes checking if g77 static flag -static works... no checking if g77 supports -c -o file.o... yes checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate checking the installation prefix... /home/ldm checking LDMHOME... /home/ldm checking LDM version... 6.11 checking for library containing sched_setscheduler... none required checking for library containing socket... none required checking for library containing gethostbyname... none required checking for library containing pthread_create... -lpthread checking for ANSI C header files... (cached) yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for unistd.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for sys/types.h... (cached) yes checking sys/ipc.h usability... yes checking sys/ipc.h presence... yes checking for sys/ipc.h... yes checking sys/shm.h usability... yes checking sys/shm.h presence... yes checking for sys/shm.h... yes checking sys/sem.h usability... yes checking sys/sem.h presence... yes checking for sys/sem.h... yes checking for sys/stat.h... (cached) yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking for an ANSI C-conforming const... yes checking for size_t... yes configure: creating ./config.status config.status: creating Makefile config.status: creating mainpage.h config.status: creating g2/Makefile config.status: creating gempak/Makefile config.status: creating tables/Makefile config.status: creating zlib/Makefile config.status: creating config.h config.status: executing depfiles commands === configuring in libpng (/home/ldm/noaaport-1.7.1/libpng) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/ldm' '--disable-max-size' '--disable-root_actions' --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 gcc... c89 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 c89 accepts -g... yes checking for c89 option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of c89... gcc3 checking whether make sets $(MAKE)... (cached) yes 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 ld used by c89... /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 how to run the C preprocessor... c89 -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... g77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether g77 accepts -g... yes checking the maximum length of command line arguments... 1966080 checking command to parse /usr/bin/nm -B output from c89 object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if c89 supports -fno-rtti -fno-exceptions... no checking for c89 option to produce PIC... -fPIC checking if c89 PIC flag -fPIC works... yes checking if c89 static flag -static works... no checking if c89 supports -c -o file.o... yes checking whether the c89 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 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 (cached) (cached) 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... yes checking whether to build static libraries... yes checking for g77 option to produce PIC... -fPIC checking if g77 PIC flag -fPIC works... yes checking if g77 static flag -static works... no checking if g77 supports -c -o file.o... yes checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate checking for X... libraries , headers checking for ANSI C header files... (cached) 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 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 stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for working strtod... yes checking for memset... yes checking for pow... no checking for strrchr... yes checking for sqrt... no checking for sqrt in -lm... yes checking for zlibVersion in -lz... yes checking pkgconfig directory... ${prefix}/lib/pkgconfig configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands
make all-recursive make[1]: Entering directory `/home/ldm/noaaport-1.7.1' Making all in zlib make[2]: Entering directory `/home/ldm/noaaport-1.7.1/zlib' depbase=`echo adler32.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT adler32.lo -MD -MP -MF $depbase.Tpo -c -o adler32.lo adler32.c &&\ mv -f $depbase.Tpo $depbase.Plo mkdir .libs c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT adler32.lo -MD -MP -MF .deps/adler32.Tpo -c adler32.c -fPIC -DPIC -o .libs/adler32.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT adler32.lo -MD -MP -MF .deps/adler32.Tpo -c adler32.c -o adler32.o >/dev/null 2>&1 depbase=`echo compress.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT compress.lo -MD -MP -MF $depbase.Tpo -c -o compress.lo compress.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c compress.c -fPIC -DPIC -o .libs/compress.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c compress.c -o compress.o >/dev/null 2>&1 depbase=`echo crc32.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT crc32.lo -MD -MP -MF $depbase.Tpo -c -o crc32.lo crc32.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT crc32.lo -MD -MP -MF .deps/crc32.Tpo -c crc32.c -fPIC -DPIC -o .libs/crc32.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT crc32.lo -MD -MP -MF .deps/crc32.Tpo -c crc32.c -o crc32.o >/dev/null 2>&1 depbase=`echo deflate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT deflate.lo -MD -MP -MF $depbase.Tpo -c -o deflate.lo deflate.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT deflate.lo -MD -MP -MF .deps/deflate.Tpo -c deflate.c -fPIC -DPIC -o .libs/deflate.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT deflate.lo -MD -MP -MF .deps/deflate.Tpo -c deflate.c -o deflate.o >/dev/null 2>&1 depbase=`echo gzio.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT gzio.lo -MD -MP -MF $depbase.Tpo -c -o gzio.lo gzio.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT gzio.lo -MD -MP -MF .deps/gzio.Tpo -c gzio.c -fPIC -DPIC -o .libs/gzio.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT gzio.lo -MD -MP -MF .deps/gzio.Tpo -c gzio.c -o gzio.o >/dev/null 2>&1 depbase=`echo infblock.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT infblock.lo -MD -MP -MF $depbase.Tpo -c -o infblock.lo infblock.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT infblock.lo -MD -MP -MF .deps/infblock.Tpo -c infblock.c -fPIC -DPIC -o .libs/infblock.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT infblock.lo -MD -MP -MF .deps/infblock.Tpo -c infblock.c -o infblock.o >/dev/null 2>&1 depbase=`echo infcodes.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT infcodes.lo -MD -MP -MF $depbase.Tpo -c -o infcodes.lo infcodes.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT infcodes.lo -MD -MP -MF .deps/infcodes.Tpo -c infcodes.c -fPIC -DPIC -o .libs/infcodes.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT infcodes.lo -MD -MP -MF .deps/infcodes.Tpo -c infcodes.c -o infcodes.o >/dev/null 2>&1 depbase=`echo inffast.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT inffast.lo -MD -MP -MF $depbase.Tpo -c -o inffast.lo inffast.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT inffast.lo -MD -MP -MF .deps/inffast.Tpo -c inffast.c -fPIC -DPIC -o .libs/inffast.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT inffast.lo -MD -MP -MF .deps/inffast.Tpo -c inffast.c -o inffast.o >/dev/null 2>&1 depbase=`echo inflate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT inflate.lo -MD -MP -MF $depbase.Tpo -c -o inflate.lo inflate.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT inflate.lo -MD -MP -MF .deps/inflate.Tpo -c inflate.c -fPIC -DPIC -o .libs/inflate.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT inflate.lo -MD -MP -MF .deps/inflate.Tpo -c inflate.c -o inflate.o >/dev/null 2>&1 depbase=`echo inftrees.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT inftrees.lo -MD -MP -MF $depbase.Tpo -c -o inftrees.lo inftrees.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT inftrees.lo -MD -MP -MF .deps/inftrees.Tpo -c inftrees.c -fPIC -DPIC -o .libs/inftrees.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT inftrees.lo -MD -MP -MF .deps/inftrees.Tpo -c inftrees.c -o inftrees.o >/dev/null 2>&1 depbase=`echo infutil.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT infutil.lo -MD -MP -MF $depbase.Tpo -c -o infutil.lo infutil.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT infutil.lo -MD -MP -MF .deps/infutil.Tpo -c infutil.c -fPIC -DPIC -o .libs/infutil.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT infutil.lo -MD -MP -MF .deps/infutil.Tpo -c infutil.c -o infutil.o >/dev/null 2>&1 depbase=`echo trees.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT trees.lo -MD -MP -MF $depbase.Tpo -c -o trees.lo trees.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT trees.lo -MD -MP -MF .deps/trees.Tpo -c trees.c -fPIC -DPIC -o .libs/trees.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT trees.lo -MD -MP -MF .deps/trees.Tpo -c trees.c -o trees.o >/dev/null 2>&1 depbase=`echo uncompr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT uncompr.lo -MD -MP -MF $depbase.Tpo -c -o uncompr.lo uncompr.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT uncompr.lo -MD -MP -MF .deps/uncompr.Tpo -c uncompr.c -fPIC -DPIC -o .libs/uncompr.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT uncompr.lo -MD -MP -MF .deps/uncompr.Tpo -c uncompr.c -o uncompr.o >/dev/null 2>&1 depbase=`echo zutil.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT zutil.lo -MD -MP -MF $depbase.Tpo -c -o zutil.lo zutil.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT zutil.lo -MD -MP -MF .deps/zutil.Tpo -c zutil.c -fPIC -DPIC -o .libs/zutil.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT zutil.lo -MD -MP -MF .deps/zutil.Tpo -c zutil.c -o zutil.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link c89 -O -o lib.la adler32.lo compress.lo crc32.lo deflate.lo gzio.lo infblock.lo infcodes.lo inffast.lo inflate.lo inftrees.lo infutil.lo trees.lo uncompr.lo zutil.lo -lpthread ar cru .libs/lib.a .libs/adler32.o .libs/compress.o .libs/crc32.o .libs/deflate.o .libs/gzio.o .libs/infblock.o .libs/infcodes.o .libs/inffast.o .libs/inflate.o .libs/inftrees.o .libs/infutil.o .libs/trees.o .libs/uncompr.o .libs/zutil.o ranlib .libs/lib.a creating lib.la (cd .libs && rm -f lib.la && ln -s ../lib.la lib.la) make[2]: Leaving directory `/home/ldm/noaaport-1.7.1/zlib' Making all in g2 make[2]: Entering directory `/home/ldm/noaaport-1.7.1/g2' depbase=`echo cmplxpack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT cmplxpack.lo -MD -MP -MF $depbase.Tpo -c -o cmplxpack.lo cmplxpack.c &&\ mv -f $depbase.Tpo $depbase.Plo mkdir .libs c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT cmplxpack.lo -MD -MP -MF .deps/cmplxpack.Tpo -c cmplxpack.c -fPIC -DPIC -o .libs/cmplxpack.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT cmplxpack.lo -MD -MP -MF .deps/cmplxpack.Tpo -c cmplxpack.c -o cmplxpack.o >/dev/null 2>&1 depbase=`echo compack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT compack.lo -MD -MP -MF $depbase.Tpo -c -o compack.lo compack.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT compack.lo -MD -MP -MF .deps/compack.Tpo -c compack.c -fPIC -DPIC -o .libs/compack.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT compack.lo -MD -MP -MF .deps/compack.Tpo -c compack.c -o compack.o >/dev/null 2>&1 depbase=`echo comunpack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT comunpack.lo -MD -MP -MF $depbase.Tpo -c -o comunpack.lo comunpack.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT comunpack.lo -MD -MP -MF .deps/comunpack.Tpo -c comunpack.c -fPIC -DPIC -o .libs/comunpack.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT comunpack.lo -MD -MP -MF .deps/comunpack.Tpo -c comunpack.c -o comunpack.o >/dev/null 2>&1 depbase=`echo dec_jpeg2000.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT dec_jpeg2000.lo -MD -MP -MF $depbase.Tpo -c -o dec_jpeg2000.lo dec_jpeg2000.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT dec_jpeg2000.lo -MD -MP -MF .deps/dec_jpeg2000.Tpo -c dec_jpeg2000.c -fPIC -DPIC -o .libs/dec_jpeg2000.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT dec_jpeg2000.lo -MD -MP -MF .deps/dec_jpeg2000.Tpo -c dec_jpeg2000.c -o dec_jpeg2000.o >/dev/null 2>&1 depbase=`echo dec_png.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT dec_png.lo -MD -MP -MF $depbase.Tpo -c -o dec_png.lo dec_png.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT dec_png.lo -MD -MP -MF .deps/dec_png.Tpo -c dec_png.c -fPIC -DPIC -o .libs/dec_png.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT dec_png.lo -MD -MP -MF .deps/dec_png.Tpo -c dec_png.c -o dec_png.o >/dev/null 2>&1 depbase=`echo drstemplates.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT drstemplates.lo -MD -MP -MF $depbase.Tpo -c -o drstemplates.lo drstemplates.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT drstemplates.lo -MD -MP -MF .deps/drstemplates.Tpo -c drstemplates.c -fPIC -DPIC -o .libs/drstemplates.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT drstemplates.lo -MD -MP -MF .deps/drstemplates.Tpo -c drstemplates.c -o drstemplates.o >/dev/null 2>&1 depbase=`echo enc_jpeg2000.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT enc_jpeg2000.lo -MD -MP -MF $depbase.Tpo -c -o enc_jpeg2000.lo enc_jpeg2000.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT enc_jpeg2000.lo -MD -MP -MF .deps/enc_jpeg2000.Tpo -c enc_jpeg2000.c -fPIC -DPIC -o .libs/enc_jpeg2000.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT enc_jpeg2000.lo -MD -MP -MF .deps/enc_jpeg2000.Tpo -c enc_jpeg2000.c -o enc_jpeg2000.o >/dev/null 2>&1 depbase=`echo enc_png.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT enc_png.lo -MD -MP -MF $depbase.Tpo -c -o enc_png.lo enc_png.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT enc_png.lo -MD -MP -MF .deps/enc_png.Tpo -c enc_png.c -fPIC -DPIC -o .libs/enc_png.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT enc_png.lo -MD -MP -MF .deps/enc_png.Tpo -c enc_png.c -o enc_png.o >/dev/null 2>&1 depbase=`echo g2_addfield.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_addfield.lo -MD -MP -MF $depbase.Tpo -c -o g2_addfield.lo g2_addfield.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_addfield.lo -MD -MP -MF .deps/g2_addfield.Tpo -c g2_addfield.c -fPIC -DPIC -o .libs/g2_addfield.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_addfield.lo -MD -MP -MF .deps/g2_addfield.Tpo -c g2_addfield.c -o g2_addfield.o >/dev/null 2>&1 depbase=`echo g2_addgrid.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_addgrid.lo -MD -MP -MF $depbase.Tpo -c -o g2_addgrid.lo g2_addgrid.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_addgrid.lo -MD -MP -MF .deps/g2_addgrid.Tpo -c g2_addgrid.c -fPIC -DPIC -o .libs/g2_addgrid.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_addgrid.lo -MD -MP -MF .deps/g2_addgrid.Tpo -c g2_addgrid.c -o g2_addgrid.o >/dev/null 2>&1 depbase=`echo g2_addlocal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_addlocal.lo -MD -MP -MF $depbase.Tpo -c -o g2_addlocal.lo g2_addlocal.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_addlocal.lo -MD -MP -MF .deps/g2_addlocal.Tpo -c g2_addlocal.c -fPIC -DPIC -o .libs/g2_addlocal.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_addlocal.lo -MD -MP -MF .deps/g2_addlocal.Tpo -c g2_addlocal.c -o g2_addlocal.o >/dev/null 2>&1 depbase=`echo g2_create.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_create.lo -MD -MP -MF $depbase.Tpo -c -o g2_create.lo g2_create.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_create.lo -MD -MP -MF .deps/g2_create.Tpo -c g2_create.c -fPIC -DPIC -o .libs/g2_create.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_create.lo -MD -MP -MF .deps/g2_create.Tpo -c g2_create.c -o g2_create.o >/dev/null 2>&1 depbase=`echo g2_free.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_free.lo -MD -MP -MF $depbase.Tpo -c -o g2_free.lo g2_free.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_free.lo -MD -MP -MF .deps/g2_free.Tpo -c g2_free.c -fPIC -DPIC -o .libs/g2_free.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_free.lo -MD -MP -MF .deps/g2_free.Tpo -c g2_free.c -o g2_free.o >/dev/null 2>&1 depbase=`echo g2_getfld.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_getfld.lo -MD -MP -MF $depbase.Tpo -c -o g2_getfld.lo g2_getfld.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_getfld.lo -MD -MP -MF .deps/g2_getfld.Tpo -c g2_getfld.c -fPIC -DPIC -o .libs/g2_getfld.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_getfld.lo -MD -MP -MF .deps/g2_getfld.Tpo -c g2_getfld.c -o g2_getfld.o >/dev/null 2>&1 depbase=`echo g2_gribend.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_gribend.lo -MD -MP -MF $depbase.Tpo -c -o g2_gribend.lo g2_gribend.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_gribend.lo -MD -MP -MF .deps/g2_gribend.Tpo -c g2_gribend.c -fPIC -DPIC -o .libs/g2_gribend.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_gribend.lo -MD -MP -MF .deps/g2_gribend.Tpo -c g2_gribend.c -o g2_gribend.o >/dev/null 2>&1 depbase=`echo g2_info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_info.lo -MD -MP -MF $depbase.Tpo -c -o g2_info.lo g2_info.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_info.lo -MD -MP -MF .deps/g2_info.Tpo -c g2_info.c -fPIC -DPIC -o .libs/g2_info.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_info.lo -MD -MP -MF .deps/g2_info.Tpo -c g2_info.c -o g2_info.o >/dev/null 2>&1 depbase=`echo g2_miss.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_miss.lo -MD -MP -MF $depbase.Tpo -c -o g2_miss.lo g2_miss.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_miss.lo -MD -MP -MF .deps/g2_miss.Tpo -c g2_miss.c -fPIC -DPIC -o .libs/g2_miss.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_miss.lo -MD -MP -MF .deps/g2_miss.Tpo -c g2_miss.c -o g2_miss.o >/dev/null 2>&1 depbase=`echo g2_pack_gp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_pack_gp.lo -MD -MP -MF $depbase.Tpo -c -o g2_pack_gp.lo g2_pack_gp.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_pack_gp.lo -MD -MP -MF .deps/g2_pack_gp.Tpo -c g2_pack_gp.c -fPIC -DPIC -o .libs/g2_pack_gp.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_pack_gp.lo -MD -MP -MF .deps/g2_pack_gp.Tpo -c g2_pack_gp.c -o g2_pack_gp.o >/dev/null 2>&1 depbase=`echo g2_rdieee.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_rdieee.lo -MD -MP -MF $depbase.Tpo -c -o g2_rdieee.lo g2_rdieee.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_rdieee.lo -MD -MP -MF .deps/g2_rdieee.Tpo -c g2_rdieee.c -fPIC -DPIC -o .libs/g2_rdieee.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_rdieee.lo -MD -MP -MF .deps/g2_rdieee.Tpo -c g2_rdieee.c -o g2_rdieee.o >/dev/null 2>&1 depbase=`echo g2_reduce.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_reduce.lo -MD -MP -MF $depbase.Tpo -c -o g2_reduce.lo g2_reduce.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_reduce.lo -MD -MP -MF .deps/g2_reduce.Tpo -c g2_reduce.c -fPIC -DPIC -o .libs/g2_reduce.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_reduce.lo -MD -MP -MF .deps/g2_reduce.Tpo -c g2_reduce.c -o g2_reduce.o >/dev/null 2>&1 depbase=`echo g2_unpack1.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_unpack1.lo -MD -MP -MF $depbase.Tpo -c -o g2_unpack1.lo g2_unpack1.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_unpack1.lo -MD -MP -MF .deps/g2_unpack1.Tpo -c g2_unpack1.c -fPIC -DPIC -o .libs/g2_unpack1.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_unpack1.lo -MD -MP -MF .deps/g2_unpack1.Tpo -c g2_unpack1.c -o g2_unpack1.o >/dev/null 2>&1 depbase=`echo g2_unpack2.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_unpack2.lo -MD -MP -MF $depbase.Tpo -c -o g2_unpack2.lo g2_unpack2.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_unpack2.lo -MD -MP -MF .deps/g2_unpack2.Tpo -c g2_unpack2.c -fPIC -DPIC -o .libs/g2_unpack2.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_unpack2.lo -MD -MP -MF .deps/g2_unpack2.Tpo -c g2_unpack2.c -o g2_unpack2.o >/dev/null 2>&1 depbase=`echo g2_unpack3.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_unpack3.lo -MD -MP -MF $depbase.Tpo -c -o g2_unpack3.lo g2_unpack3.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_unpack3.lo -MD -MP -MF .deps/g2_unpack3.Tpo -c g2_unpack3.c -fPIC -DPIC -o .libs/g2_unpack3.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_unpack3.lo -MD -MP -MF .deps/g2_unpack3.Tpo -c g2_unpack3.c -o g2_unpack3.o >/dev/null 2>&1 depbase=`echo g2_unpack4.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_unpack4.lo -MD -MP -MF $depbase.Tpo -c -o g2_unpack4.lo g2_unpack4.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_unpack4.lo -MD -MP -MF .deps/g2_unpack4.Tpo -c g2_unpack4.c -fPIC -DPIC -o .libs/g2_unpack4.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_unpack4.lo -MD -MP -MF .deps/g2_unpack4.Tpo -c g2_unpack4.c -o g2_unpack4.o >/dev/null 2>&1 depbase=`echo g2_unpack5.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_unpack5.lo -MD -MP -MF $depbase.Tpo -c -o g2_unpack5.lo g2_unpack5.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_unpack5.lo -MD -MP -MF .deps/g2_unpack5.Tpo -c g2_unpack5.c -fPIC -DPIC -o .libs/g2_unpack5.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_unpack5.lo -MD -MP -MF .deps/g2_unpack5.Tpo -c g2_unpack5.c -o g2_unpack5.o >/dev/null 2>&1 depbase=`echo g2_unpack6.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_unpack6.lo -MD -MP -MF $depbase.Tpo -c -o g2_unpack6.lo g2_unpack6.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_unpack6.lo -MD -MP -MF .deps/g2_unpack6.Tpo -c g2_unpack6.c -fPIC -DPIC -o .libs/g2_unpack6.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_unpack6.lo -MD -MP -MF .deps/g2_unpack6.Tpo -c g2_unpack6.c -o g2_unpack6.o >/dev/null 2>&1 depbase=`echo g2_unpack7.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_unpack7.lo -MD -MP -MF $depbase.Tpo -c -o g2_unpack7.lo g2_unpack7.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_unpack7.lo -MD -MP -MF .deps/g2_unpack7.Tpo -c g2_unpack7.c -fPIC -DPIC -o .libs/g2_unpack7.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT g2_unpack7.lo -MD -MP -MF .deps/g2_unpack7.Tpo -c g2_unpack7.c -o g2_unpack7.o >/dev/null 2>&1 depbase=`echo gbits.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT gbits.lo -MD -MP -MF $depbase.Tpo -c -o gbits.lo gbits.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT gbits.lo -MD -MP -MF .deps/gbits.Tpo -c gbits.c -fPIC -DPIC -o .libs/gbits.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT gbits.lo -MD -MP -MF .deps/gbits.Tpo -c gbits.c -o gbits.o >/dev/null 2>&1 depbase=`echo getdim.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT getdim.lo -MD -MP -MF $depbase.Tpo -c -o getdim.lo getdim.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT getdim.lo -MD -MP -MF .deps/getdim.Tpo -c getdim.c -fPIC -DPIC -o .libs/getdim.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT getdim.lo -MD -MP -MF .deps/getdim.Tpo -c getdim.c -o getdim.o >/dev/null 2>&1 depbase=`echo getpoly.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT getpoly.lo -MD -MP -MF $depbase.Tpo -c -o getpoly.lo getpoly.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT getpoly.lo -MD -MP -MF .deps/getpoly.Tpo -c getpoly.c -fPIC -DPIC -o .libs/getpoly.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT getpoly.lo -MD -MP -MF .deps/getpoly.Tpo -c getpoly.c -o getpoly.o >/dev/null 2>&1 depbase=`echo gridtemplates.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT gridtemplates.lo -MD -MP -MF $depbase.Tpo -c -o gridtemplates.lo gridtemplates.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT gridtemplates.lo -MD -MP -MF .deps/gridtemplates.Tpo -c gridtemplates.c -fPIC -DPIC -o .libs/gridtemplates.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT gridtemplates.lo -MD -MP -MF .deps/gridtemplates.Tpo -c gridtemplates.c -o gridtemplates.o >/dev/null 2>&1 depbase=`echo int_power.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT int_power.lo -MD -MP -MF $depbase.Tpo -c -o int_power.lo int_power.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT int_power.lo -MD -MP -MF .deps/int_power.Tpo -c int_power.c -fPIC -DPIC -o .libs/int_power.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT int_power.lo -MD -MP -MF .deps/int_power.Tpo -c int_power.c -o int_power.o >/dev/null 2>&1 depbase=`echo jpcpack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT jpcpack.lo -MD -MP -MF $depbase.Tpo -c -o jpcpack.lo jpcpack.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT jpcpack.lo -MD -MP -MF .deps/jpcpack.Tpo -c jpcpack.c -fPIC -DPIC -o .libs/jpcpack.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT jpcpack.lo -MD -MP -MF .deps/jpcpack.Tpo -c jpcpack.c -o jpcpack.o >/dev/null 2>&1 depbase=`echo jpcunpack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT jpcunpack.lo -MD -MP -MF $depbase.Tpo -c -o jpcunpack.lo jpcunpack.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT jpcunpack.lo -MD -MP -MF .deps/jpcunpack.Tpo -c jpcunpack.c -fPIC -DPIC -o .libs/jpcunpack.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT jpcunpack.lo -MD -MP -MF .deps/jpcunpack.Tpo -c jpcunpack.c -o jpcunpack.o >/dev/null 2>&1 depbase=`echo misspack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT misspack.lo -MD -MP -MF $depbase.Tpo -c -o misspack.lo misspack.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT misspack.lo -MD -MP -MF .deps/misspack.Tpo -c misspack.c -fPIC -DPIC -o .libs/misspack.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT misspack.lo -MD -MP -MF .deps/misspack.Tpo -c misspack.c -o misspack.o >/dev/null 2>&1 depbase=`echo mkieee.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT mkieee.lo -MD -MP -MF $depbase.Tpo -c -o mkieee.lo mkieee.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT mkieee.lo -MD -MP -MF .deps/mkieee.Tpo -c mkieee.c -fPIC -DPIC -o .libs/mkieee.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT mkieee.lo -MD -MP -MF .deps/mkieee.Tpo -c mkieee.c -o mkieee.o >/dev/null 2>&1 depbase=`echo pdstemplates.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT pdstemplates.lo -MD -MP -MF $depbase.Tpo -c -o pdstemplates.lo pdstemplates.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT pdstemplates.lo -MD -MP -MF .deps/pdstemplates.Tpo -c pdstemplates.c -fPIC -DPIC -o .libs/pdstemplates.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT pdstemplates.lo -MD -MP -MF .deps/pdstemplates.Tpo -c pdstemplates.c -o pdstemplates.o >/dev/null 2>&1 depbase=`echo pngpack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT pngpack.lo -MD -MP -MF $depbase.Tpo -c -o pngpack.lo pngpack.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT pngpack.lo -MD -MP -MF .deps/pngpack.Tpo -c pngpack.c -fPIC -DPIC -o .libs/pngpack.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT pngpack.lo -MD -MP -MF .deps/pngpack.Tpo -c pngpack.c -o pngpack.o >/dev/null 2>&1 depbase=`echo pngunpack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT pngunpack.lo -MD -MP -MF $depbase.Tpo -c -o pngunpack.lo pngunpack.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT pngunpack.lo -MD -MP -MF .deps/pngunpack.Tpo -c pngunpack.c -fPIC -DPIC -o .libs/pngunpack.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT pngunpack.lo -MD -MP -MF .deps/pngunpack.Tpo -c pngunpack.c -o pngunpack.o >/dev/null 2>&1 depbase=`echo seekgb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT seekgb.lo -MD -MP -MF $depbase.Tpo -c -o seekgb.lo seekgb.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT seekgb.lo -MD -MP -MF .deps/seekgb.Tpo -c seekgb.c -fPIC -DPIC -o .libs/seekgb.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT seekgb.lo -MD -MP -MF .deps/seekgb.Tpo -c seekgb.c -o seekgb.o >/dev/null 2>&1 depbase=`echo simpack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT simpack.lo -MD -MP -MF $depbase.Tpo -c -o simpack.lo simpack.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT simpack.lo -MD -MP -MF .deps/simpack.Tpo -c simpack.c -fPIC -DPIC -o .libs/simpack.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT simpack.lo -MD -MP -MF .deps/simpack.Tpo -c simpack.c -o simpack.o >/dev/null 2>&1 depbase=`echo simunpack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT simunpack.lo -MD -MP -MF $depbase.Tpo -c -o simunpack.lo simunpack.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT simunpack.lo -MD -MP -MF .deps/simunpack.Tpo -c simunpack.c -fPIC -DPIC -o .libs/simunpack.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT simunpack.lo -MD -MP -MF .deps/simunpack.Tpo -c simunpack.c -o simunpack.o >/dev/null 2>&1 depbase=`echo specpack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT specpack.lo -MD -MP -MF $depbase.Tpo -c -o specpack.lo specpack.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT specpack.lo -MD -MP -MF .deps/specpack.Tpo -c specpack.c -fPIC -DPIC -o .libs/specpack.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT specpack.lo -MD -MP -MF .deps/specpack.Tpo -c specpack.c -o specpack.o >/dev/null 2>&1 depbase=`echo specunpack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT specunpack.lo -MD -MP -MF $depbase.Tpo -c -o specunpack.lo specunpack.c &&\ mv -f $depbase.Tpo $depbase.Plo c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT specunpack.lo -MD -MP -MF .deps/specunpack.Tpo -c specunpack.c -fPIC -DPIC -o .libs/specunpack.o c89 -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -O -MT specunpack.lo -MD -MP -MF .deps/specunpack.Tpo -c specunpack.c -o specunpack.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link c89 -O -o lib.la cmplxpack.lo compack.lo comunpack.lo dec_jpeg2000.lo dec_png.lo drstemplates.lo enc_jpeg2000.lo enc_png.lo g2_addfield.lo g2_addgrid.lo g2_addlocal.lo g2_create.lo g2_free.lo g2_getfld.lo g2_gribend.lo g2_info.lo g2_miss.lo g2_pack_gp.lo g2_rdieee.lo g2_reduce.lo g2_unpack1.lo g2_unpack2.lo g2_unpack3.lo g2_unpack4.lo g2_unpack5.lo g2_unpack6.lo g2_unpack7.lo gbits.lo getdim.lo getpoly.lo gridtemplates.lo int_power.lo jpcpack.lo jpcunpack.lo misspack.lo mkieee.lo pdstemplates.lo pngpack.lo pngunpack.lo seekgb.lo simpack.lo simunpack.lo specpack.lo specunpack.lo -lpthread ar cru .libs/lib.a .libs/cmplxpack.o .libs/compack.o .libs/comunpack.o .libs/dec_jpeg2000.o .libs/dec_png.o .libs/drstemplates.o .libs/enc_jpeg2000.o .libs/enc_png.o .libs/g2_addfield.o .libs/g2_addgrid.o .libs/g2_addlocal.o .libs/g2_create.o .libs/g2_free.o .libs/g2_getfld.o .libs/g2_gribend.o .libs/g2_info.o .libs/g2_miss.o .libs/g2_pack_gp.o .libs/g2_rdieee.o .libs/g2_reduce.o .libs/g2_unpack1.o .libs/g2_unpack2.o .libs/g2_unpack3.o .libs/g2_unpack4.o .libs/g2_unpack5.o .libs/g2_unpack6.o .libs/g2_unpack7.o .libs/gbits.o .libs/getdim.o .libs/getpoly.o .libs/gridtemplates.o .libs/int_power.o .libs/jpcpack.o .libs/jpcunpack.o .libs/misspack.o .libs/mkieee.o .libs/pdstemplates.o .libs/pngpack.o .libs/pngunpack.o .libs/seekgb.o .libs/simpack.o .libs/simunpack.o .libs/specpack.o .libs/specunpack.o ranlib .libs/lib.a creating lib.la (cd .libs && rm -f lib.la && ln -s ../lib.la lib.la) make[2]: Leaving directory `/home/ldm/noaaport-1.7.1/g2' Making all in gempak make[2]: Entering directory `/home/ldm/noaaport-1.7.1/gempak' /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DLDMHOME='"/home/ldm"' -I.. -I../g2 -I/home/ldm/include -DNDEBUG -O -MT lib_la-cflclos.lo -MD -MP -MF .deps/lib_la-cflclos.Tpo -c -o lib_la-cflclos.lo `test -f 'cflclos.c' || echo './'`cflclos.c mkdir .libs c89 -DHAVE_CONFIG_H -I. -I.. -DLDMHOME=\"/home/ldm\" -I.. -I../g2 -I/home/ldm/include -DNDEBUG -O -MT lib_la-cflclos.lo -MD -MP -MF .deps/lib_la-cflclos.Tpo -c cflclos.c -fPIC -DPIC -o .libs/lib_la-cflclos.o c89 -DHAVE_CONFIG_H -I. -I.. -DLDMHOME=\"/home/ldm\" -I.. -I../g2 -I/home/ldm/include -DNDEBUG -O -MT lib_la-cflclos.lo -MD -MP -MF .deps/lib_la-cflclos.Tpo -c cflclos.c -o lib_la-cflclos.o >/dev/null 2>&1 mv -f .deps/lib_la-cflclos.Tpo .deps/lib_la-cflclos.Plo /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DLDMHOME='"/home/ldm"' -I.. -I../g2 -I/home/ldm/include -DNDEBUG -O -MT lib_la-cflinqr.lo -MD -MP -MF .deps/lib_la-cflinqr.Tpo -c -o lib_la-cflinqr.lo `test -f 'cflinqr.c' || echo './'`cflinqr.c c89 -DHAVE_CONFIG_H -I. -I.. -DLDMHOME=\"/home/ldm\" -I.. -I../g2 -I/home/ldm/include -DNDEBUG -O -MT lib_la-cflinqr.lo -MD -MP -MF .deps/lib_la-cflinqr.Tpo -c cflinqr.c -fPIC -DPIC -o .libs/lib_la-cflinqr.o c89 -DHAVE_CONFIG_H -I. -I.. -DLDMHOME=\"/home/ldm\" -I.. -I../g2 -I/home/ldm/include -DNDEBUG -O -MT lib_la-cflinqr.lo -MD -MP -MF .deps/lib_la-cflinqr.Tpo -c cflinqr.c -o lib_la-cflinqr.o >/dev/null 2>&1 mv -f .deps/lib_la-cflinqr.Tpo .deps/lib_la-cflinqr.Plo /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DLDMHOME='"/home/ldm"' -I.. -I../g2 -I/home/ldm/include -DNDEBUG -O -MT lib_la-cfliret.lo -MD -MP -MF .deps/lib_la-cfliret.Tpo -c -o lib_la-cfliret.lo `test -f 'cfliret.c' || echo './'`cfliret.c c89 -DHAVE_CONFIG_H -I. -I.. -DLDMHOME=\"/home/ldm\" -I.. -I../g2 -I/home/ldm/include -DNDEBUG -O -MT lib_la-cfliret.lo -MD -MP -MF .deps/lib_la-cfliret.Tpo -c cfliret.c -fPIC -DPIC -o .libs/lib_la-cfliret.o c89 -DHAVE_CONFIG_H -I. -I.. -DLDMHOME=\"/home/ldm\" -I.. -I../g2 -I/home/ldm/include -DNDEBUG -O -MT lib_la-cfliret.lo -MD -MP -MF .deps/lib_la-cfliret.Tpo -c cfliret.c -o lib_la-cfliret.o >/dev/null 2>&1 mv -f .deps/lib_la-cfliret.Tpo .deps/lib_la-cfliret.Plo /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DLDMHOME='"/home/ldm"' -I.. -I../g2 -I/home/ldm/include -DNDEBUG -O -MT lib_la-cflpath.lo -MD -MP -MF .deps/lib_la-cflpath.Tpo -c -o lib_la-cflpath.lo `test -f 'cflpath.c' || echo './'`cflpath.c c89 -DHAVE_CONFIG_H -I. -I.. -DLDMHOME=\"/home/ldm\" -I.. -I../g2 -I/home/ldm/include -DNDEBUG -O -MT lib_la-cflpath.lo -MD -MP -MF .deps/lib_la-cflpath.Tpo -c cflpath.c -fPIC -DPIC -o .libs/lib_la-cflpath.o c89 -DHAVE_CONFIG_H -I. -I.. -DLDMHOME=\"/home/ldm\" -I.. -I../g2 -I/home/ldm/include -DNDEBUG -O -MT lib_la-cflpath.lo -MD -MP -MF .deps/lib_la-cflpath.Tpo -c cflpath.c -o lib_la-cflpath.o >/dev/null 2>&1 mv -f .deps/lib_la-cflpath.Tpo .deps/lib_la-cflpath.Plo /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DLDMHOME='"/home/ldm"' -I.. -I../g2 -I/home/ldm/include -DNDEBUG -O -MT lib_la-cflropn.lo -MD -MP -MF .deps/lib_la-cflropn.Tpo -c -o lib_la-cflropn.lo `test -f 'cflropn.c' || echo './'`cflropn.c c89 -DHAVE_CONFIG_H -I. -I.. -DLDMHOME=\"/home/ldm\" -I.. -I../g2 -I/home/ldm/include -DNDEBUG -O -MT lib_la-cflropn.lo -MD -MP -MF .deps/lib_la-cflropn.Tpo -c cflropn.c -fPIC -DPIC -o .libs/lib_la-cflropn.o c89 -DHAVE_CONFIG_H -I. -I.. -DLDMHOME=\"/home/ldm\" -I.. -I../g2 -I/home/ldm/include -DNDEBUG -O -MT lib_la-cflropn.lo -MD -MP -MF .deps/lib_la-cflropn.Tpo -c cflropn.c -o lib_la-cflropn.o >/dev/null 2>&1 mv -f .deps/lib_la-cflropn.Tpo .deps/lib_la-cflropn.Plo /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DLDMHOME='"/home/ldm"' -I.. -I../g2 -I/home/ldm/include -DNDEBUG -O -MT lib_la-cfltbnr.lo -MD -MP -MF .deps/lib_la-cfltbnr.Tpo -c -o lib_la-cfltbnr.lo `test -f 'cfltbnr.c' || echo './'`cfltbnr.c c89 -DHAVE_CONFIG_H -I. -I.. -DLDMHOME=\"/home/ldm\" -I.. -I../g2 -I/home/ldm/include -DNDEBUG -O -MT lib_la-cfltbnr.lo -MD -MP -MF .deps/lib_la-cfltbnr.Tpo -c cfltbnr.c -fPIC -DPIC -o .libs/lib_la-cfltbnr.o c89 -DHAVE_CONFIG_H -I. -I.. -DLDMHOME=\"/home/ldm\" -I.. -I../g2 -I/home/ldm/include -DNDEBUG -O -MT lib_la-cfltbnr.lo -MD -MP -MF .deps/lib_la-cfltbnr.Tpo -c cfltbnr.c -o lib_la-cfltbnr.o >/dev/null 2>&1 mv -f .deps/lib_la-cfltbnr.Tpo .deps/lib_la-cfltbnr.Plo /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DLDMHOME='"/home/ldm"' -I.. -I../g2 -I/home/ldm/include -DNDEBUG -O -MT lib_la-cfltbop.lo -MD -MP -MF .deps/lib_la-cfltbop.Tpo -c -o lib_la-cfltbop.lo `test -f 'cfltbop.c' || echo './'`cfltbop.c c89 -DHAVE_CONFIG_H -I. -I.. -DLDMHOME=\"/home/ldm\" -I.. -I../g2 -I/home/ldm/include -DNDEBUG -O -MT lib_la-cfltbop.lo -MD -MP -MF .deps/lib_la-cfltbop.Tpo -c cfltbop.c -fPIC -DPIC -o .libs/lib_la-cfltbop.o c89 -DHAVE_CONFIG_H -I. -I.. -DLDMHOME=\"/home/ldm\" -I.. -I../g2 -I/home/ldm/include -DNDEBUG -O -MT lib_la-cfltbop.lo -MD -MP -MF .deps/lib_la-cfltbop.Tpo -c cfltbop.c -o lib_la-cfltbop.o >/dev/null 2>&1 mv -f .deps/lib_la-cfltbop.Tpo .deps/lib_la-cfltbop.Plo /bin/sh ../libtool --tag=CC --mode=compile c89 -DHAVE_CONFIG_H -I. -I.. -DLDMHOME='"/home/ldm"' -I.. -I../g2 -I/home/ldm/include -DNDEBUG -O -MT lib_la-cfltinq.lo -MD -MP -MF .deps/lib_la-cfltinq.Tpo -c -o lib_la-cfltinq.lo `test -f 'cfltinq.c' || echo './'`cfltinq.c c89 -DHAVE_CONFIG_H -I. -I.. -DLDMHOME=\"/home/ldm\" -I.. -I../g2 -I/home/ldm/include -DNDEBUG -O -MT lib_la-cfltinq.lo -MD -MP -MF .deps/lib_la-cfltinq.Tpo -c cfltinq.c -fPIC -DPIC -o .libs/lib_la-cfltinq.o In file included from geminc.h:51, from cfltinq.c:1: /usr/include/sys/ipc.h:25:3: warning: #warning "Files using this header must be compiled with _SVID_SOURCE or _XOPEN_SOURCE" In file included from cfltinq.c:4: /home/ldm/include/ldm.h:250: error: expected â??=â??, â??,â??, â??;â??, â??asmâ?? or â??__attribute__â?? before â??feedtypetâ?? In file included from cfltinq.c:4: /home/ldm/include/ldm.h:275: error: expected specifier-qualifier-list before â??u_longâ?? /home/ldm/include/ldm.h:286: error: expected specifier-qualifier-list before â??u_shortâ?? /home/ldm/include/ldm.h:337: error: expected specifier-qualifier-list before â??feedtypetâ?? /home/ldm/include/ldm.h:357: error: expected specifier-qualifier-list before â??u_intâ?? /home/ldm/include/ldm.h:370: error: expected â??=â??, â??,â??, â??;â??, â??asmâ?? or â??__attribute__â?? before â??max_hereis_tâ?? /home/ldm/include/ldm.h:378: error: expected specifier-qualifier-list before â??max_hereis_tâ?? /home/ldm/include/ldm.h:394: error: expected specifier-qualifier-list before â??feedtypetâ?? /home/ldm/include/ldm.h:419: error: expected specifier-qualifier-list before â??u_intâ?? /home/ldm/include/ldm.h:445: error: expected specifier-qualifier-list before â??u_intâ?? /home/ldm/include/ldm.h:457: error: expected specifier-qualifier-list before â??u_intâ?? /home/ldm/include/ldm.h:501: error: expected specifier-qualifier-list before â??max_hereis_tâ?? /home/ldm/include/ldm.h:510: error: expected specifier-qualifier-list before â??u_intâ?? /home/ldm/include/ldm.h:560: error: expected declaration specifiers or â??...â?? before â??caddr_tâ?? /home/ldm/include/ldm.h:594: error: expected â??)â?? before â??*â?? token /home/ldm/include/ldm.h:595: error: expected â??)â?? before â??*â?? token /home/ldm/include/ldm.h:606: error: expected declaration specifiers or â??...â?? before â??caddr_tâ?? /home/ldm/include/ldm.h:632: error: expected declaration specifiers or â??...â?? before â??feedtypetâ?? /home/ldm/include/ldm.h:641: error: expected declaration specifiers or â??...â?? before â??max_hereis_tâ?? make[2]: *** [lib_la-cfltinq.lo] Error 1 make[2]: Leaving directory `/home/ldm/noaaport-1.7.1/gempak' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/ldm/noaaport-1.7.1' make: *** [all] Error 2
noaaport
archives: