Date: Mon, 26 Jan 1998 11:12:34 +0200 (IST) From: Eli Zaretskii To: Tomas cc: djgpp AT delorie DOT com Subject: Re: Cross-compiling DOS-to-Unix ? In-Reply-To: <34ceb76e.8238831@nntpserver.swip.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sun, 25 Jan 1998, Tomas wrote: > (The DJGPP FAQ only mentions Unix-to-DOS and DOS-to-Motorola) That's because it is usually much easier to install GCC on the Unix system and use it there than to set up DJGPP as a cross-compiler for a Unix target. Why can't you use DJGPP to develop the code and compile it without linking (so it is free of any compile-time problems), then move the code to the Unix box where you install GCC and compile, link and debug it there?