From: leereyno AT IMAP2 DOT ASU DOT EDU Date: Sun, 25 May 1997 03:39:31 -0700 (MST) Subject: Re: Why does gcc make such big binaries? In-reply-to: To: Eli Zaretskii Cc: djgpp AT delorie DOT com Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Content-transfer-encoding: 7BIT Precedence: bulk On Sun, 25 May 1997, Eli Zaretskii wrote: > > On 25 May 1997 leereyno AT imap2 DOT asu DOT edu wrote: > > > GCC under linux makes tiny code. My mandelbrot program is about 13k > > long. The Dos version is over 100k. > > That's really irrelevant, since Linux uses shared libraries (which are > unsupported on MS-DOS), so the Linux executable doesn't include the > library functions you call. > That's what I meant. I should have specified the reason why. Shared libraries are great. I don't see a reason why shared libraries can't be used under dos. Even windows 3.1 uses them in the form of DLLs. Lee