Date: Mon, 19 Apr 1999 14:14:27 -0400 Message-Id: <199904191814.OAA02318@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <371A6CEC.6C18A7A5@hotmail.com> (message from Gilleptic on Mon, 19 Apr 1999 00:38:20 +0100) Subject: Re: Compiling for Linux? References: <371A6CEC DOT 6C18A7A5 AT hotmail DOT com> 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 > I've heard it's possible to compile Linux executables with DJGPP - if > it's true, how do I do it, and what do I need? It is possible, but not practical. You *must* have LFNs working. You must get the src dist from egcs or prep (djgpp's are missing the other platforms). You must copy all the includes and libraries from a linux machine to your djgpp machine. Then, follow the instructions in the INSTALL file for building and installing a cross compiler. You must be persistent, too. I did it once, and it took all weekend to sort out all the little gotchas and whatnot.