Date: Sun, 26 May 1996 13:07:36 +0200 (IST) From: Eli Zaretskii To: scorpion AT portal DOT connect DOT ab DOT ca Cc: djgpp AT delorie DOT com Subject: Re: Where can I find DJGPP/GCC and what are they In-Reply-To: <4o5gva$hvh@hermes.oanet.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 24 May 1996 scorpion AT portal DOT connect DOT ab DOT ca wrote: > Where can I find DJGPP/GCC ? What is DJGPP and GCC? I > know that DJGPP is a compiler . Does it compile real mode ? > Protected mode 16 bit and 32 bit ? windows or just Dos > Any help DJGPP is a port of GCC and other GNU utilities to MS-DOS. The ported GCC generates 32-bit protected-mode code and produces programs that can be run under DOS with a DPMI server. DJGPP comes with a free DPMI server for those that don't have a commercial one (like Windows, QDPMI, 386Max etc.). DJGPP currently doesn't support Windows programming, but the programs can run in DOS box, and under Win95 they support long filenames. DJGPP can be found on many mirrors, e.g. ftp://ftp.coast.net/SimTel/vendors/djgpp. Begin by downloading the file v2/readme.1st and reading it.