On Fri, Mar 11, 2011 at 6:27 PM, Ed Hartnett wrote:
> Thanks Marco,
>
> That fix is in the daily snapshot and will be in the 4.1.2 release.
>
> Ed
> --
> Ed Hartnett --
>
using the snapshots I found a link problem:
Creating library file: .libs/libnetcdff.dll.a.libs/fort-attio.o: In
function `nf_get_att_double_':
/pub/cygports/netcdf/netcdf-4.1.2-1/src/netcdf-4.1.2-beta3-snapshot2011031022/fortran/fort-attio.c:149:
undefined reference to `_nc_get_att_double'
what is the dependency of the fortran library ?
from 4.1.1 I have the impression that I need the static C lib
$ nm libnetcdf.a | grep get_att_double
U _nc3_get_att_double
00002290 T _nc_get_att_double
00000d10 T _nc3_get_att_double
U _nc3_get_att_double
Marco