Message-Id: <9607301516.AA17757@gnu.mc.xerox.com> To: Robert Hoehne Cc: DJGPP workers Subject: Re: Adding utilities to DJGPP In-Reply-To: Your message of "Tue, 30 Jul 1996 02:22:55 PDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 30 Jul 1996 08:16:07 PDT From: "Marty Leisner" I don't agree...there are enough "unix-like utilities" floating around. fileutils, sh-utils, and textutils compile on djgpp...I've been using them for years...what the maintainers have to do is figure out what is text and what is binary, and do #ifndef O_BINARY #define O_BINARY 0 #endif when they open... Has anyone submitted patches to the maintainers? -- marty leisner AT sdsp DOT mc DOT xerox DOT com Member of the League for Programming Freedom