X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Wed, 3 Apr 2002 09:45:47 +0300 (WET) From: Andris Pavenis X-Sender: pavenis AT ieva06 To: djgpp AT delorie DOT com Subject: Re: Using DJGPP in Redhat Linux In-Reply-To: <200204022317.g32NHBf23734@envy.delorie.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 2 Apr 2002, DJ Delorie wrote: > > > DJGPP is (more or less) GCC and libc.a and you most probably already > > have gcc installed. And you most surely have Linux libc.so installed. > > I think he was referring to a cross compiler, in which case you'd need > to build a cross gcc and get libc.a and stuff from djgpp's files. > I have binaries of Linux to DJGPP cross-compiler available, but they are in form of packages for Slackware distribution, but hopefully should be useable also for other distributions new enough: Cross-binutils http://hal.astr.lu.lv/pub/djgpp/binutils/binutils-2.12-linux-to-djgpp.tgz Cross-compiler itself http://hal.astr.lu.lv/pub/djgpp/gcc-3.0.4/gcc-3.0.4-linux-to-djgpp.tgz You also need for these packages: DJGPP header files at /usr/i586-pc-msdosdjgpp/include contents of DJGPP lib directory at /usr/i586-pc-msdosdjgpp/lib (except gcc-lib subdirectory of course) Andris