Ed Hartnett <[EMAIL PROTECTED]> writes: > 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. When I use the DLL file, it works fine. Actually, I don't need the .lib file at all. Any way to turn it off? Thanks! Ed -- Ed Hartnett -- [EMAIL PROTECTED] _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool