Date: Mon, 20 Dec 1999 10:39:36 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Jude T. DaShiell" cc: djgpp AT delorie DOT com Subject: Re: parse error In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 20 Dec 1999, Jude T. DaShiell wrote: > I think a parse error can happen if line endings aren't correct. Say a > piece of code compiled and working on Unix systems is compiled with djgpp. Not true: DJGPP has no problems with Unix-style line endings. All the sources of GNU packages ported to DJGPP have Unix-style line endings, and I have never needed to run them through utod. As a matter of fact, beginning with GCC 2.91 (I think), the Unix version of the compiler can compile sources with DOS-style line endings as well.