[MITgcm-support] [Fwd: Auto-discard notification]

Ed Hill ed at eh3.com
Tue Sep 28 15:48:54 EDT 2004


On Tue, 2004-09-28 at 15:12, Karsten Friis wrote:
> Ed:
> 
> I am sorry it is still me, it is not working. The library is installed and 
> gives the following result with nm/ grep...
> nm netcdf-3.5.1/src/libsrc/libnetcdf.a | grep nf_get_vara_int
> 000004cd T nf_get_vara_int1__
> 000005d1 T nf_get_vara_int2__
> 000006d5 T nf_get_vara_int__
> 
> May you have a look to my linux_ia32_g77_... file (/diatom is following the 
> root directory)
> 
> #!/bin/bash
> #
> #  $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_g77,v 1.8 
> 2004/08/29 15:38:33 edhill Exp $
> #  $Name:  $
> #
> FC=g77
> CC=gcc
> DEFINES='-D_BYTESWAPIO -DWORDLENGTH=4'
> CPP='cpp  -traditional -P'
> NOOPTFLAGS='-O0'
> INCLUDES="-l/diatom/s0/kfriis/netcdf-3.5.1/src/fortran"

=============^

Theres an error.  That should be a capital "I" not a lower case "l". 
The correct syntax is:

  INCLUDES="-I/diatom/s0/kfriis/netcdf-3.5.1/src/fortran"

And the rest looks OK.

Ed

-- 
Edward H. Hill III, PhD
office:  MIT Dept. of EAPS;  Rm 54-1424;  77 Massachusetts Ave.
             Cambridge, MA 02139-4307
emails:  eh3 at mit.edu                ed at eh3.com
URLs:    http://web.mit.edu/eh3/    http://eh3.com/
phone:   617-253-0098
fax:     617-253-4464




More information about the MITgcm-support mailing list