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

Re: 19990923: NETCDF Build on C90



George,

>Date: Thu, 23 Sep 1999 12:04:53 -0700
>From: "G_Shayne" <address@hidden>
>Organization: Microsoft Corporation
>To: "Steve Emmerson" <address@hidden>
>Subject: Re: 19990923: NETCDF Build on C90 
>Keywords: 199909212014.OAA06054

In the above message, you wrote:

> Another tar file with the logs is attached.

Thanks.

The only differences that I see between your log files and mine (before
the major problem with the Fortran test) all deal with the fact that my
Fortran compiler preprocesses *.F files whereas yours, aparently, does
not.  It's hard for me to imagine how this could cause your problem, but
it's probably worth looking into.

Would you please do the following:

    1.  Go into the "nf_test" subdirectory.

    2.  Compare the file "test_get.i" which should be created by the
        following command:

            cc -E test_get.F | grep -v '^#'

        with the standard output of this command:

            f90 -F -eP test_get.F

        Do you see anything that might cause a problem?

    3.  Repeat step 2 on other *.F files.

--------
Steve Emmerson   <http://www.unidata.ucar.edu>