This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Making check in f90
/bin/sh ../libtool --mode=compile /Applications/Absoft/bin/f95 -I../libsrc4 -I. -g -O2 -c -o typeSizes.lo typeSizes.f90
libtool: compile: /Applications/Absoft/bin/f95 -I../libsrc4 -I. -g -O2 -c typeSizes.f90 -o typeSizes.o
/bin/sh ../libtool --mode=compile /Applications/Absoft/bin/f95 -I../libsrc4 -I. -g -O2 -c -o netcdf4.lo netcdf4.f90
libtool: compile: /Applications/Absoft/bin/f95 -I../libsrc4 -I. -g -O2 -c netcdf4.f90 -o netcdf4.o
module netcdf
^
cf90-855 f90fe: ERROR NETCDF, File = netcdf4.f90, Line = 36, Column = 9
The compiler has detected errors in module "NETCDF". No module information file will be created for this module.
"Roy Mendelssohn" <address@hidden> writes:
> I have been banging my head against the wall trying to get the latest
> release (alpha17) of Netcdf-4 to build successfully with Fortran. I
> don't need Fortran 77. I have tried Absoft, gfortran and g95.
>
> If someone can either give me the correct settings of if they have a
> prebuilt binaries with needed includes I would sure appreciated it as
> I am making no headway.
>
> TIA,
>
I got alpha17 to build no problem, but have since found some bugs in
the fortran API of that release, which will be fixed in alpha18.
I use gfortran.
What problems are you having?
Ed
--
Ed Hartnett -- address@hidden
===============================================================================
To unsubscribe netcdf-hdf, visit:
http://www.unidata.ucar.edu/mailing-list-delete-form.html
===============================================================================
--