Hi Ed:
Well, this is going to sound familiar. I tried 3 different versions
of gfortran and none of them work. In each case I used setenv to make
certain which gfortran was being used, and did env to double check
that my environment was indeed set correctly. The gfortran binaries
directly from the gfortran site fail because they do not accept a
file with the extension .f90 (if there is a way around that let me
know). There is a gfortran that comes with R, and a gfortran at:
http://hpc.sourceforge.net/
Both of these fail with the same error, which is (and which is
exactly what I got with the alpha version)
make
make all-recursive
Making all in f90
/bin/sh ../libtool --mode=compile gfortran -I../libsrc4 -I. -g -O2
-c -o typeSizes.lo typeSizes.f90
libtool: compile: gfortran -I../libsrc4 -I. -g -O2 -c
typeSizes.f90 -o typeSizes.o
/bin/sh ../libtool --mode=compile gfortran -I../libsrc4 -I. -g -O2
-c -o netcdf4.lo netcdf4.f90
libtool: compile: gfortran -I../libsrc4 -I. -g -O2 -c netcdf4.f90 -
o netcdf4.o
netcdf4_constants.f90:23.23:
Included at netcdf4.f90:43:
nf90_fill_ubyte = Z'FF', &
1
Error: Arithmetic overflow converting INTEGER(8) to INTEGER(1) at (1)
netcdf4_constants.f90:26.23:
Included at netcdf4.f90:43:
nf90_fill_ushort = Z'FFFF', &
1
Error: Arithmetic overflow converting INTEGER(8) to INTEGER(2) at (1)
netcdf4_constants.f90:29.23:
Included at netcdf4.f90:43:
nf90_fill_uint = Z'FFFFFFFF'
1
Error: Arithmetic overflow converting INTEGER(8) to INTEGER(4) at (1)
make[2]: *** [netcdf4.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
-Roy
**********************
"The contents of this message do not reflect any position of the U.S.
Government or NOAA."
**********************
Roy Mendelssohn
Supervisory Operations Research Analyst
NOAA/NMFS
Environmental Research Division
Southwest Fisheries Science Center
1352 Lighthouse Avenue
Pacific Grove, CA 93950-2097
e-mail: Roy.Mendelssohn@xxxxxxxx (Note new e-mail address)
voice: (831)-648-9029
fax: (831)-648-8440
www: http://www.pfeg.noaa.gov/
"Old age and treachery will overcome youth and skill."
==============================================================================
To unsubscribe netcdf-hdf, visit:
http://www.unidata.ucar.edu/mailing-list-delete-form.html
==============================================================================