Date: Tue, 25 Nov 1997 17:44:44 +0200 (IST) From: Eli Zaretskii To: Christopher Croughton cc: djgpp AT delorie DOT com Subject: Re: Excessive exe sizes In-Reply-To: <97Nov25.163503gmt+0100.17026@internet01.amc.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 25 Nov 1997, Christopher Croughton wrote: > This is because it would somehow merge > duplicate definitions, yes? So if you said "int x; int x;" it would > merge tham and then generate code to destroy 'x' twice? Yes. > does any other C++ compiler have this problem? I have no idea. I try to stay away of C++ as much as I can. Maybe other compilers just let you fail if you define the same object twice? > In the meantime, it sounds as though compressing the executable is the > answer. Or are there problems with that as well? Not that I know of. But then I'm not that excited about the size of the .exe files I get ;-).