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

19991105: Building UNIDATA McIDAS-X 7.60 no vendor option on makelog



>From: Rene Lobato <rlobato@200.13.36.34>
>Organization: Mex. Inst. Water Tech
>Keywords: 199911052259.PAA09102 McIDAS-X build

Rene-

Tom is out of town until next week, but I'll see if I can help in
the mean time.  I've read through your previous e-mail exchange
and think I can follow what has transpired.  Thanks for sending
along the output of the makelog.

My first question is whether you ran 'make clobber' between the
failed builds.  It is important to run this when specifying different
compile options (or after a failed build) so you are starting with
a clean slate.  If you are not doing this, then try to make
McIDAS again after running 'make clobber'.

If you were running 'make clobber' first or if you still have problems
after running this, please send me some logon information for the
mcidas account (user/password/machine) and I will log on and see
if I can solve the problem.

Don Murray
****************************************************************************
Unidata User Support                                    UCAR Unidata Program
(303)497-8644                                                  P.O. Box 3000
address@hidden                                   Boulder, CO 80307
----------------------------------------------------------------------------
Unidata WWW Service                        http://www.unidata.ucar.edu/     
****************************************************************************
>--=====================_941864343==_
>Content-Type: text/enriched; charset="iso-8859-1"
>Content-Transfer-Encoding: quoted-printable
>
><bigger>Here I go again !!
>>
>
>>I am not sure what is going on on your machine, but I suspect that it
>>really is related to convdlm not having been built correctly (or at
>>all).  If the outline above regarding libf2c.a does not fit your
>>situation, then I will need to see the relevant makelog sections as I
>>have indicated above.  If all else fails, I would be happy to logon to
>>your machine and look around for the problem.
>>
>
>If this arrangement does not work, I=B4ll give you the passwd for login
>into my machine.
>
>I am attaching two situations. First with no -vendor option. Second, with
>-vendor option (in following e-mail)
>
>
>                       This is the no -vendor option
>
>part of the file makelog for the construction de convdlm:
>taking out the variable -vendor from the makefile
>
>_________________________________________________________________________
>
>
>./mccomp -O -I. -I../netcdf/libsrc -c convdlmc.c
>
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I.
>-I../netcdf/libsrc convdlmc.c
>
>compile convdlmc.c:             done
>
>./mccomp -O -I. -I../netcdf/libsrc -c convdlmf.f
>
>mcfc -c -O -I. -I../netcdf/libsrc convdlmf.f
>
>convdlmf.f:
>
>   convdlm:
>
>   nchars:
>
>   len_trim:
>
>compile convdlmf.f:             done
>
>./mccomp -O -s -o convdlm convdlmc.o convdlmf.o
>
>mcfc -s -O -o convdlm convdlmc.o convdlmf.o -L/usr/local/lib
>-L/usr/X11R6/lib -lf2c -ldl -lm
>
>link    convdlm:                done
>
>____________________________________________________________________
>
>Part of the file makelog for the compilation of mdxgra.dlm:
>
>Taking out -vendor from the makefile
>
>____________________________________________________________________
>
>
>./mcar libmcidas.a dblg.o dnvblk.o indexx.o nvsyd.o rblg.o wblg.o
>wnvblk.o woablk.o
>
>update libmcidas.a:            done
>
>./convdlm mdxgra.dlm
>
>INTERRUPTED
>
>
></bigger>
>
>
>
>
>
>
>
>
>
>
>
>
>At 10:01 PM 31/10/99 -0700, you wrote:
>
>>>From: Rene Lobato <<rlobato@200.13.36.34>
>
>>>Organization: Instituto Mexicano de Tecnologia del Agua
>
>>>Keywords: 199909202133.PAA25556 McIDAS-X 7.60 RedHat Linux 6.0
>
>>
>
>>Rene,
>
>>
>
>>>Thanks for your help Tom,
>
>>>
>
>>>So far, we have followed many times your instructions to install
>MCIDAS
>
>>>with no success at all.
>
>>>
>
>>>When We type=20
>
>>>             make all
>
>>>It does seem to compile many files until it stops undefinitely at
>
>>>             mdxgra.dlm
>
>>
>
>>A failure when compiling mdxgra.dlm suggests that there is a problem
>
>>with the routine convdlm since mdxgra.dlm is the first file that needs
>
>>convdlm.  The purpose of convdlm, which is the first routine built by
>
>>the McIDAS make process, is to convert McIDAS dynamic like module code
>
>>to regular Fortran source.  (Unix does not support Dynamic Link=20
>Modules
>
>>(dlm) like OS/2 did).  What we need to find out is whether or not
>
>>convdlm was built correctly and then go from there.  What you should
>
>>do, therefore, is to look in ~mcidas/mcidas7.6/src/makelog and look=20
>for
>
>>the section that is written during the build of convdlm.  This section
>
>>should look like the following that was taken from the makelog on our
>
>>RedHat 6.0 Linux machine:
>
>>
>
>>./mccomp -O -vendor -I. -I../netcdf/libsrc -c convdlmc.c
>
>>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I.
>-I../netcdf/libsrc convdlmc.c
>
>>compile convdlmc.c:             done
>
>>./mccomp -O -vendor -I. -I../netcdf/libsrc -c convdlmf.f
>
>>mcfc -c -O convdlmf.f
>
>>convdlmf.f:
>
>>   convdlm:
>
>>   nchars:
>
>>   len_trim:
>
>>compile convdlmf.f:             done
>
>>./mccomp -O -s -vendor -o convdlm convdlmc.o convdlmf.o
>
>>mcfc -s -O -o convdlm convdlmc.o convdlmf.o -L/usr/local/lib
>-L/usr/X11R6/lib -lf2c -ldl -lm
>
>>link    convdlm:                done
>
>>
>
>>A link failure of convdlm would explain the problem you are reporting
>
>>with mdxgra.dlm.  If there is a link failure, and if the failure
>reports
>
>>a missing MAIN__ entry point, it means that you are trying to link
>
>>against the shared f2c library instead of the static one.  If this
>
>>is the case, you need to make sure that only the static one is=20
>searched
>
>>during the link.  A very easy way to do this is to:
>
>>
>
>><<as root>
>
>>o copy libf2c.a to /usr/local/lib and make sure that it has read=20
>access
>
>>  by owner, group and world:
>
>>
>
>>  chmod 644 /usr/local/lib/libf2c.a
>
>>
>
>><<as mcidas>
>
>>o set your LD_LIBRARY_PATH environment variable to have /usr/local/lib
>
>>  as its first directory.  If you are using the C shell (csh), this
>
>>  would be done as follows:
>
>>
>
>>  setenv LD_LIBRARY_PATH /usr/local/lib:/lib:/usr/lib
>
>>
>
>>  This is best done in your .cshrc file.
>
>>
>
>>  If you are using a different shell, you would have to change the
>
>>  setting accordingly.  For instance, for the Bourne, Korn, or BASH
>
>>  shells, you would do:
>
>>
>
>>  LD_LIBRARY_PATH=3D/usr/local/lib:/lib:/usr/lib
>
>>  export LD_LIBRARY_PATH
>
>>
>
>>If I am missing the mark with these comments, please send me the
>
>>output from ~mcidas/mcidas7.6/src/makelog for the convdlm build
>
>>section and for the mdxgra.dlm compile failure section.
>
>>
>
>>
>
>>
>
>>>_____________________________
>
>>>If we type Ctrl-C,=20
>
>>>
>
>>>compile  woablk.for    done
>
>>>update   libmcidas.a:  done
>
>>>convdlm  mdxgra.dlm:   make:***Deleting file `mdxgra.f`
>
>>>make:***[mdxgra.f]Error 1
>
>>>
>
>>>AND THEN STOPS AND RETURNS TO LINUX
>
>>
>
>>I am not sure what you mean by "type Ctrl-C".  "Ctrl-C" is usually the
>
>>key sequence for 'intr'.  I am not sure how you are using it.
>
>>
>
>>>______________________________
>
>>>If we type Ctrl-D
>
>>>
>
>>>convdlm      mdxgra.dlm:     done    <<HERE I TYPE CNTRL-D>
>
>>>compile      mdxgra.f:       done
>
>>>convdlm      mdxgrd.dlm:     done    <<HERE I TYPE CNTRL-D>
>
>>>compile      mdxgrd.f:       done=20
>
>>>........
>
>>>........
>
>>>........
>
>>>SO ON UNTIL
>
>>>........
>
>>>update               libmcidas.a:    done
>
>>>convdlm      kbxaaa.dlm      FAILED
>
>>>      (See =B4/home/mcidas/mcidas7.6/src/makelog=B4 for details)
>
>>>
>
>>>make:***[kblaaa.f] Error 1
>
>>>
>
>>>AND THE PROCCESS STOPS HERE.
>
>>
>
>>I am not sure that I understand what you mean by "Ctrl-D".  It would=20
>be
>
>>best to send me the sections from makelog that pertain to the building
>
>>of convdlm and compilation of mdxgradlm.
>
>>
>
>>>As I mentioned, we have tried many times, and read the installation
>
>>>procedure in detail. But until now we just cannot go ahead.
>
>>>
>
>>>Please let me know what we are doing wrong.
>
>>
>
>>I am not sure what is going on on your machine, but I suspect that it
>
>>really is related to convdlm not having been built correctly (or at
>
>>all).  If the outline above regarding libf2c.a does not fit your
>
>>situation, then I will need to see the relevant makelog sections as I
>
>>have indicated above.  If all else fails, I would be happy to logon to
>
>>your machine and look around for the problem.
>
>>
>
>>One last comment.  I looked back through our FTP logs and see that you
>
>>tried several times to FTP the McIDAS update file, mcupdate.tar.Z, back
>in
>
>>September.  Apparently, those attempts were not successful since the
>
>>size of the file you FTPed looks small:
>
>>
>
>>(laraine.unidata.ucar.edu) 94 % grep mcupdate.tar xferlog | grep=20
>200.13
>
>>Fri Sep 24 15:29:32 1999 651 200.13.36.105 0
>/export/dist/umcidas/unix/760/bugfix/mcupdate.tar.Z b _ o g umcidas ftp 1
>mcidas i
>
>>Fri Sep 24 15:53:42 1999 338 200.13.36.105 16384
>/export/dist/umcidas/unix/760/bugfix/mcupdate.tar.Z b _ o g umcidas ftp 1
>mcidas i
>
>>Fri Sep 24 16:38:36 1999 433 200.13.36.105 16384
>/export/dist/umcidas/unix/760/bugfix/mcupdate.tar.Z b _ o g umcidas ftp 1
>mcidas i
>
>>Tue Oct  5 14:56:23 1999 832 200.13.36.105 32768
>/export/dist/umcidas/unix/760/bugfix/mcupdate.tar.Z b _ o g umcidas ftp 0
>* i
>
>>
>
>>(I am assuming that 200.13.36.105 is the IP address of one of your
>machines
>
>>since your email came from 200.13.36.34).
>
>>
>
>>The last attempt shows that you got onln 32768 bytes from a file that
>
>>was about 500 K at the time.
>
>>
>
>>>Thanks again.
>
>>
>
>>You are welcome.
>
>>
>
>>Tom
>
>>***************************************************************************=
>*
><<
>
>>Unidata User Support                                    UCAR Unidata
>Program <<
>
>>(303)497-8644                                                  P.O. Box
>3000 <<
>
>>address@hidden                                   Boulder, CO
>80307 <<
>
>>---------------------------------------------------------------------------=
>-
><<
>
>>Unidata WWW Service                        http://www.unidata.ucar.edu/=20
>    <<
>
>>***************************************************************************=
>*
><<
>
>>
>
>>
>--=====================_941864343==_
>Content-Type: text/plain; charset="iso-8859-1"
>Content-Transfer-Encoding: quoted-printable
>Content-Disposition: attachment; filename="makelog.sin_vendor"
>
>
>##########################################
>Fri Nov  5 14:58:04 CST 1999: BUILD BEGIN
>##########################################
>
>./mccomp -O -I. -I../netcdf/libsrc -c convdlmc.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> convdlmc.c
>compile        convdlmc.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c convdlmf.f
>mcfc -c -O -I. -I../netcdf/libsrc convdlmf.f
>convdlmf.f:
>   convdlm:
>   nchars:
>   len_trim:
>compile        convdlmf.f:             done
>./mccomp -O -s -o convdlm convdlmc.o convdlmf.o
>mcfc -s -O -o convdlm convdlmc.o convdlmf.o -L/usr/local/lib=
> -L/usr/X11R6/lib -lf2c -ldl -lm
>link   convdlm:                done
>./mccomp -O -I. -I../netcdf/libsrc -c mcmkhelp.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mcmkhelp.c
>compile        mcmkhelp.c:             done
>./mccomp -O -s -o mcmkhelp mcmkhelp.o
>mcfc -s -O -o mcmkhelp mcmkhelp.o -L/usr/local/lib -L/usr/X11R6/lib -lf2c=
> -ldl -lm
>link   mcmkhelp:               done
>./mccomp -O -I. -I../netcdf/libsrc -c addefunc.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> addefunc.c
>compile        addefunc.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c argclalo.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> argclalo.c
>compile        argclalo.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c argcmd.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> argcmd.c
>compile        argcmd.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c argcnum.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> argcnum.c
>compile        argcnum.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c argctime.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> argctime.c
>compile        argctime.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c argerror.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> argerror.c
>compile        argerror.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c argfetch.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> argfetch.c
>compile        argfetch.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c argglo.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> argglo.c
>argglo.c: In function `Mcsetdev':
>argglo.c:138: warning: comparison between pointer and integer
>compile        argglo.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c argkey.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> argkey.c
>compile        argkey.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c argold.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> argold.c
>compile        argold.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c argparse.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> argparse.c
>compile        argparse.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c argrange.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> argrange.c
>compile        argrange.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c argutil.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> argutil.c
>compile        argutil.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c backgcmd.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> backgcmd.c
>compile        backgcmd.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c blelems.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> blelems.c
>compile        blelems.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c beep_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> beep_.c
>compile        beep_.c:                done
>./mccomp -O -I. -I../netcdf/libsrc -c blka_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> blka_.c
>compile        blka_.c:                done
>./mccomp -O -I. -I../netcdf/libsrc -c btest_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> btest_.c
>compile        btest_.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c calcidx.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> calcidx.c
>compile        calcidx.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c canexec.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> canexec.c
>compile        canexec.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c cmdfetch.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> cmdfetch.c
>compile        cmdfetch.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c cmdrange.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> cmdrange.c
>compile        cmdrange.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c cnav.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> cnav.c
>compile        cnav.c:                 done
>./mccomp -O -I. -I../netcdf/libsrc -c confdef.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> confdef.c
>compile        confdef.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c connct_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> connct_.c
>compile        connct_.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c convtime.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> convtime.c
>compile        convtime.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c crack_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> crack_.c
>compile        crack_.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c cydstr.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> cydstr.c
>compile        cydstr.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c date.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> date.c
>compile        date.c:                 done
>./mccomp -O -I. -I../netcdf/libsrc -c daterang.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> daterang.c
>compile        daterang.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c daytime.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> daytime.c
>compile        daytime.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c dc_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> dc_.c
>compile        dc_.c:                  done
>./mccomp -O -I. -I../netcdf/libsrc -c ddeservc.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> ddeservc.c
>compile        ddeservc.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c di.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> di.c
>compile        di.c:                   done
>./mccomp -O -I. -I../netcdf/libsrc -c dr_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> dr_.c
>compile        dr_.c:                  done
>./mccomp -O -I. -I../netcdf/libsrc -c dw_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> dw_.c
>compile        dw_.c:                  done
>./mccomp -O -I. -I../netcdf/libsrc -c eaccess.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> eaccess.c
>compile        eaccess.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c envvec.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> envvec.c
>compile        envvec.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c enh24.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> enh24.c
>compile        enh24.c:                done
>./mccomp -O -I. -I../netcdf/libsrc -c enhseg.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> enhseg.c
>compile        enhseg.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c fbyte2_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> fbyte2_.c
>compile        fbyte2_.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c fbyte4_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> fbyte4_.c
>compile        fbyte4_.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c fgetline.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> fgetline.c
>compile        fgetline.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c filbuf_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> filbuf_.c
>compile        filbuf_.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c fntplt_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> fntplt_.c
>compile        fntplt_.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c fpaddr_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> fpaddr_.c
>compile        fpaddr_.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c frame.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> frame.c
>compile        frame.c:                done
>./mccomp -O -I. -I../netcdf/libsrc -c frameres.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> frameres.c
>compile        frameres.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c fs.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> fs.c
>compile        fs.c:                   done
>./mccomp -O -I. -I../netcdf/libsrc -c fsalloc.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> fsalloc.c
>compile        fsalloc.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c fslen.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> fslen.c
>compile        fslen.c:                done
>./mccomp -O -I. -I../netcdf/libsrc -c ftogif_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> ftogif_.c
>ftogif_.c: In function `mcframetogif_':
>ftogif_.c:77: warning: assignment discards `const' from pointer target type
>compile        ftogif_.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c gpnav.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> gpnav.c
>compile        gpnav.c:                done
>./mccomp -O -I. -I../netcdf/libsrc -c Graphics.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> Graphics.c
>compile        Graphics.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c gtcirc.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> gtcirc.c
>compile        gtcirc.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c handle.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> handle.c
>compile        handle.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c hypsomet.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> hypsomet.c
>compile        hypsomet.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c iand_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> iand_.c
>compile        iand_.c:                done
>./mccomp -O -I. -I../netcdf/libsrc -c ibclr_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> ibclr_.c
>compile        ibclr_.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c ibset_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> ibset_.c
>compile        ibset_.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c ic_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> ic_.c
>compile        ic_.c:                  done
>./mccomp -O -I. -I../netcdf/libsrc -c icw_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> icw_.c
>compile        icw_.c:                 done
>./mccomp -O -I. -I../netcdf/libsrc -c ieor_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> ieor_.c
>compile        ieor_.c:                done
>./mccomp -O -I. -I../netcdf/libsrc -c imgband.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> imgband.c
>compile        imgband.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c ingrpset.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> ingrpset.c
>compile        ingrpset.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c int4_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> int4_.c
>compile        int4_.c:                done
>./mccomp -O -I. -I../netcdf/libsrc -c ior_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> ior_.c
>compile        ior_.c:                 done
>./mccomp -O -I. -I../netcdf/libsrc -c ischar_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> ischar_.c
>compile        ischar_.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c ishft_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> ishft_.c
>compile        ishft_.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c kinemat.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> kinemat.c
>compile        kinemat.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c keyin_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> keyin_.c
>compile        keyin_.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c latlon.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> latlon.c
>compile        latlon.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c latlonst.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> latlonst.c
>compile        latlonst.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c leof_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> leof_.c
>compile        leof_.c:                done
>./mccomp -O -I. -I../netcdf/libsrc -c lele.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> lele.c
>compile        lele.c:                 done
>./mccomp -O -I. -I../netcdf/libsrc -c lock_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> lock_.c
>compile        lock_.c:                done
>./mccomp -O -I. -I../netcdf/libsrc -c locus.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> locus.c
>compile        locus.c:                done
>./mccomp -O -I. -I../netcdf/libsrc -c lonrange.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> lonrange.c
>compile        lonrange.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c losfunc.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> losfunc.c
>compile        losfunc.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c luc_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> luc_.c
>compile        luc_.c:                 done
>./mccomp -O -I. -I../netcdf/libsrc -c lwtrunc_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> lwtrunc_.c
>compile        lwtrunc_.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c m02omega.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m02omega.c
>compile        m02omega.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c m0addec.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0addec.c
>compile        m0addec.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c m0aget.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0aget.c
>compile        m0aget.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c m0amem_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0amem_.c
>compile        m0amem_.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c m0argv.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0argv.c
>compile        m0argv.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c m0auxget.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0auxget.c
>compile        m0auxget.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c m0buf.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0buf.c
>compile        m0buf.c:                done
>./mccomp -O -I. -I../netcdf/libsrc -c m0cache.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0cache.c
>compile        m0cache.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c m0cmgra.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0cmgra.c
>compile        m0cmgra.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c m0eralvl.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0eralvl.c
>compile        m0eralvl.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c m0gget.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0gget.c
>compile        m0gget.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c M0FastFill.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> M0FastFill.c
>compile        M0FastFill.c:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0file.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0file.c
>compile        m0file.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c m0fmap.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0fmap.c
>compile        m0fmap.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c m0gpfl.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0gpfl.c
>compile        m0gpfl.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c m0grdder_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0grdder_.c
>compile        m0grdder_.c:            done
>./mccomp -O -I. -I../netcdf/libsrc -c m0grfutl.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0grfutl.c
>compile        m0grfutl.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c m0gserv.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0gserv.c
>compile        m0gserv.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c m0hist.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0hist.c
>compile        m0hist.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c m0instr.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0instr.c
>compile        m0instr.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c m0isbase.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0isbase.c
>compile        m0isbase.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c m0iskey.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0iskey.c
>compile        m0iskey.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c m0key.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0key.c
>compile        m0key.c:                done
>./mccomp -O -I. -I../netcdf/libsrc -c m0kindx_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0kindx_.c
>compile        m0kindx_.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c m0list.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0list.c
>compile        m0list.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c m0mcpath.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0mcpath.c
>compile        m0mcpath.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c m0mctext.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0mctext.c
>compile        m0mctext.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c m0merid.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0merid.c
>compile        m0merid.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c m0mmgr.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0mmgr.c
>m0mmgr.c: In function `M0MmgrPrintMemory':
>m0mmgr.c:1287: warning: comparison is always 0 due to limited range of data=
> type
>m0mmgr.c:1293: warning: comparison is always 0 due to limited range of data=
> type
>m0mmgr.c: In function `M0MmgrMemoryToTrce':
>m0mmgr.c:1619: warning: comparison is always 0 due to limited range of data=
> type
>m0mmgr.c:1625: warning: comparison is always 0 due to limited range of data=
> type
>compile        m0mmgr.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c m0mxmn.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0mxmn.c
>compile        m0mxmn.c:               done
>./mcar libmcidas.a addefunc.o argclalo.o argcmd.o argcnum.o argctime.o=
> argerror.o argfetch.o argglo.o argkey.o argold.o argparse.o argrange.o=
> argutil.o backgcmd.o blelems.o beep_.o blka_.o btest_.o calcidx.o canexec.o=
> cmdfetch.o cmdrange.o cnav.o confdef.o connct_.o convtime.o crack_.o=
> cydstr.o date.o daterang.o daytime.o dc_.o ddeservc.o di.o dr_.o dw_.o=
> eaccess.o envvec.o enh24.o enhseg.o fbyte2_.o fbyte4_.o fgetline.o=
> filbuf_.o fntplt_.o fpaddr_.o frame.o frameres.o fs.o fsalloc.o fslen.o=
> ftogif_.o gpnav.o Graphics.o gtcirc.o handle.o hypsomet.o iand_.o ibclr_.o=
> ibset_.o ic_.o icw_.o ieor_.o imgband.o ingrpset.o int4_.o ior_.o ischar_.o=
> ishft_.o kinemat.o keyin_.o latlon.o latlonst.o leof_.o lele.o lock_.o=
> locus.o lonrange.o losfunc.o luc_.o lwtrunc_.o m02omega.o m0addec.o=
> m0aget.o m0amem_.o m0argv.o m0auxget.o m0buf.o m0cache.o m0cmgra.o=
> m0eralvl.o m0gget.o M0FastFill.o m0file.o m0fmap.o m0gpfl.o m0grdder_.o=
> m0grfutl.o m0gserv.o m0hist.o m0instr.o m0isbase.o m0iskey.o m0key.o=
> m0kindx_.o m0list.o m0mcpath.o m0mctext.o m0merid.o m0mmgr.o m0mxmn.o
>update libmcidas.a:            done
>./mccomp -O -I. -I../netcdf/libsrc -c m0navget.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0navget.c
>compile        m0navget.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c m0neguc.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0neguc.c
>compile        m0neguc.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c m0nidsaux.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0nidsaux.c
>compile        m0nidsaux.c:            done
>./mccomp -O -I. -I../netcdf/libsrc -c m0panel.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0panel.c
>compile        m0panel.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c m0pfxpth.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0pfxpth.c
>compile        m0pfxpth.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c m0pmath.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0pmath.c
>compile        m0pmath.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c m0posuc.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0posuc.c
>compile        m0posuc.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c m0ptmem_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0ptmem_.c
>compile        m0ptmem_.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c m0redir.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0redir.c
>compile        m0redir.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c m0remote.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0remote.c
>compile        m0remote.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c m0rtgfil.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0rtgfil.c
>compile        m0rtgfil.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c m0setpsz.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0setpsz.c
>compile        m0setpsz.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c m0shmat.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0shmat.c
>compile        m0shmat.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c m0shmctl.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0shmctl.c
>compile        m0shmctl.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c m0shmget.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0shmget.c
>compile        m0shmget.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c m0skflip.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0skflip.c
>compile        m0skflip.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c m0skget.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0skget.c
>compile        m0skget.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c m0skput.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0skput.c
>compile        m0skput.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c m0spout.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0spout.c
>compile        m0spout.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c m0strtok.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0strtok.c
>compile        m0strtok.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c m0sync.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0sync.c
>compile        m0sync.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c m0tcolor.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0tcolor.c
>compile        m0tcolor.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c m0ttin_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0ttin_.c
>compile        m0ttin_.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c m0twin.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0twin.c
>compile        m0twin.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c m0textgt.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0textgt.c
>compile        m0textgt.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c m0uclock.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0uclock.c
>m0uclock.c: In function `M0uclock':
>m0uclock.c:75: warning: initialization discards `const' from pointer target=
> type
>compile        m0uclock.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c m0util.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0util.c
>compile        m0util.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c m0varg.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0varg.c
>compile        m0varg.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c m0vpget.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0vpget.c
>m0vpget.c: In function `M0vpget':
>m0vpget.c:3316: warning: passing arg 4 of `Mccmdstr' from incompatible=
> pointer type
>m0vpget.c:3317: warning: passing arg 4 of `Mccmdstr' from incompatible=
> pointer type
>m0vpget.c:3318: warning: passing arg 4 of `Mccmdstr' from incompatible=
> pointer type
>compile        m0vpget.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c m0waitp.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0waitp.c
>compile        m0waitp.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c m0wrtbmp.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0wrtbmp.c
>compile        m0wrtbmp.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c m0wrtgif.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0wrtgif.c
>compile        m0wrtgif.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c m0wrtppm.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0wrtppm.c
>compile        m0wrtppm.c:             done
./mccomp -O -I. -I../netcdf/libsrc -c m0wtxget.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0wtxget.c
>compile        m0wtxget.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c m0xydrv.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0xydrv.c
>compile        m0xydrv.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c m0zombie.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> m0zombie.c
>compile        m0zombie.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c maaatb_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> maaatb_.c
>compile        maaatb_.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c makecw24.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> makecw24.c
>compile        makecw24.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mapcoord.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mapcoord.c
>compile        mapcoord.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mat2.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mat2.c
>compile        mat2.c:                 done
>./mccomp -O -I. -I../netcdf/libsrc -c mavhtb_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mavhtb_.c
>compile        mavhtb_.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c mcaname_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mcaname_.c
>compile        mcaname_.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mcatrget.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mcatrget.c
>compile        mcatrget.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c Mcbasename.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> Mcbasename.c
>compile        Mcbasename.c:           done
>./mccomp -O -I. -I../netcdf/libsrc -c mccape.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mccape.c
>compile        mccape.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c mccorbet.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mccorbet.c
>compile        mccorbet.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mcdiver.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mcdiver.c
>compile        mcdiver.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c mcendn_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mcendn_.c
>compile        mcendn_.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c mcenh_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mcenh_.c
>compile        mcenh_.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c mcexptrq.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mcexptrq.c
>compile        mcexptrq.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mcfsize.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mcfsize.c
>compile        mcfsize.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c mcglast_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mcglast_.c
>compile        mcglast_.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mchelic.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mchelic.c
>compile        mchelic.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c mcinit.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mcinit.c
>compile        mcinit.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c mckeyin.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mckeyin.c
>compile        mckeyin.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c mcline.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mcline.c
>compile        mcline.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c mclucase.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mclucase.c
>compile        mclucase.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mcluc.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mcluc.c
>compile        mcluc.c:                done
>./mccomp -O -I. -I../netcdf/libsrc -c mcmoubtn.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mcmoubtn.c
>compile        mcmoubtn.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mcnint.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mcnint.c
>compile        mcnint.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c mcpi.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mcpi.c
>compile        mcpi.c:                 done
>./mccomp -O -I. -I../netcdf/libsrc -c mcprintf.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mcprintf.c
>compile        mcprintf.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mcptgetc.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mcptgetc.c
>compile        mcptgetc.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mcread.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mcread.c
>compile        mcread.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c mcsczgtc.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mcsczgtc.c
>compile        mcsczgtc.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mcsheard.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mcsheard.c
>compile        mcsheard.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mcshowfrm.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mcshowfrm.c
>compile        mcshowfrm.c:            done
>./mccomp -O -I. -I../netcdf/libsrc -c mcsleep.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mcsleep.c
>compile        mcsleep.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c mcsleep_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mcsleep_.c
>compile        mcsleep_.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mcsndanl.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mcsndanl.c
>compile        mcsndanl.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mcstats.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
 mcstats.c
>compile        mcstats.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c mcstretd.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mcstretd.c
>compile        mcstretd.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mcsubsct.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mcsubsct.c
>compile        mcsubsct.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mctermch.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mctermch.c
>compile        mctermch.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mctheta.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mctheta.c
>compile        mctheta.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c mctmpfil.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mctmpfil.c
>compile        mctmpfil.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mcts.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mcts.c
>compile        mcts.c:                 done
>./mccomp -O -I. -I../netcdf/libsrc -c mcvort.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mcvort.c
>compile        mcvort.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c mcwrite.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mcwrite.c
>compile        mcwrite.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c metfunc.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> metfunc.c
>compile        metfunc.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c metplot.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> metplot.c
>compile        metplot.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c metplot2.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> metplot2.c
>compile        metplot2.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mgvatb_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mgvatb_.c
>compile        mgvatb_.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c missing.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> missing.c
>compile        missing.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c movb_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> movb_.c
>compile        movb_.c:                done
>./mccomp -O -I. -I../netcdf/libsrc -c movblk_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> movblk_.c
>compile        movblk_.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c movc_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> movc_.c
>compile        movc_.c:                done
>./mccomp -O -I. -I../netcdf/libsrc -c movpix_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> movpix_.c
>compile        movpix_.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c movw_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> movw_.c
>compile        movw_.c:                done
>./mccomp -O -I. -I../netcdf/libsrc -c mpixel_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mpixel_.c
>compile        mpixel_.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c mpixtb_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mpixtb_.c
>compile        mpixtb_.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c mvastb_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> mvastb_.c
>compile        mvastb_.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c navapi.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> navapi.c
>compile        navapi.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c navcomps.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> navcomps.c
>compile        navcomps.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c ncdffunc.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> ncdffunc.c
>ncdffunc.c: In function `M0StnDrd':
>ncdffunc.c:5297: warning: function returns address of local variable
>compile        ncdffunc.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c nchdl.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> nchdl.c
>compile        nchdl.c:                done
>./mccomp -O -I. -I../netcdf/libsrc -c newdate.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> newdate.c
>compile        newdate.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c newdests.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> newdests.c
>compile        newdests.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c newname_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> newname_.c
>compile        newname_.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c nodename.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> nodename.c
>compile        nodename.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c obj.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> obj.c
>compile        obj.c:                  done
>./mccomp -O -I. -I../netcdf/libsrc -c otxmisc.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> otxmisc.c
>compile        otxmisc.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c pack2_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> pack2_.c
>compile        pack2_.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c pack_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> pack_.c
>compile        pack_.c:                done
>./mccomp -O -I. -I../netcdf/libsrc -c pathcat.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> pathcat.c
>compile        pathcat.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c pathname.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> pathname.c
>compile        pathname.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c pathtok.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> pathtok.c
>compile        pathtok.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c pathvec.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> pathvec.c
>compile        pathvec.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c planet.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> planet.c
>compile        planet.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c plotwind.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> plotwind.c
>compile        plotwind.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c plotwmo.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> plotwmo.c
>compile        plotwmo.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c puc_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> puc_.c
>compile        puc_.c:                 done
>./mccomp -O -I. -I../netcdf/libsrc -c pvsearch.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> pvsearch.c
>compile        pvsearch.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c resred.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> resred.c
>compile        resred.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c retcode.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> retcode.c
>compile        retcode.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c rpixel_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> rpixel_.c
>compile        rpixel_.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c selects_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> selects_.c
>compile        selects_.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c sencmd_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> sencmd_.c
>compile        sencmd_.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c sfcdata.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> sfcdata.c
>compile        sfcdata.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c sframe.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> sframe.c
>compile        sframe.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c sh_match.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> sh_match.c
>compile        sh_match.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c skold.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> skold.c
>compile        skold.c:                done
>./mccomp -O -I. -I../netcdf/libsrc -c snfile_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> snfile_.c
>compile        snfile_.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c special.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> special.c
>special.c: In function `M0delfiles':
>special.c:308: warning: assignment discards `const' from pointer target type
>compile        special.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c spout_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> spout_.c
>compile        spout_.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c sqpgm_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> sqpgm_.c
>compile        sqpgm_.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c ssrange.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> ssrange.c
>compile        ssrange.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c stc_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> stc_.c
>compile        stc_.c:                 done
>./mccomp -O -I. -I../netcdf/libsrc -c stnpres.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> stnpres.c
>compile        stnpres.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c stralloc.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> stralloc.c
>compile        stralloc.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c stricmp.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> stricmp.c
>compile        stricmp.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c strrepl.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> strrepl.c
>compile        strrepl.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c strtofs.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> strtofs.c
>compile        strtofs.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c subserv_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> subserv_.c
>compile        subserv_.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c swbyt2_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> swbyt2_.c
>compile        swbyt2_.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c swbyt4_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> swbyt4_.c
>compile        swbyt4_.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c swbytnav.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> swbytnav.c
>compile        swbytnav.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c tvsat.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> tvsat.c
>compile        tvsat.c:                done
>./mccomp -O -I. -I../netcdf/libsrc -c ucrctx.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> ucrctx.c
>compile        ucrctx.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c ucutils.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> ucutils.c
>compile        ucutils.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c unitcvt.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> unitcvt.c
>compile        unitcvt.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c unlock_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> unlock_.c
>compile        unlock_.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c vec.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> vec.c
>compile        vec.c:                  done
>./mccomp -O -I. -I../netcdf/libsrc -c vector.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> vector.c
>compile        vector.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c version.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> version.c
>compile        version.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c virttemp.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> virttemp.c
>compile        virttemp.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c wetbulb.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> wetbulb.c
>compile        wetbulb.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c wintitle.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> wintitle.c
>compile        wintitle.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c wtxgsort.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> wtxgsort.c
>compile        wtxgsort.c:             done
>./mccomp -O -I. -I../netcdf/libsrc -c wtxmisc.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> wtxmisc.c
>compile        wtxmisc.c:              done
>./mccomp -O -I. -I../netcdf/libsrc -c wwmisc.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> wwmisc.c
>compile        wwmisc.c:               done
>./mccomp -O -I. -I../netcdf/libsrc -c zeros_.c
>gcc -c -O -ansi -D_GNU_SOURCE -I/usr/X11R6/include -O -I. -I../netcdf/libsrc=
> zeros_.c
>compile        zeros_.c:               done
>./mcar libmcidas.a m0navget.o m0neguc.o m0nidsaux.o m0panel.o m0pfxpth.o=
> m0pmath.o m0posuc.o m0ptmem_.o m0redir.o m0remote.o m0rtgfil.o m0setpsz.o=
> m0shmat.o m0shmctl.o m0shmget.o m0skflip.o m0skget.o m0skput.o m0spout.o=
> m0strtok.o m0sync.o m0tcolor.o m0ttin_.o m0twin.o m0textgt.o m0uclock.o=
> m0util.o m0varg.o m0vpget.o m0waitp.o m0wrtbmp.o m0wrtgif.o m0wrtppm.o=
> m0wtxget.o m0xydrv.o m0zombie.o maaatb_.o makecw24.o mapcoord.o mat2.o=
> mavhtb_.o mcaname_.o mcatrget.o Mcbasename.o mccape.o mccorbet.o mcdiver.o=
> mcendn_.o mcenh_.o mcexptrq.o mcfsize.o mcglast_.o mchelic.o mcinit.o=
> mckeyin.o mcline.o mclucase.o mcluc.o mcmoubtn.o mcnint.o mcpi.o mcprintf.o=
> mcptgetc.o mcread.o mcsczgtc.o mcsheard.o mcshowfrm.o mcsleep.o mcsleep_.o=
> mcsndanl.o mcstats.o mcstretd.o mcsubsct.o mctermch.o mctheta.o mctmpfil.o=
> mcts.o mcvort.o mcwrite.o metfunc.o metplot.o metplot2.o mgvatb_.o=
> missing.o movb_.o movblk_.o movc_.o movpix_.o movw_.o mpixel_.o mpixtb_.o=
> mvastb_.o navapi.o navcomps.o ncdffunc.o nchdl.o newdate.o newdests.o=
> newname_.o nodename.o obj.o otxmisc.o pack2_.o pack_.o pathcat.o pathname.o=
> pathtok.o pathvec.o planet.o plotwind.o plotwmo.o puc_.o pvsearch.o=
> resred.o retcode.o rpixel_.o selects_.o sencmd_.o sfcdata.o sframe.o=
> sh_match.o skold.o snfile_.o special.o spout_.o sqpgm_.o ssrange.o stc_.o=
> stnpres.o stralloc.o stricmp.o strrepl.o strtofs.o subserv_.o swbyt2_.o=
> swbyt4_.o swbytnav.o tvsat.o ucrctx.o ucutils.o unitcvt.o unlock_.o vec.o=
> vector.o version.o virttemp.o wetbulb.o wintitle.o wtxgsort.o wtxmisc.o=
> wwmisc.o zeros_.o
>update libmcidas.a:            done
>./mccomp -O -I. -I../netcdf/libsrc -c a.for
>mcfc -c -O -I. -I../netcdf/libsrc a.f
>a.f:
>   a:
>compile        a.for:                  done
>./mccomp -O -I. -I../netcdf/libsrc -c a2sort.for
>mcfc -c -O -I. -I../netcdf/libsrc a2sort.f
>a2sort.f:
>   a2sort:
>compile        a2sort.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c abort.for
>mcfc -c -O -I. -I../netcdf/libsrc abort.f
>abort.f:
>   abort:
>compile        abort.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c adjust.for
>mcfc -c -O -I. -I../netcdf/libsrc adjust.f
>adjust.f:
>   adjust:
>compile        adjust.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c advbak.for
>mcfc -c -O -I. -I../netcdf/libsrc advbak.f
>advbak.f:
>   advbak:
>compile        advbak.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c alit.for
>mcfc -c -O -I. -I../netcdf/libsrc alit.f
>alit.f:
>   alit:
>compile        alit.for:               done
>./mccomp -O -I. -I../netcdf/libsrc -c arabox.for
>mcfc -c -O -I. -I../netcdf/libsrc arabox.f
>arabox.f:
>   arabox:
>compile        arabox.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c araget.for
>mcfc -c -O -I. -I../netcdf/libsrc araget.f
>araget.f:
>   araget:
>compile        araget.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c aranam.for
>mcfc -c -O -I. -I../netcdf/libsrc aranam.f
>aranam.f:
>   aranam:
>compile        aranam.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c araopt.for
>mcfc -c -O -I. -I../netcdf/libsrc araopt.f
>araopt.f:
>   araopt:
>compile        araopt.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c araput.for
>mcfc -c -O -I. -I../netcdf/libsrc araput.f
>araput.f:
>   araput:
>compile        araput.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c assort.for
>mcfc -c -O -I. -I../netcdf/libsrc assort.f
>assort.f:
>   assort:
>compile        assort.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c asspl2.for
>mcfc -c -O -I. -I../netcdf/libsrc asspl2.f
>asspl2.f:
>   asspl2:
>   fval:
>compile        asspl2.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c axis.for
>mcfc -c -O -I. -I../netcdf/libsrc axis.f
>axis.f:
>   axis:
>compile        axis.for:               done
>./mccomp -O -I. -I../netcdf/libsrc -c b.for
>mcfc -c -O -I. -I../netcdf/libsrc b.f
>b.f:
>   b:
>compile        b.for:                  done
>./mccomp -O -I. -I../netcdf/libsrc -c backgx.for
>mcfc -c -O -I. -I../netcdf/libsrc backgx.f
>backgx.f:
>   backgx:
>compile        backgx.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c blmodel.for
>mcfc -c -O -I. -I../netcdf/libsrc blmodel.f
>blmodel.f:
>   m0blpred:
>   m0blgetcons:
>   m0dkeplr:
>   m0celem:
>   m0brolyd:
>   m0atomm:
>   m0mmtoa:
>compile        blmodel.for:            done
>./mccomp -O -I. -I../netcdf/libsrc -c bound2.for
>mcfc -c -O -I. -I../netcdf/libsrc bound2.f
>bound2.f:
>   bound2:
>compile        bound2.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c bracket.for
>mcfc -c -O -I. -I../netcdf/libsrc bracket.f
>bracket.f:
>   mcbracket:
>compile        bracket.for:            done
>./mccomp -O -I. -I../netcdf/libsrc -c bright.for
>mcfc -c -O -I. -I../netcdf/libsrc bright.f
>bright.f:
>   bright:
>compile        bright.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c brkset.for
>mcfc -c -O -I. -I../netcdf/libsrc brkset.f
>brkset.f:
>   brkset:
>       entry    brkval:
>compile        brkset.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c bsquez.for
>mcfc -c -O -I. -I../netcdf/libsrc bsquez.f
>bsquez.f:
>   bsquez:
>compile        bsquez.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c calday.for
>mcfc -c -O -I. -I../netcdf/libsrc calday.f
>calday.f:
>   calday:
>compile        calday.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c cfd.for
>mcfc -c -O -I. -I../netcdf/libsrc cfd.f
>cfd.f:
>   cfd:
>compile        cfd.for:                done
>./mccomp -O -I. -I../netcdf/libsrc -c cfe.for
>mcfc -c -O -I. -I../netcdf/libsrc cfe.f
>cfe.f:
>   cfe:
>compile        cfe.for:                done
>./mccomp -O -I. -I../netcdf/libsrc -c cff.for
>mcfc -c -O -I. -I../netcdf/libsrc cff.f
>cff.f:
>   cff:
>compile        cff.for:                done
>./mccomp -O -I. -I../netcdf/libsrc -c cfg.for
>mcfc -c -O -I. -I../netcdf/libsrc cfg.f
>cfg.f:
>   cfg:
>compile        cfg.for:                done
>./mccomp -O -I. -I../netcdf/libsrc -c cfi.for
>mcfc -c -O -I. -I../netcdf/libsrc cfi.f
>cfi.f:
>   cfi:
>compile        cfi.for:                done
>./mccomp -O -I. -I../netcdf/libsrc -c cfj.for
>mcfc -c -O -I. -I../netcdf/libsrc cfj.f
>cfj.f:
>   cfj:
>compile        cfj.for:                done
>./mccomp -O -I. -I../netcdf/libsrc -c cfr.for
>mcfc -c -O -I. -I../netcdf/libsrc cfr.f
>cfr.f:
>   cfr:
>compile        cfr.for:                done
>./mccomp -O -I. -I../netcdf/libsrc -c cfu.for
>mcfc -c -O -I. -I../netcdf/libsrc cfu.f
>cfu.f:
>   cfu:
>compile        cfu.for:                done
>./mccomp -O -I. -I../netcdf/libsrc -c cfz.for
>mcfc -c -O -I. -I../netcdf/libsrc cfz.f
>cfz.f:
>   cfz:
>compile        cfz.for:                done
>./mccomp -O -I. -I../netcdf/libsrc -c chtrma.for
>mcfc -c -O -I. -I../netcdf/libsrc chtrma.f
>chtrma.f:
>   chtrma:
>compile        chtrma.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c clabel.for
>mcfc -c -O -I. -I../netcdf/libsrc clabel.f
>clabel.f:
>   clabel:
>compile        clabel.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c cleanc.for
>mcfc -c -O -I. -I../netcdf/libsrc cleanc.f
>cleanc.f:
>   cleanc:
>compile        cleanc.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c clfi.for
>mcfc -c -O -I. -I../netcdf/libsrc clfi.f
>clfi.f:
>   clfi:
>compile        clfi.for:               done
>./mccomp -O -I. -I../netcdf/libsrc -c clit.for
>mcfc -c -O -I. -I../netcdf/libsrc clit.f
>clit.f:
>   clit:
>compile        clit.for:               done
>./mccomp -O -I. -I../netcdf/libsrc -c clsara.for
>mcfc -c -O -I. -I../netcdf/libsrc clsara.f
>clsara.f:
>   clsara:
>   closa:
>   closao:
>compile        clsara.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c cmpdates.for
>mcfc -c -O -I. -I../netcdf/libsrc cmpdates.f
>cmpdates.f:
>   cmpdates:
>compile        cmpdates.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c coarea.for
>mcfc -c -O -I. -I../netcdf/libsrc coarea.f
>coarea.f:
>   coarea:
>compile        coarea.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c comunt.for
>mcfc -c -O -I. -I../netcdf/libsrc comunt.f
>comunt.f:
>   comunt:
>compile        comunt.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c conod.for
>mcfc -c -O -I. -I../netcdf/libsrc conod.f
>conod.f:
>   conod:
>compile        conod.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c copcod.for
>mcfc -c -O -I. -I../netcdf/libsrc copcod.f
>copcod.f:
>   copcod:
>compile        copcod.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c corner.for
>mcfc -c -O -I. -I../netcdf/libsrc corner.f
>corner.f:
>   corner:
>compile        corner.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c cotan.for
>mcfc -c -O -I. -I../netcdf/libsrc cotan.f
>cotan.f:
>   cotan:
>compile        cotan.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c crackb.for
>mcfc -c -O -I. -I../netcdf/libsrc crackb.f
>crackb.f:
>   crackb:
>   pactrk:
>Warning on line 70 of crackb.f: inconsistent calling sequences for pactrk,
>       arg 3: here integer*2 variable, previously integer variable.
>compile        crackb.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c csetkn.for
>mcfc -c -O -I. -I../netcdf/libsrc csetkn.f
>csetkn.f:
>   csetkn:
>       entry    cputkn:
>       entry    cgetkn:
>compile        csetkn.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c csraob.for
>mcfc -c -O -I. -I../netcdf/libsrc csraob.f
>csraob.f:
>   csraob:
>compile        csraob.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c csraoi.for
>mcfc -c -O -I. -I../netcdf/libsrc csraoi.f
>csraoi.f:
>   csraoi:
>compile        csraoi.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c csraom.for
>mcfc -c -O -I. -I../netcdf/libsrc csraom.f
>csraom.f:
>   csraom:
>compile        csraom.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c csraop.for
>mcfc -c -O -I. -I../netcdf/libsrc csraop.f
>csraop.f:
>   csraop:
>compile        csraop.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c csraoq.for
>mcfc -c -O -I. -I../netcdf/libsrc csraoq.f
>csraoq.f:
>   csraoq:
>compile        csraoq.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c csraor.for
>mcfc -c -O -I. -I../netcdf/libsrc csraor.f
>csraor.f:
>   csraor:
>Warning on line 49 of csraor.f: inconsistent calling sequences for movw,
>       arg 2: here real variable, previously integer variable.
>       arg 3: here real variable, previously integer variable.
>compile        csraor.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c csraos.for
>mcfc -c -O -I. -I../netcdf/libsrc csraos.f
>csraos.f:
>   csraos:
>compile        csraos.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c csraox.for
>mcfc -c -O -I. -I../netcdf/libsrc csraox.f
>csraox.f:
>   csraox:
>   mnraox:
>       entry    mnraoy:
>   sgraox:
>       entry    sgraoy:
>   heapfx:
>       entry    interx:
>compile        csraox.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c csraoz.for
>mcfc -c -O -I. -I../netcdf/libsrc csraoz.f
>csraoz.f:
>   csraoz:
>compile        csraoz.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c ctourf.for
>mcfc -c -O -I. -I../netcdf/libsrc ctourf.f
>ctourf.f:
>   ctourf:
>compile        ctourf.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c cvtunt.for
>mcfc -c -O -I. -I../netcdf/libsrc cvtunt.f
>cvtunt.f:
>   cvtunt:
>compile        cvtunt.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c dabtim.for
>mcfc -c -O -I. -I../netcdf/libsrc dabtim.f
>dabtim.f:
>   dabtim:
>compile        dabtim.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c dcodesub.for
>mcfc -c -O -I. -I../netcdf/libsrc dcodesub.f
>dcodesub.f:
>   m0fndzon:
>   m0deczon:
>   m0dcsplt:
>   m0grbval:
>compile        dcodesub.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c dfitseg.for
>mcfc -c -O -I. -I../netcdf/libsrc dfitseg.f
>dfitseg.f:
>   m0dfitseg:
>   m0wrtseg:
>   m0pmseg:
>compile        dfitseg.for:            done
>./mccomp -O -I. -I../netcdf/libsrc -c dfline.for
>mcfc -c -O -I. -I../netcdf/libsrc dfline.f
>dfline.f:
>   dfline:
>       entry    pmsave:
>       entry    df13:
>       entry    dfpm:
>       entry    dfsda:
>       entry    dfwww:
>       entry    lvl1:
>       entry    lvlset:
>       entry    lwival:
>       entry    lwoval:
>       entry    make32:
>       entry    wrtlin:
>compile        dfline.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c dlit.for
>mcfc -c -O -I. -I../netcdf/libsrc dlit.f
>dlit.f:
>   dlit:
>compile        dlit.for:               done
>./mccomp -O -I. -I../netcdf/libsrc -c drawtext.for
>mcfc -c -O -I. -I../netcdf/libsrc drawtext.f
>drawtext.f:
>   mcdrawtext:
>   vrttxt:
>compile        drawtext.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c cyddmy.for
>mcfc -c -O -I. -I../netcdf/libsrc cyddmy.f
>cyddmy.f:
>   cyddmy:
>compile        cyddmy.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c czfi.for
>mcfc -c -O -I. -I../netcdf/libsrc czfi.f
>czfi.f:
>   czfi:
>compile        czfi.for:               done
>./mccomp -O -I. -I../netcdf/libsrc -c datcld.for
>mcfc -c -O -I. -I../netcdf/libsrc datcld.f
>datcld.f:
>   datcld:
>compile        datcld.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c dcoimg.for
>mcfc -c -O -I. -I../netcdf/libsrc dcoimg.f
>dcoimg.f:
>   dcoimg:
>Warning on line 98 of dcoimg.f: inconsistent calling sequences for crackb,
>       arg 4: here integer*2 variable, previously integer variable.
>Warning on line 157 of dcoimg.f: inconsistent calling sequences for grab,
>       arg 2: here integer variable, previously integer*2 variable.
>compile        dcoimg.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c dcolin.for
>mcfc -c -O -I. -I../netcdf/libsrc dcolin.f
>dcolin.f:
>   dcolin:
>compile        dcolin.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c ddeservf.for
>mcfc -c -O -I. -I../netcdf/libsrc ddeservf.f
>ddeservf.f:
>   m0sxresolv:
>   m0sxfield:
>   m0sxdone:
>   m0sxsettraceon:
>   m0sxsettraceoff:
>   mctrace:
>   m0settraceflag:
>compile        ddeservf.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c ddesrvx.for
>mcfc -c -O -I. -I../netcdf/libsrc ddesrvx.f
>ddesrvx.f:
>   m0sxread:
>   m0sxsend:
>   m0sxtrce:
>compile        ddesrvx.for:            done
>./mccomp -O -I. -I../netcdf/libsrc -c ddesub.for
>mcfc -c -O -I. -I../netcdf/libsrc ddesub.f
>ddesub.f:
>   m0tracearg:
>   m0cxreq:
>   m0cxout:
>   m0cxaddr:
>   m0cxfin:
>       entry    m0cxerms:
>compile        ddesub.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c delgra.for
>mcfc -c -O -I. -I../netcdf/libsrc delgra.f
>delgra.f:
>   delgra:
>   m0delaix:
>compile        delgra.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c dmstof.for
>mcfc -c -O -I. -I../netcdf/libsrc dmstof.f
>dmstof.f:
>   dmstof:
>compile        dmstof.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c domap.for
>mcfc -c -O -I. -I../netcdf/libsrc domap.f
>domap.f:
>   domap:
>compile        domap.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c dosked.for
>mcfc -c -O -I. -I../netcdf/libsrc dosked.f
>dosked.f:
>   dosked:
>compile        dosked.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c dot.for
>mcfc -c -O -I. -I../netcdf/libsrc dot.f
>dot.f:
>   dot:
>compile        dot.for:                done
>./mccomp -O -I. -I../netcdf/libsrc -c dpsino.for
>mcfc -c -O -I. -I../netcdf/libsrc dpsino.f
>dpsino.f:
>   dpsino:
>compile        dpsino.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c dputkn.for
>mcfc -c -O -I. -I../netcdf/libsrc dputkn.f
>dputkn.f:
>   dputkn:
>       entry    dgetkn:
>compile        dputkn.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c drawln.for
>mcfc -c -O -I. -I../netcdf/libsrc drawln.f
>drawln.f:
>   drawln:
>compile        drawln.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c dshoff.for
>mcfc -c -O -I. -I../netcdf/libsrc dshoff.f
>dshoff.f:
>   dshoff:
>compile        dshoff.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c dshon.for
>mcfc -c -O -I. -I../netcdf/libsrc dshon.f
>dshon.f:
>   dshon:
>   mcdshonatt:
>compile        dshon.for:              done
>./mcar libmcidas.a a.o a2sort.o abort.o adjust.o advbak.o alit.o arabox.o=
> araget.o aranam.o araopt.o araput.o assort.o asspl2.o axis.o b.o backgx.o=
> blmodel.o bound2.o bracket.o bright.o brkset.o bsquez.o calday.o cfd.o=
> cfe.o cff.o cfg.o cfi.o cfj.o cfr.o cfu.o cfz.o chtrma.o clabel.o cleanc.o=
> clfi.o clit.o clsara.o cmpdates.o coarea.o comunt.o conod.o copcod.o=
> corner.o cotan.o crackb.o csetkn.o csraob.o csraoi.o csraom.o csraop.o=
> csraoq.o csraor.o csraos.o csraox.o csraoz.o ctourf.o cvtunt.o dabtim.o=
> dcodesub.o dfitseg.o dfline.o dlit.o drawtext.o cyddmy.o czfi.o datcld.o=
> dcoimg.o dcolin.o ddeservf.o ddesrvx.o ddesub.o delgra.o dmstof.o domap.o=
> dosked.o dot.o dpsino.o dputkn.o drawln.o dshoff.o dshon.o
>update libmcidas.a:            done
>./mccomp -O -I. -I../netcdf/libsrc -c dtokhr.for
>mcfc -c -O -I. -I../netcdf/libsrc dtokhr.f
>dtokhr.f:
>   dtokhr:
>compile        dtokhr.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c dtokll.for
>mcfc -c -O -I. -I../netcdf/libsrc dtokll.f
>dtokll.f:
>   dtokll:
>compile        dtokll.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c earthrad.for
>mcfc -c -O -I. -I../netcdf/libsrc earthrad.f
>earthrad.f:
>   mcearthradius:
>compile        earthrad.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c endplt.for
>mcfc -c -O -I. -I../netcdf/libsrc endplt.f
>endplt.f:
>   endplt:
>compile        endplt.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c erafrm.for
>mcfc -c -O -I. -I../netcdf/libsrc erafrm.f
>erafrm.f:
>   erafrm:
>compile        erafrm.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c erasew.for
>mcfc -c -O -I. -I../netcdf/libsrc erasew.f
>erasew.f:
>   erasew:
>Warning on line 80 of erasew.f: local variable width never used
>Warning on line 80 of erasew.f: local variable lev never used
>Warning on line 80 of erasew.f: local variable ele never used
>   m0makedigit:
>Warning on line 131 of erasew.f: local variable opt never used
>compile        erasew.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c erest.for
>mcfc -c -O -I. -I../netcdf/libsrc erest.f
>erest.f:
>   erest:
>compile        erest.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c fahed.for
>mcfc -c -O -I. -I../netcdf/libsrc fahed.f
>fahed.f:
   fahed:
>compile        fahed.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c fbarn.for
>mcfc -c -O -I. -I../netcdf/libsrc fbarn.f
>fbarn.f:
>   fbarn:
>compile        fbarn.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c fbytec.for
>mcfc -c -O -I. -I../netcdf/libsrc fbytec.f
>fbytec.f:
>   fbytec:
>compile        fbytec.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c fghed.for
>mcfc -c -O -I. -I../netcdf/libsrc fghed.f
>fghed.f:
>   fghed:
>compile        fghed.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c finbnd.for
>mcfc -c -O -I. -I../netcdf/libsrc finbnd.f
>finbnd.f:
>   finbnd:
>compile        finbnd.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c flalo.for
>mcfc -c -O -I. -I../netcdf/libsrc flalo.f
>flalo.f:
>   flalo:
>compile        flalo.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c flipsche.for
>mcfc -c -O -I. -I../netcdf/libsrc flipsche.f
>flipsche.f:
>   flipsche:
>compile        flipsche.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c fltcon.for
>mcfc -c -O -I. -I../netcdf/libsrc fltcon.f
>fltcon.f:
>   fltcon:
>compile        fltcon.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c flppfx.for
>mcfc -c -O -I. -I../netcdf/libsrc flppfx.f
>flppfx.f:
>   flppfx:
>compile        flppfx.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c fmhed.for
>mcfc -c -O -I. -I../netcdf/libsrc fmhed.f
>fmhed.f:
>   fmhed:
>compile        fmhed.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c fmnmx.for
>mcfc -c -O -I. -I../netcdf/libsrc fmnmx.f
>fmnmx.f:
>   fmnmx:
>compile        fmnmx.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c frtonv.for
>mcfc -c -O -I. -I../netcdf/libsrc frtonv.f
>frtonv.f:
>   frtonv:
>compile        frtonv.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c fshrte.for
>mcfc -c -O -I. -I../netcdf/libsrc fshrte.f
>fshrte.f:
>   fshrte:
>compile        fshrte.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c fsort.for
>mcfc -c -O -I. -I../netcdf/libsrc fsort.f
>fsort.f:
>   fsort:
>compile        fsort.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c ftime.for
>mcfc -c -O -I. -I../netcdf/libsrc ftime.f
>ftime.f:
>   ftime:
>compile        ftime.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c geolat.for
>mcfc -c -O -I. -I../netcdf/libsrc geolat.f
>geolat.f:
>   geolat:
>compile        geolat.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c getforms.for
>mcfc -c -O -I. -I../netcdf/libsrc getforms.f
>getforms.f:
>   bytfrm:
>   sizout:
>   prtout:
>   outlin:
>   fmttyp:
>   prthed:
>   ismiss:
>   outall:
>Warning on line 1121 of getforms.f: inconsistent calling sequences for movc,
>       arg 2: here character variable, previously integer variable.
>Warning on line 1121 of getforms.f: inconsistent calling sequences for movc:
>       here 6, previously 5 args and string lengths.
>   bldfmt:
>   getformatvalues:
>   dataoutput:
>   printparam:
>   printfileout:
>compile        getforms.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c getfrm.for
>mcfc -c -O -I. -I../netcdf/libsrc getfrm.f
>getfrm.f:
>   getfrm:
>compile        getfrm.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c getmd.for
>mcfc -c -O -I. -I../netcdf/libsrc getmd.f
>getmd.f:
>   getmd:
>compile        getmd.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c getnav.for
>mcfc -c -O -I. -I../netcdf/libsrc getnav.f
>getnav.f:
>   m0getimagenav:
>   m0getimagenav_errmsg:
>compile        getnav.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c getrte.for
>mcfc -c -O -I. -I../netcdf/libsrc getrte.f
>getrte.f:
>   getrte:
>compile        getrte.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c getsyn.for
>mcfc -c -O -I. -I../netcdf/libsrc getsyn.f
>getsyn.f:
>   getsyn:
>compile        getsyn.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c getvg.for
>mcfc -c -O -I. -I../netcdf/libsrc getvg.f
>getvg.f:
>   getvg:
>compile        getvg.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c gms5_nav.for
>mcfc -c -O -I. -I../netcdf/libsrc gms5_nav.f
>gms5_nav.f:
>   sv0100:
>   sv0110:
>   sv0200:
>   sv0400:
>   decode_oa_block:
>   encode_oa_block:
>   sublatlon:
>   mgivsr:
>   mg1100:
>   mg1110:
>   mg1200:
>   mg1210:
>   mg1220:
>   mg1230:
>   mg1240:
>   encode_real4:
>   encode_real8:
>   floor:
>compile        gms5_nav.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c grabmd.for
>mcfc -c -O -I. -I../netcdf/libsrc grabmd.f
>grabmd.f:
>   grabmd:
>compile        grabmd.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c grdcmx.for
>mcfc -c -O -I. -I../netcdf/libsrc grdcmx.f
>grdcmx.f:
>   grdcmx:
>compile        grdcmx.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c grddef.for
>mcfc -c -O -I. -I../netcdf/libsrc grddef.f
>grddef.f:
>   grddef:
>       entry    llij:
>       entry    ijll:
>compile        grddef.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c grdexp.for
>mcfc -c -O -I. -I../netcdf/libsrc grdexp.f
>grdexp.f:
>   grdexp:
>Warning on line 38 of grdexp.f: inconsistent calling sequences for crackb,
>       arg 5: here integer*2 variable, previously integer variable.
>compile        grdexp.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c grdnav.for
>mcfc -c -O -I. -I../netcdf/libsrc grdnav.f
>grdnav.f:
>   grdnav:
>compile        grdnav.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c gryscl.for
>mcfc -c -O -I. -I../netcdf/libsrc gryscl.f
>gryscl.f:
>   gryscl:
>compile        gryscl.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c grysclmi.for
>mcfc -c -O -I. -I../netcdf/libsrc grysclmi.f
>grysclmi.f:
>   grysclmi:
>compile        grysclmi.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c gtsort.for
>mcfc -c -O -I. -I../netcdf/libsrc gtsort.f
>gtsort.f:
>   gtsort:
>compile        gtsort.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c gunrv2.for
>mcfc -c -O -I. -I../netcdf/libsrc gunrv2.f
>gunrv2.f:
>   gunrv2:
>compile        gunrv2.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c gunrvl.for
>mcfc -c -O -I. -I../netcdf/libsrc gunrvl.f
>gunrvl.f:
>   gunrvl:
>compile        gunrvl.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c heapfy.for
>mcfc -c -O -I. -I../netcdf/libsrc heapfy.f
>heapfy.f:
>   heapfy:
>       entry    inter:
>compile        heapfy.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c hircon.for
>mcfc -c -O -I. -I../netcdf/libsrc hircon.f
>hircon.f:
>   hircon:
>   BLOCK DATA hirblk:
>compile        hircon.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c howbig.for
>mcfc -c -O -I. -I../netcdf/libsrc howbig.f
>howbig.f:
>   howbig:
>       entry    howmch:
>compile        howbig.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c icget.for
>mcfc -c -O -I. -I../netcdf/libsrc icget.f
>icget.f:
>   icget:
>compile        icget.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c ickfrm.for
>mcfc -c -O -I. -I../netcdf/libsrc ickfrm.f
>ickfrm.f:
>   ickfrm:
>compile        ickfrm.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c icon1.for
>mcfc -c -O -I. -I../netcdf/libsrc icon1.f
>icon1.f:
>   icon1:
>compile        icon1.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c ifband.for
>mcfc -c -O -I. -I../netcdf/libsrc ifband.f
>ifband.f:
>   ifband:
>compile        ifband.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c imbgra.for
>mcfc -c -O -I. -I../netcdf/libsrc imbgra.f
>imbgra.f:
>   imbgra:
>compile        imbgra.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c initblok.for
>mcfc -c -O -I. -I../netcdf/libsrc initblok.f
>initblok.f:
>   initblok:
>compile        initblok.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c ishc.for
>mcfc -c -O -I. -I../netcdf/libsrc ishc.f
>ishc.f:
>   ishc:
>/tmp/ishc.c: In function `ishc_':
>/tmp/ishc.c:20: warning: decimal constant is so large that it is unsigned
>compile        ishc.for:               done
>./mccomp -O -I. -I../netcdf/libsrc -c isqx.for
>mcfc -c -O -I. -I../netcdf/libsrc isqx.f
>isqx.f:
>   isqx:
>compile        isqx.for:               done
>./mccomp -O -I. -I../netcdf/libsrc -c icomp.for
>mcfc -c -O -I. -I../netcdf/libsrc icomp.f
>icomp.f:
>   icomp:
>compile        icomp.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c icput.for
>mcfc -c -O -I. -I../netcdf/libsrc icput.f
>icput.f:
>   icput:
>compile        icput.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c idinfo.for
>mcfc -c -O -I. -I../netcdf/libsrc idinfo.f
>idinfo.f:
>   idinfo:
>compile        idinfo.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c idmyyd.for
>mcfc -c -O -I. -I../netcdf/libsrc idmyyd.f
>idmyyd.f:
>   idmyyd:
>compile        idmyyd.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c ifc.for
>mcfc -c -O -I. -I../netcdf/libsrc ifc.f
>ifc.f:
>   ifc:
>compile        ifc.for:                done
>./mccomp -O -I. -I../netcdf/libsrc -c iftok.for
>mcfc -c -O -I. -I../netcdf/libsrc iftok.f
>iftok.f:
>   iftok:
>       entry    dftok:
>compile        iftok.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c igcurf.for
>mcfc -c -O -I. -I../netcdf/libsrc igcurf.f
>igcurf.f:
>   igcurf:
>compile        igcurf.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c igget.for
>mcfc -c -O -I. -I../netcdf/libsrc igget.f
>igget.f:
>   igget:
>compile        igget.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c iggmax.for
>mcfc -c -O -I. -I../netcdf/libsrc iggmax.f
>iggmax.f:
>   iggmax:
>compile        iggmax.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c igmake.for
>mcfc -c -O -I. -I../netcdf/libsrc igmake.f
>igmake.f:
>   igmake:
>compile        igmake.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c igmakx.for
>mcfc -c -O -I. -I../netcdf/libsrc igmakx.f
>igmakx.f:
>   igmakx:
>compile        igmakx.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c igname.for
>mcfc -c -O -I. -I../netcdf/libsrc igname.f
>igname.f:
>   igname:
>compile        igname.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c igopen.for
>mcfc -c -O -I. -I../netcdf/libsrc igopen.f
>igopen.f:
>   igopen:
>compile        igopen.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c igput.for
>mcfc -c -O -I. -I../netcdf/libsrc igput.f
>igput.f:
>   igput:
>compile        igput.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c igquit.for
>mcfc -c -O -I. -I../netcdf/libsrc igquit.f
>igquit.f:
>   igquit:
>compile        igquit.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c ilalo.for
>mcfc -c -O -I. -I../netcdf/libsrc ilalo.f
>ilalo.f:
>   ilalo:
>compile        ilalo.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c illtv.for
>mcfc -c -O -I. -I../netcdf/libsrc illtv.f
>illtv.f:
>   illtv:
>compile        illtv.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c incday.for
>mcfc -c -O -I. -I../netcdf/libsrc incday.f
>incday.f:
>   incday:
>compile        incday.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c inigrb.for
>mcfc -c -O -I. -I../netcdf/libsrc inigrb.f
>inigrb.f:
>   inigrb:
>       entry    grab:
>compile        inigrb.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c init.for
>mcfc -c -O -I. -I../netcdf/libsrc init.f
>init.f:
>   init:
>compile        init.for:               done
>./mccomp -O -I. -I../netcdf/libsrc -c initrm.for
>mcfc -c -O -I. -I../netcdf/libsrc initrm.f
>initrm.f:
>   initrm:
>compile        initrm.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c initpl.for
>mcfc -c -O -I. -I../netcdf/libsrc initpl.f
>initpl.f:
>   initpl:
>       entry    sclon:
>       entry    scloff:
>       entry    qscale:
>       entry    mcgraonly:
>compile        initpl.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c inout.for
>mcfc -c -O -I. -I../netcdf/libsrc inout.f
>inout.f:
>   inout:
>compile        inout.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c iputkn.for
>mcfc -c -O -I. -I../netcdf/libsrc iputkn.f
>iputkn.f:
>   iputkn:
>       entry    igetkn:
>compile        iputkn.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c iround.for
>mcfc -c -O -I. -I../netcdf/libsrc iround.f
>iround.f:
>   iround:
>compile        iround.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c irvl.for
>mcfc -c -O -I. -I../netcdf/libsrc irvl.f
>irvl.f:
>   irvl:
>compile        irvl.for:               done
>./mccomp -O -I. -I../netcdf/libsrc -c isafmt.for
>mcfc -c -O -I. -I../netcdf/libsrc isafmt.f
>isafmt.f:
>   isafmt:
>compile        isafmt.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c isan.for
>mcfc -c -O -I. -I../netcdf/libsrc isan.f
>isan.f:
>   isan:
>compile        isan.for:               done
>./mccomp -O -I. -I../netcdf/libsrc -c isband.for
>mcfc -c -O -I. -I../netcdf/libsrc isband.f
>isband.f:
>   isband:
>compile        isband.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c isgfmt.for
>mcfc -c -O -I. -I../netcdf/libsrc isgfmt.f
>isgfmt.f:
>   isgfmt:
>compile        isgfmt.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c isdgch.for
>mcfc -c -O -I. -I../netcdf/libsrc isdgch.f
>isdgch.f:
>   isdgch:
>compile        isdgch.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c isir.for
>mcfc -c -O -I. -I../netcdf/libsrc isir.f
>isir.f:
>   isir:
>   irtiro:
>   irmet:
>   irgvar:
>compile        isir.for:               done
>./mcar libmcidas.a dtokhr.o dtokll.o earthrad.o endplt.o erafrm.o erasew.o=
> erest.o fahed.o fbarn.o fbytec.o fghed.o finbnd.o flalo.o flipsche.o=
> fltcon.o flppfx.o fmhed.o fmnmx.o frtonv.o fshrte.o fsort.o ftime.o=
> geolat.o getforms.o getfrm.o getmd.o getnav.o getrte.o getsyn.o getvg.o=
> gms5_nav.o grabmd.o grdcmx.o grddef.o grdexp.o grdnav.o gryscl.o grysclmi.o=
> gtsort.o gunrv2.o gunrvl.o heapfy.o hircon.o howbig.o icget.o ickfrm.o=
> icon1.o ifband.o imbgra.o initblok.o ishc.o isqx.o icomp.o icput.o idinfo.o=
> idmyyd.o ifc.o iftok.o igcurf.o igget.o iggmax.o igmake.o igmakx.o igname.o=
> igopen.o igput.o igquit.o ilalo.o illtv.o incday.o inigrb.o init.o initrm.o=
> initpl.o inout.o iputkn.o iround.o irvl.o isafmt.o isan.o isband.o isgfmt.o=
> isdgch.o isir.o
>update libmcidas.a:            done
>./mccomp -O -I. -I../netcdf/libsrc -c ismfmt.for
>mcfc -c -O -I. -I../netcdf/libsrc ismfmt.f
>ismfmt.f:
>   ismfmt:
>compile        ismfmt.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c issort.for
>mcfc -c -O -I. -I../netcdf/libsrc issort.f
>issort.f:
>   issort:
>compile        issort.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c isvcod.for
>mcfc -c -O -I. -I../netcdf/libsrc isvcod.f
>isvcod.f:
>   isvcod:
>compile        isvcod.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c itokhr.for
>mcfc -c -O -I. -I../netcdf/libsrc itokhr.f
>itokhr.f:
>   itokhr:
>compile        itokhr.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c itokyd.for
>mcfc -c -O -I. -I../netcdf/libsrc itokyd.f
>itokyd.f:
>   itokyd:
>compile        itokyd.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c itrmch.for
>mcfc -c -O -I. -I../netcdf/libsrc itrmch.f
>itrmch.f:
>   itrmch:
>compile        itrmch.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c itvll.for
>mcfc -c -O -I. -I../netcdf/libsrc itvll.f
>itvll.f:
>   itvll:
>compile        itvll.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c iyxll.for
>mcfc -c -O -I. -I../netcdf/libsrc iyxll.f
>iyxll.f:
>   iyxll:
>compile        iyxll.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c jsqx.for
>mcfc -c -O -I. -I../netcdf/libsrc jsqx.f
>jsqx.f:
>   jsqx:
>compile        jsqx.for:               done
>./mccomp -O -I. -I../netcdf/libsrc -c julday.for
>mcfc -c -O -I. -I../netcdf/libsrc julday.f
>julday.f:
>   julday:
>compile        julday.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c kextab.for
>mcfc -c -O -I. -I../netcdf/libsrc kextab.f
>kextab.f:
>   kextab:
>compile        kextab.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c keytab.for
>mcfc -c -O -I. -I../netcdf/libsrc keytab.f
>keytab.f:
>   keytab:
>compile        keytab.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c kolors.for
>mcfc -c -O -I. -I../netcdf/libsrc kolors.f
>kolors.f:
>   kolors:
>compile        kolors.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c lab.for
>mcfc -c -O -I. -I../netcdf/libsrc lab.f
>lab.f:
>   lab:
>compile        lab.for:                done
>./mccomp -O -I. -I../netcdf/libsrc -c lanfit.for
>mcfc -c -O -I. -I../netcdf/libsrc lanfit.f
>lanfit.f:
>   lanfit:
>compile        lanfit.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c lbchek.for
>mcfc -c -O -I. -I../netcdf/libsrc lbchek.f
>lbchek.f:
>   lbchek:
>compile        lbchek.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c lbget.for
>mcfc -c -O -I. -I../netcdf/libsrc lbget.f
>lbget.f:
>   lbget:
>compile        lbget.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c lbput.for
>mcfc -c -O -I. -I../netcdf/libsrc lbput.f
>lbput.f:
>   lbput:
>compile        lbput.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c lbputc.for
>mcfc -c -O -I. -I../netcdf/libsrc lbputc.f
>lbputc.f:
>   lbputc:
>compile        lbputc.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c lbputx.for
>mcfc -c -O -I. -I../netcdf/libsrc lbputx.f
>lbputx.f:
>   lbputx:
>compile        lbputx.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c lbtbl.for
>mcfc -c -O -I. -I../netcdf/libsrc lbtbl.f
>lbtbl.f:
>   lbtbl:
>compile        lbtbl.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c len_trim.for
>mcfc -c -O -I. -I../netcdf/libsrc len_trim.f
>len_trim.f:
>   len_trim:
>compile        len_trim.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c line.for
>mcfc -c -O -I. -I../netcdf/libsrc line.f
>line.f:
>   line:
>compile        line.for:               done
>./mccomp -O -I. -I../netcdf/libsrc -c lineseg.for
>mcfc -c -O -I. -I../netcdf/libsrc lineseg.f
>lineseg.f:
>   lineseg:
>compile        lineseg.for:            done
>./mccomp -O -I. -I../netcdf/libsrc -c lisdat.for
>mcfc -c -O -I. -I../netcdf/libsrc lisdat.f
>lisdat.f:
>   lisdat:
>compile        lisdat.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c lisgra.for
>mcfc -c -O -I. -I../netcdf/libsrc lisgra.f
>lisgra.f:
>   lisgra:
>compile        lisgra.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c lislup.for
>mcfc -c -O -I. -I../netcdf/libsrc lislup.f
>lislup.f:
>   lislup:
>compile        lislup.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c lit.for
>mcfc -c -O -I. -I../netcdf/libsrc lit.f
>lit.f:
>   lit:
>compile        lit.for:                done
>./mccomp -O -I. -I../netcdf/libsrc -c llcart.for
>mcfc -c -O -I. -I../netcdf/libsrc llcart.f
>llcart.f:
>   llcart:
>       entry    llopt:
>       entry    llobl:
>       entry    cartll:
>compile        llcart.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c lllmts.for
>mcfc -c -O -I. -I../netcdf/libsrc lllmts.f
>lllmts.f:
>   lllmts:
>compile        lllmts.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c lltokn.for
>mcfc -c -O -I. -I../netcdf/libsrc lltokn.f
>lltokn.f:
>   lltokn:
>compile        lltokn.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c lltora.for
>mcfc -c -O -I. -I../netcdf/libsrc lltora.f
>lltora.f:
>   lltora:
>compile        lltora.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c llyx.for
>mcfc -c -O -I. -I../netcdf/libsrc llyx.f
>llyx.f:
>   llyx:
>compile        llyx.for:               done
>./mccomp -O -I. -I../netcdf/libsrc -c lpcon.for
>mcfc -c -O -I. -I../netcdf/libsrc lpcon.f
>lpcon.f:
>   lpcon:
>compile        lpcon.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c lpend.for
>mcfc -c -O -I. -I../netcdf/libsrc lpend.f
>lpend.f:
>   lpend:
>compile        lpend.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c lpinit.for
>mcfc -c -O -I. -I../netcdf/libsrc lpinit.f
>lpinit.f:
>   lpinit:
>compile        lpinit.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c lppage.for
>mcfc -c -O -I. -I../netcdf/libsrc lppage.f
>lppage.f:
>   lppage:
>compile        lppage.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c lpplot.for
>mcfc -c -O -I. -I../netcdf/libsrc lpplot.f
>lpplot.f:
>   lpplot:
>compile        lpplot.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c ltq.for
>mcfc -c -O -I. -I../netcdf/libsrc ltq.f
>ltq.f:
>   ltq:
>compile        ltq.for:                done
>./mccomp -O -I. -I../netcdf/libsrc -c lwc.for
>mcfc -c -O -I. -I../netcdf/libsrc lwc.f
>lwc.f:
>   lwc:
>compile        lwc.for:                done
>./mccomp -O -I. -I../netcdf/libsrc -c lwcopy.for
>mcfc -c -O -I. -I../netcdf/libsrc lwcopy.f
>lwcopy.f:
>   lwcopy:
>compile        lwcopy.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c lwend.for
>mcfc -c -O -I. -I../netcdf/libsrc lwend.f
>lwend.f:
>   lwend:
>compile        lwend.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c lwendw.for
>mcfc -c -O -I. -I../netcdf/libsrc lwendw.f
>lwendw.f:
>   lwendw:
>compile        lwendw.for:             done
./mccomp -O -I. -I../netcdf/libsrc -c lwfile.for
>mcfc -c -O -I. -I../netcdf/libsrc lwfile.f
>lwfile.f:
>   lwfile:
>compile        lwfile.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c lwibuf.for
>mcfc -c -O -I. -I../netcdf/libsrc lwibuf.f
>lwibuf.f:
>   lwibuf:
>compile        lwibuf.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c lwmd.for
>mcfc -c -O -I. -I../netcdf/libsrc lwmd.f
>lwmd.f:
>   lwmd:
>Warning on line 292 of lwmd.f: local variable mccydtioyd never used
>compile        lwmd.for:               done
>./mccomp -O -I. -I../netcdf/libsrc -c lwtmd2.for
>mcfc -c -O -I. -I../netcdf/libsrc lwtmd2.f
>lwtmd2.f:
>   lwtmd2:
>   mdoimp:
>compile        lwtmd2.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c lwtoa2.for
>mcfc -c -O -I. -I../netcdf/libsrc lwtoa2.f
>lwtoa2.f:
>   lwtoa2:
>compile        lwtoa2.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c lwtoa3.for
>mcfc -c -O -I. -I../netcdf/libsrc lwtoa3.f
>lwtoa3.f:
>   lwtoa3:
>Warning on line 228 of lwtoa3.f: inconsistent calling sequences for grab,
>       arg 2: here integer*2 variable, previously integer variable.
>Warning on line 229 of lwtoa3.f: inconsistent calling sequences for swbyt2,
>       arg 1: here integer*2 variable, previously integer variable.
>Warning on line 250 of lwtoa3.f: inconsistent calling sequences for movc,
>       arg 2: here integer*2 variable, previously integer variable.
>compile        lwtoa3.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c lwtost.for
>mcfc -c -O -I. -I../netcdf/libsrc lwtost.f
>lwtost.f:
>   lwtost:
>compile        lwtost.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c m0addef.for
>mcfc -c -O -I. -I../netcdf/libsrc m0addef.f
>m0addef.f:
>   m0cxcomm:
>   m0cxclos:
>   m0cxread:
>   m0cxwrit:
>   m0kltwin:
>compile        m0addef.for:            done
>./mccomp -O -I. -I../netcdf/libsrc -c m0appstr.for
>mcfc -c -O -I. -I../netcdf/libsrc m0appstr.f
>m0appstr.f:
>   m0appstr:
>compile        m0appstr.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0araput.for
>mcfc -c -O -I. -I../netcdf/libsrc m0araput.f
>m0araput.f:
>   m0araput:
>compile        m0araput.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0auxd.for
>mcfc -c -O -I. -I../netcdf/libsrc m0auxd.f
>m0auxd.f:
>   m0auxd:
>compile        m0auxd.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c m0auxhed.for
>mcfc -c -O -I. -I../netcdf/libsrc m0auxhed.f
>m0auxhed.f:
>   m0auxhed:
>compile        m0auxhed.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0auxi.for
>mcfc -c -O -I. -I../netcdf/libsrc m0auxi.f
>m0auxi.f:
>   m0auxi:
>compile        m0auxi.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c m0auxl.for
>mcfc -c -O -I. -I../netcdf/libsrc m0auxl.f
>m0auxl.f:
>   m0auxl:
>       entry    m0auxnxt:
>compile        m0auxl.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c m0auxo.for
>mcfc -c -O -I. -I../netcdf/libsrc m0auxo.f
>m0auxo.f:
>   m0auxo:
>compile        m0auxo.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c m0avadat.for
>mcfc -c -O -I. -I../netcdf/libsrc m0avadat.f
>m0avadat.f:
>   m0avadat:
>compile        m0avadat.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0catstr.for
>mcfc -c -O -I. -I../netcdf/libsrc m0catstr.f
>m0catstr.f:
>   m0catstr:
>compile        m0catstr.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0chkfil.for
>mcfc -c -O -I. -I../netcdf/libsrc m0chkfil.f
>m0chkfil.f:
>   m0chkfil:
>compile        m0chkfil.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0chkpar.for
>mcfc -c -O -I. -I../netcdf/libsrc m0chkpar.f
>m0chkpar.f:
>   m0chkpar:
>compile        m0chkpar.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0comsrt.for
>mcfc -c -O -I. -I../netcdf/libsrc m0comsrt.f
>m0comsrt.f:
>   m0comsrt:
>Warning on line 159 of m0comsrt.f: local variable numplanets never used
>compile        m0comsrt.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0ctyutl.for
>mcfc -c -O -I. -I../netcdf/libsrc m0ctyutl.f
>m0ctyutl.f:
>   m0lfhcty:
>   m0lshcty:
>   m0gsncty:
>   m0lchcty:
>   m0gcncty:
>   m0lllcty:
>   m0gcfcty:
>   m0gflcty:
>compile        m0ctyutl.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0distnc.for
>mcfc -c -O -I. -I../netcdf/libsrc m0distnc.f
>m0distnc.f:
>   m0distnc:
>compile        m0distnc.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0dslook.for
>mcfc -c -O -I. -I../netcdf/libsrc m0dslook.f
>m0dslook.f:
>   m0dslook:
>compile        m0dslook.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0dsnnam.for
>mcfc -c -O -I. -I../netcdf/libsrc m0dsnnam.f
>m0dsnnam.f:
>   m0dsnnam:
>compile        m0dsnnam.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0fhrnge.for
>mcfc -c -O -I. -I../netcdf/libsrc m0fhrnge.f
>m0fhrnge.f:
>   m0fhrnge:
>Warning on line 117 of m0fhrnge.f: local variable sksecs never used
>compile        m0fhrnge.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0flpgdr.for
>mcfc -c -O -I. -I../netcdf/libsrc m0flpgdr.f
>m0flpgdr.f:
>   m0flpgdr:
>compile        m0flpgdr.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0flpmdr.for
>mcfc -c -O -I. -I../netcdf/libsrc m0flpmdr.f
>m0flpmdr.f:
>   m0flpmdr:
>compile        m0flpmdr.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0fndkey.for
>mcfc -c -O -I. -I../netcdf/libsrc m0fndkey.f
>m0fndkey.f:
>   m0fndkey:
>compile        m0fndkey.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0fndv.for
>mcfc -c -O -I. -I../netcdf/libsrc m0fndv.f
>m0fndv.f:
>   m0fndv:
>compile        m0fndv.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c m0getred.for
>mcfc -c -O -I. -I../netcdf/libsrc m0getred.f
>m0getred.f:
>   m0getred:
>compile        m0getred.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0grdpro.for
>mcfc -c -O -I. -I../netcdf/libsrc m0grdpro.f
>m0grdpro.f:
>   m0grdpro:
>compile        m0grdpro.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0gsort.for
>mcfc -c -O -I. -I../netcdf/libsrc m0gsort.f
>m0gsort.f:
>   m0gsort:
>compile        m0gsort.for:            done
>./mccomp -O -I. -I../netcdf/libsrc -c m0hms2ch.for
>mcfc -c -O -I. -I../netcdf/libsrc m0hms2ch.f
>m0hms2ch.f:
>   m0hms2ch:
>compile        m0hms2ch.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0idlist.for
>mcfc -c -O -I. -I../netcdf/libsrc m0idlist.f
>m0idlist.f:
>   m0idlist:
>compile        m0idlist.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0idout.for
>mcfc -c -O -I. -I../netcdf/libsrc m0idout.f
>m0idout.f:
>   m0idout:
>compile        m0idout.for:            done
>./mccomp -O -I. -I../netcdf/libsrc -c m0itime.for
>mcfc -c -O -I. -I../netcdf/libsrc m0itime.f
>m0itime.f:
>   m0itime:
>compile        m0itime.for:            done
>./mccomp -O -I. -I../netcdf/libsrc -c m0levchr.for
>mcfc -c -O -I. -I../netcdf/libsrc m0levchr.f
>m0levchr.f:
>   m0levchr:
>compile        m0levchr.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0levuni.for
>mcfc -c -O -I. -I../netcdf/libsrc m0levuni.f
>m0levuni.f:
>   m0levuni:
>   m0resort:
>compile        m0levuni.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0local_area.for
>mcfc -c -O -I. -I../netcdf/libsrc m0local_area.f
>m0local_area.f:
>   m0local_area:
>   local:
>compile        m0local_area.for:       done
>./mccomp -O -I. -I../netcdf/libsrc -c m0makara.for
>mcfc -c -O -I. -I../netcdf/libsrc m0makara.f
>m0makara.f:
>   m0makara:
>Warning on line 130 of m0makara.f: local variable cur_date never used
>Warning on line 130 of m0makara.f: local variable mcydtocyd never used
>compile        m0makara.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0mdtget.for
>mcfc -c -O -I. -I../netcdf/libsrc m0mdtget.f
>m0mdtget.f:
>   m0mdtimeget:
>compile        m0mdtget.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0mdtput.for
>mcfc -c -O -I. -I../netcdf/libsrc m0mdtput.f
>m0mdtput.f:
>   m0mdtimeput:
>compile        m0mdtput.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0mulpan.for
>mcfc -c -O -I. -I../netcdf/libsrc m0mulpan.f
>m0mulpan.f:
>   m0mulpan:
>compile        m0mulpan.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0parsrt.for
>mcfc -c -O -I. -I../netcdf/libsrc m0parsrt.f
>m0parsrt.f:
>   m0parsrt:
>   pluckunit:
>compile        m0parsrt.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0parstr.for
>mcfc -c -O -I. -I../netcdf/libsrc m0parstr.f
>m0parstr.f:
>   m0parstr:
>Warning on line 849 of m0parstr.f: local variable clit never used
>compile        m0parstr.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0psort.for
>mcfc -c -O -I. -I../netcdf/libsrc m0psort.f
>m0psort.f:
>   m0psort:
>   brack_to:
>   spcbgn:
>   check_der_parm:
>Warning on line 999 of m0psort.f: local variable mccmdstr never used
>Warning on line 999 of m0psort.f: local variable status never used
>   build_der_sort:
>compile        m0psort.for:            done
>./mccomp -O -I. -I../netcdf/libsrc -c m0ptbuf.for
>mcfc -c -O -I. -I../netcdf/libsrc m0ptbuf.f
>m0ptbuf.f:
>   m0ptbufinit:
>   m0ptbufi:
>   m0ptbufc:
>   m0ptbuff:
>compile        m0ptbuf.for:            done
>./mccomp -O -I. -I../netcdf/libsrc -c m0ptget.for
>mcfc -c -O -I. -I../netcdf/libsrc m0ptget.f
>m0ptget.f:
>   m0ptget:
>Warning on line 860 of m0ptget.f: inconsistent calling sequences for clit,
>       arg 3: here character variable, previously integer variable.
>Warning on line 860 of m0ptget.f: inconsistent calling sequences for clit:
>       here 4, previously 3 args and string lengths.
>       entry    m0ptrd:
>       entry    m0pttot:
>   pt_parms:
>   pt_read:
>   pt_derive:
>compile        m0ptget.for:            done
>./mccomp -O -I. -I../netcdf/libsrc -c m0pthdr.for
>mcfc -c -O -I. -I../netcdf/libsrc m0pthdr.f
>m0pthdr.f:
>   m0pthdr:
>       entry    m0ptrdhdr:
>       entry    m0pthtot:
>compile        m0pthdr.for:            done
>./mccomp -O -I. -I../netcdf/libsrc -c m0ptparm.for
>mcfc -c -O -I. -I../netcdf/libsrc m0ptparm.f
>m0ptparm.f:
>   m0ptparm:
>compile        m0ptparm.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0raob.for
>mcfc -c -O -I. -I../netcdf/libsrc m0raob.f
>m0raob.f:
>   m0raob:
>Warning on line 327 of m0raob.f: inconsistent calling sequences for movw,
>       arg 3: here real variable, previously integer variable.
>compile        m0raob.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c m0rarofs.for
>mcfc -c -O -I. -I../netcdf/libsrc m0rarofs.f
>m0rarofs.f:
>   m0rarofs:
>compile        m0rarofs.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0scatt.for
>mcfc -c -O -I. -I../netcdf/libsrc m0scatt.f
>m0scatt.f:
>   m0scatt:
>       entry    m0scatt1:
>       entry    m0scatt2:
>compile        m0scatt.for:            done
>./mccomp -O -I. -I../netcdf/libsrc -c m0sczget.for
>mcfc -c -O -I. -I../netcdf/libsrc m0sczget.f
>m0sczget.f:
>   m0getfileheader:
>   m0getstatefromchar:
>   m0getstatefromnum:
>   m0getdataheaderfromnum:
>   m0getdataheaderfromname:
>   m0getstateblock:
>   m0getdataheaderblock:
>   m0setptrs:
>   m0lloverlap:
>   m0setllfile:
>compile        m0sczget.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0sortf.for
>mcfc -c -O -I. -I../netcdf/libsrc m0sortf.f
>m0sortf.f:
>   m0sortf:
>compile        m0sortf.for:            done
>./mccomp -O -I. -I../netcdf/libsrc -c m0specs.for
>mcfc -c -O -I. -I../netcdf/libsrc m0specs.f
>m0specs.f:
>   m0specs:
>compile        m0specs.for:            done
>./mccomp -O -I. -I../netcdf/libsrc -c m0splice.for
>mcfc -c -O -I. -I../netcdf/libsrc m0splice.f
>m0splice.f:
>   m0splice:
>compile        m0splice.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0split.for
>mcfc -c -O -I. -I../netcdf/libsrc m0split.f
>m0split.f:
>   m0split:
>compile        m0split.for:            done
>./mccomp -O -I. -I../netcdf/libsrc -c m0ssdesc.for
>mcfc -c -O -I. -I../netcdf/libsrc m0ssdesc.f
>m0ssdesc.f:
>   m0ssdesc:
>compile        m0ssdesc.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0stndrd.for
>mcfc -c -O -I. -I../netcdf/libsrc m0stndrd.f
>m0stndrd.f:
>   m0stndrd:
>compile        m0stndrd.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0subsrt.for
>mcfc -c -O -I. -I../netcdf/libsrc m0subsrt.f
>m0subsrt.f:
>   m0subsrt:
>   m0latbnd:
>compile        m0subsrt.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0ufctr.for
>mcfc -c -O -I. -I../netcdf/libsrc m0ufctr.f
>m0ufctr.f:
>   m0ufctr:
>   m0ulist:
>compile        m0ufctr.for:            done
>./mccomp -O -I. -I../netcdf/libsrc -c m0warofs.for
>mcfc -c -O -I. -I../netcdf/libsrc m0warofs.f
>m0warofs.f:
>   m0warofs:
compile m0warofs.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0whatvr.for
>mcfc -c -O -I. -I../netcdf/libsrc m0whatvr.f
>m0whatvr.f:
>   m0whatvr:
>compile        m0whatvr.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0witext.for
>mcfc -c -O -I. -I../netcdf/libsrc m0witext.f
>m0witext.f:
>   wiput:
>   widis:
>   ask:
>   askcmd:
>compile        m0witext.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c m0writd.for
>mcfc -c -O -I. -I../netcdf/libsrc m0writd.f
>m0writd.f:
>   m0writd:
>compile        m0writd.for:            done
>./mccomp -O -I. -I../netcdf/libsrc -c makara.for
>mcfc -c -O -I. -I../netcdf/libsrc makara.f
>makara.f:
>   makara:
>Warning on line 77 of makara.f: local variable cur_date never used
>Warning on line 77 of makara.f: local variable mcydtocyd never used
>compile        makara.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c makdir.for
>mcfc -c -O -I. -I../netcdf/libsrc makdir.f
>makdir.f:
>   makdir:
>compile        makdir.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mapdef.for
>mcfc -c -O -I. -I../netcdf/libsrc mapdef.f
>mapdef.f:
>   mapdef:
>compile        mapdef.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c maplmt.for
>mcfc -c -O -I. -I../netcdf/libsrc maplmt.f
>maplmt.f:
>   maplmt:
>compile        maplmt.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mapnam.for
>mcfc -c -O -I. -I../netcdf/libsrc mapnam.f
>mapnam.f:
>   mapnam:
>compile        mapnam.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mapper.for
>mcfc -c -O -I. -I../netcdf/libsrc mapper.f
>mapper.f:
>   mapper:
>compile        mapper.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mappit.for
>mcfc -c -O -I. -I../netcdf/libsrc mappit.f
>mappit.f:
>   m0mappit:
>compile        mappit.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mapsav.for
>mcfc -c -O -I. -I../netcdf/libsrc mapsav.f
>mapsav.f:
>   mapsav:
>compile        mapsav.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mapurx.for
>mcfc -c -O -I. -I../netcdf/libsrc mapurx.f
>mapurx.f:
>   mapurx:
>compile        mapurx.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mbyte.for
>mcfc -c -O -I. -I../netcdf/libsrc mbyte.f
>mbyte.f:
>   mbyte:
>       entry    lbyte:
>compile        mbyte.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c mcaddstr.for
>mcfc -c -O -I. -I../netcdf/libsrc mcaddstr.f
>mcaddstr.f:
>   mcaddstr:
>compile        mcaddstr.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c mcadel.for
>mcfc -c -O -I. -I../netcdf/libsrc mcadel.f
>mcadel.f:
>   mcadel:
>compile        mcadel.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mcadir.for
>mcfc -c -O -I. -I../netcdf/libsrc mcadir.f
>mcadir.f:
>   mcadir:
>       entry    mcadrd:
>       entry    mcauxrd:
>Warning on line 415 of mcadir.f: local variable index never used
>compile        mcadir.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mcaget.for
>mcfc -c -O -I. -I../netcdf/libsrc mcaget.f
>mcaget.f:
>   mcaget:
>       entry    mcalin:
>       entry    mcapfx:
>       entry    mcacrd:
>       entry    mcacal:
>       entry    mcaaux:
>       entry    mcanav:
>       entry    mcafree:
>   fixchr:
>compile        mcaget.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mcanum.for
>mcfc -c -O -I. -I../netcdf/libsrc mcanum.f
>mcanum.f:
>   mcanum:
>compile        mcanum.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mcaput.for
>mcfc -c -O -I. -I../netcdf/libsrc mcaput.f
>mcaput.f:
>   mcaput:
>       entry    mcaout:
>       entry    mcacou:
>compile        mcaput.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mcasort.for
>mcfc -c -O -I. -I../netcdf/libsrc mcasort.f
>mcasort.f:
>   mcasort:
>compile        mcasort.for:            done
>./mccomp -O -I. -I../netcdf/libsrc -c mccidflt.for
>mcfc -c -O -I. -I../netcdf/libsrc mccidflt.f
>mccidflt.f:
>   mccidflt:
>compile        mccidflt.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c mcdewpt.for
>mcfc -c -O -I. -I../netcdf/libsrc mcdewpt.f
>mcdewpt.f:
>   mcdewpt:
>   mcdewptgrd:
>Warning on line 313 of mcdewpt.f: local variable errstring never used
>compile        mcdewpt.for:            done
>./mccomp -O -I. -I../netcdf/libsrc -c mcdirec.for
>mcfc -c -O -I. -I../netcdf/libsrc mcdirec.f
>mcdirec.f:
>   mcdirec:
>   mcdirecgrd:
>compile        mcdirec.for:            done
>./mccomp -O -I. -I../netcdf/libsrc -c mcdsnum.for
>mcfc -c -O -I. -I../netcdf/libsrc mcdsnum.f
>mcdsnum.f:
>   mcdsnum:
>compile        mcdsnum.for:            done
>./mccomp -O -I. -I../netcdf/libsrc -c mcexptxt.for
>mcfc -c -O -I. -I../netcdf/libsrc mcexptxt.f
>mcexptxt.f:
>   mcexptxt:
>compile        mcexptxt.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c mcfbarn.for
>mcfc -c -O -I. -I../netcdf/libsrc mcfbarn.f
>mcfbarn.f:
>   mcfbarn:
>compile        mcfbarn.for:            done
>./mccomp -O -I. -I../netcdf/libsrc -c mcfndgrd.for
>mcfc -c -O -I. -I../netcdf/libsrc mcfndgrd.f
>mcfndgrd.f:
>   mcfndgrd:
>compile        mcfndgrd.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c mcfrall.for
>mcfc -c -O -I. -I../netcdf/libsrc mcfrall.f
>mcfrall.f:
>   mcfrall:
>compile        mcfrall.for:            done
>./mccomp -O -I. -I../netcdf/libsrc -c mcgdir.for
>mcfc -c -O -I. -I../netcdf/libsrc mcgdir.f
>mcgdir.f:
>   mcgdir:
>       entry    mcgfdrd:
>       entry    mcgdrd:
>compile        mcgdir.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mcgget.for
>mcfc -c -O -I. -I../netcdf/libsrc mcgget.f
>mcgget.f:
>   mcgget:
>       entry    mcgridf:
>       entry    mcgridc:
>compile        mcgget.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mcgput.for
>mcfc -c -O -I. -I../netcdf/libsrc mcgput.f
>mcgput.f:
>   mcgput:
>       entry    mcgoutf:
>       entry    mcgoutc:
>compile        mcgput.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mcgrdcon.for
>mcfc -c -O -I. -I../netcdf/libsrc mcgrdcon.f
>mcgrdcon.f:
>   mcgrdcon:
>   cfglike:
>compile        mcgrdcon.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c mcid2idn.for
>mcfc -c -O -I. -I../netcdf/libsrc mcid2idn.f
>mcid2idn.f:
>   mcid2idn:
>Warning on line 238 of mcid2idn.f: inconsistent calling sequences for lwi,
>       arg 4: here character variable, previously integer variable.
>Warning on line 238 of mcid2idn.f: inconsistent calling sequences for lwi:
>       here 6, previously 5 args and string lengths.
>compile        mcid2idn.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c mcigghed.for
>mcfc -c -O -I. -I../netcdf/libsrc mcigghed.f
>mcigghed.f:
>   mcigghed:
>compile        mcigghed.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c mcinsort.for
>mcfc -c -O -I. -I../netcdf/libsrc mcinsort.f
>mcinsort.f:
>   mcinsort:
>   mcinsorti:
>   mcinsortd:
>   mcinsorts:
>compile        mcinsort.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c mcisipad.for
>mcfc -c -O -I. -I../netcdf/libsrc mcisipad.f
>mcisipad.f:
>   mcisipad:
>compile        mcisipad.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c mcitov.for
>mcfc -c -O -I. -I../netcdf/libsrc mcitov.f
>mcitov.f:
>   mcitov:
>compile        mcitov.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mclatvap.for
>mcfc -c -O -I. -I../netcdf/libsrc mclatvap.f
>mclatvap.f:
>   mclatvap:
>compile        mclatvap.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c mclcl.for
>mcfc -c -O -I. -I../netcdf/libsrc mclcl.f
>mclcl.f:
>   mclcl:
>compile        mclcl.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c mcmdks.for
>mcfc -c -O -I. -I../netcdf/libsrc mcmdks.f
>mcmdks.f:
>   mcmdks:
>       entry    mcmdrd:
>compile        mcmdks.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mcpcrd.for
>mcfc -c -O -I. -I../netcdf/libsrc mcpcrd.f
>mcpcrd.f:
>   mcpcal:
>   mcpnav:
>compile        mcpcrd.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mcprghed.for
>mcfc -c -O -I. -I../netcdf/libsrc mcprghed.f
>mcprghed.f:
>   mcprghed:
>compile        mcprghed.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c mcprtblk.for
>mcfc -c -O -I. -I../netcdf/libsrc mcprtblk.f
>mcprtblk.f:
>   mcprtblk:
>   prtlin:
>   grbwrd:
>compile        mcprtblk.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c mcraob.for
>mcfc -c -O -I. -I../netcdf/libsrc mcraob.f
>mcraob.f:
>   mcraob:
>   m0cxsrao:
>   m0cxmrao:
>compile        mcraob.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mcrmix.for
>mcfc -c -O -I. -I../netcdf/libsrc mcrmix.f
>mcrmix.f:
>   mcrmix:
>compile        mcrmix.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mcsczget.for
>mcfc -c -O -I. -I../netcdf/libsrc mcsczget.f
>mcsczget.f:
>   mcfindllfromstatenum:
>   mcgetlinesegs:
>   mcgetstatefipsfrompo:
>   mcgetcountyfipsfromname:
>   mcgetcountynamefromfips:
>   mcinitgetll:
>compile        mcsczget.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c mcsatvap.for
>mcfc -c -O -I. -I../netcdf/libsrc mcsatvap.f
>mcsatvap.f:
>   mcsatvap:
>   mcsatvpi:
>compile        mcsatvap.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c mcsound.for
>mcfc -c -O -I. -I../netcdf/libsrc mcsound.f
>mcsound.f:
>   mcsound:
>compile        mcsound.for:            done
>./mccomp -O -I. -I../netcdf/libsrc -c mcspeed.for
>mcfc -c -O -I. -I../netcdf/libsrc mcspeed.f
>mcspeed.f:
>   mcspeed:
>   mcspeedgrd:
>compile        mcspeed.for:            done
>./mccomp -O -I. -I../netcdf/libsrc -c mctamr.for
>mcfc -c -O -I. -I../netcdf/libsrc mctamr.f
>mctamr.f:
>   mctdfromrmix:
>compile        mctamr.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mctasa.for
>mcfc -c -O -I. -I../netcdf/libsrc mctasa.f
>mctasa.f:
>   mctasa:
>compile        mctasa.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mctokn.for
>mcfc -c -O -I. -I../netcdf/libsrc mctokn.f
>mctokn.f:
>   mctokn:
>compile        mctokn.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mcuandv.for
>mcfc -c -O -I. -I../netcdf/libsrc mcuandv.f
>mcuandv.f:
>   mcuandv:
>compile        mcuandv.for:            done
>./mccomp -O -I. -I../netcdf/libsrc -c mcucvtd.for
>mcfc -c -O -I. -I../netcdf/libsrc mcucvtd.f
>mcucvtd.f:
>   mcucvtd:
>compile        mcucvtd.for:            done
>./mccomp -O -I. -I../netcdf/libsrc -c mcucvtr.for
>mcfc -c -O -I. -I../netcdf/libsrc mcucvtr.f
>mcucvtr.f:
>   mcucvtr:
>compile        mcucvtr.for:            done
>./mccomp -O -I. -I../netcdf/libsrc -c mcydd2ch.for
>mcfc -c -O -I. -I../netcdf/libsrc mcydd2ch.f
>mcydd2ch.f:
>   mcydd2ch:
>Warning on line 197 of mcydd2ch.f: local variable cfi never used
>compile        mcydd2ch.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c mdclos.for
>mcfc -c -O -I. -I../netcdf/libsrc mdclos.f
>mdclos.f:
>   mdclos:
>compile        mdclos.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mdcode.for
>mcfc -c -O -I. -I../netcdf/libsrc mdcode.f
>mdcode.f:
>   mdcode:
>compile        mdcode.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mdcrnt.for
>mcfc -c -O -I. -I../netcdf/libsrc mdcrnt.f
>mdcrnt.f:
>   mdcrnt:
>compile        mdcrnt.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mdcvut.for
>mcfc -c -O -I. -I../netcdf/libsrc mdcvut.f
>mdcvut.f:
>   mdcvut:
>compile        mdcvut.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mddates.for
>mcfc -c -O -I. -I../netcdf/libsrc mddates.f
>mddates.f:
>   mddates:
>Warning on line 173 of mddates.f: local variable arg_year never used
>Warning on line 173 of mddates.f: local variable kmp_year never used
>Warning on line 173 of mddates.f: local variable i never used
>Warning on line 173 of mddates.f: local variable this_cent never used
>Warning on line 173 of mddates.f: local variable this_year never used
>Warning on line 173 of mddates.f: local variable clit never used
>Warning on line 173 of mddates.f: local variable today never used
>Warning on line 173 of mddates.f: local variable arg_ddd never used
>compile        mddates.for:            done
>./mccomp -O -I. -I../netcdf/libsrc -c mdi.for
>mcfc -c -O -I. -I../netcdf/libsrc mdi.f
>mdi.f:
>   mdi:
>compile        mdi.for:                done
>./mccomp -O -I. -I../netcdf/libsrc -c mdinfo.for
>mcfc -c -O -I. -I../netcdf/libsrc mdinfo.f
>mdinfo.f:
>   mdinfo:
>compile        mdinfo.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mdinit.for
>mcfc -c -O -I. -I../netcdf/libsrc mdinit.f
>mdinit.f:
>   mdinit:
>compile        mdinit.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mdkeys.for
>mcfc -c -O -I. -I../netcdf/libsrc mdkeys.f
>mdkeys.f:
>   mdkeys:
>compile        mdkeys.for:             done
>./mcar libmcidas.a ismfmt.o issort.o isvcod.o itokhr.o itokyd.o itrmch.o=
> itvll.o iyxll.o jsqx.o julday.o kextab.o keytab.o kolors.o lab.o lanfit.o=
> lbchek.o lbget.o lbput.o lbputc.o lbputx.o lbtbl.o len_trim.o line.o=
> lineseg.o lisdat.o lisgra.o lislup.o lit.o llcart.o lllmts.o lltokn.o=
> lltora.o llyx.o lpcon.o lpend.o lpinit.o lppage.o lpplot.o ltq.o lwc.o=
> lwcopy.o lwend.o lwendw.o lwfile.o lwibuf.o lwmd.o lwtmd2.o lwtoa2.o=
> lwtoa3.o lwtost.o m0addef.o m0appstr.o m0araput.o m0auxd.o m0auxhed.o=
> m0auxi.o m0auxl.o m0auxo.o m0avadat.o m0catstr.o m0chkfil.o m0chkpar.o=
> m0comsrt.o m0ctyutl.o m0distnc.o m0dslook.o m0dsnnam.o m0fhrnge.o=
> m0flpgdr.o m0flpmdr.o m0fndkey.o m0fndv.o m0getred.o m0grdpro.o m0gsort.o=
> m0hms2ch.o m0idlist.o m0idout.o m0itime.o m0levchr.o m0levuni.o=
> m0local_area.o m0makara.o m0mdtget.o m0mdtput.o m0mulpan.o m0parsrt.o=
> m0parstr.o m0psort.o m0ptbuf.o m0ptget.o m0pthdr.o m0ptparm.o m0raob.o=
> m0rarofs.o m0scatt.o m0sczget.o m0sortf.o m0specs.o m0splice.o m0split.o=
> m0ssdesc.o m0stndrd.o m0subsrt.o m0ufctr.o m0warofs.o m0whatvr.o m0witext.o=
> m0writd.o makara.o makdir.o mapdef.o maplmt.o mapnam.o mapper.o mappit.o=
> mapsav.o mapurx.o mbyte.o mcaddstr.o mcadel.o mcadir.o mcaget.o mcanum.o=
> mcaput.o mcasort.o mccidflt.o mcdewpt.o mcdirec.o mcdsnum.o mcexptxt.o=
> mcfbarn.o mcfndgrd.o mcfrall.o mcgdir.o mcgget.o mcgput.o mcgrdcon.o=
> mcid2idn.o mcigghed.o mcinsort.o mcisipad.o mcitov.o mclatvap.o mclcl.o=
> mcmdks.o mcpcrd.o mcprghed.o mcprtblk.o mcraob.o mcrmix.o mcsczget.o=
> mcsatvap.o mcsound.o mcspeed.o mctamr.o mctasa.o mctokn.o mcuandv.o=
> mcucvtd.o mcucvtr.o mcydd2ch.o mdclos.o mdcode.o mdcrnt.o mdcvut.o=
> mddates.o mdi.o mdinfo.o mdinit.o mdkeys.o
>update libmcidas.a:            done
>./mccomp -O -I. -I../netcdf/libsrc -c mdmake.for
>mcfc -c -O -I. -I../netcdf/libsrc mdmake.f
>mdmake.f:
>   mdmake:
>compile        mdmake.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mdname.for
>mcfc -c -O -I. -I../netcdf/libsrc mdname.f
>mdname.f:
>   mdname:
>compile        mdname.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mdo.for
>mcfc -c -O -I. -I../netcdf/libsrc mdo.f
>mdo.f:
>   mdo:
>compile        mdo.for:                done
>./mccomp -O -I. -I../netcdf/libsrc -c mdopen.for
>mcfc -c -O -I. -I../netcdf/libsrc mdopen.f
>mdopen.f:
>   mdopen:
>compile        mdopen.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mdquit.for
>mcfc -c -O -I. -I../netcdf/libsrc mdquit.f
>mdquit.f:
>   mdquit:
>compile        mdquit.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mdscup.for
>mcfc -c -O -I. -I../netcdf/libsrc mdscup.f
>mdscup.f:
>   mdscup:
>       entry    mdscdn:
>Warning on line 82 of mdscup.f: inconsistent calling sequences for movb,
>       arg 2: here integer variable, previously double precision variable.
>       arg 3: here double precision variable, previously integer variable.
>compile        mdscup.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mdsin.for
>mcfc -c -O -I. -I../netcdf/libsrc mdsin.f
>mdsin.f:
>   mdsin:
>       entry    mdsch:
>compile        mdsin.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c mdssubs.for
>mcfc -c -O -I. -I../netcdf/libsrc mdssubs.f
>mdssubs.f:
>   m0inlist:
>   m0parseselect:
>   m0convert2mdunit:
>Warning on line 759 of mdssubs.f: local variable mccydtoiyd never used
>   m0savelist:
>   m0validatekey:
>   m0parsecomma:
>   m0getbypos:
>   m0getfiles:
>   m0isrepeat:
>   m0genkeytoakakey:
>   m0mdschema:
>compile        mdssubs.for:            done
>./mccomp -O -I. -I../netcdf/libsrc -c mdsvc.for
>mcfc -c -O -I. -I../netcdf/libsrc mdsvc.f
>mdsvc.f:
>   mdsvc:
>compile        mdsvc.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c mdtab.for
>mcfc -c -O -I. -I../netcdf/libsrc mdtab.f
>mdtab.f:
>   mdtab:
>compile        mdtab.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c mfd.for
>mcfc -c -O -I. -I../netcdf/libsrc mfd.f
>mfd.f:
>   mfd:
>compile        mfd.for:                done
>./mccomp -O -I. -I../netcdf/libsrc -c mgetpt.for
>mcfc -c -O -I. -I../netcdf/libsrc mgetpt.f
>mgetpt.f:
>   mgetpt:
>compile        mgetpt.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c missfc.for
>mcfc -c -O -I. -I../netcdf/libsrc missfc.f
>missfc.f:
>   missfc:
>compile        missfc.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mkgra.for
>mcfc -c -O -I. -I../netcdf/libsrc mkgra.f
>mkgra.f:
>   mkgra:
>compile        mkgra.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c mnmx.for
>mcfc -c -O -I. -I../netcdf/libsrc mnmx.f
>mnmx.f:
>   mnmx:
>compile        mnmx.for:               done
>./mccomp -O -I. -I../netcdf/libsrc -c mnraob.for
>mcfc -c -O -I. -I../netcdf/libsrc mnraob.f
>mnraob.f:
>   mnraob:
>compile        mnraob.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c movcw.for
>mcfc -c -O -I. -I../netcdf/libsrc movcw.f
>movcw.f:
>   movcw:
>compile        movcw.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c movh.for
>mcfc -c -O -I. -I../netcdf/libsrc movh.f
>movh.f:
>   movh:
>compile        movh.for:               done
>./mccomp -O -I. -I../netcdf/libsrc -c movic.for
>mcfc -c -O -I. -I../netcdf/libsrc movic.f
>movic.f:
>   movic:
>compile        movic.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c movwc.for
>mcfc -c -O -I. -I../netcdf/libsrc movwc.f
>movwc.f:
>   movwc:
>compile        movwc.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c mskplt.for
>mcfc -c -O -I. -I../netcdf/libsrc mskplt.f
>mskplt.f:
>   mskplt:
>compile        mskplt.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c msucon.for
>mcfc -c -O -I. -I../netcdf/libsrc msucon.f
>msucon.f:
>   msucon:
>   BLOCK DATA msublk:
>compile        msucon.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c mxanum.for
>mcfc -c -O -I. -I../netcdf/libsrc mxanum.f
>mxanum.f:
>   mcmxanum:
>compile        mxanum.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c nameok.for
>mcfc -c -O -I. -I../netcdf/libsrc nameok.f
>nameok.f:
>   nameok:
>compile        nameok.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c nchars.for
>mcfc -c -O -I. -I../netcdf/libsrc nchars.f
>nchars.f:
>   nchars:
>compile        nchars.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c ndigs.for
>mcfc -c -O -I. -I../netcdf/libsrc ndigs.f
>ndigs.f:
>   ndigs:
>compile        ndigs.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c nearcent.for
>mcfc -c -O -I. -I../netcdf/libsrc nearcent.f
>nearcent.f:
>   nearcent:
>compile        nearcent.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c newplt.for
>mcfc -c -O -I. -I../netcdf/libsrc newplt.f
>newplt.f:
>   newplt:
>compile        newplt.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c nllxyz.for
>mcfc -c -O -I. -I../netcdf/libsrc nllxyz.f
>nllxyz.f:
>   nllxyz:
>   nxyzll:
>compile        nllxyz.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c nthday.for
>mcfc -c -O -I. -I../netcdf/libsrc nthday.f
>nthday.f:
>   nthday:
>compile        nthday.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c nvcod.for
>mcfc -c -O -I. -I../netcdf/libsrc nvcod.f
>nvcod.f:
>   m0nvcod:
>   nvcod:
>compile        nvcod.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c nvcurf.for
>mcfc -c -O -I. -I../netcdf/libsrc nvcurf.f
>nvcurf.f:
>   nvcurf:
>compile        nvcurf.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c nvname.for
>mcfc -c -O -I. -I../netcdf/libsrc nvname.f
>nvname.f:
>   m0nvname:
>   m0nvnum:
>   nvname:
>compile        nvname.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c nvnum.for
>mcfc -c -O -I. -I../netcdf/libsrc nvnum.f
>nvnum.f:
>   m0mxnvnum:
>compile        nvnum.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c nvset.for
>mcfc -c -O -I. -I../netcdf/libsrc nvset.f
>nvset.f:
>   nvset:
>compile        nvset.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c nvtiro.for
>mcfc -c -O -I. -I../netcdf/libsrc nvtiro.f
>nvtiro.f:
>   m0nvtiro:
>   nvtiro:
>compile        nvtiro.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c nvtofr.for
>mcfc -c -O -I. -I../netcdf/libsrc nvtofr.f
>nvtofr.f:
>   nvtofr:
>compile        nvtofr.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c o.for
>mcfc -c -O -I. -I../netcdf/libsrc o.f
>o.f:
>   o:
>compile        o.for:                  done
>./mccomp -O -I. -I../netcdf/libsrc -c onoffg.for
>mcfc -c -O -I. -I../netcdf/libsrc onoffg.f
>onoffg.f:
>   onoffg:
>compile        onoffg.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c opnara.for
>mcfc -c -O -I. -I../netcdf/libsrc opnara.f
>opnara.f:
>   opnara:
>   opna:
>compile        opnara.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c oppfrm.for
>mcfc -c -O -I. -I../netcdf/libsrc oppfrm.f
>oppfrm.f:
>   oppfrm:
>compile        oppfrm.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c packit.for
>mcfc -c -O -I. -I../netcdf/libsrc packit.f
>packit.f:
>   packit:
>compile        packit.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c page.for
>mcfc -c -O -I. -I../netcdf/libsrc page.f
>page.f:
>   page:
>compile        page.for:               done
>./mccomp -O -I. -I../netcdf/libsrc -c pfcoef.for
>mcfc -c -O -I. -I../netcdf/libsrc pfcoef.f
>pfcoef.f:
>   pfcoef:
>compile        pfcoef.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c pickmd.for
>mcfc -c -O -I. -I../netcdf/libsrc pickmd.f
>pickmd.f:
>   pickmd:
>compile        pickmd.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c plarad.for
>mcfc -c -O -I. -I../netcdf/libsrc plarad.f
>plarad.f:
>   plarad:
>compile        plarad.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c plot.for
>mcfc -c -O -I. -I../netcdf/libsrc plot.f
>plot.f:
>   plot:
>compile        plot.for:               done
>./mccomp -O -I. -I../netcdf/libsrc -c plt3d.for
>mcfc -c -O -I. -I../netcdf/libsrc plt3d.f
>plt3d.f:
>   plt3d:
>compile        plt3d.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c pltbrb.for
>mcfc -c -O -I. -I../netcdf/libsrc pltbrb.f
>pltbrb.f:
>   pltbrb:
>compile        pltbrb.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c pltdig.for
>mcfc -c -O -I. -I../netcdf/libsrc pltdig.f
>pltdig.f:
>   pltdig:
>compile        pltdig.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c pltpol.for
>mcfc -c -O -I. -I../netcdf/libsrc pltpol.f
>pltpol.f:
>   pltpol:
>compile        pltpol.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c pltwnf.for
>mcfc -c -O -I. -I../netcdf/libsrc pltwnf.f
>pltwnf.f:
>   pltwnf:
>compile        pltwnf.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c pltwnv.for
>mcfc -c -O -I. -I../netcdf/libsrc pltwnv.f
>pltwnv.f:
>   pltwnv:
>compile        pltwnv.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c pltxtn.for
>mcfc -c -O -I. -I../netcdf/libsrc pltxtn.f
>pltxtn.f:
>   pltxtn:
>compile        pltxtn.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c pmccnv.for
>mcfc -c -O -I. -I../netcdf/libsrc pmccnv.f
>pmccnv.f:
>   pmccnv:
>compile        pmccnv.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c pmcnvt.for
>mcfc -c -O -I. -I../netcdf/libsrc pmcnvt.f
>pmcnvt.f:
>   pmcnvt:
>compile        pmcnvt.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c pmcond.for
>mcfc -c -O -I. -I../netcdf/libsrc pmcond.f
>pmcond.f:
>   pmcond:
>compile        pmcond.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c pmdop.for
>mcfc -c -O -I. -I../netcdf/libsrc pmdop.f
>pmdop.f:
>   pmdop:
>compile        pmdop.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c pmdprt.for
>mcfc -c -O -I. -I../netcdf/libsrc pmdprt.f
>pmdprt.f:
>   pmdprt:
>compile        pmdprt.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c pmncod.for
>mcfc -c -O -I. -I../netcdf/libsrc pmncod.f
>pmncod.f:
>   pmncod:
>compile        pmncod.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c pmodfy.for
>mcfc -c -O -I. -I../netcdf/libsrc pmodfy.f
>pmodfy.f:
>   pmodfy:
>compile        pmodfy.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c pmout.for
>mcfc -c -O -I. -I../netcdf/libsrc pmout.f
>pmout.f:
>   pmout:
>   ndig:
>compile        pmout.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c pmshft.for
>mcfc -c -O -I. -I../netcdf/libsrc pmshft.f
>pmshft.f:
>   pmshft:
>compile        pmshft.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c pmsize.for
>mcfc -c -O -I. -I../netcdf/libsrc pmsize.f
>pmsize.f:
>   pmsize:
>compile        pmsize.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c pmunit.for
>mcfc -c -O -I. -I../netcdf/libsrc pmunit.f
>pmunit.f:
>   pmunit:
>compile        pmunit.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c pmvalu.for
>mcfc -c -O -I. -I../netcdf/libsrc pmvalu.f
>pmvalu.f:
>   pmvalu:
>compile        pmvalu.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c prescn.for
>mcfc -c -O -I. -I../netcdf/libsrc prescn.f
>prescn.f:
>   prescn:
>compile        prescn.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c projct.for
>mcfc -c -O -I. -I../netcdf/libsrc projct.f
>projct.f:
>   projct:
>compile        projct.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c proprp.for
>mcfc -c -O -I. -I../netcdf/libsrc proprp.f
>proprp.f:
>   proprp:
>compile        proprp.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c putcur.for
>mcfc -c -O -I. -I../netcdf/libsrc putcur.f
>putcur.f:
>   putcur:
>compile        putcur.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c putfrm.for
>mcfc -c -O -I. -I../netcdf/libsrc putfrm.f
>putfrm.f:
>   putfrm:
>compile        putfrm.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c qgdash.for
>mcfc -c -O -I. -I../netcdf/libsrc qgdash.f
>qgdash.f:
>   qgdash:
>compile        qgdash.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c raerac.for
>mcfc -c -O -I. -I../netcdf/libsrc raerac.f
>raerac.f:
>   raerac:
>   racrae:
>compile        raerac.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c rbuffr.for
>mcfc -c -O -I. -I../netcdf/libsrc rbuffr.f
>rbuffr.f:
>   rbuffr:
>       entry    mdflsh:
>compile        rbuffr.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c rdctxt.for
>mcfc -c -O -I. -I../netcdf/libsrc rdctxt.f
>rdctxt.f:
>   rdctxt:
>compile        rdctxt.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c rdtrka.for
>mcfc -c -O -I. -I../netcdf/libsrc rdtrka.f
>rdtrka.f:
>   rdtrka:
>compile        rdtrka.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c readd.for
>mcfc -c -O -I. -I../netcdf/libsrc readd.f
>readd.f:
>   readd:
>compile        readd.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c readnav.for
>mcfc -c -O -I. -I../netcdf/libsrc readnav.f
>readnav.f:
>   mcreadnav:
>compile        readnav.for:            done
>./mccomp -O -I. -I../netcdf/libsrc -c readsort.for
>mcfc -c -O -I. -I../netcdf/libsrc readsort.f
>readsort.f:
>   m0readsort:
>   m0readsub:
>   m0readpars:
>   m0errorout:
>compile        readsort.for:           done
>./mccomp -O -I. -I../netcdf/libsrc -c readx.for
>mcfc -c -O -I. -I../netcdf/libsrc readx.f
>readx.f:
>   readx:
>compile        readx.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c ready.for
>mcfc -c -O -I. -I../netcdf/libsrc ready.f
>ready.f:
>   ready:
>compile        ready.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c redara.for
>mcfc -c -O -I. -I../netcdf/libsrc redara.f
>redara.f:
>   redara:
>compile        redara.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c redpfx.for
>mcfc -c -O -I. -I../netcdf/libsrc redpfx.f
>redpfx.f:
>   redpfx:
>       entry    filpfx:
>compile        redpfx.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c resgra.for
>mcfc -c -O -I. -I../netcdf/libsrc resgra.f
>resgra.f:
>   resgra:
>   m0gresaix:
>compile        resgra.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c resnum.for
>mcfc -c -O -I. -I../netcdf/libsrc resnum.f
>resnum.f:
>   resnum:
>compile        resnum.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c resyn2.for
>mcfc -c -O -I. -I../netcdf/libsrc resyn2.f
>resyn2.f:
>   resyn2:
>compile        resyn2.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c resync.for
>mcfc -c -O -I. -I../netcdf/libsrc resync.f
>resync.f:
>   resync:
>compile        resync.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c rmix.for
>mcfc -c -O -I. -I../netcdf/libsrc rmix.f
>rmix.f:
>   rmix:
>compile        rmix.for:               done
>./mccomp -O -I. -I../netcdf/libsrc -c rndexx.for
>mcfc -c -O -I. -I../netcdf/libsrc rndexx.f
>rndexx.f:
>   rndexx:
>compile        rndexx.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c rnvblk.for
>mcfc -c -O -I. -I../netcdf/libsrc rnvblk.f
>rnvblk.f:
>   rnvblk:
>   BLOCK DATA navblk:
>compile        rnvblk.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c rnvnext.for
>mcfc -c -O -I. -I../netcdf/libsrc rnvnext.f
>rnvnext.f:
>   m0rnvnext:
>   m0rnvinit:
>   BLOCK DATA:
>compile        rnvnext.for:            done
>./mccomp -O -I. -I../netcdf/libsrc -c roablk.for
>mcfc -c -O -I. -I../netcdf/libsrc roablk.f
>roablk.f:
>   roablk:
>compile        roablk.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c rot90.for
>mcfc -c -O -I. -I../netcdf/libsrc rot90.f
>rot90.f:
>   rot90:
>compile        rot90.for:              done
>./mcar libmcidas.a mdmake.o mdname.o mdo.o mdopen.o mdquit.o mdscup.o=
> mdsin.o mdssubs.o mdsvc.o mdtab.o mfd.o mgetpt.o missfc.o mkgra.o mnmx.o=
> mnraob.o movcw.o movh.o movic.o movwc.o mskplt.o msucon.o mxanum.o nameok.o=
> nchars.o ndigs.o nearcent.o newplt.o nllxyz.o nthday.o nvcod.o nvcurf.o=
> nvname.o nvnum.o nvset.o nvtiro.o nvtofr.o o.o onoffg.o opnara.o oppfrm.o=
> packit.o page.o pfcoef.o pickmd.o plarad.o plot.o plt3d.o pltbrb.o pltdig.o=
> pltpol.o pltwnf.o pltwnv.o pltxtn.o pmccnv.o pmcnvt.o pmcond.o pmdop.o=
> pmdprt.o pmncod.o pmodfy.o pmout.o pmshft.o pmsize.o pmunit.o pmvalu.o=
> prescn.o projct.o proprp.o putcur.o putfrm.o qgdash.o raerac.o rbuffr.o=
> rdctxt.o rdtrka.o readd.o readnav.o readsort.o readx.o ready.o redara.o=
> redpfx.o resgra.o resnum.o resyn2.o resync.o rmix.o rndexx.o rnvblk.o=
> rnvnext.o roablk.o rot90.o
>update libmcidas.a:            done
>./mccomp -O -I. -I../netcdf/libsrc -c satadr.for
>mcfc -c -O -I. -I../netcdf/libsrc satadr.f
>satadr.f:
>   satadr:
>compile        satadr.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c sattv.for
>mcfc -c -O -I. -I../netcdf/libsrc sattv.f
>sattv.f:
>   sattv:
>compile        sattv.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c sattvr.for
>mcfc -c -O -I. -I../netcdf/libsrc sattvr.f
>sattvr.f:
>   sattvr:
>compile        sattvr.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c savgra.for
>mcfc -c -O -I. -I../netcdf/libsrc savgra.f
>savgra.f:
>   savgra:
>   m0savaix:
>compile        savgra.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c savsiz.for
>mcfc -c -O -I. -I../netcdf/libsrc savsiz.f
>savsiz.f:
>   savsiz:
>compile        savsiz.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c saynor.for
>mcfc -c -O -I. -I../netcdf/libsrc saynor.f
>saynor.f:
>   saynor:
>compile        saynor.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c scatt.for
>mcfc -c -O -I. -I../netcdf/libsrc scatt.f
>scatt.f:
>   scatt:
>       entry    scatt1:
>       entry    scatt2:
>compile        scatt.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c sclpnt.for
>mcfc -c -O -I. -I../netcdf/libsrc sclpnt.f
>sclpnt.f:
>   sclpnt:
>       entry    sclhgt:
>compile        sclpnt.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c se.for
>mcfc -c -O -I. -I../netcdf/libsrc se.f
>se.f:
>   se:
>compile        se.for:                 done
>./mccomp -O -I. -I../netcdf/libsrc -c seek.for
>mcfc -c -O -I. -I../netcdf/libsrc seek.f
>seek.f:
>   seek:
>compile        seek.for:               done
>./mccomp -O -I. -I../netcdf/libsrc -c senclo.for
>mcfc -c -O -I. -I../netcdf/libsrc senclo.f
>senclo.f:
>   senclo:
>compile        senclo.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c sendf.for
>mcfc -c -O -I. -I../netcdf/libsrc sendf.f
>sendf.f:
>   sendf:
>compile        sendf.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c seneod.for
>mcfc -c -O -I. -I../netcdf/libsrc seneod.f
>seneod.f:
>   seneod:
>compile        seneod.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c senf0.for
>mcfc -c -O -I. -I../netcdf/libsrc senf0.f
>senf0.f:
>   senf0:
>compile        senf0.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c senid.for
>mcfc -c -O -I. -I../netcdf/libsrc senid.f
>senid.f:
>   senid:
>compile        senid.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c senopn.for
>mcfc -c -O -I. -I../netcdf/libsrc senopn.f
>senopn.f:
>   senopn:
>compile        senopn.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c senrte.for
>mcfc -c -O -I. -I../netcdf/libsrc senrte.f
>senrte.f:
>   senrte:
>compile        senrte.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c senx.for
>mcfc -c -O -I. -I../netcdf/libsrc senx.f
>senx.f:
>   senx:
>compile        senx.for:               done
>./mccomp -O -I. -I../netcdf/libsrc -c setlvl.for
>mcfc -c -O -I. -I../netcdf/libsrc setlvl.f
>setlvl.f:
>   setlvl:
>compile        setlvl.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c sgfram.for
>mcfc -c -O -I. -I../netcdf/libsrc sgfram.f
>sgfram.f:
>   sgfram:
>compile        sgfram.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c squak.for
>mcfc -c -O -I. -I../netcdf/libsrc squak.f
>squak.f:
>   squak:
>compile        squak.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c sqw.for
>mcfc -c -O -I. -I../netcdf/libsrc sqw.f
>sqw.f:
>   sqw:
>compile        sqw.for:                done
>./mccomp -O -I. -I../netcdf/libsrc -c sgraob.for
>mcfc -c -O -I. -I../netcdf/libsrc sgraob.f
>sgraob.f:
>   sgraob:
>compile        sgraob.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c sizcur.for
>mcfc -c -O -I. -I../netcdf/libsrc sizcur.f
>sizcur.f:
>   sizcur:
>compile        sizcur.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c skhms.for
>mcfc -c -O -I. -I../netcdf/libsrc skhms.f
>skhms.f:
>   skhms:
>Warning on line 39 of skhms.f: local variable cfi never used
>compile        skhms.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c skinit.for
>mcfc -c -O -I. -I../netcdf/libsrc skinit.f
>skinit.f:
>   skinit:
>compile        skinit.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c skio.for
>mcfc -c -O -I. -I../netcdf/libsrc skio.f
>skio.f:
>   skio:
>       entry    sknent:
>compile        skio.for:               done
>./mccomp -O -I. -I../netcdf/libsrc -c sklis1.for
>mcfc -c -O -I. -I../netcdf/libsrc sklis1.f
>sklis1.f:
>   sklis1:
>compile        sklis1.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c sksecs.for
>mcfc -c -O -I. -I../netcdf/libsrc sksecs.f
>sksecs.f:
>   sksecs:
>Warning on line 36 of sksecs.f: local variable cfi never used
>compile        sksecs.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c sndanl.for
>mcfc -c -O -I. -I../netcdf/libsrc sndanl.f
>sndanl.f:
>   sndanl:
>compile        sndanl.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c solarp.for
>mcfc -c -O -I. -I../netcdf/libsrc solarp.f
>solarp.f:
>   solarp:
>compile        solarp.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c spddir.for
>mcfc -c -O -I. -I../netcdf/libsrc spddir.f
>spddir.f:
>   spddir:
>compile        spddir.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c ssort.for
>mcfc -c -O -I. -I../netcdf/libsrc ssort.f
>ssort.f:
>   ssort:
>compile        ssort.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c stamp.for
>mcfc -c -O -I. -I../netcdf/libsrc stamp.f
>stamp.f:
>   stamp:
>compile        stamp.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c strb.for
>mcfc -c -O -I. -I../netcdf/libsrc strb.f
>strb.f:
>   strb:
>compile        strb.for:               done
>./mccomp -O -I. -I../netcdf/libsrc -c strmln.for
>mcfc -c -O -I. -I../netcdf/libsrc strmln.f
>strmln.f:
>   strmln:
>   m0moviestream:
>compile        strmln.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c suok.for
>mcfc -c -O -I. -I../netcdf/libsrc suok.f
>suok.f:
>   suok:
>compile        suok.for:               done
>./mccomp -O -I. -I../netcdf/libsrc -c surfpt.for
>mcfc -c -O -I. -I../netcdf/libsrc surfpt.f
>surfpt.f:
>   surfpt:
>compile        surfpt.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c svcmap.for
>mcfc -c -O -I. -I../netcdf/libsrc svcmap.f
>svcmap.f:
>   svcmap:
>compile        svcmap.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c svctxt.for
>mcfc -c -O -I. -I../netcdf/libsrc svctxt.f
>svctxt.f:
>   svctxt:
>compile        svctxt.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c synchk.for
>mcfc -c -O -I. -I../netcdf/libsrc synchk.f
>synchk.f:
>   synchk:
>compile        synchk.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c synk.for
>mcfc -c -O -I. -I../netcdf/libsrc synk.f
>synk.f:
>   synk:
>compile        synk.for:               done
>./mccomp -O -I. -I../netcdf/libsrc -c tabgra.for
>mcfc -c -O -I. -I../netcdf/libsrc tabgra.f
>tabgra.f:
>   tabgra:
>compile        tabgra.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c tamr.for
>mcfc -c -O -I. -I../netcdf/libsrc tamr.f
>tamr.f:
>   tamr:
>compile        tamr.for:               done
>./mccomp -O -I. -I../netcdf/libsrc -c tasa.for
>mcfc -c -O -I. -I../netcdf/libsrc tasa.f
>tasa.f:
>   tasa:
>compile        tasa.for:               done
>./mccomp -O -I. -I../netcdf/libsrc -c timdif.for
>mcfc -c -O -I. -I../netcdf/libsrc timdif.f
>timdif.f:
>   timdif:
>Warning on line 60 of timdif.f: local variable d1 never used
>Warning on line 60 of timdif.f: local variable d2 never used
>Warning on line 60 of timdif.f: local variable t1 never used
>Warning on line 60 of timdif.f: local variable t2 never used
>Warning on line 60 of timdif.f: local variable cfi never used
>compile        timdif.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c tqtop.for
>mcfc -c -O -I. -I../netcdf/libsrc tqtop.f
>tqtop.f:
>   tqtop:
>compile        tqtop.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c trmnl.for
>mcfc -c -O -I. -I../netcdf/libsrc trmnl.f
>trmnl.f:
>   trmnl:
>       entry    nuser:
>       entry    nproj:
>       entry    initr:
>       entry    levsqx:
>compile        trmnl.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c tvanot.for
>mcfc -c -O -I. -I../netcdf/libsrc tvanot.f
>tvanot.f:
>   mctvanot:
>   m0cnvchr:
>Warning on line 106 of tvanot.f: non-character datum tab1 initialized with=
> character string
>Warning on line 122 of tvanot.f: non-character datum tab2 initialized with=
> character string
>Warning on line 138 of tvanot.f: non-character datum tab3 initialized with=
> character string
>Warning on line 154 of tvanot.f: non-character datum tab4 initialized with=
> character string
>compile        tvanot.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c tvlims.for
>mcfc -c -O -I. -I../netcdf/libsrc tvlims.f
>tvlims.f:
>   tvlims:
>compile        tvlims.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c typcur.for
>mcfc -c -O -I. -I../netcdf/libsrc typcur.f
>typcur.f:
>   typcur:
>compile        typcur.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c tvtran.for
>mcfc -c -O -I. -I../netcdf/libsrc tvtran.f
>tvtran.f:
>   tvtran:
>compile        tvtran.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c unitcv.for
>mcfc -c -O -I. -I../netcdf/libsrc unitcv.f
>unitcv.f:
>   unitcv:
>       entry    unitxf:
>compile        unitcv.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c updscr.for
>mcfc -c -O -I. -I../netcdf/libsrc updscr.f
>updscr.f:
>   updscr:
>compile        updscr.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c vecrot.for
>mcfc -c -O -I. -I../netcdf/libsrc vecrot.f
>vecrot.f:
>   m0vcpro:
>   m0vcrot:
>   lvceq:
>   m4mul:
>   vhtovc:
>   vctovh:
>   vccopy:
>   vcmag:
>   vhtran:
>   xrot4:
>   yrot4:
>   zrot4:
>compile        vecrot.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c verneq.for
>mcfc -c -O -I. -I../netcdf/libsrc verneq.f
>verneq.f:
>   verneq:
>compile        verneq.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c verplt.for
>mcfc -c -O -I. -I../netcdf/libsrc verplt.f
>verplt.f:
>   verplt:
>compile        verplt.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c vnwind.for
>mcfc -c -O -I. -I../netcdf/libsrc vnwind.f
>vnwind.f:
>   vnwind:
>compile        vnwind.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c vpout.for
>mcfc -c -O -I. -I../netcdf/libsrc vpout.f
>vpout.f:
>   vpout:
>       entry    vpinit:
>   BLOCK DATA vpdata:
>compile        vpout.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c vrtfit.for
>mcfc -c -O -I. -I../netcdf/libsrc vrtfit.f
>vrtfit.f:
>   vrtfit:
>compile        vrtfit.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c whats.for
>mcfc -c -O -I. -I../netcdf/libsrc whats.f
>whats.f:
>   whats:
>compile        whats.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c winpip.for
>mcfc -c -O -I. -I../netcdf/libsrc winpip.f
>winpip.f:
>   winpip:
>compile        winpip.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c winque.for
>mcfc -c -O -I. -I../netcdf/libsrc winque.f
>winque.f:
>   winque:
>compile        winque.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c winsen.for
>mcfc -c -O -I. -I../netcdf/libsrc winsen.f
>winsen.f:
>   winsen:
>compile        winsen.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c writd.for
>mcfc -c -O -I. -I../netcdf/libsrc writd.f
>writd.f:
>   writd:
>compile        writd.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c writx.for
>mcfc -c -O -I. -I../netcdf/libsrc writx.f
>writx.f:
>   writx:
>compile        writx.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c wrtara.for
>mcfc -c -O -I. -I../netcdf/libsrc wrtara.f
>wrtara.f:
>   wrtara:
>   flpdat:
>   writa:
>compile        wrtara.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c wrtext.for
>mcfc -c -O -I. -I../netcdf/libsrc wrtext.f
>wrtext.f:
>   wrtext:
>compile        wrtext.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c wrtpfx.for
>mcfc -c -O -I. -I../netcdf/libsrc wrtpfx.f
>wrtpfx.f:
>   wrtpfx:
>compile        wrtpfx.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c wrtrka.for
>mcfc -c -O -I. -I../netcdf/libsrc wrtrka.f
>wrtrka.f:
>   wrtrka:
>compile        wrtrka.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c wxsplt.for
>mcfc -c -O -I. -I../netcdf/libsrc wxsplt.f
>wxsplt.f:
>   wxsplt:
>   astrix:
>   polygn:
>   fprecp:
>   fitd:
>   trws:
>   trw:
>   sminus:
>   drzl:
>   star:
>   elipse:
>compile        wxsplt.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c xmix.for
>mcfc -c -O -I. -I../netcdf/libsrc xmix.f
>xmix.f:
>   xmix:
>compile        xmix.for:               done
>./mccomp -O -I. -I../netcdf/libsrc -c xsaxis.for
>mcfc -c -O -I. -I../netcdf/libsrc xsaxis.f
>xsaxis.f:
>   xsaxis:
>compile        xsaxis.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c xtreme.for
>mcfc -c -O -I. -I../netcdf/libsrc xtreme.f
>xtreme.f:
>   xtreme:
>compile        xtreme.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c yddmy.for
>mcfc -c -O -I. -I../netcdf/libsrc yddmy.f
>yddmy.f:
>   yddmy:
>compile        yddmy.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c zerow.for
>mcfc -c -O -I. -I../netcdf/libsrc zerow.f
>zerow.f:
>   zerow:
>compile        zerow.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c zmiss.for
>mcfc -c -O -I. -I../netcdf/libsrc zmiss.f
>zmiss.f:
>   zmiss:
>compile        zmiss.for:              done
>./mcar libmcidas.a satadr.o sattv.o sattvr.o savgra.o savsiz.o saynor.o=
> scatt.o sclpnt.o se.o seek.o senclo.o sendf.o seneod.o senf0.o senid.o=
> senopn.o senrte.o senx.o setlvl.o sgfram.o squak.o sqw.o sgraob.o sizcur.o=
> skhms.o skinit.o skio.o sklis1.o sksecs.o sndanl.o solarp.o spddir.o=
> ssort.o stamp.o strb.o strmln.o suok.o surfpt.o svcmap.o svctxt.o synchk.o=
> synk.o tabgra.o tamr.o tasa.o timdif.o tqtop.o trmnl.o tvanot.o tvlims.o=
> typcur.o tvtran.o unitcv.o updscr.o vecrot.o verneq.o verplt.o vnwind.o=
> vpout.o vrtfit.o whats.o winpip.o winque.o winsen.o writd.o writx.o=
> wrtara.o wrtext.o wrtpfx.o wrtrka.o wxsplt.o xmix.o xsaxis.o xtreme.o=
> yddmy.o zerow.o zmiss.o
>update libmcidas.a:            done
>./cal_init kbxaaa.dlm kbxamsu.dlm kbxavh3.dlm kbxavhr.dlm kbxeas.dlm=
> kbxgms.dlm kbxgvar.dlm kbxhir3.dlm kbxhirs.dlm kbxmi.dlm kbxmsat.dlm=
> kbxmsu.dlm kbxnids.dlm kbxols.dlm kbxprd.dlm kbxprdx.dlm kbxqtir.dlm=
> kbxtiro.dlm kbxvas.dlm kbxvisr.dlm kbxwsi.dlm -o kbprep.for
>CAL TYPES: AAA AMSU AVH3 AVHR EAS GMS GVAR HIR3 HIRS MI MSAT MSU NIDS OLS=
> PRD PRDX QTIR TIRO VAS VISR WSI
>working on ini
>working on cal
>working on opt
>generate       kbprep.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c kbprep.for
>mcfc -c -O -I. -I../netcdf/libsrc kbprep.f
>kbprep.f:
>   kbprep:
>   kb1ini:
>   kb2ini:
>   kb3ini:
>   kb1cal:
>   kb2cal:
>   kb3cal:
>   kb1opt:
>   kb2opt:
>   kb3opt:
>compile        kbprep.for:             done
>./nav_init nvxdmsp.dlm nvxgmsx.dlm nvxgoes.dlm nvxgraf.dlm nvxgvar.dlm=
> nvxlamb.dlm nvxmerc.dlm nvxmoll.dlm nvxmsat.dlm nvxnowr.dlm nvxps.dlm=
> nvxradr.dlm nvxrect.dlm nvxsin.dlm nvxtanc.dlm nvxtiro.dlm -o nvprep.for
>NAV TYPES: DMSP GMSX GOES GRAF GVAR LAMB MERC MOLL MSAT NOWR PS RADR RECT=
> SIN TANC TIRO
>working on ini
>working on eas
>working on sae
>working on opt
>generate       nvprep.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c nvprep.for
>mcfc -c -O -I. -I../netcdf/libsrc nvprep.f
>nvprep.f:
>   nvprep:
>   nv1ini:
>   nv2ini:
>   nv3ini:
>   nv1eas:
>   nv2eas:
>   nv3eas:
>   nv1sae:
>   nv2sae:
>   nv3sae:
>   nv1opt:
>   nv2opt:
>   nv3opt:
>compile        nvprep.for:             done
>./mcar libmcidas.a kbprep.o nvprep.o
>update libmcidas.a:            done
>./mccomp -O -I. -I../netcdf/libsrc -c dblg.for
>mcfc -c -O -I. -I../netcdf/libsrc dblg.f
>dblg.f:
>   dblg:
>compile        dblg.for:               done
>./mccomp -O -I. -I../netcdf/libsrc -c dnvblk.for
>mcfc -c -O -I. -I../netcdf/libsrc dnvblk.f
>dnvblk.f:
>   dnvblk:
>compile        dnvblk.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c indexx.for
>mcfc -c -O -I. -I../netcdf/libsrc indexx.f
>indexx.f:
>   indexx:
>compile        indexx.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c nvsyd.for
>mcfc -c -O -I. -I../netcdf/libsrc nvsyd.f
>nvsyd.f:
>   nvsyd:
>compile        nvsyd.for:              done
>./mccomp -O -I. -I../netcdf/libsrc -c rblg.for
>mcfc -c -O -I. -I../netcdf/libsrc rblg.f
>rblg.f:
>   rblg:
>compile        rblg.for:               done
>./mccomp -O -I. -I../netcdf/libsrc -c wblg.for
>mcfc -c -O -I. -I../netcdf/libsrc wblg.f
>wblg.f:
>   wblg:
>compile        wblg.for:               done
>./mccomp -O -I. -I../netcdf/libsrc -c wnvblk.for
>mcfc -c -O -I. -I../netcdf/libsrc wnvblk.f
>wnvblk.f:
>   wnvblk:
>compile        wnvblk.for:             done
>./mccomp -O -I. -I../netcdf/libsrc -c woablk.for
>mcfc -c -O -I. -I../netcdf/libsrc woablk.f
>woablk.f:
>   woablk:
>compile        woablk.for:             done
>./mcar libmcidas.a dblg.o dnvblk.o indexx.o nvsyd.o rblg.o wblg.o wnvblk.o=
> woablk.o
>update libmcidas.a:            done
>./convdlm mdxgra.dlm
>INTERRUPTED
>
>--=====================_941864343==_--