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