Message-Id: <36816764.4C13D445@cableol.co.uk> Date: Wed, 23 Dec 1998 21:57:56 +0000 From: Allens X-Mailer: Mozilla 4.04 [en] (Win95; I) Mime-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Developing for Linux References: <199812230908 DOT XAA17600 AT v1 DOT vision1 DOT net> <3681500F DOT 51692158 AT cartsys DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Nate Eldredge wrote: > > Paul Masters wrote: > > > > I was wondering can I use DJGPP to develop a program for Linux > > using DJGPP for DOS? If so, do I need any extras? I downloaded > > all the libraries, DJGPP 2.02, and RHIDE. Do I need anything else > > if I am going to develop for Linux? > > Quite emphatically so. You'll need to build a cross-compiler and > cross-binutils. I haven't tried but it's said to be difficult (though > possible) to host a cross-compiler on DJGPP. You might check the > archives. You'll also need all the headers and libraries off the Linux > box. > > >Can I run the program for Linux > > on DOS? > > No, so you will need access to a Linux box anyway for testing and > debugging. It might be much more expedient just to do your compilation > there. > -- Or if you have to do the development in dos then use dosemu in linux to run the dos program. Peter Allen