[GRASS5] CygWIN: MinGW compilation of R/GRASS interface

Mike Thomas mthomas at gil.com.au
Fri Feb 14 07:13:44 EST 2003


Hi all.

> There is some stuff at the bottom of MinGW's fcntl.h (_fmode,
> _setmode()) that looks as if it might be relevant.

These are indeed the animals you need.  For example:

#ifdef _WIN32
 _fmode = _O_BINARY;
#endif


Cheers

Mike Thomas





More information about the grass-dev mailing list