Date: Wed, 19 Feb 1997 13:43:59 +0200 (IST) From: Eli Zaretskii To: Kay Hayen , djgpp AT delorie DOT com Subject: Re: Trying to compile 'recode' with djgpp In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII I've just glanced on the sources of `recode', and it seems that one of the main reasons for your grief is the fact that config.os2 includes #define _POSIX_SOURCE. In DJGPP, this disables non-POSIX parts of the include files, including O_BINARY, _fmode, and much more.