* Ed Hartnett wrote on Thu, Dec 07, 2006 at 01:52:11PM CET:
> 
> > libtool: link: gcc -g -O2 -o .libs/t_nc.exe t_nc-t_nc.o
> > ./.libs/libnetcdf.lib -L/usr/local/lib
> 
> Another clue - everything works if I change the above to:
> gcc -g -O2 -o .libs/t_nc.exe t_nc-t_nc.o ./.libs/libnetcdf-0.dll
> -L/usr/local/lib
> 
> That is, it's the ibnetcdf.lib file which is causing the problem.
It will be some days until I can do w32 testing again.  Until then,
it may help if you post the output of
  ../libtool --config
  ../libtool --features
  cat libnetcdf.la

(in that same directory).

You could also try building with --disable-static.  But even if it
worked, it would only be a workaround and we'd need to fix the
underlying bug.

Thanks,
Ralf


_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to