From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: Other tools Date: Sun, 05 Apr 1998 16:31:50 -0400 Organization: Two pounds of chaos and a pinch of salt. Lines: 32 Message-ID: <3527EA36.2A45@cs.com> References: <01bd609d$06bfb180$LocalHost AT default> NNTP-Posting-Host: ppp237.cs.com Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Jákup L.D. Michaelsen wrote: > > Greetings > I just downloaded 5 megs of DJGPP. The compiler itself works great, but I > was just wondering what all the rest of it is for? I mean a compiler alone > can't take 5 megs zipped, can it? > Jakup the NU-B DJGPP is not just a compiler! Or rather, it contains quite a bit more than your average off-the-shelf C/C++ compiler. For basic compilation of C programs, all you need is the development environment (djdev201.zip), binutils (bnu281b.zip), and compiler (gcc280b.zip). For C++, you must add the C++ compiler (gpp280b.zip) and libraries (lgpp280b.zip). You can also download a Pascal compiler (gpc or gpt), various Unixy shell tools (fileutils, shellutils, textutils), two different IDEs (Emacs and RHIDE), a documentation reader (Info), a Unix shell (bash), a project builder (Make), a database tool, several graphics libraries, text search and replace tools, a revision control system, a complete TexInfo system, a database manager, and quite a bit more including many user-developed tools. You can also download the complete source code for all of the above. In essence, DJGPP strives to have everything you could possible want or need to develop programs. :-) -- --------------------------------------------------------------------- | John M. Aldrich | "Autocracy is based on the assumption| | aka Fighteer I | that one man is wiser than a million | | mailto:fighteer AT cs DOT com | men. Let's play that over again, | | http://www.cs.com/fighteer | too. Who decides?" - Lazarus Long | ---------------------------------------------------------------------