Date: Mon, 30 Jul 2001 08:53:50 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: "Rafal Maj (Raf256)" cc: djgpp AT delorie DOT com Subject: Re: DJGPP limitations ? In-Reply-To: <9k2ap3$6bu$1@info.cyf-kr.edu.pl> 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 Mon, 30 Jul 2001, Rafal Maj (Raf256) wrote: > I think that DJGPP is the best C++ compiler :-) but, is it good for making > large projects ? Will it be possible to compile such big projects like i.e. > total of 500,000 lines (about 1 instruction in 1 line) + 50,000 functions + > 1,000 classes and about 20 MB .EXE file ? I'm asking only for curiosity :-) DJGPP is routinely used to build large projects such as Emacs (about 400K lines) and GDB (about 800K lines). I don't think I've seen 20MB .exe files, but I don't see any reason why you couldn't have them. The only limitation is the amount of available virtual memory.