X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Date: Fri, 12 May 2006 14:41:09 -0400 Message-Id: <200605121841.k4CIf9Si015612@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <20060512183327.51527.qmail@web42201.mail.yahoo.com> (message from Daniel Borca on Fri, 12 May 2006 11:33:27 -0700 (PDT)) Subject: Re: DJGPP ELF References: <20060512183327 DOT 51527 DOT qmail AT web42201 DOT mail DOT yahoo DOT com> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > COFF: Hello World C++ is about 400kb > ELF : Hello World C++ is about 16kb (PIE) - 20kb (non-PIE) > plus 1MB the shared libraries (libc, libm, libgcc, libstdc++) That's not COFF vs ELF, that shared vs nonshared. You can do shared libraries with COFF too, we just don't support it.