From: khan AT xraylith DOT wisc DOT edu (Mumit Khan) Subject: [ANN] netcdf 3.4 for mingw32 17 Jun 1998 14:33:08 -0700 Message-ID: <9806171507.AA06139.cygnus.gnu-win32@modi.xraylith.wisc.edu> To: gnu-win32 AT cygnus DOT com I've uploaded a mingw32 compiled netcdf v3.4 on my ftp site. For Cygwin32, please see Arlindo's port (http://www.unidata.ucar.edu/ has a link to his page). ftp://ftp.xraylith.wisc.edu/pub/khan/gnu-win32/mingw32/ports/netcdf-3.4.zip C, C++ and F77 bindings are enabled. For those interested, it took 2 lines of change, and those were so obvious that it probably doesn't require any comments. src/libsrc/posixio.c: `#ifdef S_IRUSR' to `#if defined (S_IRUSR) && ! defined (__MINGW32__)' This is due to a feature of the mingw32 header files. MSVC headers don't define S_IRUSR. Define `CPPFLAGS = -Df2cFortran' when building the f77 bindings. Enjoy, Mumit - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".