[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20050511: (Fwd) libraries on papagayo



Clint,

Separate from any conversation you are having with Mike,
I see that your jasper library build is failing.

The failure results from configure finding a libjpeg on your system 
for -ljpeg, but it does not find the jpeglib.h file in the include path.
If you  have installed a jpeg library without the developers headers,
then I suggest that you either temporarily rename the jpeg library on your 
system,
or find where jpeglib.h is, and add it tto your include search path.

Our Solaris systems here have /opt/include/jpeglib.h and /opt/lib/libjpeg.a.
Where is your system finding -ljpeg?

Chiz


Steve Chiswell
Unidata User Support



>From: "Mike Schmidt" <address@hidden>
>Organization: UCAR/Unidata
>Keywords: 200505111525.j4BFPEJf021780

>Clint,
>
>I don't recall ever seeing a path issue like that -- let me research
>that a little.  In the meanwhile, I'll forward the GEMPAK build question
>to support.  Chiz will be able to figure that one in short order...
>
>mike
>
>--- Forwarded mail from NAWIPS system <address@hidden>
>
>Date: Tue, 10 May 2005 15:24:42 -0500 (CDT)
>From: NAWIPS system <address@hidden>
>To: address@hidden
>Subject: libraries on papagayo
>
>Mike,
>I went into the computer room to reproduce the problems I was having with
>setenv last night.  I must be going crazy, 'cuz they're not happening today.
>I added a dummy path to $PATH and it showed up in both places -- yesterday,
>$path was changed, but $PATH would not change (I swear!!).
>
>Here's what happened today:
>
>papagayo% echo $PATH
>/usr/local/SUNWspro/bin:/home/nawips:/usr/local/bin:.:/usr/bin:/usr/ccs/bin:/u
> sr/openwin/bin:/usr/ucb
>papagayo% echo $path
>/usr/local/SUNWspro/bin /home/nawips /usr/local/bin . /usr/bin /usr/ccs/bin
>/usr/openwin/bin /usr/ucb
>papagayo% setenv PATH ${PATH}:/dummy_path
>papagayo% echo $PATH
>/usr/local/SUNWspro/bin:/home/nawips:/usr/local/bin:.:/usr/bin:/usr/ccs/bin:/u
> sr/openwin/bin:/usr/ucb:/dummy_path
>papagayo% echo $path
>/usr/local/SUNWspro/bin /home/nawips /usr/local/bin . /usr/bin /usr/ccs/bin
>/usr/openwin/bin /usr/ucb /dummy_path
>papagayo%
>
> -- exactly what I expected.  The only difference is that I was logged in from
>home yesterday, using ssh.  [I just tried ssh'ing in from another machine and
>I CAN reproduce what I was seeing last night].
>
>papagayo% echo $PATH
>/bin:/usr/lib:/usr/sbin:/usr/bin:/usr/local/bin:/usr/local/ssl/bin:/usr/dt/bin
> :/usr/openwin/bin:/usr/ucb
>papagayo% echo $path
>/usr/local/SUNWspro/bin /home/nawips /usr/local/bin . /usr/bin /usr/ccs/bin
>/usr/openwin/bin /usr/ucb
>papagayo% setenv PATH ${PATH}:/dummy_path
>papagayo% echo $PATH
>/bin:/usr/lib:/usr/sbin:/usr/bin:/usr/local/bin:/usr/local/ssl/bin:/usr/dt/bin
> :/usr/openwin/bin:/usr/ucb
>papagayo% echo $path
>/bin /usr/lib /usr/sbin /usr/bin /usr/local/bin /usr/local/ssl/bin /usr/dt/bin
>/usr/openwin/bin /usr/ucb /dummy_path
>papagayo%
>
>Notice that $PATH remains unchanged, while $path adds the dummy path to
>what was in $PATH to start with.  Also notice that the two paths were
>different to start with!
>
>Oh well, at least my other problem is still there. After resetting the path
>and sourcing Gemenviron (which is what started this whole thing) I get the
>following error:
>
>papagayo% which gpmap
>/home/nawips/GEMPAK5.8.1/bin/sol/gpmap
>papagayo% gpmap
>ld.so.1: gpmap: fatal: libfsu.so.1: version `SUNWprivate_1.5' not found
>(required by file gpmap)
>Killed
>papagayo%
>
>I had tried building gempak from source, but ran into an error there, as well.
>It might have had something to do with not getting paths set correctly, so
>I'll try that again since the path thing seems fixed?!?
>
>That still is not working, here's what I get:
>
>Making all in /home/nawips/GEMPAK5.8.1/gempak
>-n making in
>/home/nawips/GEMPAK5.8.1/gempak/source
>make _jasper
>/home/nawips/GEMPAK5.8.1/gempak/source/jasper-1.700.5
>make: Fatal error: Don't know how to make target `distclean'
>Current working directory /home/nawips/GEMPAK5.8.1/gempak/source/jasper-1.700.
> 5
>checking build system type... sparc-sun-solaris2.8
>checking host system type... sparc-sun-solaris2.8
>checking target system type... sparc-sun-solaris2.8
>checking for a BSD-compatible install... acaux/install-sh -c
>checking whether build environment is sane... yes
>checking for gawk... no
>checking for mawk... no
>checking for nawk... nawk
>checking whether make sets $(MAKE)... yes
>checking for gawk... (cached) nawk
>checking for gcc... cc
>checking for C compiler default output... 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... no
>checking whether cc accepts -g... yes
>checking for cc option to accept ANSI C... none needed
>checking for style of include used by make... GNU
>checking dependency style of cc... none
>checking how to run the C preprocessor... cc -E
>checking for a BSD-compatible install... acaux/install-sh -c
>checking whether ln -s works... yes
>checking for ranlib... ranlib
>checking for non-GNU ld... /usr/ccs/bin/ld
>checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
>checking for /usr/ccs/bin/ld option to reload object files... -r
>checking for BSD-compatible nm... /usr/ccs/bin/nm -p
>checking for a sed that does not truncate output... /usr/xpg4/bin/sed
>checking how to recognise dependent libraries... pass_all
>checking command to parse /usr/ccs/bin/nm -p output... ok
>checking for egrep... egrep
>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 chiz_inttypes.h... no
>checking for chiz_stdint.h... no
>checking for unistd.h... yes
>checking dlfcn.h usability... yes
>checking dlfcn.h presence... yes
>checking for dlfcn.h... yes
>checking for ranlib... (cached) ranlib
>checking for strip... strip
>checking for objdir... .libs
>checking for cc option to produce PIC... -KPIC
>checking if cc PIC flag -KPIC works... yes
>checking if cc static flag -Bstatic works... yes
>checking if cc supports -c -o file.o... yes
>checking if cc supports -c -o file.lo... no
>checking whether the linker (/usr/ccs/bin/ld) supports shared libraries... yes
>checking how to hardcode library paths into programs... immediate
>checking whether stripping libraries is possible... no
>checking dynamic linker characteristics... solaris2.8 ld.so
>checking if libtool supports shared libraries... yes
>checking whether to build shared libraries... no
>checking whether to build static libraries... yes
>creating libtool
>checking for X... libraries /usr/openwin/lib, headers /usr/openwin/include
>checking whether -R must be followed by a space... no
>checking for gethostbyname... no
>checking for gethostbyname in -lnsl... yes
>checking for connect... no
>checking for connect in -lsocket... yes
>checking for remove... yes
>checking for shmat... yes
>checking for IceConnectionNumber in -lICE... yes
>checking whether variable-length arrays are supported... no
>checking for jpeg_destroy in -ljpeg... 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 chiz_stdint.h... (cached) no
>checking chiz_stdbool.h usability... no
>checking chiz_stdbool.h presence... no
>checking for chiz_stdbool.h... no
>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 for stdlib.h... (cached) yes
>checking stddef.h usability... yes
>checking stddef.h presence... yes
>checking for stddef.h... yes
>checking whether byte ordering is bigendian... yes
>checking for an ANSI C-conforming const... yes
>checking for inline... no
>checking for size_t... yes
>checking for short... yes
>checking size of short... 2
>checking for unsigned short... yes
>checking size of unsigned short... 2
>checking for int... yes
>checking size of int... 4
>checking for unsigned int... yes
>checking size of unsigned int... 4
>checking for long... yes
>checking size of long... 4
>checking for unsigned long... yes
>checking size of unsigned long... 4
>checking for long long... yes
>checking size of long long... 8
>checking for unsigned long long... yes
>checking size of unsigned long long... 8
>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 vprintf... yes
>checking for _doprnt... yes
>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
>Making all in src
>Making all in libjasper
>Making all in include
>Making all in jasper
>make  all-am
>Making all in base
>source='jas_cm.c' object='jas_cm.lo' libtool=yes \
>depfile='.deps/jas_cm.Plo' tmpdepfile='.deps/jas_cm.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o jas_cm.lo
>`test -f 'jas_cm.c' || echo './'`jas_cm.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c jas_cm.c -o jas_cm.o
>echo timestamp > jas_cm.lo
>source='jas_debug.c' object='jas_debug.lo' libtool=yes \
>depfile='.deps/jas_debug.Plo' tmpdepfile='.deps/jas_debug.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o jas_debug.lo
>`test -f 'jas_debug.c' || echo './'`jas_debug.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c jas_debug.c -o jas_debug.o
>echo timestamp > jas_debug.lo
>source='jas_getopt.c' object='jas_getopt.lo' libtool=yes \
>depfile='.deps/jas_getopt.Plo' tmpdepfile='.deps/jas_getopt.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o jas_getopt.l
> o
>`test -f 'jas_getopt.c' || echo './'`jas_getopt.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c jas_getopt.c -o jas_getopt.o
>"jas_getopt.c", line 212: warning: end-of-loop code not reached
>echo timestamp > jas_getopt.lo
>source='jas_image.c' object='jas_image.lo' libtool=yes \
>depfile='.deps/jas_image.Plo' tmpdepfile='.deps/jas_image.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o jas_image.lo
>`test -f 'jas_image.c' || echo './'`jas_image.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c jas_image.c -o jas_image.o
>echo timestamp > jas_image.lo
>source='jas_icc.c' object='jas_icc.lo' libtool=yes \
>depfile='.deps/jas_icc.Plo' tmpdepfile='.deps/jas_icc.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o jas_icc.lo
>`test -f 'jas_icc.c' || echo './'`jas_icc.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c jas_icc.c -o jas_icc.o
>echo timestamp > jas_icc.lo
>source='jas_iccdata.c' object='jas_iccdata.lo' libtool=yes \
>depfile='.deps/jas_iccdata.Plo' tmpdepfile='.deps/jas_iccdata.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o
>jas_iccdata.lo `test -f 'jas_iccdata.c' || echo './'`jas_iccdata.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c jas_iccdata.c -o jas_iccdata.o
>echo timestamp > jas_iccdata.lo
>source='jas_init.c' object='jas_init.lo' libtool=yes \
>depfile='.deps/jas_init.Plo' tmpdepfile='.deps/jas_init.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o jas_init.lo
>`test -f 'jas_init.c' || echo './'`jas_init.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c jas_init.c -o jas_init.o
>echo timestamp > jas_init.lo
>source='jas_malloc.c' object='jas_malloc.lo' libtool=yes \
>depfile='.deps/jas_malloc.Plo' tmpdepfile='.deps/jas_malloc.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o jas_malloc.l
> o
`test -f 'jas_malloc.c' || echo './'`jas_malloc.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c jas_malloc.c -o jas_malloc.o
>echo timestamp > jas_malloc.lo
>source='jas_seq.c' object='jas_seq.lo' libtool=yes \
>depfile='.deps/jas_seq.Plo' tmpdepfile='.deps/jas_seq.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o jas_seq.lo
>`test -f 'jas_seq.c' || echo './'`jas_seq.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c jas_seq.c -o jas_seq.o
>echo timestamp > jas_seq.lo
>source='jas_stream.c' object='jas_stream.lo' libtool=yes \
>depfile='.deps/jas_stream.Plo' tmpdepfile='.deps/jas_stream.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o jas_stream.l
> o
>`test -f 'jas_stream.c' || echo './'`jas_stream.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c jas_stream.c -o jas_stream.o
>echo timestamp > jas_stream.lo
>source='jas_string.c' object='jas_string.lo' libtool=yes \
>depfile='.deps/jas_string.Plo' tmpdepfile='.deps/jas_string.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o jas_string.l
> o
>`test -f 'jas_string.c' || echo './'`jas_string.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c jas_string.c -o jas_string.o
>echo timestamp > jas_string.lo
>source='jas_tvp.c' object='jas_tvp.lo' libtool=yes \
>depfile='.deps/jas_tvp.Plo' tmpdepfile='.deps/jas_tvp.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o jas_tvp.lo
>`test -f 'jas_tvp.c' || echo './'`jas_tvp.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c jas_tvp.c -o jas_tvp.o
>echo timestamp > jas_tvp.lo
>source='jas_version.c' object='jas_version.lo' libtool=yes \
>depfile='.deps/jas_version.Plo' tmpdepfile='.deps/jas_version.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o
>jas_version.lo `test -f 'jas_version.c' || echo './'`jas_version.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c jas_version.c -o jas_version.o
>echo timestamp > jas_version.lo
>/bin/bash ../../../libtool --mode=link cc  -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_tvp.lo
> jas_version.lo  -lm  -ljpeg
>mkdir .libs
>rm -fr .libs/libbase.la .libs/libbase.* .libs/libbase.*
>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_tvp.o jas_version.o
>ranlib .libs/libbase.a
>creating libbase.la
>(cd .libs && rm -f libbase.la && ln -s ../libbase.la libbase.la)
>Making all in bmp
>source='bmp_cod.c' object='bmp_cod.lo' libtool=yes \
>depfile='.deps/bmp_cod.Plo' tmpdepfile='.deps/bmp_cod.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o bmp_cod.lo
>`test -f 'bmp_cod.c' || echo './'`bmp_cod.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c bmp_cod.c -o bmp_cod.o
>echo timestamp > bmp_cod.lo
>source='bmp_dec.c' object='bmp_dec.lo' libtool=yes \
>depfile='.deps/bmp_dec.Plo' tmpdepfile='.deps/bmp_dec.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o bmp_dec.lo
>`test -f 'bmp_dec.c' || echo './'`bmp_dec.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c bmp_dec.c -o bmp_dec.o
>echo timestamp > bmp_dec.lo
>source='bmp_enc.c' object='bmp_enc.lo' libtool=yes \
>depfile='.deps/bmp_enc.Plo' tmpdepfile='.deps/bmp_enc.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o bmp_enc.lo
>`test -f 'bmp_enc.c' || echo './'`bmp_enc.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c bmp_enc.c -o bmp_enc.o
>echo timestamp > bmp_enc.lo
>/bin/bash ../../../libtool --mode=link cc  -O    -o libbmp.la   bmp_cod.lo
>bmp_dec.lo bmp_enc.lo  -lm  -ljpeg
>mkdir .libs
>rm -fr .libs/libbmp.la .libs/libbmp.* .libs/libbmp.*
>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)
>Making all in jp2
>source='jp2_cod.c' object='jp2_cod.lo' libtool=yes \
>depfile='.deps/jp2_cod.Plo' tmpdepfile='.deps/jp2_cod.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o jp2_cod.lo
>`test -f 'jp2_cod.c' || echo './'`jp2_cod.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c jp2_cod.c -o jp2_cod.o
>"jp2_cod.c", line 341: warning: statement not reached
>"jp2_cod.c", line 551: warning: statement not reached
>echo timestamp > jp2_cod.lo
>source='jp2_dec.c' object='jp2_dec.lo' libtool=yes \
>depfile='.deps/jp2_dec.Plo' tmpdepfile='.deps/jp2_dec.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o jp2_dec.lo
>`test -f 'jp2_dec.c' || echo './'`jp2_dec.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c jp2_dec.c -o jp2_dec.o
>echo timestamp > jp2_dec.lo
>source='jp2_enc.c' object='jp2_enc.lo' libtool=yes \
>depfile='.deps/jp2_enc.Plo' tmpdepfile='.deps/jp2_enc.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o jp2_enc.lo
>`test -f 'jp2_enc.c' || echo './'`jp2_enc.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c jp2_enc.c -o jp2_enc.o
>"jp2_enc.c", line 400: warning: statement not reached
>echo timestamp > jp2_enc.lo
>/bin/bash ../../../libtool --mode=link cc  -O    -o libjp2.la   jp2_cod.lo
>jp2_dec.lo jp2_enc.lo  -lm  -ljpeg
>mkdir .libs
>rm -fr .libs/libjp2.la .libs/libjp2.* .libs/libjp2.*
>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)
>Making all in jpc
>source='jpc_bs.c' object='jpc_bs.lo' libtool=yes \
>depfile='.deps/jpc_bs.Plo' tmpdepfile='.deps/jpc_bs.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o jpc_bs.lo
>`test -f 'jpc_bs.c' || echo './'`jpc_bs.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c jpc_bs.c -o jpc_bs.o
>echo timestamp > jpc_bs.lo
>source='jpc_cs.c' object='jpc_cs.lo' libtool=yes \
>depfile='.deps/jpc_cs.Plo' tmpdepfile='.deps/jpc_cs.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o jpc_cs.lo
>`test -f 'jpc_cs.c' || echo './'`jpc_cs.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c jpc_cs.c -o jpc_cs.o
>"jpc_cs.c", line 1654: warning: statement not reached
>echo timestamp > jpc_cs.lo
>source='jpc_dec.c' object='jpc_dec.lo' libtool=yes \
>depfile='.deps/jpc_dec.Plo' tmpdepfile='.deps/jpc_dec.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o jpc_dec.lo
>`test -f 'jpc_dec.c' || echo './'`jpc_dec.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c jpc_dec.c -o jpc_dec.o
>echo timestamp > jpc_dec.lo
>source='jpc_enc.c' object='jpc_enc.lo' libtool=yes \
>depfile='.deps/jpc_enc.Plo' tmpdepfile='.deps/jpc_enc.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o jpc_enc.lo
>`test -f 'jpc_enc.c' || echo './'`jpc_enc.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c jpc_enc.c -o jpc_enc.o
>echo timestamp > jpc_enc.lo
>source='jpc_math.c' object='jpc_math.lo' libtool=yes \
depfile='.deps/jpc_math.Plo' tmpdepfile='.deps/jpc_math.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o jpc_math.lo
>`test -f 'jpc_math.c' || echo './'`jpc_math.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c jpc_math.c -o jpc_math.o
>echo timestamp > jpc_math.lo
>source='jpc_mct.c' object='jpc_mct.lo' libtool=yes \
>depfile='.deps/jpc_mct.Plo' tmpdepfile='.deps/jpc_mct.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o jpc_mct.lo
>`test -f 'jpc_mct.c' || echo './'`jpc_mct.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c jpc_mct.c -o jpc_mct.o
>echo timestamp > jpc_mct.lo
>source='jpc_mqcod.c' object='jpc_mqcod.lo' libtool=yes \
>depfile='.deps/jpc_mqcod.Plo' tmpdepfile='.deps/jpc_mqcod.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o jpc_mqcod.lo
>`test -f 'jpc_mqcod.c' || echo './'`jpc_mqcod.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c jpc_mqcod.c -o jpc_mqcod.o
>echo timestamp > jpc_mqcod.lo
>source='jpc_mqdec.c' object='jpc_mqdec.lo' libtool=yes \
>depfile='.deps/jpc_mqdec.Plo' tmpdepfile='.deps/jpc_mqdec.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o jpc_mqdec.lo
>`test -f 'jpc_mqdec.c' || echo './'`jpc_mqdec.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c jpc_mqdec.c -o jpc_mqdec.o
>echo timestamp > jpc_mqdec.lo
>source='jpc_mqenc.c' object='jpc_mqenc.lo' libtool=yes \
>depfile='.deps/jpc_mqenc.Plo' tmpdepfile='.deps/jpc_mqenc.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o jpc_mqenc.lo
>`test -f 'jpc_mqenc.c' || echo './'`jpc_mqenc.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c jpc_mqenc.c -o jpc_mqenc.o
>echo timestamp > jpc_mqenc.lo
>source='jpc_qmfb.c' object='jpc_qmfb.lo' libtool=yes \
>depfile='.deps/jpc_qmfb.Plo' tmpdepfile='.deps/jpc_qmfb.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o jpc_qmfb.lo
>`test -f 'jpc_qmfb.c' || echo './'`jpc_qmfb.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c jpc_qmfb.c -o jpc_qmfb.o
>echo timestamp > jpc_qmfb.lo
>source='jpc_tagtree.c' object='jpc_tagtree.lo' libtool=yes \
>depfile='.deps/jpc_tagtree.Plo' tmpdepfile='.deps/jpc_tagtree.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o
>jpc_tagtree.lo `test -f 'jpc_tagtree.c' || echo './'`jpc_tagtree.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c jpc_tagtree.c -o jpc_tagtree.o
>echo timestamp > jpc_tagtree.lo
>source='jpc_t1cod.c' object='jpc_t1cod.lo' libtool=yes \
>depfile='.deps/jpc_t1cod.Plo' tmpdepfile='.deps/jpc_t1cod.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o jpc_t1cod.lo
>`test -f 'jpc_t1cod.c' || echo './'`jpc_t1cod.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c jpc_t1cod.c -o jpc_t1cod.o
>echo timestamp > jpc_t1cod.lo
>source='jpc_t1dec.c' object='jpc_t1dec.lo' libtool=yes \
>depfile='.deps/jpc_t1dec.Plo' tmpdepfile='.deps/jpc_t1dec.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o jpc_t1dec.lo
>`test -f 'jpc_t1dec.c' || echo './'`jpc_t1dec.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c jpc_t1dec.c -o jpc_t1dec.o
>echo timestamp > jpc_t1dec.lo
>source='jpc_t1enc.c' object='jpc_t1enc.lo' libtool=yes \
>depfile='.deps/jpc_t1enc.Plo' tmpdepfile='.deps/jpc_t1enc.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o jpc_t1enc.lo
>`test -f 'jpc_t1enc.c' || echo './'`jpc_t1enc.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c jpc_t1enc.c -o jpc_t1enc.o
>echo timestamp > jpc_t1enc.lo
>source='jpc_tsfb.c' object='jpc_tsfb.lo' libtool=yes \
>depfile='.deps/jpc_tsfb.Plo' tmpdepfile='.deps/jpc_tsfb.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o jpc_tsfb.lo
>`test -f 'jpc_tsfb.c' || echo './'`jpc_tsfb.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c jpc_tsfb.c -o jpc_tsfb.o
>echo timestamp > jpc_tsfb.lo
>source='jpc_t2cod.c' object='jpc_t2cod.lo' libtool=yes \
>depfile='.deps/jpc_t2cod.Plo' tmpdepfile='.deps/jpc_t2cod.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o jpc_t2cod.lo
>`test -f 'jpc_t2cod.c' || echo './'`jpc_t2cod.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c jpc_t2cod.c -o jpc_t2cod.o
>echo timestamp > jpc_t2cod.lo
>source='jpc_t2dec.c' object='jpc_t2dec.lo' libtool=yes \
>depfile='.deps/jpc_t2dec.Plo' tmpdepfile='.deps/jpc_t2dec.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o jpc_t2dec.lo
>`test -f 'jpc_t2dec.c' || echo './'`jpc_t2dec.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c jpc_t2dec.c -o jpc_t2dec.o
>echo timestamp > jpc_t2dec.lo
>source='jpc_t2enc.c' object='jpc_t2enc.lo' libtool=yes \
>depfile='.deps/jpc_t2enc.Plo' tmpdepfile='.deps/jpc_t2enc.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o jpc_t2enc.lo
>`test -f 'jpc_t2enc.c' || echo './'`jpc_t2enc.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c jpc_t2enc.c -o jpc_t2enc.o
>echo timestamp > jpc_t2enc.lo
>source='jpc_util.c' object='jpc_util.lo' libtool=yes \
>depfile='.deps/jpc_util.Plo' tmpdepfile='.deps/jpc_util.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o jpc_util.lo
>`test -f 'jpc_util.c' || echo './'`jpc_util.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c jpc_util.c -o jpc_util.o
>echo timestamp > jpc_util.lo
>/bin/bash ../../../libtool --mode=link cc  -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.l
> o
> jpc_t1enc.lo jpc_tsfb.lo jpc_t2cod.lo jpc_t2dec.lo jpc_t2enc.lo  jpc_util.lo
> -lm  -ljpeg
>mkdir .libs
>rm -fr .libs/libjpc.la .libs/libjpc.* .libs/libjpc.*
>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)
>Making all in jpg
>source='jpg_dec.c' object='jpg_dec.lo' libtool=yes \
>depfile='.deps/jpg_dec.Plo' tmpdepfile='.deps/jpg_dec.TPlo' \
>depmode=none /bin/bash ../../../acaux/depcomp \
>/bin/bash ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
>-I../../../src/libjasper/include/jasper  -I../include    -O -c -o jpg_dec.lo
>`test -f 'jpg_dec.c' || echo './'`jpg_dec.c
>cc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../includ
> e
>-O -c jpg_dec.c -o jpg_dec.o
>"./jpg_jpeglib.h", line 120: cannot find include file: <jpeglib.h>
>"jpg_dec.c", line 133: syntax error before or at: cinfo
>"jpg_dec.c", line 133: warning: undefined or missing type for: cinfo
>"jpg_dec.c", line 133: warning: undefined or missing type for: struct
>"jpg_dec.c", line 136: syntax error before or at: cinfo
>"jpg_dec.c", line 136: warning: undefined or missing type for: cinfo
>"jpg_dec.c", line 136: warning: undefined or missing type for: struct
>"jpg_dec.c", line 137: warning: undefined or missing type for: rows_supplied
>"jpg_dec.c", line 140: syntax error before or at: cinfo
>"jpg_dec.c", line 140: warning: undefined or missing type for: cinfo
>"jpg_dec.c", line 140: warning: undefined or missing type for: struct
>"jpg_dec.c", line 143: cannot recover from previous errors
>cc: acomp failed for jpg_dec.c
>*** Error code 1
>make: Fatal error: Command failed for target `jpg_dec.lo'
>Current working directory
>/home/nawips/GEMPAK5.8.1/gempak/source/jasper-1.700.5/src/libjasper/jpg
>*** Error code 1
>make: Fatal error: Command failed for target `all-recursive'
>Current working directory
>/home/nawips/GEMPAK5.8.1/gempak/source/jasper-1.700.5/src/libjasper
>*** Error code 1
>make: Fatal error: Command failed for target `all-recursive'
>Current working directory
>/home/nawips/GEMPAK5.8.1/gempak/source/jasper-1.700.5/src
>*** Error code 1
>make: Fatal error: Command failed for target `all-recursive'
>Current working directory /home/nawips/GEMPAK5.8.1/gempak/source/jasper-1.700.
> 5
>*** Error code 1 (ignored)
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/nxmlib
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/netcdf-3.5.1
>look netcdf /home/nawips/GEMPAK5.8.1/netcdf/sol/lib/libnetcdf.a
>make lnetcdf "FC= " "CXX= "
> Creating /home/nawips/GEMPAK5.8.1/netcdf/sol
>/home/nawips/GEMPAK5.8.1/gempak/source/netcdf-3.5.1/src
>
>Making `distclean' in directory
>/home/nawips/GEMPAK5.8.1/gempak/source/netcdf-3.5.1/src/libsrc
>
>rm -f *.o *.a *.so *.sl *.i *.Z core t_ncio.o t_ncio t_ncx.o t_ncx t_ncxx.o
>t_ncxx  t_nc.o t_nc test.nc *.so \
>    MANIFEST *.log ncconfig.h
>rm -rf SunWS_cache
>
>Returning to directory /home/nawips/GEMPAK5.8.1/gempak/source/netcdf-3.5.1/src
>
>
>Making `distclean' in directory
>/home/nawips/GEMPAK5.8.1/gempak/source/netcdf-3.5.1/src/nctest
>
>rm -f *.o *.a *.so *.sl *.i *.Z core nctest lint.out test.nc test2.nc times
>testfile.nc \
>    MANIFEST *.log
>rm -rf SunWS_cache
>
>Returning to directory /home/nawips/GEMPAK5.8.1/gempak/source/netcdf-3.5.1/src
>
>
>Making `distclean' in directory
>/home/nawips/GEMPAK5.8.1/gempak/source/netcdf-3.5.1/src/nc_test
>
>rm -f *.o *.a *.so *.sl *.i *.Z core nc_test test.nc scratch.nc lint.out times
>\
>    MANIFEST *.log
>rm -rf SunWS_cache
>
>Returning to directory /home/nawips/GEMPAK5.8.1/gempak/source/netcdf-3.5.1/src
>
>
>Making `distclean' in directory
>/home/nawips/GEMPAK5.8.1/gempak/source/netcdf-3.5.1/src/fortran
>
>rm -f *.o *.a *.so *.sl *.i *.Z core copy.nc    ftest           ftest.f77
> test.nc \
>    MANIFEST *.log nfconfig.inc
>rm -rf SunWS_cache
>
>Returning to directory /home/nawips/GEMPAK5.8.1/gempak/source/netcdf-3.5.1/src
>
>
>Making `distclean' in directory
>/home/nawips/GEMPAK5.8.1/gempak/source/netcdf-3.5.1/src/f90
>
>rm -f *.o *.a *.so *.sl *.i *.Z core netcdf_test *.mod example.nc example.cdl
> eightByteIntExample.nc \
>    MANIFEST *.log
>rm -rf SunWS_cache
>
>Returning to directory /home/nawips/GEMPAK5.8.1/gempak/source/netcdf-3.5.1/src
>
>
>Making `distclean' in directory
>/home/nawips/GEMPAK5.8.1/gempak/source/netcdf-3.5.1/src/nf_test
>
>rm -f *.o *.a *.so *.sl *.i *.Z core times      lint.out        nf_test
> scratch.nc     *.f77 \
>    MANIFEST *.log
>rm -rf SunWS_cache
>
>Returning to directory /home/nawips/GEMPAK5.8.1/gempak/source/netcdf-3.5.1/src
>
>
>Making `distclean' in directory
>/home/nawips/GEMPAK5.8.1/gempak/source/netcdf-3.5.1/src/ncdump
>
>rm -f *.o *.a *.so *.sl *.i *.Z core ncdump test0.nc test1.nc test1.cdl
>test2.cdl \
>    MANIFEST *.log
>rm -rf SunWS_cache
>
>Returning to directory /home/nawips/GEMPAK5.8.1/gempak/source/netcdf-3.5.1/src
>
>
>Making `distclean' in directory
>/home/nawips/GEMPAK5.8.1/gempak/source/netcdf-3.5.1/src/ncgen
>
>rm -f *.o *.a *.so *.sl *.i *.Z core ncgen  netcdf.inc  c0.nc c1.cdl c1.nc
>c2.cdl  f0.nc  ctest.c ctest ctest0.nc ctest1.cdl  ftest.f ftest ftest0.nc
>ftest1.cdl \
>    MANIFEST *.log
>rm -rf SunWS_cache
>
>Returning to directory /home/nawips/GEMPAK5.8.1/gempak/source/netcdf-3.5.1/src
>
>
>Making `distclean' in directory
>/home/nawips/GEMPAK5.8.1/gempak/source/netcdf-3.5.1/src/cxx
>
>rm -f *.o *.a *.so *.sl *.i *.Z core nctst test.out example.nc  *.cps *.dvi
>*.fns  *.log *~ *.gs *.aux *.cp *.fn *.ky *.pg *.toc *.tp *.vr \
>    MANIFEST *.log
>rm -rf SunWS_cache
>
>Returning to directory /home/nawips/GEMPAK5.8.1/gempak/source/netcdf-3.5.1/src
>
>rm -f *.o *.a *.so *.sl *.i *.Z core  \
>    MANIFEST *.log config.cache         config.status   MANIFEST
>rm -rf SunWS_cache
>creating cache ./config.cache
>checking for top-level source-directory
>/home/nawips/GEMPAK5.8.1/gempak/source/netcdf-3.5.1/src
>checking for m4 preprocessor
>checking for m4... m4
>checking m4 flags... -B10000
>checking for xlc... no
>checking for c89... c89
>checking C compiler "c89"... works
>checking how to make dependencies... cc -xM
>configure: warning: Empty CXX variable
>configure: warning: The C++ interface will not be built
>checking how to run the C preprocessor... c89 -E
>configure: warning: Fortran-77 compiler is explicitly null
>configure: warning: The Fortran-77 interface will not be built
>checking for Fortran .F compiler...
>checking for Fortran preprocessor... c89 -E
>checking "" as Fortran-90 compiler... failed to build test program
>checking for xlf90... no
>checking for f90... f90
>checking Fortran-90 compiler "f90"... works
>checking for nm utility
>checking for nm... nm
>checking nm flags...
>checking for math library
>checking for tanh in -lc... no
>checking for tanh in -lm... yes
>checking for ar utility
>checking for ar... ar
>checking ar flags... cru
>checking for nm utility
>checking for nm... (cached) nm
>checking nm flags...
>checking for ranlib... ranlib
>checking for stdlib.h... yes
>checking for sys/types.h... yes
>checking for strerror... yes
>checking for working ftruncate()... yes
>checking for working alloca.h... yes
>checking for alloca... yes
>checking for st_blksize in struct stat... yes
>checking for IEEE floating point format... yes
>checking for ANSI C header files... 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... yes
>checking size of short... 2
>checking size of int... 4
>checking size of long... 4
>checking size of float... 4
>checking size of double... 8
>checking size of off_t... 4
>checking size of size_t... 4
>checking for catman... catman
>checking for manual-page index command... catman -w -M $(MANDIR)
>checking binary distribution directory... /home/ftp/pub/binary/dummy_system
>updating cache ./config.cache
>creating ./config.status
>creating macros.make
>udcreating fortran/nfconfig.inc
>creating libsrc/ncconfig.h
>
>Making `all' in directory
>/home/nawips/GEMPAK5.8.1/gempak/source/netcdf-3.5.1/src/libsrc
>
>c89 -c -O -I.  -DNDEBUG attr.c
>c89 -c -O -I.  -DNDEBUG dim.c
>c89 -c -O -I.  -DNDEBUG error.c
>c89 -c -O -I.  -DNDEBUG -DVERSION=`cat ../VERSION` libvers.c
>c89 -c -O -I.  -DNDEBUG nc.c
>c89 -c -O -I.  -DNDEBUG ncio.c
>c89 -c -O -I.  -DNDEBUG ncx.c
>c89 -c -O -I.  -DNDEBUG putget.c
>c89 -c -O -I.  -DNDEBUG string.c
>c89 -c -O -I.  -DNDEBUG v1hpg.c
>c89 -c -O -I.  -DNDEBUG v2i.c
>c89 -c -O -I.  -DNDEBUG var.c
>ar cru libnetcdf.a attr.o  dim.o  error.o  libvers.o  nc.o  ncio.o  ncx.o
> putget.o  string.o  v1hpg.o  v2i.o  var.o
>ranlib libnetcdf.a
>
>Returning to directory /home/nawips/GEMPAK5.8.1/gempak/source/netcdf-3.5.1/src
>
>
>Making `all' in directory
>/home/nawips/GEMPAK5.8.1/gempak/source/netcdf-3.5.1/src/ncdump
>
>c89 -c -O -I../libsrc  -DNDEBUG ncdump.c
>c89 -c -O -I../libsrc  -DNDEBUG vardata.c
>c89 -c -O -I../libsrc  -DNDEBUG dumplib.c
>c89 -o ncdump -O  ncdump.o vardata.o dumplib.o ../libsrc/libnetcdf.a
>
>Returning to directory /home/nawips/GEMPAK5.8.1/gempak/source/netcdf-3.5.1/src
>
>
>Making `all' in directory
>/home/nawips/GEMPAK5.8.1/gempak/source/netcdf-3.5.1/src/ncgen
>
>c89 -c -O -I../libsrc -I.  -DNDEBUG main.c
>c89 -c -O -I../libsrc -I.  -DNDEBUG load.c
>c89 -c -O -I../libsrc -I.  -DNDEBUG ncgentab.c
>c89 -c -O -I../libsrc -I.  -DNDEBUG escapes.c
>c89 -c -O -I../libsrc -I.  -DNDEBUG getfill.c
>c89 -c -O -I../libsrc -I.  -DNDEBUG init.c
>c89 -c -O -I../libsrc -I.  -DNDEBUG genlib.c
>c89 -o ncgen -O  main.o load.o ncgentab.o escapes.o  getfill.o init.o genlib.o
>../libsrc/libnetcdf.a
>
>Returning to directory /home/nawips/GEMPAK5.8.1/gempak/source/netcdf-3.5.1/src
>
>Not making `cxx/all' because no C++ compiler
>Not making `fortran/all' because no FORTRAN compiler
>
>Making `all' in directory
>/home/nawips/GEMPAK5.8.1/gempak/source/netcdf-3.5.1/src/f90
>
>f90 -c  typeSizes.f90
>f90 -c  netcdf.f90
>ar cru ../libsrc/libnetcdf.a netcdf.o typeSizes.o
>ranlib ../libsrc/libnetcdf.a
>
>Returning to directory /home/nawips/GEMPAK5.8.1/gempak/source/netcdf-3.5.1/src
>
>
>Making `install' in directory
>/home/nawips/GEMPAK5.8.1/gempak/source/netcdf-3.5.1/src/libsrc
>
>test -d /home/nawips/GEMPAK5.8.1/netcdf/sol/lib || mkdir
>/home/nawips/GEMPAK5.8.1/netcdf/sol/lib
>ar cru libnetcdf.a attr.o  dim.o  error.o  libvers.o  nc.o  ncio.o  ncx.o
> putget.o  string.o  v1hpg.o  v2i.o  var.o
>ranlib libnetcdf.a
>cp libnetcdf.a /home/nawips/GEMPAK5.8.1/netcdf/sol/lib/libnetcdf.a
>test -d /home/nawips/GEMPAK5.8.1/netcdf/sol/include || mkdir
>/home/nawips/GEMPAK5.8.1/netcdf/sol/include
>cp netcdf.h /home/nawips/GEMPAK5.8.1/netcdf/sol/include/netcdf.h
>test -d /home/nawips/GEMPAK5.8.1/netcdf/sol/man || mkdir
>/home/nawips/GEMPAK5.8.1/netcdf/sol/man
>test -d /home/nawips/GEMPAK5.8.1/netcdf/sol/man/man3 || mkdir
>/home/nawips/GEMPAK5.8.1/netcdf/sol/man/man3
>cp netcdf.3 /home/nawips/GEMPAK5.8.1/netcdf/sol/man/man3/netcdf.3
>
>Returning to directory /home/nawips/GEMPAK5.8.1/gempak/source/netcdf-3.5.1/src
>
>Not making `fortran/install' because no FORTRAN compiler
>
>Making `install' in directory
>/home/nawips/GEMPAK5.8.1/gempak/source/netcdf-3.5.1/src/f90
>
>cp netcdf.mod /home/nawips/GEMPAK5.8.1/netcdf/sol/include/netcdf.mod
>cp typesizes.mod /home/nawips/GEMPAK5.8.1/netcdf/sol/include/typesizes.mod
>cp netcdf.3f90 /home/nawips/GEMPAK5.8.1/netcdf/sol/man/man3/netcdf.3f90
>test -d /home/nawips/GEMPAK5.8.1/netcdf/sol/man/man3f90 || mkdir
>/home/nawips/GEMPAK5.8.1/netcdf/sol/man/man3f90
>rm -f /home/nawips/GEMPAK5.8.1/netcdf/sol/man/man3f90/netcdf.3f90
>ln -s /home/nawips/GEMPAK5.8.1/netcdf/sol/man/man3/netcdf.3f90
>/home/nawips/GEMPAK5.8.1/netcdf/sol/man/man3f90/netcdf.3f90
>
>Returning to directory /home/nawips/GEMPAK5.8.1/gempak/source/netcdf-3.5.1/src
>
>
>Making `install' in directory
>/home/nawips/GEMPAK5.8.1/gempak/source/netcdf-3.5.1/src/ncdump
>
>test -d /home/nawips/GEMPAK5.8.1/netcdf/sol/bin || mkdir
>/home/nawips/GEMPAK5.8.1/netcdf/sol/bin
>c89 -o ncdump -O  ncdump.o vardata.o dumplib.o ../libsrc/libnetcdf.a
>cp ncdump /home/nawips/GEMPAK5.8.1/netcdf/sol/bin/ncdump
>test -d /home/nawips/GEMPAK5.8.1/netcdf/sol/man/man1 || mkdir
>/home/nawips/GEMPAK5.8.1/netcdf/sol/man/man1
>cp ncdump.1 /home/nawips/GEMPAK5.8.1/netcdf/sol/man/man1/ncdump.1
>
>Returning to directory /home/nawips/GEMPAK5.8.1/gempak/source/netcdf-3.5.1/src
>
>
>Making `install' in directory
>/home/nawips/GEMPAK5.8.1/gempak/source/netcdf-3.5.1/src/ncgen
>
>c89 -o ncgen -O  main.o load.o ncgentab.o escapes.o  getfill.o init.o genlib.o
>../libsrc/libnetcdf.a
>cp ncgen /home/nawips/GEMPAK5.8.1/netcdf/sol/bin/ncgen
>cp ncgen.1 /home/nawips/GEMPAK5.8.1/netcdf/sol/man/man1/ncgen.1
>
>Returning to directory /home/nawips/GEMPAK5.8.1/gempak/source/netcdf-3.5.1/src
>
>Not making `cxx/install' because no C++ compiler
>catman -w -M /home/nawips/GEMPAK5.8.1/netcdf/sol/man
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/zlib
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/libpng-1.2.8-config
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/melbufr-5.2
>/home/nawips/GEMPAK5.8.1/gempak/source/melbufr-5.2/src
>cc -DUNDERSCORE -DSunOS -I/home/nawips/GEMPAK5.8.1/gempak/include
>-I/usr/dt/include -I/usr/openwin/include -O -O  -I../include  -DDEBUG_PRINT=0
> -DFNOC_KLUDGE=0  -DIGNORE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0 -c
> bufr_dump.c
>f77 -I/home/nawips/GEMPAK5.8.1/gempak/include
>-I/home/nawips/GEMPAK5.8.1/gempak/include/SunOS -O2 -xildoff  -o bufr_dump
>bufr_dump.o /home/nawips/GEMPAK5.8.1/lib/sol/libmel_bufr.a
>cc -DUNDERSCORE -DSunOS -I/home/nawips/GEMPAK5.8.1/gempak/include
>-I/usr/dt/include -I/usr/openwin/include -O -O  -I../include  -DDEBUG_PRINT=0
> -DFNOC_KLUDGE=0  -DIGNORE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0 -c
> dataset_dmp.c
>f77 -I/home/nawips/GEMPAK5.8.1/gempak/include
>-I/home/nawips/GEMPAK5.8.1/gempak/include/SunOS -O2 -xildoff  -o dataset_dmp
>dataset_dmp.o /home/nawips/GEMPAK5.8.1/lib/sol/libmel_bufr.a
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/rsl
>/home/nawips/GEMPAK5.8.1/gempak/source/rsl/src
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/aodtlib
>/home/nawips/GEMPAK5.8.1/gempak/source/aodtlib/v63/odtlib
>/home/nawips/GEMPAK5.8.1/gempak/source/aodtlib/v63/odtapi
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/appl
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/appl/access
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/appl/attribute
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/appl/bounds
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/appl/color
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/appl/contour
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/appl/control
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/appl/curve
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/appl/graph
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/appl/grid
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/appl/map
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/appl/plot
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/appl/satellite
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/appl/transform
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/appl/utility
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/syslib
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/device
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/device/access
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/device/attribute
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/device/color
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/device/control
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/device/curve
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/device/draw
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/device/plot
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/device/satellite
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/device/window
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/aw
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/cv
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/df
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/dg
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/dm
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/dp
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/dv
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/er
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/fl
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/gb
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/gd
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/gdu
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/gg
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/gh
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/gp
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/gr
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/im
>( cd imnids;  echo -n "making in " ; \
>       pwd ; make  all ; cd .. )
>-n making in
>/home/nawips/GEMPAK5.8.1/gempak/source/gemlib/im/imnids
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/in
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/ip
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/jb
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/lc
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/lv
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/lw
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/mr
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/na
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/oa
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/pc
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/pd
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/pr
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/ps
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/pt
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/sf
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/sn
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/ss
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/st
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/tb
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/tg
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/ti
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/tm
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/vf
>SunOS - making all in /home/nawips/GEMPAK5.8.1/gempak/source/gemlib/mv
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/cgemlib
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/cgemlib/upc
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/cgemlib/cas
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/cgemlib/cfl
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/cgemlib/clz
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/cgemlib/cst
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/cgemlib/ctb
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/cgemlib/cgr
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/cgemlib/cds
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/cgemlib/cvq
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/cgemlib/ces
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/cgemlib/crg
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/cgemlib/clo
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/cgemlib/utf
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/cgemlib/cbf
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/cgemlib/css
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/cgemlib/cpg
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/cgemlib/cvg
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/cgemlib/spf
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/cgemlib/shp
>SunOS - making in /home/nawips/GEMPAK5.8.1/gempak/source/cgemlib/css/sunos5
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gpclib
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/textlib
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/textlib/bfr
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/textlib/uka
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/textlib/utl
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/textlib/wbc
>Making all in /home/nawips/GEMPAK5.8.1/gempak/source/gplt
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/gplt/access
>making alt library in /home/nawips/GEMPAK5.8.1/gempak/source/gplt/access/alt
>f77 -I/home/nawips/GEMPAK5.8.1/gempak/include
>-I/home/nawips/GEMPAK5.8.1/gempak/include/SunOS -O2 -c gendp_alt.f
>gendp_alt.f:
>       gendp:
>cp gendp_alt.o /home/nawips/GEMPAK5.8.1/lib/sol/gendp_alt.o
>rm -f *.o
>f77 -I/home/nawips/GEMPAK5.8.1/gempak/include
>-I/home/nawips/GEMPAK5.8.1/gempak/include/SunOS -O2 -c ginitp_alt.f
>ginitp_alt.f:
>       ginitp:
>cp ginitp_alt.o /home/nawips/GEMPAK5.8.1/lib/sol/ginitp_alt.o
>rm -f *.o
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/gplt/attribute
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/gplt/bounds
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/gplt/color
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/gplt/contour
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/gplt/control
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/gplt/coord
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/gplt/curve
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/gplt/graph
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/gplt/grid
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/gplt/map
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/gplt/plot
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/gplt/satellite
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/gplt/transform
>-n making in
>/home/nawips/GEMPAK5.8.1/gempak/source/gplt/transform/mcidas
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/gplt/utility
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/gplt/device
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/gplt/device/access
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/gplt/device/attribute
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/gplt/device/color
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/gplt/device/control
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/gplt/device/plot
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/gplt/device/satellite
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/gplt/device/window
>making all in /home/nawips/GEMPAK5.8.1/gempak/source/gplt/main
>f77 -I/home/nawips/GEMPAK5.8.1/gempak/include
>-I/home/nawips/GEMPAK5.8.1/gempak/include/SunOS -O2 -xildoff gplt.f
>/home/nawips/GEMPAK5.8.1/lib/sol/gplt.a
> /home/nawips/GEMPAK5.8.1/lib/sol/gpltdev.a
> /home/nawips/GEMPAK5.8.1/lib/sol/syslib.a
> /home/nawips/GEMPAK5.8.1/lib/sol/cgemlib.a
> /home/nawips/GEMPAK5.8.1/lib/sol/gemlib.a
> /home/nawips/GEMPAK5.8.1/lib/sol/cgemlib.a
> /home/nawips/GEMPAK5.8.1/lib/sol/gemlib.a -o gplt
>gplt.f:
> MAIN gplt:
>Undefined                      first referenced
> symbol                            in file
>__f90_dur_4
>                        /home/nawips/GEMPAK5.8.1/lib/sol/gemlib.a(flread.o)
>__f90_sslw
>                         /home/nawips/GEMPAK5.8.1/lib/sol/gplt.a(gcspln.o)
>__f90_edur
>                         /home/nawips/GEMPAK5.8.1/lib/sol/gemlib.a(flread.o)
>__f90_ifw_i4
>                       /home/nawips/GEMPAK5.8.1/lib/sol/gplt.a(mcnav.o)
>__f90_open
>                         /home/nawips/GEMPAK5.8.1/lib/sol/gemlib.a(fldopn.o)
>__f90_ifr_i4
>                       /home/nawips/GEMPAK5.8.1/lib/sol/gplt.a(mcnav.o)
>__f90_ifw_r4
>                       /home/nawips/GEMPAK5.8.1/lib/sol/gemlib.a(grlabl.o)
>__f90_slw_i4
>                       /home/nawips/GEMPAK5.8.1/lib/sol/gplt.a(gms5_nav.o)
>__f90_sdur
>                         /home/nawips/GEMPAK5.8.1/lib/sol/gemlib.a(flread.o)
>__f90_slw_ch
>                       /home/nawips/GEMPAK5.8.1/lib/sol/gplt.a(gcspln.o)
>__f90_esfr
>                         /home/nawips/GEMPAK5.8.1/lib/sol/gemlib.a(ermmsg.o)
>__f90_esfw
>                         /home/nawips/GEMPAK5.8.1/lib/sol/gplt.a(gms5_nav.o)
>__f90_backspace
>                    /home/nawips/GEMPAK5.8.1/lib/sol/gemlib.a(flbksp.o)
>__f90_slw_r8
>                       /home/nawips/GEMPAK5.8.1/lib/sol/gplt.a(gms5_nav.o)
>__f95_signf
>                        /home/nawips/GEMPAK5.8.1/lib/sol/gplt.a(updpxy.o)
>__f_index
>                          /home/nawips/GEMPAK5.8.1/lib/sol/gplt.a(groam.o)
>__f90_eslw
>                         /home/nawips/GEMPAK5.8.1/lib/sol/gplt.a(gcspln.o)
>__f90_eifr
>                         /home/nawips/GEMPAK5.8.1/lib/sol/gplt.a(mcnav.o)
>__f90_close
>                        /home/nawips/GEMPAK5.8.1/lib/sol/gemlib.a(flclos.o)
>__f90_eifw
>                         /home/nawips/GEMPAK5.8.1/lib/sol/gplt.a(mcnav.o)
>__f90_ssfr
>                         /home/nawips/GEMPAK5.8.1/lib/sol/gemlib.a(ermmsg.o)
>__f90_ssfw
>                         /home/nawips/GEMPAK5.8.1/lib/sol/gplt.a(gms5_nav.o)
>__f90_sfw_ch
>                       /home/nawips/GEMPAK5.8.1/lib/sol/gplt.a(gms5_nav.o)
>__f90_sfw_r4
>                       /home/nawips/GEMPAK5.8.1/lib/sol/gplt.a(gms5_nav.o)
>__f90_inqf
>                         /home/nawips/GEMPAK5.8.1/lib/sol/gemlib.a(flinqr.o)
>__f90_sifr
>                         /home/nawips/GEMPAK5.8.1/lib/sol/gplt.a(mcnav.o)
>__f90_sifw
>                         /home/nawips/GEMPAK5.8.1/lib/sol/gplt.a(mcnav.o)
>__f90_sfr_ch
>                       /home/nawips/GEMPAK5.8.1/lib/sol/gemlib.a(ermmsg.o)
>ld: fatal: Symbol referencing errors. No output written to gplt
>*** Error code 1
>make: Fatal error: Command failed for target `gplt'
>Current working directory /home/nawips/GEMPAK5.8.1/gempak/source/gplt/main
>*** Error code 1
>make: Fatal error: Command failed for target `all'
>Current working directory /home/nawips/GEMPAK5.8.1/gempak/source/gplt
>*** Error code 1
>make: Fatal error: Command failed for target `all'
>Current working directory /home/nawips/GEMPAK5.8.1/gempak/source
>*** Error code 1
>make: Fatal error: Command failed for target `all'
>Current working directory /home/nawips/GEMPAK5.8.1/gempak
>*** Error code 1
>make: Fatal error: Command failed for target `all'
>
>
>Now I'm thinking of leaving early to get a beer!
>
>Clint
>
>====================================================================
>Clinton M. Rowe
>Associate Professor
>Meteorology/Climatology Program                  phone:(402)472-1946
>Department of Geosciences                          fax:(402)472-4917
>University of Nebraska-Lincoln                        address@hidden
>
>
>---End of forwarded mail from NAWIPS system <address@hidden>
>
--
NOTE: All email exchanges with Unidata User Support are recorded in the
Unidata inquiry tracking system and then made publicly available
through the web.  If you do not want to have your interactions made
available in this way, you must let us know in each email you send to us.