Date: Wed, 1 Nov 2000 10:36:57 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Prashant Ramachandra cc: "'djgpp AT delorie DOT com'" Subject: RE: DJGPP EXE file size vs Linux In-Reply-To: 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 Wed, 1 Nov 2000, Prashant Ramachandra wrote: > Besides, DJGPP generates COFF while linux generates ELF. The object file format does not have any significant effect on the executable file's size, once you strip the debugging info. So the COFF vs ELF issue is irrelevant here. (I think ELF debug info is more voluminous, especially in C++ programs, btw.)