Date: Sun, 15 Aug 1999 11:52:34 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Peter Restall cc: djgpp AT delorie DOT com Subject: Re: Re: ELF and DLLs In-Reply-To: <199908121428.PAA00495@burdock.restall.net> 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 Thu, 12 Aug 1999, Peter Restall wrote: > Sorry, I should have been more clear. I meant that I'd have one source > dump for Linux-based machines and one for DOS-based machines. I'd compile the > DOS binary and the modules separately to the Linux ones. Like what Quake II > did with its video code. Does this mean that you want a cross-compiler that runs on DOS and produces binaries for Linux? If so, it should be possible, at least in principle. However, a much easier way is to go the other way around: to cross-compile on Linux for DOS. This has actually been done, and there are instructions and toolkits that will help you to do that.