Date: Wed, 1 Nov 2000 10:36:25 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Ron House cc: djgpp AT delorie DOT com Subject: Re: DJGPP EXE file size vs Linux In-Reply-To: <39FF85E3.35B34DAC@usq.edu.au> 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, Ron House wrote: > But most > puzzling, the stripped sizes of the exe under Linux and DJGPP are vastly > different: 950K vs 1.9Mb. Linux uses shared libraries, so the size you see on Linux doesn't include the standard C++ library, libstdc++.a, and the standard C library, libc.a. See sections 8.14 and 8.15 of the DJGPP FAQ, for more about this.